-
Prüfer $2$-group and Milnor's Conjecture on Fundamental Groups
Authors:
Nan Wu,
Zetian Yan
Abstract:
We construct complete, one-ended Riemannian manifolds in dimensions four and five having strictly positive Ricci curvature, with fundamental group isomorphic to the Prüfer $2$-group $C_{2^\infty}$. This gives counterexamples to Milnor's conjecture in the two remaining dimensions.
We construct complete, one-ended Riemannian manifolds in dimensions four and five having strictly positive Ricci curvature, with fundamental group isomorphic to the Prüfer $2$-group $C_{2^\infty}$. This gives counterexamples to Milnor's conjecture in the two remaining dimensions.
△ Less
Submitted 15 August, 2026;
originally announced August 2026.
-
Harness the Memory: A Holistic Evaluation of Memory Substrates in Memory Agents
Authors:
Wei-Chieh Huang,
Weizhi Zhang,
Yuchen Wu,
Yankai Chen,
Eric Hanchen Jiang,
Wooseong Yang,
Yiwei Yang,
Henry Peng Zou,
Hanrong Zhang,
Ying Nian Wu,
Haolun Wu,
Kai-Wei Chang,
Philip S. Yu,
Xue Liu,
Aylin Caliskan
Abstract:
Memory is becoming core infrastructure for long-horizon LLM agents, yet existing evaluations offer limited guidance on which memory substrate, namely the underlying medium in which memory is represented and stored, should be used under different operating regimes. We present a controlled harness evaluation of memory substrates for memory-augmented agents, covering dense and sparse indices, text re…
▽ More
Memory is becoming core infrastructure for long-horizon LLM agents, yet existing evaluations offer limited guidance on which memory substrate, namely the underlying medium in which memory is represented and stored, should be used under different operating regimes. We present a controlled harness evaluation of memory substrates for memory-augmented agents, covering dense and sparse indices, text records, structural stores, hierarchical stores, refinement-based memories, parametric updates, and activation-compatible context mechanisms. Across three backbone models and four benchmark suites spanning user-centric question answering and agent-centric decision-making, we instrument 26 performance and efficiency metrics under a unified harness. Our results show that no single substrate consistently dominates: broad retrieval benefits long-context factual QA, while excessive retrieval can harm sequential decision-making by shifting attention away from action-critical context. Scalability introduces a further routing axis, as substrates that perform well at moderate history lengths can become costly or brittle at longer horizons. These findings motivate substrate routing as a necessary component of adaptive agent memory systems and provide empirical guidance for designing efficient, reliable, and regime-aware long-term memory for LLM agents. Code will be made available upon acceptance.
△ Less
Submitted 14 August, 2026;
originally announced August 2026.
-
Axioms of Continuous Separation
Authors:
Zhongqiang Yang,
Nada Wu
Abstract:
For a $T_1$-space $X$, let $Cld(X)$ denote all its nonempty closed subsets and $T_4(X)=\{(F_1,F_2)\in Cld(X)^2:F_1\cap F_2=\emptyset\}$. In terms of closed sets, $X$ is $T_4$ iff for each $(F_1,F_2)\in T_4(X)$, there is a pair of closed sets $φ_1(F_1,F_2)$ and $φ_2(F_1,F_2)$ such that their union is $X$ and $F_j\cap φ_j(F_1,F_2)=\emptyset$ for $j=1,2$. Thus, in this paper, for a topology $τ$ on…
▽ More
For a $T_1$-space $X$, let $Cld(X)$ denote all its nonempty closed subsets and $T_4(X)=\{(F_1,F_2)\in Cld(X)^2:F_1\cap F_2=\emptyset\}$. In terms of closed sets, $X$ is $T_4$ iff for each $(F_1,F_2)\in T_4(X)$, there is a pair of closed sets $φ_1(F_1,F_2)$ and $φ_2(F_1,F_2)$ such that their union is $X$ and $F_j\cap φ_j(F_1,F_2)=\emptyset$ for $j=1,2$. Thus, in this paper, for a topology $τ$ on $Cld(X)$, we introduce the definition: A $T_1$-space $X$ is called $CT_4$ for the topology $τ$ if the above maps $φ_j:T_4(X)\to Cld(X)$ are continuous on $τ$. Similarly, for $i=1,2,3$, we can define a $T_1$-space to be $CT_i$ for $τ$. We only consider the Vietoris topology on $Cld(X)$ and show that every $CT_4$-space is countably compact, and every $CT_3$-space is a Fréchet-Urysohn space, every separable subspace of a $CT_3$-space is metrizable. We give relevant examples. Any finite-dimensional cubes, the infinite-dimensional cube, any finite-dimensional spheres, and all 0-dimensional compact metrizable spaces are $CT_4$. All infinite discrete spaces, all finite-dimensional Euclidean spaces and all countable limit ordinal spaces are $CT_3$ but not $CT_4$. Also, each metrizable space with a unique non-isolated point is $CT_3$, and is $CT_4$ if it is compact. Moreover, the infinite sum of $CT_3$ spaces is $CT_3$ but not $CT_4$. Every countable space with a unique non-isolated point is $CT_2$, and it is $CT_3$ if and only if it is metrizable. All subfields of real numbers and their complement spaces are $CT_2$ but not $CT_4$; and their $CT_3$ status remains unclear. All uncountable ordinal spaces are not $CT_2$. The one-point compactification of any uncountable discrete space is not $CT_2$. $CT_1$ and $T_1$ are equivalent, hence all spaces above are $CT_1$. Open Problems: is there a non-metrizable $CT_3$ or $CT_4$ space? Is any compact $CT_2$ space $CT_3$ or $CT_4$?
△ Less
Submitted 13 August, 2026;
originally announced August 2026.
-
EnterpriseRAG: Benchmarking LLM Instruction Adherence and Robustness under Non-Ideal Enterprise Retrieval
Authors:
Huiqi Miao,
Xinbao Sun,
Bo Wang,
Fanyu Meng,
Lijun Mei,
Na Wu,
Di Jin,
Chao Deng,
Junlan Feng
Abstract:
Enterprise RAG deployments face a critical reliability gap: while LLMs satisfy 80% of individual constraints, only 26.8% of responses meet all requirements simultaneously, revealing a 57-point orchestration gap. Existing benchmarks assume clean retrieval with simple queries, failing to capture production conditions where noisy documents and multi-dimensional constraints coexist. We introduce Enter…
▽ More
Enterprise RAG deployments face a critical reliability gap: while LLMs satisfy 80% of individual constraints, only 26.8% of responses meet all requirements simultaneously, revealing a 57-point orchestration gap. Existing benchmarks assume clean retrieval with simple queries, failing to capture production conditions where noisy documents and multi-dimensional constraints coexist. We introduce EnterpriseRAG, a benchmark of 983 expert-validated samples across six domains that systematically simulates three failure modes absent from prior work: retrieval noise, knowledge gaps, and factual conflicts, coupled with complex instructions. Evaluation of 13 state-of-the-art LLMs reveals a severe instruction adherence collapse, where high per-constraint satisfaction masks low holistic compliance. Critical findings expose deep barriers under knowledge gaps and factual conflicts, even with reasoning-enhanced inference, indicating production RAG requires explicit context-aware protocols and calibrated judgment. EnterpriseRAG provides a reproducible foundation for measuring and closing these gaps, directly informing deployment decisions for enterprise-scale RAG systems. We will release the benchmark and evaluation framework upon publication.
△ Less
Submitted 11 August, 2026;
originally announced August 2026.
-
Se-DPO: Self-Evolving Token Credit for Direct Preference Optimization
Authors:
Wenxiao Zhao,
Shu Wang,
Ying Nian Wu
Abstract:
Direct Preference Optimization (DPO) aggregates token-level log-probability ratios via uniform summation, implicitly treating all tokens as contributing equally to the preference signal. However, the contribution of individual tokens to the preference signal varies. We introduce token credit, which modulates each token's KL regularization based on its contribution to the preference outcome. We der…
▽ More
Direct Preference Optimization (DPO) aggregates token-level log-probability ratios via uniform summation, implicitly treating all tokens as contributing equally to the preference signal. However, the contribution of individual tokens to the preference signal varies. We introduce token credit, which modulates each token's KL regularization based on its contribution to the preference outcome. We derive that effective token credit is proportional to the magnitude of each token's implicit reward, and observe that this quantity evolves substantially during training. This implies that static token credit becomes increasingly misaligned as training progresses. In this work, we propose Se-DPO (Self-Evolving Token Credit for DPO), a live mechanism that derives token credit from the model's own evolving internal signals during DPO training. Since the reward signal varies in reliability across positions, Se-DPO calibrates token credit based on both the strength and the confidence of each token's contribution. Se-DPO requires no external models, adding only a lightweight calibration network with minimal computational overhead. Experiments show that Se-DPO improves over DPO by up to 9.8 points on AlpacaEval~2 and 12.2 points on Arena-Hard.
△ Less
Submitted 10 August, 2026;
originally announced August 2026.
-
HSMLA: Hierarchical Softmax Multi-scale Linear Attention for Efficient Vision Transformers
Authors:
Dong Liu,
Yanxuan Yu,
Renata Borovica-Gajic,
Tong Geng,
Ying Nian Wu
Abstract:
Vision transformers face significant computational overheads in high-resolution dense prediction due to the quadratic complexity of self-attention. Linear attention offers efficiency but sacrifices local context modeling. We propose \textbf{HSMLA (Hierarchical Softmax Multi-scale Linear Attention)}, which combines ReLU-based linear attention for global context, selective softmax refinement for cri…
▽ More
Vision transformers face significant computational overheads in high-resolution dense prediction due to the quadratic complexity of self-attention. Linear attention offers efficiency but sacrifices local context modeling. We propose \textbf{HSMLA (Hierarchical Softmax Multi-scale Linear Attention)}, which combines ReLU-based linear attention for global context, selective softmax refinement for critical local features, and multi-scale token representations via depthwise convolutions. HSMLA achieves superior accuracy-efficiency trade-offs: up to $4.2\times$ inference-time speedup across dense prediction tasks, $87.3%$ Dice with $3.2\times$ speedup on CT organ segmentation, and $94.2%$ AUC with $4.1\times$ speedup on pathology WSI.
△ Less
Submitted 11 August, 2026; v1 submitted 6 August, 2026;
originally announced August 2026.
-
A-SR: Self-Evolving Agentic LLMs for Symbolic Regression via Hierarchical Coordination
Authors:
Wenxiao Zhao,
Dong Liu,
Kaiyi Xu,
Feng Liu,
Zhen Zhao,
Fei Ben,
Shu Wang,
Wenhao Li,
Ying Nian Wu,
Fenghua Ling,
Haobo Li,
Lei Bai
Abstract:
Symbolic regression aims to discover closed-form equations from data, but existing LLM-guided methods often rely on a unified proposal loop that compresses heterogeneous search failures into a scalar score and a single prompt. We propose A-SR, a self-evolving agentic framework that shifts the control unit from expression edits to role-conditioned evidence views. A-SR coordinates formula discovery…
▽ More
Symbolic regression aims to discover closed-form equations from data, but existing LLM-guided methods often rely on a unified proposal loop that compresses heterogeneous search failures into a scalar score and a single prompt. We propose A-SR, a self-evolving agentic framework that shifts the control unit from expression edits to role-conditioned evidence views. A-SR coordinates formula discovery through routing among coordination protocols, an online evaluator-reward role policy, and state-routed process memory. During search, evaluator feedback characterizes reliability and productivity, updates role-level utilities, and routes elite motifs, failure traces, and validity diagnostics to different agents. The framework self-evolves at two timescales: within a run, it adapts the search process without updating LLM parameters; across runs, recorded trajectories can be distilled into open-source LLMs as role-conditioned proposal priors. Averaged over the four LSR-Synth scientific domains in LLM-SRBench, A-SR improves Acc@0.01 over baselines from 25.79% to 48.30% with Llama3.1-8B, while A-SR-LoRA improves the corresponding Qwen3-4B result from 24.58% to 38.29%. On four real-world scientific discovery tasks, A-SR obtains the best in-distribution or out-of-distribution normalized mean squared error on 7 of 8 reported metrics.
△ Less
Submitted 6 August, 2026; v1 submitted 5 August, 2026;
originally announced August 2026.
-
CR-Refiner: An Object-Centric Optimal Transport Reranker for Edit-Conditioned 3D Scene Retrieval
Authors:
Hao Wu,
Jinjing Zhu,
Nanyu Wu,
Qianyi Cai,
Heyi Lin,
Hao Wang,
Hui Xiong
Abstract:
Edit-conditioned 3D scene retrieval pairs a reference 3D room with a natural-language modification and retrieves rooms from a corpus that satisfy the edit. Three lines of prior work each fall short on this task. 2D composed image retrieval reasons over pixel-level edits and has no primitive for 3D object sets. 3D foundation encoders embed individual objects but cannot compose at the scene level. 3…
▽ More
Edit-conditioned 3D scene retrieval pairs a reference 3D room with a natural-language modification and retrieves rooms from a corpus that satisfy the edit. Three lines of prior work each fall short on this task. 2D composed image retrieval reasons over pixel-level edits and has no primitive for 3D object sets. 3D foundation encoders embed individual objects but cannot compose at the scene level. 3D scene-grounding methods localize references inside a static scene rather than rank modified rooms across a corpus. We present CR-Refiner, a training-free reranker that wraps any base retriever's top-K candidates with three components. A frozen LLM parses the edit into a structured query entity, and each candidate is scored by an unbalanced optimal-transport problem over a 1xG cost matrix coupling category, style, material, and geometry. The unbalanced solver lets the single-entity query drop mass on irrelevant objects, modelling the asymmetry directly. An axis-conditional structural prior adds size-keyword cues for geometric edits and subject-anchor direction cues for spatial edits. An LLM verifier refines the top three candidates with continuous confidence. Because no benchmark evaluates compositional matching over 3D object sets, we additionally release 3D-CER, 4,963 edit-conditioned queries over a 23,381-room indoor corpus across five edit axes, with multi-positive ground truth, CIRR-style hard subsets, and zero-target adversarials. Across three qualitatively distinct base retrievers, CR-Refiner consistently improves hard-subset R@1 and mAP@10 on every edit axis.
△ Less
Submitted 21 July, 2026;
originally announced July 2026.
-
A sharp relative comparison inequality for conformal fillings of Poincaré--Einstein manifolds
Authors:
Nan Wu
Abstract:
Let $(X^{n+1},g_+)$ be a Poincaré--Einstein manifold with conformal infinity $(M^n,[h])$ of positive Yamabe type. We prove the sharp relative comparison inequality $$\frac{Y_1(X,M,[\bar g])}{Y_1(\mathbb{S}^{n+1}_+,\mathbb{S}^n,[g_{\mathbb{S}_+^{n+1}}])}
\geq
\left(\frac{Y(M,[h])}{Y(\mathbb{S}^n,[g_{\mathbb{S}^n}])}\right)^{\frac{n}{n+1}} $$
for the type-I Escobar--Yamabe compactification, an…
▽ More
Let $(X^{n+1},g_+)$ be a Poincaré--Einstein manifold with conformal infinity $(M^n,[h])$ of positive Yamabe type. We prove the sharp relative comparison inequality $$\frac{Y_1(X,M,[\bar g])}{Y_1(\mathbb{S}^{n+1}_+,\mathbb{S}^n,[g_{\mathbb{S}_+^{n+1}}])}
\geq
\left(\frac{Y(M,[h])}{Y(\mathbb{S}^n,[g_{\mathbb{S}^n}])}\right)^{\frac{n}{n+1}} $$
for the type-I Escobar--Yamabe compactification, and establish the rigidity. This confirms a conjecture proposed by Sun-Yung A. Chang.
△ Less
Submitted 15 July, 2026;
originally announced July 2026.
-
Memory as a Controlled Process: Learned Adaptive Memory Management for LLM Agents
Authors:
Eric Hanchen Jiang,
Zhi Zhang,
Yuchen Wu,
Levina Li,
Dong Liu,
Xiao Liang,
Rui Sun,
Yubei Li,
Edward Sun,
Haozheng Luo,
Zhaolu Kang,
Aylin Caliskan,
Kai-Wei Chang,
Ying Nian Wu
Abstract:
Large Language Model (LLM) agents increasingly rely on external memory systems to accumulate experience across tasks. Yet nearly all existing approaches, from graph-structured memories to reflective insight stores, access memory through fixed, hand-designed heuristics. We argue that this static view of memory is a core bottleneck for agentic learning because optimal memory behavior is fundamentall…
▽ More
Large Language Model (LLM) agents increasingly rely on external memory systems to accumulate experience across tasks. Yet nearly all existing approaches, from graph-structured memories to reflective insight stores, access memory through fixed, hand-designed heuristics. We argue that this static view of memory is a core bottleneck for agentic learning because optimal memory behavior is fundamentally context-dependent. The early stages of the tasks, benefit from minimal retrieval because memory is sparse; recurring goal types benefit from plan reuse rather than generic nearest-neighbor lookup; stuck agents benefit from re-retrieval with alternative queries; and across long task streams, the memory store itself must be consolidated and pruned to remain useful. We present Memory as a Controlled Process (MemCon), a framework that models memory operations as a Markov Decision Process and learns an online policy that adaptively decides when, what, and how much to retrieve, when to inject a distilled plan, and when to consolidate or forget. MemCon is backend-agnostic: it wraps any existing memory implementation, learns from task-by-task binary feedback with no pretraining and no additional LLM calls, and uses a lightweight tabular contextual bandit with UCB exploration that converges within tens of tasks. Across 6 benchmarks, 3 agent frameworks, and 3 LLM backbones, MemCon consistently outperforms multiple memory baselines by up to 15.2 points in task success while reducing token consumption by 5--20%.
△ Less
Submitted 15 July, 2026;
originally announced July 2026.
-
Complexity Theory of Randomised Testing
Authors:
Pingshi Yu,
Chengsong Tan,
Nicolas Wu,
Alastair Donaldson
Abstract:
Randomised testing is a widely-used approach to software validation, yet its theoretical foundations remain thin. In particular, the fundamental question of what it means for a set of inputs to be \emph{generable} has gone unanswered in both the literature and folklore. We present the first complexity-theoretic foundations for random generators in software testing. We model generators as Turing tr…
▽ More
Randomised testing is a widely-used approach to software validation, yet its theoretical foundations remain thin. In particular, the fundamental question of what it means for a set of inputs to be \emph{generable} has gone unanswered in both the literature and folklore. We present the first complexity-theoretic foundations for random generators in software testing. We model generators as Turing transducers that consume random bits and produce string-encoded outputs, and show that the theoretically generable languages coincide exactly with the recursively enumerable languages. This has direct implications for testing at the boundaries of decidability, such as compiler testing. For \emph{efficient} generation, we show that the polynomial-time generable languages lie within \textit{NP}, that certain \textit{NP}-complete languages admit efficient generators, and that -- under standard cryptographic assumptions -- there are languages in \textit{P} for which no efficient generator exists: the complexity of efficienct generation and of efficient decision are not the same. We show space-bounded complexity is the natural framework for generators producing \emph{correlated} samples, capturing methodologies such as coverage-guided fuzzing and symbolic execution. Beyond classification, we characterise efficient generability: a language has a polynomial-time generator iff it admits a \emph{certificate scheme} over a verifier -- so witness planting, the folklore technique behind generators to test SAT solvers, is in a sense the only route to efficient generation. On the design of property-based testing libraries, we prove no library can compositionally derive efficient generators from logical predicates involving conjunction or negation, under standard assumptions. However, restricted classes like \textit{NL} (equivalently, linear Datalog predicates) would admit such a compilation.
△ Less
Submitted 13 July, 2026;
originally announced July 2026.
-
RUBRIC: Realism--Utility Balanced Ranking for Imbalanced Classification
Authors:
Yanxuan Yu,
Dong Liu,
Shu Wang,
Wenxiao Zhao,
Eric Jiang,
Chang Liu,
Jinxi Yu,
Hui Pan,
Ben Lengerich,
Tong Geng,
Renata Borovica-Gajic,
Ying Nian Wu
Abstract:
Class imbalance poses a fundamental challenge in risk-sensitive applications such as fraud detection and medical diagnosis, where minority-class samples are scarce yet critical for accurate classification. Existing oversampling methods generate synthetic samples to rebalance class distributions; however, they often produce large numbers of low-quality candidates that distort decision boundaries or…
▽ More
Class imbalance poses a fundamental challenge in risk-sensitive applications such as fraud detection and medical diagnosis, where minority-class samples are scarce yet critical for accurate classification. Existing oversampling methods generate synthetic samples to rebalance class distributions; however, they often produce large numbers of low-quality candidates that distort decision boundaries or introduce artifacts, leading to overfitting and degraded generalization.
In this work, we introduce RUBRIC, a generator-agnostic filtering framework that formulates synthetic sample selection as a quality-over-quantity optimization problem. RUBRIC ranks candidates using a realism-utility trade-off: realism is quantified by a learned discriminator that distinguishes real samples from synthetic samples, while utility captures proximity to the decision boundary through a concave margin-based scoring function. We show that, under mild regularity conditions, the proposed filtering strategy monotonically tightens the generalization bound for margin-based classifiers by jointly reducing distribution shift and suppressing near-negative tail contributions.
Through extensive experiments on credit-card fraud detection and other imbalanced benchmarks, we demonstrate that RUBRIC improves F1-macro and recall while maintaining comparable ROC-AUC across several generators. We also provide explicit lambda-sensitivity analysis to show how users can recover AUPRC when ranking quality is prioritized.
△ Less
Submitted 13 August, 2026; v1 submitted 10 July, 2026;
originally announced July 2026.
-
From Solvers to Research: Large Language Model-Driven Formal Mathematics at the Research Frontier
Authors:
Eric Jiang,
Xiao Liang,
Yikai Zhang,
Yingjia Wan,
Mengting Li,
Haikang Deng,
Alexander K. Taylor,
Justin Baker,
Rushil Raghavan,
Junyi Zhang,
Ying Nian Wu,
Andrea L. Bertozzi,
Kai-Wei Chang,
Raghu Meka,
Matthew Sottile,
Nanyun Peng,
Amit Sahai,
Terence Tao,
Wei Wang
Abstract:
Recent developments in AI for Mathematics (AI4Math), especially Large Language Model (LLM)-driven theorem provers, has achieved remarkable success in formal proof generation for well-defined mathematical problems through Interactive Theorem Proving (ITP) languages. However, current systems remain fundamentally limited in tackling frontier research mathematics, such as discovering new theorems or r…
▽ More
Recent developments in AI for Mathematics (AI4Math), especially Large Language Model (LLM)-driven theorem provers, has achieved remarkable success in formal proof generation for well-defined mathematical problems through Interactive Theorem Proving (ITP) languages. However, current systems remain fundamentally limited in tackling frontier research mathematics, such as discovering new theorems or resolving open conjectures, which are often open-ended, under-specified, and involve multiple layers of abstraction. We argue that the next leap in AI4Math systems requires a decisive shift from predefined problem-solvers to research agents that can address frontier mathematical challenges with rigorous formal mathematical reasoning. In this position paper, we provide a systematic review of the field, covering datasets, auto-formalization, and proof synthesis. More importantly, we identify core limitations of existing systems in serving as mathematical research agents, examining issues across datasets, relational structure, mathematical exploration, tool ecosystem, and human-AI collaboration, outlining a strategic road-map for the future of AI4Math.
△ Less
Submitted 8 July, 2026;
originally announced July 2026.
-
Sensitivity Analysis and Optimization of Stochastic Epidemic Models under Parameter Uncertainty
Authors:
Nicholas R. Wu,
Michael C. Fu
Abstract:
To address sensitivity analysis and optimization for a discrete-time stochastic epidemic model, we derive unbiased gradient estimators that accommodate uncertainties represented as distributions over the parameters of interest, such as those arising from Bayesian calibration.
Specifically, we estimate the sensitivity of total infections over a finite time horizon with respect to the proportion i…
▽ More
To address sensitivity analysis and optimization for a discrete-time stochastic epidemic model, we derive unbiased gradient estimators that accommodate uncertainties represented as distributions over the parameters of interest, such as those arising from Bayesian calibration.
Specifically, we estimate the sensitivity of total infections over a finite time horizon with respect to the proportion immunized ($v$) and the contact rate ($β$). Comparing the proposed estimators with deterministic limit approximations based on large populations reveals differences due to the finite population and time horizon. The estimators exhibit lower variance than finite-difference estimators for the derivative with respect to $β$, but higher variance for the derivative with respect to $v$. Simulation experiments indicate parameter uncertainty reduces sensitivity to the parameters of interest. In particular, indirect effects of vaccination, such as herd immunity, are less pronounced compared to when parameters are known. For optimization problems balancing intervention and infection costs, incorporating parametric uncertainty leads to more conservative policies.
△ Less
Submitted 1 July, 2026;
originally announced July 2026.
-
GR2 Technical Report
Authors:
Yufei Li,
Zaiwei Zhang,
Mingfu Liang,
Kavosh Asadi,
Jay Xu,
Jimmy Kim,
Chongyang Bai,
Jieyi Zhang,
Hongye Xie,
Prachi Agrawal,
Dian Yu,
Tianyi Chen,
Jean-Pascal Billaud,
Garret Buell,
Yongkang Zhu,
Sachin Patil,
Brooke Bian,
Zhou Fang,
Kevin Huang,
Shiva Sudanagunta,
Yuzhen Huang,
Emma Lu,
Chris O'Brien,
Yang Song,
Lihong Li
, et al. (46 additional authors not shown)
Abstract:
Industrial recommendation systems serve billions of users through a multi-stage funnel -- retrieval, early-stage ranking, and re-ranking -- where the final re-ranking step disproportionately shapes user engagement and downstream performance, particularly for carousel and grid display formats. Despite growing enthusiasm for Large Language Models (LLMs) in recommendation, three gaps hinder industria…
▽ More
Industrial recommendation systems serve billions of users through a multi-stage funnel -- retrieval, early-stage ranking, and re-ranking -- where the final re-ranking step disproportionately shapes user engagement and downstream performance, particularly for carousel and grid display formats. Despite growing enthusiasm for Large Language Models (LLMs) in recommendation, three gaps hinder industrial adoption: (1) most efforts target retrieval and ranking, leaving re-ranking -- the stage closest to the final user experience -- largely underexplored; (2) LLMs are typically deployed zero-shot or via supervised fine-tuning, underutilizing the reasoning capabilities unlocked by reinforcement learning (RL) on verifiable rewards; (3) deployed catalogs index billions of items with non-semantic identifiers that lie outside any base-LLM vocabulary. We present GR2 (Generative Reasoning Re-Ranker), an end-to-end framework that combines (i) mid-training on semantic IDs produced by a tokenizer with >=99% uniqueness, (ii) reasoning-trace distilled from a stronger teacher via targeted prompting and rejection sampling, and (iii) RL with verifiable rewards purpose-built for re-ranking. To make GR2 resource-viable, we further (iv) introduce a context compressor that amortizes training cost, On-Policy Distillation (OPD) as a scalable alternative to SFT -- which we find collapses at industrial scale -- and reasoning distillation for low-latency serving. GR2 delivers +18.7% R@1, +7.1% R@3, and +9.6% N@3 over legacy baselines on industrial-scale traffic. We further find that reward design is critical in re-ranking: LLMs often hack rewards by preserving the incoming order or exploiting position bias, motivating conditional verifiable rewards as essential industrial components.
△ Less
Submitted 3 July, 2026; v1 submitted 30 June, 2026;
originally announced June 2026.
-
Real-Time Compliance and Position Control of a Hyper-redundant Soft Robotic Arm
Authors:
Runze Zuo,
Tianhua Zou,
Naike Wu,
Mingyuan Li,
Daniel Bruder
Abstract:
Robots working in unstructured or partially unobservable environments must combine accurate motion with physical compliance that can passively correct contact misalignment. Soft robots provide this compliance but have struggled to precisely control their tip compliance and position. This paper presents a robot architecture designed around that control problem: a 7-link arm whose six articulated jo…
▽ More
Robots working in unstructured or partially unobservable environments must combine accurate motion with physical compliance that can passively correct contact misalignment. Soft robots provide this compliance but have struggled to precisely control their tip compliance and position. This paper presents a robot architecture designed around that control problem: a 7-link arm whose six articulated joints provide twelve independently driven revolute axes, each actuated by an antagonistic pair of pneumatic muscles, so that every axis can simultaneously change its angle and linearly adjust its stiffness. The rigid articulated backbone makes the tip compliance and position of the arm predictable enough to be commanded quantitatively in real time. The robot employs a unified iterative inverse-kinematics and inverse-compliance controller to achieve simultaneous, quantitative control of both compliance and position. The task-space compliance and kinematics models and the control law are derived and verified on both the physical arm and a matched simulation. Simulation is then used to study how the same framework extends to other arm morphologies. Finally, the arm demonstrates tasks that have been difficult for both rigid and soft arms: rejecting disturbances while writing on a moving whiteboard, and passively correcting hidden misalignment during a key-insertion and drawer-opening task. That these tasks succeed under so straightforward a controller is evidence for the advantage of this algorithm-informed structural design.
△ Less
Submitted 28 June, 2026;
originally announced June 2026.
-
Statistical Characteristics of Tunneling States in Strong-Field Atomic Ionization
Authors:
M. W. Cao,
Z. Y. Chen,
J. N. Wu,
S. Q. Shen,
S. Wang,
W. Y. Li,
J. Y. Che,
Y. J. Chen
Abstract:
The state of the tunneling electron under the potential barrier is important in strong laser-atom interaction but is difficult to identify. Recent experiments showed that the tunneling electron may be located in a bound state with high symmetry [Phys. Rev. Lett. 134, 213201 (2025)]. However, the quantitative characteristic of the tunneling state in a tunneling event remains unclear. Here, we study…
▽ More
The state of the tunneling electron under the potential barrier is important in strong laser-atom interaction but is difficult to identify. Recent experiments showed that the tunneling electron may be located in a bound state with high symmetry [Phys. Rev. Lett. 134, 213201 (2025)]. However, the quantitative characteristic of the tunneling state in a tunneling event remains unclear. Here, we study tunneling ionization of atoms in strong circular laser fields. The calculated photoelectron momentum distribution (PMD) through numerical solution of time-dependent Schrödinger equation (TDSE) presents an isotropic ring-shaped distribution and the most probable momentum (MPM) along the ring can be easily identified. The kinetic energy related to MPM is remarkably smaller than that predicted by the strong-field approximation (SFA) that ignores Coulomb potential. Surprisingly, for different target atoms and laser parameters, the kinetic energy difference of MPM between TDSE and SFA is always close to half of the corresponding Coulomb potential at the tunnel exit. This phenomenon can be well described by a proposed model, which indicates that the tunneling electron is in an exit-position-dependent quasibound state agreeing with the virial theorem. These results quantitatively reveal the characteristics of tunneling states from a statistical perspective.
△ Less
Submitted 24 June, 2026;
originally announced June 2026.
-
Deep Image Prototype Learning with Geometric Heat-Kernel Priors
Authors:
Jiarui Xing,
Tal Zeevi,
Nian Wu,
Jian Wang
Abstract:
Learning unsupervised representations of medical imaging cohorts can reveal anatomically meaningful prototypes without expert labels, which are often noisy and fail to capture true pathological heterogeneity. However, existing deep latent-variable models estimate Gaussian mixture priors via Euclidean averaging, producing prototypes that drift off the curved data manifold and degenerate as the numb…
▽ More
Learning unsupervised representations of medical imaging cohorts can reveal anatomically meaningful prototypes without expert labels, which are often noisy and fail to capture true pathological heterogeneity. However, existing deep latent-variable models estimate Gaussian mixture priors via Euclidean averaging, producing prototypes that drift off the curved data manifold and degenerate as the number of sub-populations grows. We propose a manifold-anchored variational framework built on a geometry-aware Expectation-Maximization (EM) algorithm, whose M-step selects each sub-population prototype as the graph medoid with the highest diffusion centrality on a heat-kernel-weighted latent graph, ensuring that every prototype remains on-manifold. A Dirichlet energy regularizer enforces geometric smoothness of the latent space, and a per-sub-population uncertainty score enables label-free quality assessment. The manifold-anchored EM is a general-purpose geometric tool that extends standard EM and applies readily to other latent-variable models beyond this setting. On cardiac scar and brain MRI benchmarks, our framework attains the highest accuracy among all compared methods, produces the sharpest prototypes reported to date, and remains stable at large sub-population counts where all baselines degenerate. Code and implementation details are available at https://github.com/jr-xing/On-Manifold-Variational-Learning-with-Heat-Kernel-Priors.
△ Less
Submitted 28 June, 2026; v1 submitted 16 June, 2026;
originally announced June 2026.
-
Phase-Aware Guidance Injection for Recurrent MAPPO in Assembly-Line Disruption Recovery
Authors:
Xin Huang,
Yongcai Wang,
Fengyi Zhang,
Zhikun Tao,
Yunjun Han,
Naiqi Wu
Abstract:
Disruption recovery in industrial assembly lines requires timely decisions under machine faults, worker absence, and emergency orders. Existing methods either rely on rigid handcrafted recovery logic or learn adaptive policies that do not readily exploit heterogeneous external recovery knowledge at decision time to reduce abnormal recovery time (ART) and preserve on-time delivery (OTD). To address…
▽ More
Disruption recovery in industrial assembly lines requires timely decisions under machine faults, worker absence, and emergency orders. Existing methods either rely on rigid handcrafted recovery logic or learn adaptive policies that do not readily exploit heterogeneous external recovery knowledge at decision time to reduce abnormal recovery time (ART) and preserve on-time delivery (OTD). To address this gap, we propose a phase-aware guidance injection framework that augments a trained recurrent MAPPO (RMAPPO) scheduling policy through logit-level action bias during evaluation. The framework provides a unified decision-time interface for rule-based, replay-based, and online LLM-based guidance, while activating intervention only during abnormal and recovery phases. Experiments on a custom AssemblyLineEnv show that high-quality rule guidance yields the strongest gains, replay-based guidance degrades smoothly under imperfect availability, and online LLM guidance still provides useful intermediate improvements. These results show that decision-time guidance injection can exploit heterogeneous recovery hints without redesigning the actor.
△ Less
Submitted 15 June, 2026;
originally announced June 2026.
-
Beyond Layer Importance in Layer-wise Sparsity: An Inter-Layer Perturbation-Absorption Perspective
Authors:
Tao Jing,
Ningxin Wu,
Chen Kang,
Dong Yu,
Changliang Li,
Pengyuan Liu
Abstract:
The considerable layer-wise redundancy in large language models (LLMs) has established non-uniform sparsity allocation across layers as the standard pruning approach for efficient compression. Existing layer-wise allocation methods that estimate allocation strategy from local signals such as activation outliers or weight spectra mainly derive from local layer importance, whereas the final post-pru…
▽ More
The considerable layer-wise redundancy in large language models (LLMs) has established non-uniform sparsity allocation across layers as the standard pruning approach for efficient compression. Existing layer-wise allocation methods that estimate allocation strategy from local signals such as activation outliers or weight spectra mainly derive from local layer importance, whereas the final post-pruning performance is also influenced by the network's subsequent compensatory capacity. In this paper, we directly characterize this property through controlled perturbation experiments. We make the following empirical findings. First, layers exhibit highly heterogeneous responses to pruning-scale perturbations. In most cases, early layers amplify perturbations, while middle and late layers actively absorb them, with relative L2 drift decreasing monotonically across depth and direction realigning toward the unperturbed hidden-state trajectory. Second, absorption is a large-perturbation phenomenon. Under small perturbations the network exhibits amplification across all layers, and the transition to absorption occurs smoothly as perturbation magnitude grows to pruning scale. This enriches the linearized accumulation theory underlying related works. Building on these findings, we define an absorption coefficient per layer and propose absorption-aware correction, an orthogonal augmentation that improves OWL and AlphaPruning by reducing perplexity by 7.13% and boosting zero-shot accuracy by 1.02% across multiple model families at 70% sparsity.
△ Less
Submitted 13 June, 2026;
originally announced June 2026.
-
Sparse2Act: Learning Action-Aligned Sparse 3D Representations for Cross-Domain Robot Manipulation
Authors:
Yu Guo,
Chang Yu,
Siyu Ma,
Yunuo Chen,
Yin Yang,
Ying Nian Wu,
Chenfanfu Jiang
Abstract:
Explicit 3D representations are attractive for manipulation because they expose object shape, workspace geometry, and robot-object relations in metric coordinates. However, sparse 3D encoders are often learned through downstream task objectives, tying the representation to a particular data distribution, policy architecture, and action parameterization. We introduce Sparse2Act, an observation-acti…
▽ More
Explicit 3D representations are attractive for manipulation because they expose object shape, workspace geometry, and robot-object relations in metric coordinates. However, sparse 3D encoders are often learned through downstream task objectives, tying the representation to a particular data distribution, policy architecture, and action parameterization. We introduce Sparse2Act, an observation-action alignment framework for pretraining sparse point-cloud encoders. The key idea is to use task-space end-effector actions as geometric supervision: masked sparse 3D tokens are trained to organize scene features around the workspace motion paired with the observation. After pretraining, only the encoder initialization is reused by downstream policies, allowing them to retain their own architectures and action spaces, including joint-space commands. On the LIBERO-10 benchmark, our method achieves 86.9% average success after 500 fine-tuning steps. The same pretrained encoder supports LIBERO-to-Meta-World cross-domain transfer, achieving 73.4% average success on the Meta-World-5 benchmark. Ablations on the objective and decoder capacity show that the gains come from the masked action-alignment signal and remain useful across downstream action decoders. In real-world experiments, simulation pretraining followed by limited real-data fine-tuning achieves an average success rate of 72.5% across four tasks, demonstrating effective sim-to-real transfer. These results suggest that robot actions can provide compact geometric supervision for reusable sparse 3D representations.
△ Less
Submitted 10 June, 2026;
originally announced June 2026.
-
CCKS: Consensus-based Communication and Knowledge Sharing
Authors:
Jinyuan Zu,
Xiaowei Lv,
Yongcai Wang,
Deying Li,
Yunjun Han,
Wenping Chen,
Fengyi Zhang,
Naiqi Wu
Abstract:
In Decentralized Training and Decentralized Execution (DTDE) for cooperative Multi-Agent Reinforcement Learning (MARL), action-advising-based knowledge sharing promotes interpretable and scalable cooperation among agents. However, current action advising approaches often adhere too much to the teacher's guidance without evaluating teacher-student compatibility, which causes excessive advising, sub…
▽ More
In Decentralized Training and Decentralized Execution (DTDE) for cooperative Multi-Agent Reinforcement Learning (MARL), action-advising-based knowledge sharing promotes interpretable and scalable cooperation among agents. However, current action advising approaches often adhere too much to the teacher's guidance without evaluating teacher-student compatibility, which causes excessive advising, suboptimal stability, and degraded performance. To overcome these challenges, this paper presents a Consensus-based Communication and Knowledge Sharing (CCKS) framework, which allows agents to adopt recommendations based on consensus-derived constraints and to follow the teacher's instructions more smartly. This mechanism enables agents to balance exploration and learning from experienced teachers, improving overall performance. The key is the consensus model construction, for which we propose to employ contrastive learning to construct consensus models based on local observations in the agents' training phase. In action selection, agents score and choose actions based on consensus and shared knowledge. Designed as a plug-and-play solution, CCKS integrates seamlessly with existing DTDE algorithms. Experiments conducted in the Google Research Football environment and the complex StarCraft II Multi-Agent Challenge demonstrate that the integration with CCKS significantly improves cooperation efficiency, learning speed, and overall performance compared with current DTDE baselines. The code is available at https://github.com/yuanxpy/CCKS.
△ Less
Submitted 10 June, 2026;
originally announced June 2026.
-
When Vision Misleads, Let Location Speak: A Worldwide Image Geo-Localization Method via Location Attention Mechanism and Large Multimodal Models
Authors:
Junchao Cui,
Wenqi Shi,
Xuanzi Ma,
Nan Wu,
Shaoyong Du,
Xiangyang Luo
Abstract:
Worldwide image geo-localization aims to determine the capture location of an image on a global scale. Existing methods often mislocalize images by matching them to visually similar scenes from different geographic regions, which limits reliability in practical applications. To address this issue, we propose TransGeoCLIP, a novel retrieval-based framework that integrates a location attention mecha…
▽ More
Worldwide image geo-localization aims to determine the capture location of an image on a global scale. Existing methods often mislocalize images by matching them to visually similar scenes from different geographic regions, which limits reliability in practical applications. To address this issue, we propose TransGeoCLIP, a novel retrieval-based framework that integrates a location attention mechanism and large multimodal models (LMMs). Using the Transformer encoder with location attention to encode GPS coordinates, TransGeoCLIP can effectively distinguish geographic features among visually similar images. The framework consists of two stages: 1) Retrieval database construction, which employs Transformers equipped with location attention mechanisms to encode labeled GPS coordinates and enhance location semantics, subsequently enables joint image-text-GPS embedding through CLIP; 2) Retrieval-augmented inference, which leverages LMMs to infer the final image location prediction from retrieved database results. Extensive experimental results on diverse datasets, including IM2GPS, IM2GPS3k, YFCC4k, and YFCC26k, demonstrate that TransGeoCLIP significantly enhances localization performance for visually similar images. Particularly, street-level localization accuracy (within 1 km error) is substantially improved, surpassing state-of-the-art methods by 1.5%, 1.07%, 7.18%, and 9.75% on these benchmarks, respectively.
△ Less
Submitted 7 June, 2026;
originally announced June 2026.
-
OLIVE: Online Low-Rank Incremental Learning for Efficient Adaptive Exoskeletons
Authors:
Dong Liu,
Yanxuan Yu,
Ben Lengerich,
Tong Geng,
Ying Nian Wu
Abstract:
Wearable exoskeleton systems hold promise for restoring mobility in individuals with physical impairments, yet most existing controllers rely on static gait policies that cannot adapt to dynamic real-world environments or individual user characteristics. We present OLIVE (Online Low-rank Incremental Learning for Efficient Adaptive Exoskeletons), a parameter-efficient online adaptation framework th…
▽ More
Wearable exoskeleton systems hold promise for restoring mobility in individuals with physical impairments, yet most existing controllers rely on static gait policies that cannot adapt to dynamic real-world environments or individual user characteristics. We present OLIVE (Online Low-rank Incremental Learning for Efficient Adaptive Exoskeletons), a parameter-efficient online adaptation framework that continuously personalizes exoskeleton control during deployment. OLIVE decomposes the adaptive component of the control policy into a low-rank residual form $ΔW = A_t B_t^\top$ with rank $r \ll \min(d,k)$, reducing the online update cost from $\mathcal{O}(dk)$ to $\mathcal{O}(r(d+k))$ while preserving the stability of a pretrained base controller $W_0$. Parameters are updated through a reward-shaped policy gradient driven purely by on-body sensor feedback, including EMG, IMU, and vibration signals, eliminating dependence on offline reference trajectories. A gating mechanism modulates the strength of personalization based on the contextual state, while a dynamic rank scheduler adapts the update dimensionality to terrain complexity. It allocates minimal capacity on simple flat terrain and expands to higher-rank updates on demanding uneven surfaces, enabling robust performance across flat walking, stair navigation, slopes, and uneven terrain. Experiments on the wearable platform demonstrate that OLIVE achieves improvements of 13, 22, and 15 percentage points in gait smoothness, effort reduction, and motion stability over the strongest baseline, respectively. It converges within approximately 1,800 walking steps with an end-to-end latency of 7.4 ms. Our code implementation is available at https://github.com/FastLM/OLIVE.
△ Less
Submitted 8 August, 2026; v1 submitted 2 June, 2026;
originally announced June 2026.
-
MT-EditFlow: Reinforcement Learning for Multi-Turn Image Editing with Flow Matching
Authors:
Jiahui Huang,
Yasi Zhang,
Tianyu Chen,
Shu Wang,
Jianwen Xie,
Oscar Leong,
Mingyuan Zhou,
Nanzhu Wang,
Ying Nian Wu
Abstract:
Recent breakthroughs in instruction-based image editing have captured significant attention, as models are now capable of handling real-world editing demands with the practicality required by everyday users. However, editing models trained primarily for single-turn edits often break down in multi-turn editing--the natural interactive setting where a user iteratively refines an image based on the m…
▽ More
Recent breakthroughs in instruction-based image editing have captured significant attention, as models are now capable of handling real-world editing demands with the practicality required by everyday users. However, editing models trained primarily for single-turn edits often break down in multi-turn editing--the natural interactive setting where a user iteratively refines an image based on the model's own previous outputs. This failure stems from the all-or-nothing requirement, where a single failed turn compromises the entire sequence, and error propagation, where exposure bias leads to compounding editing errors. To address these challenges, we introduce MT-EditFlow, a flow-matching reinforcement learning framework designed to optimize reward signals for sequential image editing. MT-EditFlow integrates a multi-turn perspective with a multi-reward formulation to provide a unified structure applicable to both GRPO and NFT-based reinforcement learning methods. We systematically analyze and optimize the reward signal by investigating effective scoring strategies for turn-level aggregation, VLM reasoning modes to trade off reward bias and variance, and advantage fusion levels to prevent reward hacking. Our findings reveal that broadcasting the aggregated advantage across the entire editing trajectory effectively bridges the gap between local planning and global multi-turn task success. Extensive experiments demonstrate that MT-EditFlow significantly improves performance across diverse base models. Notably, it boosts FLUX.1-Kontext-dev by 6.85 points in turn-3 overall performance, surpassing state-of-the-art open-source models such as Qwen-Image-Edit. By maintaining high marginal success rates and reducing exposure bias, MT-EditFlow provides a foundation for more reliable and natural human-AI collaboration in visual content creation.
△ Less
Submitted 1 June, 2026;
originally announced June 2026.
-
Thoughts-as-Planning: Latent World Models for Chain-of-Thoughts Optimization via Reinforcement Planning
Authors:
Dong Liu,
Yanxuan Yu,
Ying Nian Wu
Abstract:
The success of large language models (LLMs) across diverse NLP tasks has elevated the importance of reasoning chain optimization as a critical step in aligning model behavior with task objectives. Existing reasoning chain tuning methods often rely on black-box heuristics or gradient-free search, which lack interpretability, generalization, and sample efficiency. In this work, we introduce \textbf{…
▽ More
The success of large language models (LLMs) across diverse NLP tasks has elevated the importance of reasoning chain optimization as a critical step in aligning model behavior with task objectives. Existing reasoning chain tuning methods often rely on black-box heuristics or gradient-free search, which lack interpretability, generalization, and sample efficiency. In this work, we introduce \textbf{Thoughts-as-Planning}, a novel framework that formalizes reasoning chain optimization as a sequential decision-making process over a latent semantic space. We model the LLM as a partially observable environment and learn a latent world model that simulates the effect of reasoning chain edits on downstream outputs. A proximity-preserving embedding space is constructed to encode reasoning chain-response dynamics, enabling planning via gradient descent or reinforcement learning. Our method supports multi-scale abstraction, allowing reasoning chain edits at token, segment, and instruction levels to be integrated into a unified planner. Through extensive experiments on language understanding and generation tasks, we demonstrate that Thoughts-as-Planning outperforms state-of-the-art reasoning chain tuning baselines in efficiency, robustness, and generalization, while offering interpretability through its structured planning trajectory. Our code is available at https://github.com/FastLM/Thoughts-as-Planning.
△ Less
Submitted 27 April, 2026;
originally announced May 2026.
-
Not All Tokens Matter Equally: Dynamic In-context Vector Distillation with Decisive-Token Supervision for Long-form Medical Report Generation
Authors:
Ning Wu,
Rui Liu,
Xinkun Lin,
Weixing Chen,
Jinxi Xiang,
Tao Wei,
Lina Yao,
Mingjie Li
Abstract:
Distilling demonstration effects into hidden-space interventions offers a lightweight alternative to full finetuning. However, existing multimodal variants are mostly evaluated on short-form tasks, where outputs end after a few tokens. Extending these methods to long-form generation exposes a fundamental yet underexamined limitation: token-level distillation implicitly treats all output tokens as…
▽ More
Distilling demonstration effects into hidden-space interventions offers a lightweight alternative to full finetuning. However, existing multimodal variants are mostly evaluated on short-form tasks, where outputs end after a few tokens. Extending these methods to long-form generation exposes a fundamental yet underexamined limitation: token-level distillation implicitly treats all output tokens as equally informative, but long-form outputs are dominated by high-frequency template and grammatical tokens, while the tokens that actually determine output quality are sparsely distributed. In medical report generation (MRG), two such decisive tokens stand out: pathology-related tokens that determine diagnostic content, and the end-of-sequence (EOS) event that determines termination. Both receive insufficient supervision under uniform cross-entropy, and autoregressive decoding further compounds the problem by drifting away from teacher-forced trajectories. We propose DIVE, a frozen-backbone distillation framework that addresses long-form report generation through two complementary mechanisms matched to these failures. Decisive-token supervision restores supervision balance by upweighting the cross-entropy contribution of pathology-related tokens and the EOS event, ensuring that content fidelity and termination are learned during training rather than imposed at decoding time. State-conditioned dynamic steering replaces fixed open-loop residuals with hidden-state-dependent adapters, allowing the injected signal to adapt as decoding drifts. Experiments on MIMIC-CXR and CheXpert Plus with two medical VLM backbones show that DIVE consistently ranks among the strongest methods across lexical and clinical-proxy metrics. Our method achieves the best BLEU-4, ROUGE-L, and RadGraph F1 in all dataset--backbone settings, while remaining competitive on coarse label-level CheXbert F1.
△ Less
Submitted 26 May, 2026;
originally announced May 2026.
-
Less is More: Early Stopping Rollout for On-Policy Distillation
Authors:
Zhou Ziheng,
Jiaqi Li,
Huacong Tang,
Ying Nian Wu,
Demetri Terzopoulos
Abstract:
On-policy distillation has recently emerged as a promising alternative to standard sequence-level imitation, training a student by scoring its own rollouts with a teacher model. However, we observe ``Off-policy Teacher Decay'' problem in this paradigm: for the later tokens, with student's earlier trajectory as context that is off-policy to the teacher, the teacher's ability to produce a corrective…
▽ More
On-policy distillation has recently emerged as a promising alternative to standard sequence-level imitation, training a student by scoring its own rollouts with a teacher model. However, we observe ``Off-policy Teacher Decay'' problem in this paradigm: for the later tokens, with student's earlier trajectory as context that is off-policy to the teacher, the teacher's ability to produce a corrective score would decay, and may fall back to token-completion behavior learned in the pre-training stage. We empirically verify this problem, and we propose Early Stopping Rollout (ESR) to fix it: a simple yet effective distillation strategy that simply restricts the rollout generation to the first
response tokens. We show that ESR both surpasses the full rollout OPD performance across model size, family, tasks and training regime, and exhibit much higher GPU efficiency and training stability, especially under cross model family scenarios. We further investigate the mechanism behind this surprising performance and discovered "Cascading Alignment" and "Sub-mode Commitment" effect of ESR that may explain why it works effectively and even sometimes exceeding the teacher model performance. Besides, we show that this position-based token selection strategy cannot be fully explainable by KL divergence and entropy signals.
△ Less
Submitted 26 May, 2026;
originally announced May 2026.
-
Learning manifold diffusion semigroups from graph transition matrices
Authors:
Xiuyuan Cheng,
Nan Wu
Abstract:
We consider graph diffusion processes constructed from finite i.i.d. samples drawn from an unknown manifold embedded in ambient Euclidean space, where the graph affinity is defined by an ambient Gaussian kernel matrix. We show that the manifold heat semigroup $Q_t = e^{tΔ}$ can be approximated directly by iterating the graph transition matrix $P$, under only low regularity assumptions on the test…
▽ More
We consider graph diffusion processes constructed from finite i.i.d. samples drawn from an unknown manifold embedded in ambient Euclidean space, where the graph affinity is defined by an ambient Gaussian kernel matrix. We show that the manifold heat semigroup $Q_t = e^{tΔ}$ can be approximated directly by iterating the graph transition matrix $P$, under only low regularity assumptions on the test function $f$, including the case $f \in L^\infty$. We bound $\| P^n f - Q_t f \|$ in $\infty$-norm, with the operator application to $f$ properly defined, and we recover the classical graph-Laplacian pointwise rate $O(N^{-2/(d+6)})$ up to logarithmic factors, for diffusion times $t $ up to $O(1)$ and longer. The rate holds for in-sample error as well as out-of-sample generalization, where the estimator of $Q_t f$ at a new point is defined via kernel convolution. To handle non-uniform sampling densities on the manifold, we introduce a right-normalization of the graph transition matrix; under the assumption that the sampling density $p$ is $C^3$ and bounded away from zero, the same convergence rates hold. We numerically demonstrate the performance of the proposed estimator on simulated data.
△ Less
Submitted 24 May, 2026;
originally announced May 2026.
-
JT-SAFE-V2: Safety-by-Design Foundation Model with World-Context Data
Authors:
Junlan Feng,
Fanyu Meng,
Chong Long,
Pengyu Cong,
Duqing Wang,
Yan Zheng,
Yuyao Zhang,
Xuanchang Gao,
Ye Yuan,
Yunfei Ma,
Zhijie Ren,
Fan Yang,
Na Wu,
Di Jin,
Chao Deng
Abstract:
We introduce JT-Safe-V2, a large language model designed to advance the safety and trustworthiness of foundation models, extending our previous JT-Safe model toward a more comprehensive safety-by-design paradigm. JT-Safe-V2 emphasizes the joint optimization of general intelligence and safety-by-design through several key innovations: enriching pre-training data with contextual world knowledge, hig…
▽ More
We introduce JT-Safe-V2, a large language model designed to advance the safety and trustworthiness of foundation models, extending our previous JT-Safe model toward a more comprehensive safety-by-design paradigm. JT-Safe-V2 emphasizes the joint optimization of general intelligence and safety-by-design through several key innovations: enriching pre-training data with contextual world knowledge, high-certainty pre-training procedures, and safety strengthening post-training mechanisms for enterprise-oriented agentic capabilities. Building on these safety-enhanced foundation models, we propose Safe-MoMA (Safe Mixture of Models and Agents), a framework that enables traceable and efficient inference through the orchestrated deployment of multiple models and agents. Extensive evaluations demonstrate that JT-Safe-V2 achieves state-of-the-art performance across both general intelligence and safety benchmarks. Moreover, Safe-MoMA reduces inference costs by more than 30\% compared to using the largest standalone model baseline while maintaining comparable performance. To facilitate future research on safety-by-design foundation models, we publicly release the post-trained JT-Safe-V2-35B model checkpoint.
△ Less
Submitted 23 May, 2026;
originally announced May 2026.
-
Coherent terahertz magnon-phonon three-wave mixing in a layered antiferromagnet
Authors:
Liangyue Li,
Na Wu,
Zhengwang Lin,
Zefen Li,
Lixin Liu,
Emil Vinas Boström,
Yuan Wan,
Xinbo Wang,
Jianlin Luo,
Fucai Liu,
Angel Rubio,
Qi Zhang
Abstract:
The coherent nonlinear dynamics between collective excitations, such as magnons and phonons, drive emergent phenomena in quantum materials, yet their direct observation remains a central challenge. Here, using double-terahertz-pump optical-probe spectroscopy, we report the direct observation of coherent magnon-phonon three-wave mixing in the layered antiferromagnetic insulator FePS$_{3}$. We resol…
▽ More
The coherent nonlinear dynamics between collective excitations, such as magnons and phonons, drive emergent phenomena in quantum materials, yet their direct observation remains a central challenge. Here, using double-terahertz-pump optical-probe spectroscopy, we report the direct observation of coherent magnon-phonon three-wave mixing in the layered antiferromagnetic insulator FePS$_{3}$. We resolve both second- and third-order nonlinear responses of antiferromagnetic magnons and identify a suite of nonlinear couplings in two-dimensional (2D) coherent spectra, including definitive sum- and difference-frequency generation between magnons and phonons. These results lay the groundwork for exploiting coherent nonlinearities to entangle magnetic and vibrational excitations, opening avenues for quantum control and hybrid quantum technologies in the terahertz regime.
△ Less
Submitted 19 May, 2026;
originally announced May 2026.
-
Agentic Discovery of Neural Architectures: AIRA-Compose and AIRA-Design
Authors:
Alberto Pepe,
Chien-Yu Lin,
Despoina Magka,
Bilge Acun,
Yannan Nellie Wu,
Anton Protopopov,
Carole-Jean Wu,
Yoram Bachrach
Abstract:
Toward recursive self-improvement, we investigate LLM agents autonomously designing foundation models beyond standard Transformers. We introduce a dual-framework approach: AIRA-Compose for high-level architecture search, and AIRA-Design for low-level mechanistic implementation. AIRA-Compose uses 11 agents to explore fundamental computational primitives under a 24-hour budget. Agents evaluate milli…
▽ More
Toward recursive self-improvement, we investigate LLM agents autonomously designing foundation models beyond standard Transformers. We introduce a dual-framework approach: AIRA-Compose for high-level architecture search, and AIRA-Design for low-level mechanistic implementation. AIRA-Compose uses 11 agents to explore fundamental computational primitives under a 24-hour budget. Agents evaluate million-parameter candidates, extrapolating top designs to 350M, 1B, and 3B scales. This yields 14 architectures across two families: AIRAformers (Transformer-based) and AIRAhybrids (Transformer-Mamba). Pre-trained at 1B scale, these consistently outperform Llama 3.2 and Composer-found baselines. On downstream tasks, AIRAformer-D and AIRAhybrid-D improve accuracy by 2.4% and 3.8% over Llama 3.2. Furthermore, AIRA-Compose finds models with highly efficient scaling frontiers: AIRAformer-C scales 54% and 71% faster than Llama 3.2 and Composer's best Transformer, while AIRAhybrid-C outscales Nemotron-2 by 23% and Composer's best hybrid by 37%. AIRA-Design tasks 20 agents with writing novel attention mechanisms for long-range dependencies and high-performing training scripts. On the Long Range Arena benchmark, agent-designed architectures reach within 2.3% and 2.6% of human state-of-the-art on document matching and text classification. On the Autoresearch benchmark, Greedy Opus 4.5 achieves 0.968 validation bits-per-byte under a fixed time budget, surpassing the published minimum. Together, these frameworks show AI agents can autonomously discover architectures and algorithmic optimizations matching or surpassing hand-designed baselines. This establishes a powerful paradigm for discovering next-generation foundation models, marking a clear step toward recursive self-improvement.
△ Less
Submitted 15 May, 2026;
originally announced May 2026.
-
Can Current Agents Close the Discovery-to-Application Gap? A Case Study in Minecraft
Authors:
Zhou Ziheng,
Huacong Tang,
Jinyuan Zhang,
Haowei Lin,
Bangcheng Yang,
Qian Long,
Fang Sun,
Yizhou Sun,
Yitao Liang,
Ying Nian Wu,
Demetri Terzopoulos,
Xiaofeng Gao
Abstract:
Discovering causal regularities and applying them to build functional systems--the discovery-to-application loop--is a hallmark of general intelligence, yet evaluating this capacity has been hindered by the vast complexity gap between scientific discovery and real-world engineering. We introduce SciCrafter, a Minecraft-based benchmark that operationalizes this loop through parameterized redstone c…
▽ More
Discovering causal regularities and applying them to build functional systems--the discovery-to-application loop--is a hallmark of general intelligence, yet evaluating this capacity has been hindered by the vast complexity gap between scientific discovery and real-world engineering. We introduce SciCrafter, a Minecraft-based benchmark that operationalizes this loop through parameterized redstone circuit tasks. Agents must ignite lamps in specified patterns (e.g., simultaneously or in timed sequences); scaling target parameters substantially increases construction complexity and required knowledge, forcing genuine discovery rather than reliance on memorized solutions. Evaluating frontier models including GPT-5.2, Gemini-3-Pro, and Claude-Opus-4.5 under a general-purpose code agent scaffold, we find that all plateau at approximately 26% success rate. To diagnose these failures, we decompose the loop into four capacities--knowledge gap identification, experimental discovery, knowledge consolidation, and knowledge application--and design targeted interventions whose marginal contributions serve as proxies for corresponding gaps. Our analysis reveals that although the general knowledge application capability still remains as the biggest gap across all models, for frontier models the knowledge gap identification starts to become a major hurdle--indicating the bottleneck is shifting from solving problems right to raising the right problems for current AI. We release SciCrafter as a diagnostic probe for future research on AI systems that navigate the full discovery-to-application loop.
△ Less
Submitted 20 May, 2026; v1 submitted 27 April, 2026;
originally announced April 2026.
-
Exact momentum-space analysis of small spin-1/2 $J_1$-$J_2$ rings
Authors:
Zimeng Li,
Ning Wu
Abstract:
This paper considers an $N$-site spin-1/2 $J_1$-$J_2$ ring with $N=6$ and $8$. With the help of a set of exact few-magnon Bloch states, we obtain the block-diagonalized Hamiltonian consisting of block matrices of at most four dimensions. Partial of the eigenstates are analytically solved. For the six-site anisotropic ring, we reveal a subset of eigenstates that are simultaneous eigenstates of the…
▽ More
This paper considers an $N$-site spin-1/2 $J_1$-$J_2$ ring with $N=6$ and $8$. With the help of a set of exact few-magnon Bloch states, we obtain the block-diagonalized Hamiltonian consisting of block matrices of at most four dimensions. Partial of the eigenstates are analytically solved. For the six-site anisotropic ring, we reveal a subset of eigenstates that are simultaneous eigenstates of the Hamiltonian and the total angular momentum operator, even though the latter is not conserved. For both the six- and eight-site isotropic rings, we achieve momentum-space manifestations of several important states, including the famous Majumdar-Ghosh (MG) ground states and the Hamada-Kane-Nakagawa-Natsume (HKNN) ground state. The equivalence of these states with their real-space counterparts is explicitly shown for $N=6$. The structure of the HKNN ground state for small rings suggests that for any even number $N$ this state might behave like a ``bound state" with $N/2$ successive down spins binding together.
△ Less
Submitted 25 April, 2026;
originally announced April 2026.
-
Accelerating Frequency Domain Diffusion Models with Error-Feedback Event-Driven Caching
Authors:
Dong Liu,
Yanxuan Yu,
Ying Nian Wu
Abstract:
Diffusion models achieve remarkable success in time series generation. However, slow inference limits their practical deployment. We propose E$^2$-CRF (Error-Feedback Event-Driven Cumulative Residual Feature caching) to accelerate frequency domain diffusion models. Our method exploits two structural properties: (1) spectral localization, where signal energy concentrates in low frequencies, and (2)…
▽ More
Diffusion models achieve remarkable success in time series generation. However, slow inference limits their practical deployment. We propose E$^2$-CRF (Error-Feedback Event-Driven Cumulative Residual Feature caching) to accelerate frequency domain diffusion models. Our method exploits two structural properties: (1) spectral localization, where signal energy concentrates in low frequencies, and (2) mirror symmetry, which halves the effective frequency dimension. E$^2$-CRF uses a closed-loop error-feedback system that adaptively caches transformer KV features across diffusion steps. We trigger recomputation using event-driven residual dynamics instead of fixed schedules. Our method selectively recomputes high-energy or rapidly-changing tokens while reusing cached features for stable high-frequency components. E$^2$-CRF achieves ~2.2 speedup while maintaining sample quality. We demonstrate effectiveness on 5 datasets. Our caching strategy naturally aligns with the diffusion process's structure-to-detail progression. We include sufficient-condition error and complexity bounds under standard regularity assumptions (Appendix), alongside empirical validation. Our code is available at https://github.com/NoakLiu/FastFourierDiffusion and is also integrated in https://github.com/NoakLiu/FastCache-xDiT.
△ Less
Submitted 25 July, 2026; v1 submitted 24 April, 2026;
originally announced April 2026.
-
Linear Constraints
Authors:
Arnaud Spiwack,
Csongor Kiss,
Jean-Philippe Bernardy,
Nicolas Wu,
Richard A. Eisenberg
Abstract:
Linear constraints are the linear counterpart of Haskell's class constraints. Linearly typed parameters allow the programmer to control resources such as file handles and manually managed memory as linear arguments. Indeed, a linear type system can verify that these resources are used safely. However, writing code with explicit linear arguments requires bureaucracy. Linear constraints address this…
▽ More
Linear constraints are the linear counterpart of Haskell's class constraints. Linearly typed parameters allow the programmer to control resources such as file handles and manually managed memory as linear arguments. Indeed, a linear type system can verify that these resources are used safely. However, writing code with explicit linear arguments requires bureaucracy. Linear constraints address this shortcoming: a linear constraint acts as an implicit linear argument that can be filled in automatically by the compiler.
We present this new feature as a qualified type system, together with an inference algorithm which extends GHC's existing constraint solver algorithm. Soundness of linear constraints is ensured by the fact that they desugar into Linear Haskell.
This paper is a revised and extended version of a previous paper by the same authors (arXiv:2103.06127). The formal system and the constraint solver have been significantly simplified and numerous additional applications are described.
△ Less
Submitted 23 April, 2026;
originally announced April 2026.
-
The Bures metric and the quantum metric on the density space of a C*-algebra: the non-unital case
Authors:
Konrad Aguilar,
Karina Behera,
Katrine von Bornemann Hjelmborg,
Tron Omland,
Gregory Wickham,
Nicole Wu,
Adam M. Yassine
Abstract:
Building off work of Farenick and Rahaman, we extend the definition of the density space and the Bures metric to the setting of non-unital C*-algebras equipped with a faithful trace and prove that the Bures metric is also a metric in this case and show that its topology is weaker than the topology induced by the C*-norm. Furthermore, we prove a Heine-Borel type theorem for C*-algebras and the dens…
▽ More
Building off work of Farenick and Rahaman, we extend the definition of the density space and the Bures metric to the setting of non-unital C*-algebras equipped with a faithful trace and prove that the Bures metric is also a metric in this case and show that its topology is weaker than the topology induced by the C*-norm. Furthermore, we prove a Heine-Borel type theorem for C*-algebras and the density space. In particular, we prove that for any C*-algebra (unital or non-unital) equipped with a faithful trace, the density space equipped with the Bures metric topology is not compact if and only if the C*-algebra is infinite dimensional. We also exhibit several examples of sequences that have no converging sequence in the unital and non-unital case including both commutative and noncommutative C*-algebras. Next, building off work from some of the authors, we extend the definition of the quantum metric on the density space to the non-unital C*-algebra case by introducing the notion of a quantum Lipschitz triple, which form a subclass of quantum locally compact metric spaces of Latrémolière that utilize Rieffel's notion of a quantum metric (we also introduce new classes of quantum locally compact metric spaces that include certain noncommutative homogeneous C*-algebras). Furthermore, we prove that this quantum metric topology is weaker than the topology of the one induced by the C*-norm and finish the article with an analysis of matrix-valued functions on the quantized interval, which provides commutative and noncommuataive examples where the quantum metric topology on the density space is not compact and is not uniformly equivalent to both the Bures metric and the metric induced by the C*-norm.
△ Less
Submitted 6 April, 2026; v1 submitted 2 April, 2026;
originally announced April 2026.
-
Agent Q-Mix: Selecting the Right Action for LLM Multi-Agent Systems through Reinforcement Learning
Authors:
Eric Hanchen Jiang,
Levina Li,
Rui Sun,
Xiao Liang,
Yubei Li,
Yuchen Wu,
Haozheng Luo,
Hengli Li,
Zhi Zhang,
Zhaolu Kang,
Kai-Wei Chang,
Ying Nian Wu
Abstract:
Large Language Models (LLMs) have shown remarkable performance in completing various tasks. However, solving complex problems often requires the coordination of multiple agents, raising a fundamental question: how to effectively select and interconnect these agents. In this paper, we propose \textbf{Agent Q-Mix}, a reinforcement learning framework that reformulates topology selection as a cooperat…
▽ More
Large Language Models (LLMs) have shown remarkable performance in completing various tasks. However, solving complex problems often requires the coordination of multiple agents, raising a fundamental question: how to effectively select and interconnect these agents. In this paper, we propose \textbf{Agent Q-Mix}, a reinforcement learning framework that reformulates topology selection as a cooperative Multi-Agent Reinforcement Learning (MARL) problem. Our method learns decentralized communication decisions using QMIX value factorization, where each agent selects from a set of communication actions that jointly induce a round-wise communication graph. At its core, Agent Q-Mix combines a topology-aware GNN encoder, GRU memory, and per-agent Q-heads under a Centralized Training with Decentralized Execution (CTDE) paradigm. The framework optimizes a reward function that balances task accuracy with token cost. Across seven core benchmarks in coding, reasoning, and mathematics, Agent Q-Mix achieves the highest average accuracy compared to existing methods while demonstrating superior token efficiency and robustness against agent failure. Notably, on the challenging Humanity's Last Exam (HLE) using Gemini-3.1-Flash-Lite as a backbone, Agent Q-Mix achieves 20.8\% accuracy, outperforming Microsoft Agent Framework (19.2\%) and LangGraph (19.2\%), followed by AutoGen and Lobster by OpenClaw. These results underscore the effectiveness of learned, decentralized topology optimization in pushing the boundaries of multi-agent reasoning.
△ Less
Submitted 31 March, 2026;
originally announced April 2026.
-
Solving Problems of Unknown Difficulty
Authors:
Nicholas Wu
Abstract:
This paper studies how uncertainty about problem difficulty shapes problem-solving strategies. I develop a dynamic model where an agent solves a problem by brainstorming approaches of unknown quality and allocating a fixed effort budget among them. Success arrives from spending effort pursuing good approaches, at a rate determined by the unknown problem difficulty. The agent balances costly explor…
▽ More
This paper studies how uncertainty about problem difficulty shapes problem-solving strategies. I develop a dynamic model where an agent solves a problem by brainstorming approaches of unknown quality and allocating a fixed effort budget among them. Success arrives from spending effort pursuing good approaches, at a rate determined by the unknown problem difficulty. The agent balances costly exploration (expanding the set of approaches) with exploitation (pursuing existing approaches). Failures could signal either a bad idea or a hard problem, and this uncertainty generates novel dynamics: optimal search alternates between trying new approaches and revisiting previously abandoned ones. I then examine a principal-agent environment, where moral hazard arises on the intensive margin: how the agent explores. Dynamic commitment leads contracts to frontload incentives, which can be counteracted by the presence of learning. The framework reflects scientific discovery, product development, and other creative work, providing insights into innovation and organizational design.
△ Less
Submitted 31 March, 2026;
originally announced April 2026.
-
Quantum transport reveals spin glass correlations in a 2D network of TbPc$_{2}$ single-molecule magnets grafted on graphene
Authors:
Nianjheng Wu,
Jules Lefeuvre,
Andrew Mayne,
Stéphane Campidelli,
Jérôme Lagoute,
Cyril Chacon,
Sophie Guéron,
Richard Deblock,
Hélène Bouchiat
Abstract:
The low temperature magnetoresistance of graphene functionalized by an array of magnetic Terbium Phthalocyanines molecules is found to exhibit a magnetic field-dependent 1/f noise, along with universal conductance fluctuations (UCFs) typical of a mesoscopic phase-coherent sample. A thorough analysis of the magnetic field, temperature and chemical potential dependence of this 1/f noise and UCFs rev…
▽ More
The low temperature magnetoresistance of graphene functionalized by an array of magnetic Terbium Phthalocyanines molecules is found to exhibit a magnetic field-dependent 1/f noise, along with universal conductance fluctuations (UCFs) typical of a mesoscopic phase-coherent sample. A thorough analysis of the magnetic field, temperature and chemical potential dependence of this 1/f noise and UCFs reveals that long range, 2D Ising spin-glass like, magnetic correlations are induced in graphene through exchange interactions between the magnetic molecules and charge carriers in graphene. These experiments show that graphene functionalized with organic molecules constitutes a versatile platform for the investigation of magnetic phase transitions in two dimensions.
△ Less
Submitted 31 March, 2026;
originally announced March 2026.
-
Stone Duality for Monads
Authors:
Richard Garner,
Alyssa Renata,
Nicolas Wu
Abstract:
We introduce a contravariant idempotent adjunction between (i) the category of ranked monads on $\mathsf{Set}$; and (ii) the category of internal categories and internal retrofunctors in the category of locales. The left adjoint takes a monad $T$-viewed as a notion of computation, following Moggi-to its localic behaviour category $\mathsf{LB}T$. This behaviour category is understood as "the univer…
▽ More
We introduce a contravariant idempotent adjunction between (i) the category of ranked monads on $\mathsf{Set}$; and (ii) the category of internal categories and internal retrofunctors in the category of locales. The left adjoint takes a monad $T$-viewed as a notion of computation, following Moggi-to its localic behaviour category $\mathsf{LB}T$. This behaviour category is understood as "the universal transition system" for interacting with $T$: its "objects" are states and the "morphisms" are transitions. On the other hand, the right adjoint takes a localic category $\mathsf{LC}$-similarly understood as a transition system-to the monad $Γ\mathsf{LC}$ where $(Γ\mathsf{LC})A$ is the set of $A$-indexed families of local sections to the source map which jointly partition the locale of objects. The fixed points of this adjunction consist of (i) hyperaffine-unary monads, i.e., those monads where term $t$ admits a read-only operation $\bar{t}$ predicting the output of $t$; and (ii) ample localic categories, i.e., whose source maps are local homeomorphisms and whose locale of objects are strongly zero-dimensional. The hyperaffine-unary monads arise in earlier works by Johnstone and Garner as a syntactic characterization of those monads with Cartesian closed Eilenberg-Moore categories. This equivalence is the Stone duality for monads; so-called because it further restricts to the classical Stone duality by viewing a Boolean algebra $B$ as a monad of $B$-partitions and the corresponding Stone space as a localic category with only identity morphisms.
△ Less
Submitted 19 May, 2026; v1 submitted 26 March, 2026;
originally announced March 2026.
-
GenSpan: Generation-Calibrated Motion Span Priors for Multi-Verb Video Corpus Moment Retrieval
Authors:
Yunzhuo Sun,
Xinyue Liu,
Yanyang Li,
Nanding Wu,
Linlin Zong,
Xianchao Zhang,
Wenxin Liang
Abstract:
Video Corpus Moment Retrieval (VCMR) aims to retrieve both the correct video and its temporal segment corresponding to a natural-language query, a task that is especially challenging for multi-verb queries where temporal action ordering is critical. Existing approaches often rely solely on text or static images and struggle to capture implicit motion dynamics, leading to retrieval errors and tempo…
▽ More
Video Corpus Moment Retrieval (VCMR) aims to retrieve both the correct video and its temporal segment corresponding to a natural-language query, a task that is especially challenging for multi-verb queries where temporal action ordering is critical. Existing approaches often rely solely on text or static images and struggle to capture implicit motion dynamics, leading to retrieval errors and temporal misalignment. We propose GenSpan, a generation-calibrated VCMR framework that constructs short auxiliary videos from LLM-selected subtitle cues and decomposed sub-events, using these as temporal priors rather than direct retrieval targets. A token selector filters candidate-video features aligned with generated motion, and a bidirectional state-space model efficiently predicts video-moment tuples. Experiments on TVR and ActivityNet-Captions demonstrate that GenSpan improves corpus-level retrieval and moment localization, particularly for complex multi-action queries, while reducing computational cost compared to state-of-the-art multimodal baselines.
△ Less
Submitted 3 June, 2026; v1 submitted 23 March, 2026;
originally announced March 2026.
-
Invariant ionic conductance in an atomically thin polar nanopore
Authors:
Shengping Zhang,
Haiou Zeng,
Ningran Wu,
Guodong Xue,
Xiao Li,
Anshul Saxena,
Junhe Tong,
Nianjie Liang,
Zeyu Zhuang,
Jing Yang,
Narayana R. Aluru,
Kaihui Liu,
Bai Song,
Luda Wang
Abstract:
Ion channels regulate many essential properties of biological cells, especially the membrane potential. Despite decades of efforts on artificial channels, it remains a great challenge to mimic the dipole potential-an indispensable constituent of the membrane potential, due to its angstrom-scale characteristic length. Here, we explore nanopores in monolayer molybdenum sulfide selenide (MoSSe) consi…
▽ More
Ion channels regulate many essential properties of biological cells, especially the membrane potential. Despite decades of efforts on artificial channels, it remains a great challenge to mimic the dipole potential-an indispensable constituent of the membrane potential, due to its angstrom-scale characteristic length. Here, we explore nanopores in monolayer molybdenum sulfide selenide (MoSSe) considering its intrinsic dipole and atomic thickness. Remarkably, an invariant ionic conductance was observed over salt concentrations spanning six orders of magnitude, distinct from all known conductance-concentration scaling laws and reminiscent of the current saturation in cell membranes at high concentrations. Molecular dynamics simulations revealed the fundamental role of the dipole-modulated dielectric properties of nanoconfined water. Our findings highlight an exotic conductance scaling law and open up a novel avenue for controlling ion transport in unprecedented ways.
△ Less
Submitted 12 May, 2026; v1 submitted 23 March, 2026;
originally announced March 2026.
-
MKA: Memory-Keyed Attention for Efficient Long-Context Reasoning
Authors:
Dong Liu,
Yanxuan Yu,
Ben Lengerich,
Ying Nian Wu
Abstract:
As long-context language modeling becomes increasingly important, the cost of maintaining and attending to large Key/Value (KV) caches grows rapidly, becoming a major bottleneck in both training and inference. While prior works such as Multi-Query Attention (MQA) and Multi-Latent Attention (MLA) reduce memory by sharing or compressing KV features, they often trade off representation quality or inc…
▽ More
As long-context language modeling becomes increasingly important, the cost of maintaining and attending to large Key/Value (KV) caches grows rapidly, becoming a major bottleneck in both training and inference. While prior works such as Multi-Query Attention (MQA) and Multi-Latent Attention (MLA) reduce memory by sharing or compressing KV features, they often trade off representation quality or incur runtime overhead. We propose Memory-Keyed Attention (MKA), a hierarchical attention mechanism that integrates multi-level KV caches (local, session, and long-term) and learns to route attention across them dynamically. We further introduce Route-Fused MKA (FastMKA), a broadcast-routed variant that fuses memory sources before attention computation for improved efficiency. Experiments on different sequence lengths show that FastMKA achieves a favorable accuracy-efficiency trade-off: comparable perplexity to MLA while achieving up to 5x faster training throughput and 1.8x lower evaluation latency. These results highlight MKA as a practical and extensible framework for efficient long-context attention.
△ Less
Submitted 24 March, 2026; v1 submitted 20 March, 2026;
originally announced March 2026.
-
REAL: Regression-Aware Reinforcement Learning for LLM-as-a-Judge
Authors:
Yasi Zhang,
Tianyu Chen,
Mingyuan Zhou,
Oscar Leong,
Ying Nian Wu,
Michal Lukasik
Abstract:
Large language models (LLMs) are increasingly deployed as automated evaluators that assign numeric scores to model outputs, a paradigm known as LLM-as-a-Judge. However, standard Reinforcement Learning (RL) methods typically rely on binary rewards (e.g., 0-1 accuracy), thereby ignoring the ordinal structure inherent in regression tasks; for instance, they fail to recognize that predicting 4 is sign…
▽ More
Large language models (LLMs) are increasingly deployed as automated evaluators that assign numeric scores to model outputs, a paradigm known as LLM-as-a-Judge. However, standard Reinforcement Learning (RL) methods typically rely on binary rewards (e.g., 0-1 accuracy), thereby ignoring the ordinal structure inherent in regression tasks; for instance, they fail to recognize that predicting 4 is significantly better than predicting 1 when the ground truth is 5. Conversely, existing regression-aware approaches are often confined to Supervised Fine-Tuning (SFT), limiting their ability to explore optimal reasoning paths. To bridge this gap, we propose \textbf{REAL} (\underline{RE}gression-\underline{A}ware Reinforcement \underline{L}earning), a principled RL framework designed to optimize regression rewards, and also proven to be optimal for correlation metrics. A key technical challenge is that the regression objective is explicitly policy-dependent, thus invalidating standard policy gradient methods. To address this, we employ the generalized policy gradient estimator, which naturally decomposes optimization into two complementary components: (1) exploration over Chain-of-Thought (CoT) trajectory, and (2) regression-aware prediction refinement of the final score. Extensive experiments across model scales (8B to 32B) demonstrate that REAL consistently outperforms both regression-aware SFT baselines and standard RL methods, exhibiting significantly better generalization on out-of-domain benchmarks. On Qwen3-32B specifically, we achieve gains of +8.40 Pearson and +7.20 Spearman correlation over the SFT baseline, and +18.30/+11.20 over the base model. These findings highlight the critical value of integrating regression objectives into RL exploration for accurate LLM evaluation.
△ Less
Submitted 29 May, 2026; v1 submitted 17 March, 2026;
originally announced March 2026.
-
AdaCorrection: Adaptive Offset Cache Correction for Accurate Diffusion Transformers
Authors:
Dong Liu,
Yanxuan Yu,
Ben Lengerich,
Ying Nian Wu
Abstract:
Diffusion Transformers (DiTs) achieve state-of-the-art performance in high-fidelity image and video generation but suffer from expensive inference due to their iterative denoising structure. While prior methods accelerate sampling by caching intermediate features, they rely on static reuse schedules or coarse-grained heuristics, which often lead to temporal drift and cache misalignment that signif…
▽ More
Diffusion Transformers (DiTs) achieve state-of-the-art performance in high-fidelity image and video generation but suffer from expensive inference due to their iterative denoising structure. While prior methods accelerate sampling by caching intermediate features, they rely on static reuse schedules or coarse-grained heuristics, which often lead to temporal drift and cache misalignment that significantly degrade generation quality. We introduce \textbf{AdaCorrection}, an adaptive offset cache correction framework that maintains high generation fidelity while enabling efficient cache reuse across Transformer layers during diffusion inference. At each timestep, AdaCorrection estimates cache validity with lightweight spatio-temporal signals and adaptively blends cached and fresh activations. This correction is computed on-the-fly without additional supervision or retraining. Our approach achieves strong generation quality with minimal computational overhead, maintaining near-original FID while providing moderate acceleration. Experiments on image and video diffusion benchmarks show that AdaCorrection consistently improves generation performance. Our code has been integrated into FastCache-xDiT at https://github.com/NoakLiu/FastCache-xDiT.
△ Less
Submitted 4 August, 2026; v1 submitted 13 February, 2026;
originally announced February 2026.
-
Inference-Time Rethinking with Latent Thought Vectors for Math Reasoning
Authors:
Deqian Kong,
Minglu Zhao,
Aoyang Qin,
Bo Pang,
Chenxin Tao,
David Hartmann,
Edouardo Honig,
Dehong Xu,
Amit Kumar,
Matt Sarte,
Chuan Li,
Jianwen Xie,
Ying Nian Wu
Abstract:
Standard chain-of-thought reasoning generates a solution in a single forward pass, committing irrevocably to each token and lacking a mechanism to recover from early errors. We introduce Inference-Time Rethinking, a generative framework that enables iterative self-correction by decoupling declarative latent thought vectors from procedural generation. We factorize reasoning into a continuous latent…
▽ More
Standard chain-of-thought reasoning generates a solution in a single forward pass, committing irrevocably to each token and lacking a mechanism to recover from early errors. We introduce Inference-Time Rethinking, a generative framework that enables iterative self-correction by decoupling declarative latent thought vectors from procedural generation. We factorize reasoning into a continuous latent thought vector (what to reason about) and a decoder that verbalizes the trace conditioned on this vector (how to reason). Beyond serving as a declarative buffer, latent thought vectors compress the reasoning structure into a continuous representation that abstracts away surface-level token variability, making gradient-based optimization over reasoning strategies well-posed. Our prior model maps unstructured noise to a learned manifold of valid reasoning patterns, and at test time we employ a Gibbs-style procedure that alternates between generating a candidate trace and optimizing the latent vector to better explain that trace, effectively navigating the latent manifold to refine the reasoning strategy. Training a 0.2B-parameter model from scratch on GSM8K, our method with 30 rethinking iterations surpasses baselines with 10 to 15 times more parameters, including a 3B counterpart. This result demonstrates that effective mathematical reasoning can emerge from sophisticated inference-time computation rather than solely from massive parameter counts.
△ Less
Submitted 6 February, 2026;
originally announced February 2026.
-
Beyond Rejection Sampling: Trajectory Fusion for Scaling Mathematical Reasoning
Authors:
Jie Deng,
Hanshuang Tong,
Jun Li,
Shining Liang,
Ning Wu,
Hongzhi Li,
Yutao Xie
Abstract:
Large language models (LLMs) have made impressive strides in mathematical reasoning, often fine-tuned using rejection sampling that retains only correct reasoning trajectories. While effective, this paradigm treats supervision as a binary filter that systematically excludes teacher-generated errors, leaving a gap in how reasoning failures are modeled during training. In this paper, we propose Traj…
▽ More
Large language models (LLMs) have made impressive strides in mathematical reasoning, often fine-tuned using rejection sampling that retains only correct reasoning trajectories. While effective, this paradigm treats supervision as a binary filter that systematically excludes teacher-generated errors, leaving a gap in how reasoning failures are modeled during training. In this paper, we propose TrajFusion, a fine-tuning strategy that reframes rejection sampling as a structured supervision construction process. Specifically, TrajFusion forms fused trajectories that explicitly model trial-and-error reasoning by interleaving selected incorrect trajectories with reflection prompts and correct trajectories. The length of each fused sample is adaptively controlled based on the frequency and diversity of teacher errors, providing richer supervision for challenging problems while safely reducing to vanilla rejection sampling fine-tuning (RFT) when error signals are uninformative. TrajFusion requires no changes to the architecture or training objective. Extensive experiments across multiple math benchmarks demonstrate that TrajFusion consistently outperforms RFT, particularly on challenging and long-form reasoning problems.
△ Less
Submitted 4 February, 2026;
originally announced February 2026.
-
Training-Free Self-Correction for Multimodal Masked Diffusion Models
Authors:
Yidong Ouyang,
Panwen Hu,
Zhengyan Wan,
Zhe Wang,
Liyan Xie,
Dmitriy Bespalov,
Ying Nian Wu,
Guang Cheng,
Hongyuan Zha,
Qiang Sun
Abstract:
Masked diffusion models have emerged as a powerful framework for text and multimodal generation. However, their sampling procedure updates multiple tokens simultaneously and treats generated tokens as immutable, which may lead to error accumulation when early mistakes cannot be revised. In this work, we revisit existing self-correction methods and identify limitations stemming from additional trai…
▽ More
Masked diffusion models have emerged as a powerful framework for text and multimodal generation. However, their sampling procedure updates multiple tokens simultaneously and treats generated tokens as immutable, which may lead to error accumulation when early mistakes cannot be revised. In this work, we revisit existing self-correction methods and identify limitations stemming from additional training requirements or reliance on misaligned likelihood estimates. We propose a training-free self-correction framework that exploits the inductive biases of pre-trained masked diffusion models. Without modifying model parameters or introducing auxiliary evaluators, our method significantly improves generation quality on text-to-image generation and multimodal understanding tasks with reduced sampling steps. Moreover, the proposed framework generalizes across different masked diffusion architectures, highlighting its robustness and practical applicability. Code can be found in https://github.com/huge123/FreeCorrection.
△ Less
Submitted 2 February, 2026;
originally announced February 2026.
-
Training LLMs for Divide-and-Conquer Reasoning Elevates Test-Time Scalability
Authors:
Xiao Liang,
Zhong-Zhi Li,
Zhenghao Lin,
Eric Hancheng Jiang,
Hengyuan Zhang,
Yelong Shen,
Kai-Wei Chang,
Ying Nian Wu,
Yeyun Gong,
Weizhu Chen
Abstract:
Large language models (LLMs) have demonstrated strong reasoning capabilities through step-by-step chain-of-thought (CoT) reasoning. Nevertheless, at the limits of model capability, CoT often proves insufficient, and its strictly sequential nature constrains test-time scalability. A potential alternative is divide-and-conquer (DAC) reasoning, which decomposes a complex problem into subproblems to f…
▽ More
Large language models (LLMs) have demonstrated strong reasoning capabilities through step-by-step chain-of-thought (CoT) reasoning. Nevertheless, at the limits of model capability, CoT often proves insufficient, and its strictly sequential nature constrains test-time scalability. A potential alternative is divide-and-conquer (DAC) reasoning, which decomposes a complex problem into subproblems to facilitate more effective exploration of the solution. Although promising, our analysis reveals a fundamental misalignment between general-purpose post-training and DAC-style inference, which limits the model's capacity to fully leverage this potential. To bridge this gap and fully unlock LLMs' reasoning capabilities on the most challenging tasks, we propose an end-to-end reinforcement learning (RL) framework to enhance their DAC-style reasoning capacity. At each step, the policy decomposes a problem into a group of subproblems, solves them sequentially, and addresses the original one conditioned on the subproblem solutions, with both decomposition and solution integrated into RL training. Under comparable training, our DAC-style framework endows the model with a higher performance ceiling and stronger test-time scalability, surpassing CoT by 8.6% in Pass@1 and 6.3% in Pass@32 on competition-level benchmarks.
△ Less
Submitted 2 February, 2026;
originally announced February 2026.