Scaling Large Reasoning Models beyond Human Supervision: A Path toward Superintelligence
Zhiqin Yang, Jingwen Fu, Yuhan Liu, Hengyu Liu, Yonggang Zhang, Kainan Cao, Zizhuo Zhang, Chenxin Li, Ruibin Yuan, Jiahao Pan, Jiankai Sun, Zhenyuan Zhang, Yibo Li, Yunlong Lin, Jing Xiong, Sida Lin, Bo Han, Wei Xue, Yike Guo · Read the paper
Hook: What happens when reasoning models must increasingly generate both their own feedback and the experiences used for learning?
Summary: The paper examines how large reasoning models could keep improving as direct human supervision decreases, especially for open-ended and agentic tasks where reliable rewards are difficult to obtain. It organizes this challenge around a five-level L0–L4 ladder covering human involvement in rewards and experience generation, and identifies risks such as reward hacking, feedback drift, curriculum collapse, and environment errors.
Industry impact: For teams developing reasoning systems, the paper frames progress beyond mathematics and code as a coordination problem involving reward design, task generation, environments, and evaluation. It argues that assessing policy capability alone is insufficient and should be complemented by measures of feedback fidelity and experience quality.
Potential implications: The paper suggests that reducing human involvement requires reusable verifiers, self-generated curricula, constructed environments, and autonomous co-evolution, while leaving open how these components can remain reliable. Its L0–L4 framework provides a way to describe which parts of a learning system remain under human control and to track the risks of moving toward more self-sustaining systems.
MR-JEPA: A General Purpose Video Foundation Model for Cardiac MRI
Athira J. Jacob, Puneet Sharma, Dorin Comaniciu, Daniel Rueckert · Read the paper
Hook: A single cardiac MRI encoder is being evaluated across multiple sequences, views, and clinical prediction tasks.
Summary: MR-JEPA is a self-supervised video foundation model for cardiac MRI that represents 3D spatiotemporal inputs across cine, late gadolinium enhancement, and mapping sequences. The paper reports that its frozen encoder outperformed compared methods on five regression tasks and remained competitive for four-class disease detection.
Industry impact: The approach could support cardiac MRI systems that use temporal and spatial context rather than processing isolated 2D slices. The paper reports pretraining on 10,505 patients from two centers without annotations, followed by evaluation on cardiac function, myocardial strain, and disease detection.
Potential implications: The reported results suggest that self-supervised, multi-sequence pretraining may provide a reusable representation for diverse cardiac MRI tasks. The model's performance was evaluated with a frozen encoder and a unified multi-view attention architecture, so further work would be needed to assess its use in clinical settings.
CoJEPA: Combining Contrastive Learning and JEPA for Global-Local Music Representations
Gabriel Meseguer-Brocal, Yuexuan Kong, Romain Hennequin · Read the paper
Hook: CoJEPA uses complementary training objectives to enrich both global and local music representations without adding backbone parameters.
Summary: CoJEPA combines contrastive learning on a class token with JEPA prediction on masked sequence tokens using one shared backbone. The paper reports that this approach matches or outperforms the individual methods across global and local music-information-retrieval tasks, with a particularly strong advantage in tonal and harmonic understanding.
Industry impact: For music-information-retrieval systems, the reported results suggest that a single model can support global and local tasks without task-specific architectural changes. The approach also removes the need for an EMA teacher by using the contrastive gradient to stabilize JEPA training, according to the paper.
Potential implications: CoJEPA indicates that the design of training signals may improve representation quality without increasing backbone size. The authors suggest that future work could prioritize complementary objectives as an alternative to relying primarily on larger models.
A Universal Context-Reuse Layer for Cross-Model KV Sharing
Yi Li, Dongming Jiang, Yi Zhao, Bingzhe Li · Read the paper
Hook: What if processed context could move between different language models instead of being recomputed by each one?
Summary: The paper studies cross-model KV sharing, translating the KV state produced by one language model into a form that another model can use. Across within-family and cross-family experiments, the reported results show reduced target-side prefill costs and, in some settings, accuracy or perplexity close to native-model baselines.
Industry impact: The paper reports that Qwen2.5-1.5B to Gemma-2-2B KV handoff reduces target-side prefill cost by up to 67.05% at 4K context while keeping decoding perplexity close to native baselines. In a Llama3.1-70B to Qwen2.5-7B setting, the reported latency falls from 899ms to 138ms, with accuracy of 44.0% versus 45.7% for native Qwen2.5-7B inference.
Potential implications: The results suggest that KV states may be transferable computational representations rather than strictly model-local caches. The paper presents context mobility as a potential systems abstraction for reducing redundant prefill in heterogeneous LLM and multi-agent inference workflows.
Stride-k Subsampling: Train-Free Audio Token Reduction for Whisper
Chanhee Cho, Junhyuk Choi, Bugeun Kim · Read the paper
Hook: A simple indexing change may let Whisper-based systems process substantially fewer audio tokens without retraining.
Summary: The paper proposes stride-k subsampling, a deterministic method that keeps every k-th Whisper audio token without additional training or auxiliary computation. Across five Whisper scales, stride-2 preserved baseline word error rate in tested positions, while applying it at both positions reduced audio tokens by 75% and total GFLOPs by 52–58%, with task-dependent accuracy costs.
Industry impact: The authors report that stride-2 reduced end-to-end latency by 19.6–27.4% across three Whisper-based speech language models, alongside modest accuracy drops on stronger baselines and larger drops on weaker ones. For ASR deployments, the reported compute and token reductions could be relevant where latency and efficiency matter, although performance effects were larger on harder benchmarks.
Potential implications: The results suggest that Whisper's fixed audio-token interface contains redundancy that some downstream speech tasks do not require. Teams considering this approach would need to evaluate the accuracy and latency trade-offs on their own models and workloads, especially for more difficult tasks.
CARVE: Verified Expansion for Variable-Length Generation in Diffusion Language Models
Wail Bouhedja, Amr Mohamed, Guokan Shang · Read the paper
Hook: CARVE treats generation length as a decision that can be verified during decoding rather than fixed in advance.
Summary: Masked diffusion language models typically require the number of response positions to be fixed before generation, creating a trade-off between truncation and wasted computation. The paper introduces CARVE, a training-free method that expands the response canvas during decoding and retains new masked positions only when aligned predictions remain stable according to Jensen-Shannon divergence.
Industry impact: According to the paper, CARVE improved average results over fixed-length baselines across evaluated model families on code-generation and mathematical-reasoning benchmarks. It applies to both full-canvas and blockwise diffusion decoders and reached half the FLOPs of fixed-length decoding in some settings.
Potential implications: The results indicate that variable-length inference can combine adaptive response capacity with a stability check instead of relying only on confidence heuristics. Since CARVE requires no retraining, its reported benefits concern changes to decoding for existing masked diffusion language models.
TAMI: Temporally Aligned, Missingness-Aware, and Interpretable Multimodal Fusion for Mental Health Assessment in Older Adults with Mild Cognitive Impairment
Merna Bibars, Bolaji Omofojoye, Allan I. Levey, Rachel Hershenberg, Gari D. Clifford, Hyeokhyen Kwon · Read the paper
Hook: A five-minute set of open-ended interview responses performed comparably to the full 19-minute interview for depression screening in the reported study.
Summary: The paper introduces TAMI, a multimodal framework that aligns speech, language, facial, and physiological features, represents modality missingness over time, and conditions fusion on interview questions. In interviews with 49 older adults with mild cognitive impairment, the paper reports AUROC scores of 0.68 for depression and 0.69 for anxiety, with temporal alignment producing the largest performance gain.
Industry impact: The findings suggest that remote mental-health screening systems may benefit from explicitly modeling timing and missing data rather than treating absent measurements as zero. The paper also indicates that shorter, open-ended interview protocols could support depression screening, although the reported evaluation involved only 49 older adults with mild cognitive impairment.
Potential implications: For practitioners, TAMI illustrates how multimodal models can provide attribution at the levels of modalities, questions, and interview moments, with eyegaze and open-ended questions contributing to depression classification and eyegaze and head pose contributing to anxiety classification. The reported results support further evaluation of temporally aligned, missingness-aware screening systems and open-ended interview designs before clinical deployment.
Xianzhi Li, Xiaodan Zhu · Read the paper
Hook: Could a verifier assess generated reasoning more efficiently by using representations the language model has already computed?
Summary: HSRM is a lightweight hidden-state reward model for verifying mathematical reasoning candidates by reading a language model generator’s internal representations instead of re-processing each solution’s text. The paper reports that HSRM uses about 2 million parameters and matches or outperforms a 55-million-parameter text-only energy verifier in 15 of 16 generator–dataset settings across four mathematical reasoning benchmarks.
Industry impact: The paper presents hidden-state verification as an alternative to text-based verifiers, which can make verification an expensive part of test-time inference. Its reported results suggest that smaller verification components may be competitive with substantially larger text-only verifiers in mathematical reasoning settings.
Potential implications: HSRM indicates that correctness-related signals in a generator’s internal states can support candidate ranking without human-written process supervision or a large pretrained verifier. The findings are limited to the four mathematical reasoning benchmarks and generator–dataset settings evaluated in the paper, so broader applicability remains an open question.
A Composition-Aware Pretraining Framework for Geospatial Foundation Models
Aryan Kashyap Naveen, Abhishek Srinivas, Pranav Moothedath, Shrutilipi Bhattacharjee · Read the paper
Hook: Rather than treating satellite scenes as single concepts, the framework explicitly models how different land-cover types are combined.
Summary: The paper introduces a composition-aware pretraining framework for geospatial foundation models that represents each satellite image cell as a histogram of fractional land-cover mixtures. It uses these composition targets as the primary prediction objective and distills them into the model backbone with Earth Mover's Distance.
Industry impact: The paper reports substantial gains on region-level tasks involving semantic similarity, including zero-shot image retrieval and scene classification, while remaining competitive on segmentation and object detection. With 36.8 million parameters, the reported model outperforms the larger SatMAE and Prithvi-EO-2.0 models in most retrieval and scene classification settings.
Potential implications: The results suggest that explicitly representing fractional land-cover composition can improve geospatial models used for scene-level understanding. On the ForestNet-12 dataset, the paper reports that composition-aware pretraining increased baseline mAP@10 from 0.279 to 0.434, a 55.6 percent relative improvement.
Multimodal Adaptive Expert Selection with Text Routing and Ordinal Prototype Optimization for Sentiment Analysis
Xiaode Chen, Jiakang Yu, Hongtao Deng, Huina Qu, Xun Zhu, Yinxia Lou · Read the paper
Hook: MAESTRO treats language as a guide for deciding which audio-visual processing is most useful for each example.
Summary: The paper introduces MAESTRO, a multimodal sentiment-analysis framework that uses text to route inputs to selected audio-visual experts instead of applying the same computation to every sample. It also proposes an ordinal-aware prototype contrastive objective that aims to preserve the ordering of sentiment intensity in the learned representation.
Industry impact: For teams building affective-computing systems, the approach offers a way to adapt multimodal processing to differences in semantic complexity and emotional expression. The paper reports state-of-the-art performance on the CMU-MOSI and CMU-MOSEI benchmarks, along with qualitative evidence supporting the interpretability of its dynamic routing.
Potential implications: The results suggest that multimodal systems may benefit from conditional expert selection rather than uniform fusion across all inputs. They also indicate that modeling sentiment as an ordered range, rather than only as separated categories, could improve representation learning for fine-grained emotional analysis.
LCoT-GV: Graph Attention Networks for Verifying Long Reasoning Chains in Large Language Models
Bérénice Jaulmes, Mehwish Alam · Read the paper
Hook: A correct final answer does not necessarily mean that every intermediate reasoning step is sound.
Summary: LCoT-GV is a graph-based framework for verifying long chains of thought produced by large reasoning models. The paper represents each reasoning step as a graph node, encodes semantic and logical relations as edges, and uses a Graph Attention Network to predict whether the chain is correct.
Industry impact: The paper reports a new graph-oriented verification dataset built from multiple question-answering reasoning benchmarks across various domains. Its results indicate that LCoT-GV is competitive with the most similar verification approaches.
Potential implications: The work suggests that evaluating reasoning chains as structured graphs may help identify contradictions, unsupported inferences, and irrelevant steps. The reported approach could support more granular analysis of model reasoning, although the abstract does not establish how it performs in production systems.
CoMPASS: Collaborative Molecular Property Prediction via Adaptive Small-Large Model Synergy
Wentao Li, Jiangjie Qiu, Yijun Li, Leyi Zhao, Xiaonan Wang · Read the paper
Hook: Instead of replacing a calibrated predictor with an LLM, CoMPASS lets the LLM contribute only when the evidence and model agreement support a controlled adjustment.
Summary: CoMPASS is a retrieval-calibrated framework that combines a graph attention network (GAT) with an LLM for molecular property prediction. The paper reports improvements over the GAT anchor across six classification and two regression benchmarks by using retrieved molecular evidence and bounded, agreement-aware corrections.
Industry impact: For molecular modeling workflows, the approach offers a way to combine the quantitative calibration of graph neural networks with the chemical reasoning and evidence comparison capabilities of LLMs. The reported results suggest that selective intervention may be more reliable than using an LLM as a standalone quantitative predictor.
Potential implications: The paper indicates that retrieval quality, calibration, and bounded fusion are central design considerations for small-large model collaboration. Its results also suggest that future systems may benefit from treating generative reasoning as an evidence-grounded correction rather than as a replacement for the primary prediction model.
TuringLLM: Efficiently Scaling Foundation Models Toward Physical AI
Yuheng Zhang, Yizhao Wang, Da Zhu, Hua Zhou, Yue He, Jiahui Hu, Shaman Tang, Hanlin Chen, Yuhua Wei, Anhua Liu, Shuang Su, Rui Xin, MingYuan Wang, MingHao Li, HaoJie Yang, Siqi Liu, Jianlei Zheng, WeiChao Huang, Qiman Wu, Hang Zhang, HongGou Yang, Xianming Liu · Read the paper
Hook: The paper explores how a model can increase context length and capability without activating its full parameter count for every token.
Summary: Turing-20B-A2B is a 20-billion-parameter Mixture-of-Experts language model that activates about 2 billion parameters per token for long-context and latency-sensitive physical AI applications. It combines token-adaptive expert routing, hybrid attention, and staged pretraining, supporting a native context length of 128K and inference-time extension to 512K.
Industry impact: The paper reports that Turing-20B-A2B exceeds Qwen3-8B Base in overall general capability and approaches Qwen3.5-9B Base at the base-model stage, while retaining strong long-context performance. Its reported prefill-latency scaling and compact active-parameter budget may be relevant to deployments where inference efficiency and long inputs are important.
Potential implications: The routing and hybrid-attention design provides a technical approach for balancing model capacity, compute allocation, and long-context processing. The reported results suggest that deployment decisions may need to consider both total model size and the number of parameters activated for each token.
Q-Strata: Hierarchical Bit Allocation for Mixed-Precision Quantization of Mixture-of-Experts LLMs
Deokjae Lee, Sihun Chu, Hyun Oh Song · Read the paper
Hook: The paper addresses the larger allocation space created when every expert in every Mixture-of-Experts block contains quantized linear layers.
Summary: Q-Strata is a bi-level allocator for mixed-precision quantization of Mixture-of-Experts large language models. It uses a within-block proxy to build candidate assignments, then selects one budget per block with a model-level objective evaluated on the assembled quantized model.
Industry impact: According to the paper, Q-Strata achieved lower WikiText2 perplexity than uniform-bitwidth GPTQ, MxMoE, and GEMQ on Mixtral-8x7B-Instruct, Qwen1.5-MoE-A2.7B, and DeepSeek-V2-Lite in the low-bit regime. Its search design reduces the outer allocation problem to choosing one budget per block rather than a bitwidth for every linear layer.
Potential implications: The reported results suggest that accounting for inter-block coupling can improve model-level quantization decisions compared with additive proxies or uniform per-block budgets. The method still relies on within-block candidate ranking and a model-level objective, so evaluating its trade-offs requires considering both search cost and quantized-model quality.
Preference Shapes Relevance: Cross-component Hierarchical Semantic Alignment for Personalized Generative Retrieval
Gaoming Zhang, Angqing Jiang, Jianchun Song, Kena Qi, Dayao Chen, Wei Lin, Defu Lian · Read the paper
Hook: CHAP addresses both semantic alignment and inference efficiency in generative retrieval.
Summary: The paper introduces CHAP, a personalized generative retrieval framework designed to align dynamic query intents with hierarchical item representations. It combines discrete Semantic IDs with continuous representations for user-behavior modeling and uses Residual Cascading Generation to enable single-pass inference instead of costly multi-step beam-search decoding.
Industry impact: According to the paper, experiments on three public datasets, one proprietary industrial dataset, and online A/B tests demonstrate improved retrieval performance and practical value. Its single-pass generation mechanism could help reduce inference costs and increase throughput in personalized retrieval systems.
Potential implications: For technology teams evaluating generative retrieval, the work suggests that jointly modeling hierarchical item semantics, query intent, and user behavior may be more effective than relying on content-derived Semantic IDs alone. The paper also indicates that architectural changes to decoding can address latency constraints, although deployment suitability would depend on a system's own data, workload, and evaluation results.
DiffPDE: Masked Diffusion Language Models as PDE Solver
Wenxuan Guo, Yuyang Hong, Lubin Fan, Zhaojin Fu, Lin Chen, Kun Ding, Shiming Xiang · Read the paper
Hook: Instead of decoding an entire PDE solver from left to right, DiffPDE focuses generation on localized errors.
Summary: DiffPDE is a framework that uses masked diffusion language models to repair PDE solver code by regenerating only regions identified as erroneous. The paper introduces localized re-masking and infilling, along with Iterative Debugging GRPO for handling coupled bugs through multiple debugging rounds.
Industry impact: On PDEBench, the paper reports that DiffPDE achieves competitive accuracy, outperforms same-scale autoregressive models, and significantly accelerates repair. This approach could be relevant to technical workflows where PDE solver code contains sparse or coupled defects, although the abstract does not specify deployment results beyond the benchmark.
Potential implications: The reported results suggest that localized code repair may reduce redundant generation compared with global autoregressive decoding for PDE solvers. The proposed multi-round debugging strategy also indicates a possible way to address bugs that require sequential interventions, subject to further evaluation beyond the reported experiments.
Tensor Methods for Language Models: From Token Representation to Training, Adaptation, Inference, Compression, and Interpretability
Matvei Tarasov, Salman Ahmadi-Asl, Andre L. F. de Almeida, Andrzej Cichocki · Read the paper
Hook: A central question is whether theoretical parameter or memory reductions from tensorization translate into measurable system-level gains.
Summary: This survey examines tensor decompositions and tensor networks as structural tools for language models, covering tokenization, embeddings, pre-training, adaptation, compression, inference, and interpretability. It organizes prior work by both language-model lifecycle stages and Transformer components, while comparing evaluation protocols, model scales, and links to neighboring efficiency techniques.
Industry impact: The paper introduces ρ_gap, a metric for describing the gap between theoretical memory reduction and measured system-level speedup. Its framework may help technology teams assess tensor methods across embeddings, attention, feed-forward networks, adaptation updates, caches, and activations rather than treating them only as compression mechanisms.
Potential implications: The survey suggests that tensorization can plausibly support memory efficiency, computational efficiency, or interpretability, depending on the method and evaluation setting. It also highlights open challenges and emphasizes that parameter savings should not automatically be equated with practical speedups.
TopGQ: Fast GNN Post-Training Quantization Leveraging Topology Information
Dain Kwon, Kanghyun Choi, Hyeyoon Lee, Sunjong Park, Seoyong Lee, Sukjin Kim, Jinho Lee · Read the paper
Hook: For teams working with GNNs, TopGQ addresses the quantization overhead that the paper identifies as a barrier to practical use.
Summary: TopGQ is a post-training quantization framework for graph neural networks (GNNs) designed to reduce quantization overhead. The paper combines dual-axis scale absorption, which merges one activation-scaling dimension into the adjacency matrix, with TopPIN, a proxy for local node structure used to group nodes with similar topology.
Industry impact: The paper reports that TopGQ reduces quantization time by an order of magnitude while preserving accuracy in its experiments. If similar results hold in operational settings, the approach could make post-training quantization more practical for GNN workflows.
Potential implications: TopGQ suggests that using graph topology during quantization may reduce redundant processing while maintaining model accuracy. The abstract does not specify how the framework performs across different hardware, datasets, or deployment environments.
DASC: Decay-Aware State Compression for Hybrid Linear-Attention Serving
Yanqi Yu, Pingwei Sun, Jianchao Tan, Tao Zhang, Yuchen Xie, Xunliang Cai, Yao Liu · Read the paper
Hook: DASC treats recurrent-state checkpoints as information with different retention horizons rather than uniformly valuable cache contents.
Summary: The paper introduces Decay-Aware State Compression (DASC), a method for compressing persistent recurrent-state checkpoints in hybrid linear-attention serving by selecting state units with longer retention horizons and packing them into a ragged layout. On Kimi-Linear, the authors report that conservative configurations compress KDA state checkpoints by 2.63× while staying close to full caching, and under fixed memory budgets reduce mean TTFT by 42.6% and increase input throughput by 68.4%.
Industry impact: For inference systems using hybrid linear attention, the approach targets the memory pressure caused by storing state checkpoints alongside full-attention KV caches, which can otherwise increase evictions and repeated prefill. The paper reports that balancing compressed checkpoints across tensor-parallel ranks enables higher cache capacity, lower mean TTFT, and higher input throughput on the evaluated Kimi-Linear workloads.
Potential implications: The results suggest that checkpoint compression can trade memory savings against either omitted-state accuracy effects or additional replay computation through bounded-suffix refresh. The paper also reports a similar quality-efficiency trend for Qwen with Gated DeltaNet, indicating that the method is not limited to channel-wise Kimi Delta Attention state compression.
Co-Annotator: Expert-Distilled ViT and VLM for Visual and Documentation Guidance in Age-Related Macular Degeneration
Ziheng "Leo" Li, Benjamin Freeman, Akshay Raman, Kavin Aravindhan Rajkumar, Xinxin Fang, Rishabh Srivastava, Steven Feiner, Kaveri A. Thakoor · Read the paper
Hook: The system targets two separate workflow bottlenecks at once: finding relevant image regions and documenting findings.
Summary: Co-Annotator is a clinical AI system for retinal OCT that combines gaze-aligned visual guidance with an ontology-bounded vision-language model for editable biomarker summaries. The paper reports that, in studies with ophthalmology residents, combined guidance increased correct diagnoses per minute by 40% and reduced comment editing time by 67% without reducing diagnostic accuracy.
Industry impact: For ophthalmology workflows, the reported results suggest that expert-derived gaze and dictation data can support both visual search and clinical documentation. In a deployment across two academic institutions, the combined system outperformed either guidance modality alone on the reported efficiency measures.
Potential implications: The findings indicate that multimodal assistance may be more effective when visual and documentation guidance are designed to work together rather than used independently. The paper also highlights the importance of evaluating both immediate and lasting effects, since gaze guidance produced post-guidance perceptual efficiency gains while combined guidance produced the reported in-guidance efficiency gains.
Tail-Replay: Escaping the Curse of Linear Attention in Prefix Caching for Hybrid LLMs
Yirui Liu, Ruoling Qi, Xuaner Wu, Penghang Liu, Jian Chen · Read the paper
Hook: Tail-Replay aims to make prefix reuse depend on shared tokens rather than fixed checkpoint boundaries.
Summary: Tail-Replay is a prefix-caching method for hybrid large language models that enables token-level reuse without requiring matches to align with stored recurrent-state checkpoints. The paper reports that replaying only a short, recent suffix can reconstruct linear-attention states while retaining the exact full-attention key-value cache.
Industry impact: For three Gated DeltaNet-based hybrid models, the paper reports that a 5–10% replay budget retained 92.8–99.9% of full-prefill quality on the LongBench and RULER benchmarks. At a 32K matched-prefix length, the reported time-to-first-token speedups over full prefill were 9.1–14.3×, with speedups increasing as the prefix grew.
Potential implications: The results suggest that hybrid-model serving systems may be able to trade a small amount of suffix recomputation for more flexible prefix-cache reuse. However, the reported evaluation covers three Gated DeltaNet-based models and the LongBench and RULER benchmarks, so broader applicability is not established by the abstract.
CateKV: On Sequential Consistency for Long-Context LLM Inference Acceleration
Haoyun Jiang, Haolin Li, Jianwei Zhang, Fei Huang, Qiang Hu, Minmin Sun, Shuai Xiao, Yong Li, Junyang Lin, Jiangchao Yao · Read the paper
Hook: The paper reports that selectively compressing the key-value cache can reduce inference costs without materially changing accuracy on evaluated long-context benchmarks.
Summary: CateKV is a hybrid key-value cache method for accelerating long-context large language model inference. The paper identifies attention heads with sequentially consistent patterns and retains fewer critical tokens for those heads while preserving most key-value pairs for adaptive heads.
Industry impact: According to the paper, CateKV reduces memory usage by up to 2.72 times and accelerates decoding by up to 2.18 times for single-sample inputs while maintaining accuracy comparable to full attention. In batch scenarios, the paper reports a throughput increase of up to 3.96 times, suggesting potential benefits for systems serving multiple long-context requests.
Potential implications: The results indicate that attention-head behavior could guide more targeted memory and computation reductions than applying uniform compression across the entire cache. The reported gains are evaluation results from the paper, so practical effectiveness will depend on how the method performs across additional models, workloads, and deployment environments.
Centering before Pruning: Lightweight Geometry Correction for Diversity-Based Visual Token Pruning in LVLMs
Shunjie Wen, Jaeyeon Lee, Dong-Wan Choi · Read the paper
Hook: A small geometry correction may improve visual-token pruning without changing the underlying selection mechanism.
Summary: Large vision-language models can be expensive to run because their visual inputs contain long, redundant token sequences. The paper finds that centering visual-token features improves the measurement of subset diversity but removes a useful preference for globally distinctive, informative tokens, and introduces Cen-Prune to combine both signals.
Industry impact: According to the paper, Cen-Prune delivers robust performance improvements across existing diversity-based pruning methods on multiple image- and video-understanding benchmarks and LVLM architectures. Its negligible computational overhead could make it a practical addition to systems seeking lower inference costs from visual-token reduction.
Potential implications: The results suggest that visual-token pruning should account separately for diversity among selected tokens and the distinctiveness of individual tokens. Because Cen-Prune is described as lightweight and plug-and-play, practitioners may be able to evaluate this approach without redesigning their existing pruning mechanisms.
Motus2: A Self-Evolving General World Model for Dexterous Manipulation
Hongzhe Bi, Zihao Zhou, Yihang Tang, Jingrui Pang, Shuhe Huang, Haitian Liu, Runqing Wang, Shuai Huang, Yichen Wang, Yiming Cheng, Ruowen Zhao, Zhenghua Li, Hengkai Tan, Xiaolong Liu, Jinhui Wan, Jiabao Liu, Min Zhao, Fan Bao, Jun Zhu · Read the paper
Hook: Motus2 treats manipulation as an ongoing cycle of proposing, simulating, evaluating, and improving actions rather than as action prediction alone.
Summary: Motus2 is a proposed unified world model for dexterous manipulation that combines a policy, a visual simulator, and an evaluator within one shared-weight model. The paper describes a closed loop in which the system proposes action chunks, predicts their visual consequences, evaluates them, and uses demonstrations and interaction data for learning.
Industry impact: The paper outlines a path toward robotic systems that use expert demonstrations together with failed and suboptimal interactions to learn action policies, dynamics, and value estimates. Its described platform combines stereo vision, dual arms, dexterous hands, and tactile sensing, suggesting a research direction for more integrated robot-control systems.
Potential implications: For practitioners, the work highlights the potential value of designing policy, simulation, and evaluation capabilities as a coupled system instead of as separate modules. The paper also indicates that scaling egocentric data, adapting to robot trajectories, extending context memory, and adding tactile feedback are important components of its approach.
LaMoC: Loss-Aware Modular Compression for LLMs
Mohanad Odema, Jacob Song · Read the paper
Hook: LaMoC explores whether compression can improve when module-level loss sensitivity is considered alongside activation information.
Summary: LaMoC is a loss-aware modular compression method for large language models that combines activation statistics with Empirical Fisher statistics. The paper frames compression as a two-tier optimization problem that aligns module reconstruction error with downstream loss and evaluates the approach across eight models from four model families.
Industry impact: According to the paper, LaMoC reduced perplexity by an average of 2.5% and improved task accuracy by 1% relative to state-of-the-art modular compression methods on 4–8B models. These results suggest that loss-aware statistics may help practitioners preserve language-model quality while reducing parameters.
Potential implications: The work provides a framework for tuning the blend between activation and gradient information rather than relying on activation statistics alone. Its evaluation across eight models offers evidence for further investigation, while the abstract does not establish how the method performs beyond the reported model sizes and benchmarks.
TPR-Attention for Combinatorial Generalization
Melisa Civelekoğlu, Isabeau Prémont-Schwarz · Read the paper
Hook: TPR-Attention addresses a central challenge in building neural models that can combine familiar components in unfamiliar ways.
Summary: The paper introduces TPR-Attention, an attention mechanism that operates over tensor-product representations to add structured inductive bias to deep-learning models. In controlled experiments on compositional tasks, the authors report that it outperforms existing architectural components on combinatorial generalization, which involves applying known factors of variation in new configurations.
Industry impact: If supported by further research, the approach could inform model architectures for applications where reliable composition of known concepts or features is important. The paper provides evidence from controlled compositional tasks, but the abstract does not establish performance across production systems or broader application domains.
Potential implications: The reported results suggest that explicit compositional structure may be a useful complement to attention mechanisms based primarily on statistical correlations. For technology teams, the work points to an architectural research direction rather than a demonstrated drop-in solution, with broader validation still needed.
Aligning Multi-Trajectory Supervision with Policy Optimization for VLA Driving
Tian Zhang, Zhuo Huang, Hongrui Ye, Yu Wu, Zengmao Wang, Kaixuan Zhou · Read the paper
Hook: The paper focuses on how trajectories that appear useful for imitation can nevertheless push policy optimization toward behavior that is infeasible or less safe.
Summary: The paper proposes a framework for aligning multi-trajectory imitation supervision with group-relative policy optimization in vision-language-action driving. It constrains augmented trajectories near the ground-truth feasible region, filters candidates with Pareto optimality, and adds feasibility-first advantage assignment and dynamic distillation.
Industry impact: For VLA driving systems, the work highlights trajectory selection and compatibility with the current policy as important considerations when combining imitation learning with policy optimization. On NAVSIM v1 and v2, the paper reports 91.4 PDMS and 89.1 EPDMS with single-trajectory inference, respectively.
Potential implications: The reported results suggest that expanding supervision may require explicit feasibility controls and mechanisms that continually adapt teacher trajectories during policy refinement. The paper also reports that its method recovered 440 of 658 initially failed scenes, an 11.1% improvement over the original GRPO baseline.
Graph4BiLO: Graph Neural Network Approximation for Bilevel Mixed-Integer Linear Optimization
Jessica D. Elrefaei, Kaixun Hua, Seungbae Kim, Hoang Nam Tran, Juan S. Borrero · Read the paper
Hook: Graph4BiLO explores whether graph-based models can make bilevel optimization more reusable across problem sizes without training a separate network for each size.
Summary: Graph4BiLO uses a graph neural network to learn value functions for bilevel mixed-integer linear optimization, representing problems as variable–constraint graphs. The paper reports that one trained model can work across multiple problem sizes, with a repair step recovering a bilevel-feasible follower response.
Industry impact: For applications involving hierarchical decisions, the approach could support approximate optimization models that generalize across differently sized problem instances. In experiments on knapsack interdiction, the paper reports objective values comparable to Neur2BiLO across tested sizes and zero-shot transfer from 20-item training instances to unseen 40- and 60-item instances.
Potential implications: The reported results highlight a tradeoff: graph representations improve size generalization, but embedding message passing at every graph node substantially increases formulation size and solve time. Practitioners would need to balance reuse across instance sizes against the computational cost of solving the resulting mixed-integer model.
Arkios: An Open Bilingual English-Nepali Language Model Trained From Scratch, with a Devanagari-Aware Tokenizer
Sajal Regmi, Siddhartha Pudasaini, Chetan Phakami Pun · Read the paper
Hook: Arkios shows how tokenizer design and evaluation format can materially affect conclusions about a small bilingual model.
Summary: Arkios is a 1.04-billion-parameter transformer trained from scratch on 150 billion tokens of English-Nepali text, using a Devanagari-aware byte-level BPE tokenizer. The paper reports that Arkios outperformed three similarly sized open models on ARC benchmarks and that direct answer-text evaluation showed stronger comprehension than standard multiple-choice-letter scoring suggested.
Industry impact: For teams building or evaluating low-resource-language models, the paper highlights that common benchmark prompting methods may produce misleadingly low results, including chance-level scores in both Nepali and English for this model. The authors release the base and instruction-tuned weights under Apache-2.0, while retaining the training code and a small privately sourced portion of the Nepali corpus.
Potential implications: Evaluations of small bilingual models may need to compare answer-text scoring with standard letter-choice formats rather than relying on a single harness configuration. The reported ARC results also suggest that benchmark performance can reflect alignment between pretraining data and evaluation content, not necessarily a broad capability advantage.
How do World Models and Policies Compose in LLM Agents? A Joint Spectral and Behavioral Account
Ruize Xu, Xiao Yu, Yujin Tang, Chenming Shang, Nikhil Singh · Read the paper
Hook: The paper suggests that an agent’s understanding of its environment and its task-solving ability may be complementary rather than competing capabilities.
Summary: The paper studies how world-model training, which predicts the next state, and policy training, which maximizes rewards, combine in LLM agents. Its controlled experiments find that the two types of updates share input-feature structure but write to nearly orthogonal output directions, while sequential training produces more robust and behaviorally diverse agents.
Industry impact: For teams developing LLM agents, the reported results indicate that the order and interface between world-model and policy training can affect robustness, exploration, and task behavior. The paper also reports that training-free parameter merging and adding an online world-model loss during policy reinforcement learning improved preservation of world knowledge over an untreated baseline.
Potential implications: The findings suggest that post-training pipelines may benefit from explicitly managing how world knowledge and task-directed updates interact. However, the reported evidence comes from controlled experiments and supports further investigation rather than a single established training recipe.
AcrossWAM1.0:A Modular Latent World-Action Stack for Compact Robot Policies
Yafei Zhang, Nan Wu · Read the paper
Hook: AcrossWAM1.0 focuses on making compact robot policies easier to inspect, verify, and deploy rather than proposing a new latent-subgoal algorithm.
Summary: The paper presents AcrossWAM1.0, a modular latent world-action stack that separates the policy adapter, latent world decoder, flow-matching action generator, training-only teachers, and deployment export. On 2,000 paired LIBERO episodes, the 0.8B-backbone version achieved 97.45% success versus 98.00% for the 2B version, while the compact inference checkpoint used 1,472.6M unique parameters, 42.4% fewer than the original 2B policy.
Industry impact: The reported modular boundary may help robotics teams distinguish training components from the inference graph and produce a verifiable deployment checkpoint. The paper reports strong LIBERO performance after reducing backbone size, but cross-family closed-loop transfer has not yet been evaluated.
Potential implications: For practitioners, the work provides an auditable software and evaluation structure for scaling latent world-action policies while preserving retained tensors bitwise. The reported results support the specified two-point retention criterion, but they do not establish equivalence between the compact and larger models.
Hallucination Mitigation for Large Vision-Language Models via Implicit Feature Stabilization
Aditi Sarker, Rafi Ibn Sultan, Hui Zhu, Dongxiao Zhu, Prashant Khanduri · Read the paper
Hook: The reported approach aims to reduce hallucinations by changing model weights during training rather than adding processing to every query.
Summary: The paper links hallucinations in large vision-language models to feature instability, where small meaning-preserving input changes produce large shifts in learned representations. It proposes INFUSE, a fine-tuning framework that stabilizes visual and textual representations and reports lower hallucination scores across several models and benchmarks.
Industry impact: According to the paper, INFUSE reduces AMBER CHAIR scores by 46–63% relative to the base models on LLaVA-1.5, LLaVA-1.6, and Qwen3-VL-8B-Instruct. The paper also reports improvements on ObjHal, MMHal, HallusionBench, and POPE while preserving performance on VQA-v2 and TextVQA, with no inference-time overhead.
Potential implications: For teams deploying vision-language systems, the results suggest that robustness to input variation can be incorporated during fine-tuning instead of handled through inference-time steering or constrained decoding. The reported guarantees and benchmark results still depend on the framework's assumptions, including the use of perturbation views and a Lipschitz decoder.
