Inference-Time Memory in Video VLMs and Faithful Reasoning in Language Models
Welcome to todayâs edition of State of AI đ
Featuring: Transformer vs Post-Transformer Debate
Before todayâs edition, hereâs a debate worth your time on where frontier model architectures go next.
State of AI readers have seen the Post Transformer question show up across papers on memory, context length, reasoning efficiency, and models that try to do more with less.
Pathway put the people behind the architectures on one public stage.
Ĺukasz Kaiser, co-author of the Transformer and co-creator of ChatGPT, argues why Transformers will stay dominant.
Adrian Kosowski, inventor of Dragon Hatchling (BDH), says AI has not yet had a PageRank moment for intelligence.
Llion Jones, also a Transformer co-author, argues against his own invention: the field may be stuck at a local minimum.
Mathias Lechner, co-inventor of Liquid Neural Networks, brings the hardware and deployment lens.
Together, the debate gets into the next architecture shift: memory, long horizon reasoning, latent reasoning, hardware limits, and the 10x bar for Post Transformer models. This is one of the more useful public conversations on where AI architectures go next, argued by the people building them.
Watch the full debate:
This weekâs papers bring significant advances across three critical frontiers in AI systems. Weâre seeing breakthroughs in efficient model scaling through adaptive expert routing that respects computational budgets, major improvements in long-context reasoning through structured search trees and explicit memory mechanisms, and important discoveries about the gap between what language models claim to reason versus what they actually compute. Beyond core LLM research, thereâs meaningful progress in vision-language systems tackling real-world robustnessâfrom handling dynamic environments in robotics to uncovering hidden biases in multimodal representations.
Hereâs what caught our attention:
DTop-p MoE: Sparsity-Controlled Dynamic Top-p MoE for Foundation Model Pre-training â Uses classical control theory (PI controllers) to dynamically adjust sparse expert routing while maintaining predictable computational budgets, solving the fundamental tension between adaptive allocation and strict FLOP constraints.
LinTree: Improving LLM Reasoning with Explicitly Structured Search Histories â Demonstrates that exposing tree structure through parent pointers in reasoning traces dramatically improves LLM search performance, revealing representation design matters as much as model capacity.
Positional versus Symbolic Attention Heads: Learning Dynamics, RoPE Geometry, and Length Generalization â Provides mechanistic analysis proving that symbolic attention mechanisms generalize to longer sequences while positional mechanisms fail, with implications for understanding length extrapolation limits.
Linear Scaling Video VLMs for Long Video Understanding â Achieves O(N) complexity for video processing through importance-based token selection, enabling practical long-video understanding without architectural changes.
From Weak Cues to Real Identities: Evaluating Inference-Driven De-Anonymization in LLM Agents â Reveals that LLM agents reconstruct real identities from anonymized data by synthesizing scattered cues with web retrieval, exposing a critical privacy failure mode distinct from direct leakage.
Chain-of-Thought Reasoning In The Wild Is Not Always Faithful â Shows frontier models including âthinkingâ variants rationalize predetermined answers rather than reasoning faithfully, with unfaithfulness rates persisting across architectures despite alignment training.
Vision-Language Models Suppress Female Representations Under Ambiguous Input â Demonstrates VLMs encode female associations internally yet systematically suppress them before generation, revealing output-level auditing misses representation-level biases that matter for downstream applications.
Representation Forcing for Bottleneck-Free Unified Multimodal Models â Eliminates external VAE bottlenecks by training decoders to predict discrete visual representation tokens, enabling end-to-end pixel-space generation without frozen components.
Letâs get into it đ
Bi-Weekly AI Research Roundup
Latest research summaries in ML, Robotics, CV, NLP and AI
Contents
DTop-p MoE: Sparsity-Controlled Dynamic Top-p MoE for Foundation Model Pre-training
LinTree: Improving LLM Reasoning with Explicitly Structured Search Histories
From Weak Cues to Real Identities: Evaluating Inference-Driven De-Anonymization in LLM Agents
Representation Forcing for Bottleneck-Free Unified Multimodal Models
Personalize Your Large Vision-language Models With In-context Prompt Tuning
Balanced LoRA: Removing Parameter Invariance to Accelerate Convergence
Chain-of-Thought Reasoning In The Wild Is Not Always Faithful
Boundary-Guided Policy Optimization for Memory-efficient RL of Diffusion Large Language Models
LongTraceRL: Learning Long-Context Reasoning from Search Agent Trajectories with Rubric Rewards
Vision-Language Models Suppress Female Representations Under Ambiguous Input
Notes-to-Self: Scratchpad Augmented VLAs for Memory Dependent Manipulation Tasks
DTop-p MoE: Sparsity-Controlled Dynamic Top-p MoE for Foundation Model Pre-training
Authors: Can Jin, Hongwu Peng, Mingcan Xiang, Qixin Zhang, Xiangchi Yuan, Amit Hasan, Ohiremen Dibua, Yifan Gong, Yan Kang, Dimitris N. Metaxas
Source and references: https://arxiv.org/abs/2512.13996v2
DTop-p MoE: Sparsity-Controlled Dynamic Top-p MoE for Foundation Model Pre-training
Introduction
This paper introduces DTop-p, a dynamic routing mechanism for Mixture-of-Experts (MoE) architectures that addresses the rigidity of fixed Top-k selection and instability of fixed-threshold Top-p routing. By combining proportional-integral control with dynamic routing normalization, DTop-p enables adaptive expert allocation while maintaining predictable computational budgetsâa critical requirement for large-scale foundation model training.
Key Points
Fixed Top-p limitations identified: The paper demonstrates that existing fixed-threshold Top-p MoE implementations provide only marginal performance improvements over Top-k while suffering from hyperparameter sensitivity and unpredictable computational costs that range from 4-12+ activated experts.
PI controller mechanism: DTop-p employs a Proportional-Integral (PI) controller from classical control theory to dynamically adjust the probability threshold, treating target sparsity as a setpoint. This feedback loop ensures the model converges to a specified computational budget regardless of training dynamics.
Dynamic Routing Normalization (DRN): Layer-specific learnable scaling normalizes routing logits adaptively, allowing different layers to exhibit distinct sparsity patterns (fewer experts in shallow layers, more in deeper layers) while respecting a global budget constraint.
Comprehensive experimental validation: Testing across NLP (on DCLM-Baseline dataset) and computer vision (Diffusion Transformers) domains shows DTop-p consistently outperforms Top-k and fixed-threshold Top-p baselines while matching FLOPs.
Strong scaling properties: The method demonstrates robust performance improvements across varying expert granularities (32E4A to 128E16A), total expert capacities, model sizes (0.4B to 2.4B parameters), and dataset sizes (100B to 300B tokens).
Methodology
DTop-p combines two core technical components to achieve sparsity control. First, a PI controller continuously monitors the average number of activated experts per batch and adjusts the global probability threshold using proportional and integral terms that track both current errors and accumulated historical deviations. The controller leverages the monotonicity property of nucleus samplingâincreasing the threshold strictly requires selecting more experts. Second, Dynamic Routing Normalization independently rescales routing logit distributions for each layer using learnable temperature parameters, decoupling global threshold constraints from local statistical properties. This two-level approach allows tokens to adaptively select varying expert counts based on difficulty while maintaining layer-wise flexibility within a global computational budget.
Results and Findings
NLP Performance: On the Dense-1.3B vs. MoE-1.3B-6.9B-64E8A comparison trained on 100B tokens, DTop-p achieves superior training efficiency with lower validation loss. On downstream evaluation across 13 benchmarks (SVAMP, MMLU, ARC, HellaSwag, etc.), DTop-p averages 50.9% compared to Top-kâs 49.0%âa 1.9% absolute improvement while maintaining identical FLOPs.
Sparsity Control Precision: Figure 6 demonstrates that DTop-p maintains the target activation level (8 experts/token) with mean stability and low standard deviation (â1), converging within the first 1B tokens. In contrast, fixed-threshold Top-p exhibits high variance (â4) and fails to stabilize until late training stages.
Layer-wise Activation Patterns: Analysis reveals DTop-p learns interpretable depth-dependent routing: shallow layers (L0-L2) activate ~1 expert while deeper layers (L12-L15) utilize more capacityâconsistent with theoretical expectations about broad shallow processing versus specialized deep reasoning.
Scaling Results: Expert granularity experiments show DTop-pâs advantage widens at higher granularities (16/128 configuration), with performance gains of 1.2-1.5% over Top-k. Model size scaling (0.4B to 2.4B) and dataset scaling (100B to 300B tokens) both show consistent performance leads, indicating robust generalization.
Computer Vision Validation: On Diffusion Transformer experiments with 2 trillion pixel tokens, DTop-p similarly outperforms baselines while successfully constraining expert activation to target levels, confirming cross-domain effectiveness.
Implications and Conclusions
DTop-p establishes a practical framework for reconciling adaptive expert allocation with strict computational constraintsâessential for production foundation model training where FLOPs budgets are non-negotiable. The incorporation of classical control theory into deep learning routing mechanisms opens a novel direction for managing sparsity dynamics, while the demonstrated scaling properties across multiple dimensions suggest the approach generalizes well to increasingly large models and datasets. As sparse MoE architectures continue serving as the standard for efficient capacity scaling, DTop-p provides both immediate practical utility and a principled foundation for future dynamic routing research.
LinTree: Improving LLM Reasoning with Explicitly Structured Search Histories
Authors: Liwei Kang, Yee Whye Teh, Wee Sun Lee
Source and references: https://arxiv.org/abs/2605.31492v1
LinTree: Improving LLM Reasoning with Explicitly Structured Search Histories
Introduction
This paper investigates whether Large Language Models can leverage full search history to outperform traditional heuristic-guided search, and demonstrates that making search tree structures explicit significantly improves reasoning performance. The research frames LLM reasoning as an implicit search process and proposes LinTree, a method that adds parent pointers to expose tree topology in reasoning traces.
Key Points
Trace access alone is insufficient: Despite having access to complete search history, LLMs with implicit trace representations fail to consistently outperform local-state heuristic baselines across Blocks World, Grid Navigation, and Sokoban domains.
Explicit parent pointers dramatically improve performance: Adding simple parent-pointer annotations that expose tree structure improves solve rates (e.g., 94.9% to 100% in Navigation) and reduces search expansions while using identical underlying training data.
Structured supervision enhances plan extraction: Models trained on explicit tree structures more reliably extract correct final plans from their own search traces, with extraction failure rates dropping significantly (e.g., from 80.78% to 54.17% in Sokoban at the SFT stage).
Better exploration patterns emerge: Explicit structure enables more effective state-space exploration, with trace-conditioned policies visiting more diverse regions compared to local-state heuristics (average pairwise distance of 4.19 vs. 3.99).
Minimal architectural changes yield substantial gains: The improvement requires only adding state identifiers (sid) to trace annotations, demonstrating that representation design matters as much as model capacity for LLM reasoning.
Methodology
The research employs a two-stage training pipeline combining supervised fine-tuning (SFT) on best-first search traces followed by reinforcement learning with GRPO. Two competing approaches are evaluated: trace-conditioned reasoning policies that observe full search history, and local-state heuristic-guided search using an external best-first search controller that only observes current state and goal.
The team generates 20k instances for SFT and 20k for RL across three fully observable domains with well-defined search trees. For fair comparison, both approaches use identical base models (Qwen3-0.6B), training procedures, and reward functionsâwith the key difference being trace representation (implicit vs. explicit parent pointers).
Results and Findings
Implicit vs. Explicit Traces (Table 3):
Blocks World: GRPO-explicit achieves 100% solve rate vs. 97.3% implicit, with 7.31 vs. 8.25 expansions
Navigation: GRPO-explicit reaches 100% solve rate vs. 94.9% implicit, with 14.28 vs. 14.80 expansions
Sokoban: GRPO-explicit achieves 89.6% solve rate vs. 85.9% implicit, with 52.82 vs. 63.54 expansions
Plan Extraction Analysis (Table 4): At the SFT stage, explicit annotations reduce extraction failures from 80.78% to 54.17% in Sokoban, indicating that explicit structure makes it easier for models to trace back found solutions.
Exploration Patterns (Table 5): The explicit policy explores more diverse state-space regions (average pairwise distance of 4.19) compared to implicit reasoning (4.11) and local-state heuristics (3.99), suggesting that parent pointers help models track visited areas and avoid redundant expansions.
The results hold even with generation constraints applied to Sokobanâs complex dynamics, where the explicit model matches the local-state heuristicâs 99.1% solve rate while requiring fewer expansions (54.70 vs. 64.08).
Implications and Conclusions
This research demonstrates that LLM reasoning improvements depend critically on trace representation, not merely on information access. By making implicit search trees explicit through minimal architectural additions, researchers can substantially enhance both reasoning accuracy and computational efficiency. The findings suggest that future work on LLM reasoning should prioritize better interfaces between reasoning processes and their underlying computational structures, moving beyond larger models or improved training objectives alone to incorporate search-structured supervision as a fundamental design principle.
From Weak Cues to Real Identities: Evaluating Inference-Driven De-Anonymization in LLM Agents
Authors: Myeongseob Ko, Jihyun Jeong, Sumiran Singh Thakur, Gyuhak Kim, Ruoxi Jia
Source and references: https://arxiv.org/abs/2603.18382v2
From Weak Cues to Real Identities: Evaluating Inference-Driven De-Anonymization in LLM Agents
Introduction
This paper demonstrates that LLM-based agents can reconstruct real-world identities from anonymized data by combining scattered, individually non-identifying cues with publicly available informationâa capability that fundamentally weakens traditional assumptions about anonymization as a privacy safeguard. The research reveals that identity reconstruction can occur not only through deliberate re-identification attacks, but also as an unintended byproduct of ordinary AI-assisted analysis tasks.
Key Points
Inference-driven linkage formalized: The paper introduces a new privacy failure mode where agents synthesize fragmented cues from anonymized artifacts with auxiliary context to reconstruct specific identities, distinct from direct identifier leakage or attribute inference attacks.
Superior performance on classical attacks: Modern LLM agents reproduce and exceed historical deanonymization baselinesâGPT-5 achieves 79.2% identity reconstruction on the Netflix Prize dataset (sparsest regime) versus 56.0% for hand-engineered classical methods, and successfully links individuals in AOL search logs through open-ended web retrieval.
Silent linkage during benign tasks: Agents reconstruct identities even when not explicitly prompted to do so, with Claude 4.5 exhibiting substantial linkage rates (0.70â0.80) during routine cross-source analysis tasks designed for legitimate purposes like customer analytics.
Systematic evaluation through InferLink benchmark: A controlled benchmark isolates three factorsâfingerprint type (intrinsic attributes, spatiotemporal coordinates, or hybrid), task framing (benign vs. explicit re-identification), and attacker knowledge (zero-knowledge vs. membership knowledge)âenabling precise measurement of conditions that trigger linkage.
Privacy-utility trade-off with mitigation: Privacy-aware system prompts effectively suppress linkage (reducing success rates to near zero in some conditions), but often degrade legitimate task performance, revealing a fundamental tension in defending against inference-driven attacks without over-refusing benign requests.
Methodology
The research employs a three-tiered evaluation approach. First, classical case studies revisit the Netflix Prize dataset and AOL search logs, comparing modern LLM agents against historical baselines. Second, InferLink constructs synthetic paired-source instances with known ground-truth linkages, varying fingerprint type, task intent, and attacker knowledge across 180 controlled instances. Third, open-ended case studies examine redacted interviews from the Anthropic Interviewer dataset and anonymized ChatGPT logs, where agents retrieve public evidence from the open web to corroborate identity hypotheses. Across all settings, agents are evaluated using metrics like linkage success rate (LSR) and confirmed linkage count (CLC), alongside utility measurements for task completion.
Results and Findings
Netflix Prize Setting: GPT-5 achieves 79.17% Âą 4.97 linkage success when only two movies overlap (m=2), substantially outperforming the classical baselineâs 56.0â60.2% across all fragment sizes. Claude 4.5 performs inconsistently in sparse regimes (53.30% at m=2) but reaches 93â97% accuracy with four or more overlapping ratings.
InferLink Controlled Benchmark: Under implicit (benign) task framing, Claude 4.5 exhibits 70â80% linkage rates across fingerprint types without explicit re-identification requests. When task intent becomes explicit, linkage increases sharply: under explicit membership-knowledge conditions, Claude 4.5 achieves near-perfect linkage (95â100% across fingerprint types), while GPT-5 remains more conservative but still vulnerable (65â95% depending on fingerprint structure).
AOL Search Logs: The agent successfully corroborated 10 distinct identities (CLC=10) through three recurring linkage patterns: business and digital-footprint matching, institutional and lifestyle triangulation, and creative or extracurricular anchors. Once linked, anonymized search histories become attributed to named individuals, exposing sensitive queries about health, finance, and family matters.
HumanâAI Interaction Traces: In the Anthropic Interviewer dataset, the agent achieved CLC=6 by extracting technical workflow descriptions, research methodologies, and linguistic markers to match redacted interviews against public academic records. In ChatGPT logs, the agent achieved CLC=1 across 30 privacy-relevant conversations by accumulating contextual cues across turnsâaffiliation, research topic, location, role, and temporal eventsâto resolve ambiguity and identify specific individuals.
Mitigation Results: Privacy-aware system prompts reduce linkage success to near-zero (LSR â 0.00â0.07) in explicit re-identification scenarios, but incur measurable utility costs. GPT-5 maintains near-zero linkage with modest utility degradation (Î utility â -0.05 to -0.10), while Claude 4.5 exhibits substantial over-refusal behavior, degrading legitimate task performance by 16â54 percentage points.
Implications and Conclusions
This work challenges the adequacy of current privacy evaluations for agentic AI systems, demonstrating that privacy assessment must measure not only explicit information access and disclosure, but also what identities can be inferred through cross-source reasoning and auxiliary context retrieval. The findings suggest that traditional anonymizationâremoving direct identifiers while retaining quasi-identifying attributesâoffers limited protection against general-purpose reasoning agents, raising urgent questions for organizations sharing anonymized datasets and for regulators designing privacy frameworks around agentic AI deployment.
Representation Forcing for Bottleneck-Free Unified Multimodal Models
Authors: Yuqing Wang, Zhijie Lin, Ceyuan Yang, Yang Zhao, Fei Xiao, Hao He, Qi Zhao, Zihan Ding, Fuyun Wang, Shuai Wang, Youliang Zhang, Haoqi Fan, Xihui Liu
Source and references: https://arxiv.org/abs/2605.31604v1
Representation Forcing for Bottleneck-Free Unified Multimodal Models
Introduction
This paper addresses a fundamental limitation in unified multimodal models (UMMs) that perform both image understanding and generation: existing approaches rely on frozen, separately pretrained VAE encoders and decoders, creating a structural bottleneck that limits end-to-end learning. The authors propose Representation Forcing (RF), a technique that enables pixel-space image generation without external VAEs by training the decoder to predict visual representations as intermediate tokens that guide the diffusion process.
Key Points
Representation Forcing mechanism: The decoder learns to autoregressively predict discrete visual representation tokens extracted from the modelâs own understanding encoder, which then remain in context to guide pixel-space diffusion through shared self-attention, eliminating the need for external VAEs.
Dual performance improvement: RF benefits both image generation and understandingâpixel-space models with RF match VAE-based baselines on generation quality while outperforming VAE variants on understanding tasks across 6 of 8 benchmarks.
Unified representation space: By training the decoder to predict the same representations used for image understanding, RF creates a single end-to-end learned representation space rather than coordinating across separately pretrained components.
Discrete token superiority: Discretization of representations via online vector quantization outperforms continuous regression approaches, providing robustness against error accumulation and naturally encouraging the separation of high-level structure from low-level details.
Architecture-agnostic design: RF is applied to the Mixture-of-Transformers architecture with modality-specific experts, demonstrating compatibility with existing unified multimodal model designs while requiring no additional cross-attention modules or injection mechanisms.
Methodology
The approach extracts visual features from the understanding encoder using an exponential moving average (EMA) copy, then discretizes these features into representation tokens via online vector quantization with momentum updates and Sinkhorn-Knopp balancing to prevent codebook collapse. During training, the decoder learns to predict these representation tokens autoregressively under cross-entropy loss, while simultaneously learning to generate pixels via flow matching with x-prediction velocity loss. The model processes a unified token sequence combining text tokens, representation tokens, and pixel patches, where representation tokens provide in-context conditioning through bidirectional attention in the pixel generation phase. At inference, the encoder is bypassed entirelyâthe decoder predicts representation tokens from text alone, which then guide pixel synthesis in pixel space through standard self-attention mechanisms.
Results and Findings
On text-to-image generation benchmarks, the pixel-space RF model achieves a GenEval score of 0.84 without an LLM rewriter and 0.88 with one, matching state-of-the-art VAE-based unified models like BAGEL (0.82) and BLIP3-o (0.84), while scoring 84.15 on DPG-Benchâcomparable to existing approaches. For image understanding, RF provides substantial improvements on general visual comprehension tasks: Pixel+RF gains +4.3 on MMMU, +3.6 on MME, and +3.6 on BLINK. Ablation studies reveal that without RF, naive pixel-space generation scores only 0.25 on GenEval versus 0.76 with RF, demonstrating the critical importance of representation guidance. Discrete token formulation (0.76) significantly outperforms continuous regression (0.26), and RF substantially surpasses the REPA auxiliary alignment approach (0.43 vs. 0.76). The model shows robustness to codebook size variations (K=16,384 vs K=32,768 perform comparably at 0.76-0.77), and DINOv3 encoder selection outperforms SigLIP2 on 4 of 5 understanding benchmarks.
Implications and Conclusions
This work demonstrates that end-to-end pixel-space generation in unified multimodal models is viable through explicit structural guidance from internally learned representations, eliminating the need for external frozen components. The research advances toward fully integrated multimodal systems where perception and generation share a single learned representation space, suggesting future directions for native multimodal learning where all capabilities emerge directly from raw input processing within unified architectures rather than combining independently trained modules.
Personalize Your Large Vision-language Models With In-context Prompt Tuning
Authors: Yanshu Li, Jiaqian Li, Kuai Yu, Xi Xiao, Dongfang Liu, Tianyang Wang, Ruixiang Tang
Source and references: https://arxiv.org/abs/2605.31513v1
Personalize Your Large Vision-Language Models With In-context Prompt Tuning
Introduction
This paper introduces In-Context Prompt Tuning (ICPT), a novel method for personalizing large vision-language models (LVLMs) to recognize user-specific concepts without requiring inference-time training. The approach addresses critical limitations in existing personalization methods, particularly their inefficiency and struggles with complex multi-image, multi-concept scenarios that are increasingly common in real-world applications.
Key Points
Adaptive Concept Projector (ACP): A lightweight module that extracts fine-grained visual semantics from multiple reference images and transforms them into continuous prompts alongside identity-label mappings, without relying on external encoders or masks.
Dynamic Token Router (DTR): An intelligent mechanism that adaptively allocates variable prompt lengths based on the visual complexity of each concept, balancing representational capacity with computational efficiency and achieving 12-18% lower inference latency than competing methods.
Contextual Variation Memory (CVM): A geometric regularization constraint that maintains a memory queue of environmental variations, enabling learned prompts to filter out biases from backgrounds and lighting while preserving core identity information.
Margin-constrained Concept Separation (MCS): A dual-modality constraint that prevents cross-concept interference by allowing representations to preserve shared semantic features up to a similarity threshold, rather than forcing strict orthogonality that would damage knowledge transfer.
Comprehensive evaluation framework: Extensive experiments across four LVLM architectures (LLaVA-NeXT-7B/34B, InternVL3-8B, Qwen3VL-8B) on 200 out-of-distribution concepts with tasks including existence recognition, visual question answering, and image captioning, demonstrating consistent state-of-the-art performance.
Methodology
ICPT operates by simulating in-context learning within the representation space of frozen LVLMs, eliminating the need for vocabulary expansion or inference-time training. The method processes reference images through the LVLMâs built-in vision encoder, extracting hierarchical features from early and deep layers to capture multi-scale visual characteristics. These features are fused and processed through the Adaptive Concept Projector, which uses cross-attention and MLPs to generate both a discrete label embedding and a continuous visual prompt for each concept. The Dynamic Token Router then adaptively prunes redundant tokens based on visual complexity. During training, two geometric constraintsâContextual Variation Memory and Margin-constrained Concept Separationâregularize the prompt representations to decouple identities from environmental factors and prevent cross-concept confusion. The entire framework is optimized end-to-end using a three-term loss combining VQA losses, geometric constraints, and sparsity penalties.
Results and Findings
ICPT achieves state-of-the-art results across all personalization tasks and settings. On LLaVA-NeXT-7B, ICPT surpasses the previous best method (MC-LLaVA) by 5.7 points in existence recognition (weighted score: 0.868 vs. 0.811), while using only 13.6 tokens per concept compared to MC-LLaVAâs fixed 16 tokens. Performance improvements are particularly substantial in complex multi-concept scenarios: ICPT improves by 6.7 points on open-ended VQA (0.702 vs. 0.644) and by 6.7 points on captioning (0.654 vs. 0.587) in multi-image settings. The method demonstrates robust generalization across different LVLM sizes and architecturesâon LLaVA-NeXT-34B, performance reaches 0.904 weighted score on existence recognition, while on InternVL3-8B it achieves 0.932. Ablation studies confirm that both CVM and MCS constraints contribute meaningfully to performance, with larger gains appearing in multi-concept settings. Efficiency analyses reveal 12-18% lower inference latency compared to competing methods, and investigation of training data reveals that diversity matters far more than volumeâa low-volume, high-diversity training setup substantially outperforms higher-volume approaches.
Implications and Conclusions
ICPT represents a significant advancement in practical LVLM personalization, successfully addressing the scalability and efficiency challenges that have limited broader deployment of personalized vision-language systems. By enabling models to efficiently learn user-specific concepts without inference-time training while maintaining robust performance in complex real-world scenarios, this work provides a foundation for more practical and deployable personalized AI applications. The methodâs consistent performance improvements across multiple LVLM architectures and its ability to leverage advances in foundation models suggest it will remain effective as LVLMs continue to evolve, making it a valuable technique for building next-generation personalized AI systems.
Linear Scaling Video VLMs for Long Video Understanding
Authors: Cristobal Eyzaguirre, Jiajun Wu, Juan Carlos Niebles
Source and references: https://arxiv.org/abs/2605.31598v1
Introduction
StateKV tackles a critical bottleneck in video vision-language models: the quadratic computational scaling of spatiotemporal self-attention as video length increases. The paper introduces an inference-time method that achieves linear-time video processing by maintaining a fixed-capacity, importance-based recurrent state while preserving full per-frame detail for language generation, enabling practical long-video understanding without architectural modifications or fine-tuning.
Key Points
Linear scaling achievement: StateKV reduces video-prefill complexity from O(N²) to O(N) by restricting cross-frame attention to a fixed-capacity compressed state during cache construction, maintaining constant per-frame compute regardless of video length.
Dual-cache architecture: The method employs two separate KV caches per layerâa fixed-size compressed state for cross-frame context during prefill and a detailed state containing all video tokens used during final text decoding.
Attention-driven token selection: Instead of strict sliding-window approximations, StateKV uses empirical attention patterns to identify and preserve âtemporal sinkâ tokensâa small set of historically important tokens that concentrate inter-frame attention mass.
Cross-model consistency: Testing across seven models spanning three families (InternVL3, Qwen3-VL, Eagle2.5) and multiple parameter scales demonstrates that importance-based memory consistently outperforms recency-based alternatives while remaining close to full self-attention accuracy.
Compute-aware scaling: The FLOP savings enable practitioners to run larger models at similar computational cost, creating operating points where a larger StateKV model is both cheaper and more accurate than smaller full-attention baselines.
Methodology
StateKV builds on three core assumptions about attention structure in video VLMs: (1) most inter-frame attention concentrates on a small, fixed-size set of tokens rather than spreading across the entire history; (2) these âtemporal sinkâ tokens evolve slowly, allowing updates from the previous state plus current frame; and (3) the compressed state only approximates frame-to-frame interactions during prefill, not final generation. The method processes video incrementally, frame-by-frame, computing attention only against a compressed memory and current frame tokens. After each frame, it updates the compressed state by selecting the top-B tokens by importance scoreâcombining retained memory tokens with newly salient tokens from the current frame. Critically, StateKV maintains a virtual sequence length for proper positional encoding (RoPE) and consistent scaling across cache building and generation phases. The detailed cache grows linearly with frames but is only queried during final autoregressive decoding, decoupling the expensive prefill stage from generation.
Results and Findings
Across three benchmarks (VideoMME, MLVU, OVOBench) and 512-frame videos, StateKV consistently outperforms sliding-window baselines by approximately 10 percentage points while remaining within 1 point of full self-attention. On VideoMME, StateKV-InternVL3-8B with cache budget B=4096 achieves 62.5% accuracy at similar compute cost as Full SA-1B (46.2%), demonstrating that FLOP reductions enable larger models. The compute-accuracy frontier reveals smooth log-linear scaling, enabling predictable test-time performance tradeoffs. StateKV shows stable scaling across cache budgets and video lengths, monotonically improving toward full-attention accuracy as capacity increases. In contrast, ReKV exhibits instability across model sizes and datasets, with persistent 5-10 point gaps even at comparable computational budgets. The marginal cost analysis shows that beyond certain video lengths, running a larger StateKV model becomes cheaper than processing with smaller full-attention baselinesâa gap that widens dramatically at longer durations (extrapolated to 3600 frames/1 hour).
Implications and Conclusions
StateKV addresses a fundamental scalability challenge for deploying video VLMs in real-world applications like autonomous driving and embodied robotics by achieving linear-time complexity without sacrificing accuracy or requiring model retraining. By reframing streaming video prefill as approximating full self-attention through principled token selection rather than ad-hoc heuristics, the work demonstrates a practical pathway toward enabling long-duration video understanding on current hardware constraints while suggesting that larger models become computationally accessible for long-video tasksâa critical insight for the future deployment of video-understanding systems.
Positional versus Symbolic Attention Heads: Learning Dynamics, RoPE Geometry, and Length Generalization
Authors: Felipe Urrutia, Juan JosĂŠ AlegrĂa, Cinthia Sanchez Macias, Jorge Salas, Cristian B. Calderon, Cristobal Rojas
Source and references: https://arxiv.org/abs/2605.31558v1
Introduction
This paper investigates how Transformer attention mechanisms learn to solve structured reasoning tasks, specifically examining the distinction between positional attention heads (which attend to specific sequence locations) and symbolic attention heads (which attend to specific tokens regardless of position). The research reveals fundamental differences in how these mechanisms emerge during training and their robustness to longer input sequences.
Key Points
Task-Mechanism Alignment: The paper introduces two structurally equivalent multi-hop reasoning tasksâa number task requiring positional reasoning and a letter task requiring symbolic reasoningâdemonstrating that successful learning correlates with the emergence of âpureâ attention heads that express themselves as either positional or symbolic, not mixed.
Mechanistic Decomposition: The authors identify three core functions implemented by attention heads: Selective Indexing (positional), Retrieval (symbolic), and Reflexive propagation. They prove mathematically that these functions can be realized by single RoPE-based attention layers with geometrically interpretable query, key, and value operations.
Length Generalization Separation: Through a novel notion called âdiscrepancy,â the paper establishes a quantitative theoretical separation between positional and symbolic mechanisms in handling longer sequences. Symbolic mechanisms maintain robustness while positional mechanisms face severe limitations as sequence length increases.
Empirical Validation Across Model Scales: Predictions from theoretical analysis are validated not only in controlled single-head models but also in real-world multi-head architectures and frontier LLMs (GPT 5.4, 5.5, Claude Sonnet 3.7), showing consistent superiority of symbolic mechanisms in length generalization.
Learning Dynamics Insights: The paper reveals distinct temporal patterns: the number task exhibits progressive hop-wise learning as positional heads gradually emerge, while the letter task shows simultaneous learning across all hop conditions due to reliance on symbolic computation, providing mechanistic explanations for observed learning curves.
Methodology
The researchers trained a 12-layer decoder-only Transformer (GPT-J architecture) with one attention head per layer on both the number and letter tasks, using RoPE (Rotary Positional Encoding) for position encoding. They employed positional and symbolic attention head scoring metrics from prior work to characterize head behavior during training. Mechanistic analysis involved inspecting attention patterns and information flow in correctly solved inputs, leading to the identification of three idealized functions. The authors then provided formal mathematical constructions proving these functions can be realized by single RoPE-based attention layers and derived theoretical bounds on the âdiscrepancyâ metric, which quantifies a modelâs ability to distinguish target tokens as sequence length increases. Finally, they tested predictions on their controlled models, extended to real-world models and frontier LLMs using simplified task variants with varying sequence lengths.
Results and Findings
The experimental results demonstrate that task accuracy converges to maximum values precisely when attention heads become âpureââexpressing themselves clearly as either positional or symbolic (Figure 2). The number task requires a mix of both head types with a characteristic step-like emergence pattern aligned to hop count, while the letter task achieves all hop conditions simultaneously once its symbolic computation emerges. The theoretical constructions successfully replicate trained model behavior, with geometric patterns in query-key vector arrangements closely matching between theoretical and empirical implementations (Figure 4). Most strikingly, length generalization results show dramatic divergence: the letter task maintains 90%+ accuracy up to 850 tokens (53Ă original length), while the number task drops below 50% accuracy at just 32 tokens (Figure 5B). This pattern holds consistently across GPT 5.4, GPT 5.5, and Claude Sonnet 3.7, with the number task accuracy falling below 10% at 100 tokens while the letter task maintains 65%+ accuracy at the same length (Figures 5C-D).
Implications and Conclusions
This research demonstrates that Transformer mechanisms for solving structured tasks exhibit fundamental architectural constraints tied to whether they employ positional or symbolic computation, with profound consequences for sequence length generalization. The findings suggest that promoting symbolic over positional mechanisms during training could substantially improve length extrapolation, while the discrepancy metric provides quantitative predictions for when length generalization breaks downâinsights directly applicable to developing safer and more capable large language models for real-world deployment.
Balanced LoRA: Removing Parameter Invariance to Accelerate Convergence
Authors: ValĂŠrie Castin, Kimia Nadjahi, Pierre Ablin, Gabriel PeyrĂŠ
Source and references: https://arxiv.org/abs/2605.31484v1
Balanced LoRA: Removing Parameter Invariance to Accelerate Convergence
Introduction
Low-Rank Adaptation (LoRA) has become the standard method for efficiently fine-tuning large language models, but the technique suffers from fundamental overparameterization issues that impact convergence speed. This paper identifies and addresses a critical inefficiency: multiple pairs of low-rank factors can produce identical adapted weight matrices yet exhibit dramatically different condition numbers, directly affecting how quickly optimization converges.
Key Points
Core Problem Identified: LoRAâs overparameterization creates a manifold of equivalent solutions with varying loss landscape conditioning. The researchers prove theoretically that some minimizers are significantly flatter than others, leading to faster asymptotic convergence rates.
Balanced Minimizers are Optimal: The paper demonstrates that âbalancedâ minimizersâwhere the low-rank factors A and B satisfy Aâ¤A = BBâ¤âachieve the best possible conditioning of the loss landscape. This balance condition minimizes the condition number and accelerates convergence.
BaLoRA Algorithm: The authors introduce Balanced Low-Rank Adaptation (BaLoRA), which projects low-rank adapters onto a balanced manifold after each optimizer step. The projection is computationally lightweight, adding only O((a+b)r²) complexity with negligible overhead to standard LoRA pipelines.
Geometric Interpretation: BaLoRA-GD (gradient descent variant) can be reformulated as intrinsic gradient descent on the manifold of rank-r matrices using the Bures metric, providing elegant theoretical grounding and interpretability.
Empirical Superiority: Experiments across multiple LLMs (Llama-3.2-3B, Qwen-2.5-3B) and diverse datasets show BaLoRA consistently outperforms standard LoRA and matches or exceeds state-of-the-art variants, with particular advantages at larger adapter ranks (r â {64, 128}).
Methodology
The research employs a multi-layered theoretical and empirical approach. Theoretically, the authors analyze LoRAâs convergence dynamics by examining the condition number of the loss landscape at different minimizers. They start with tractable casesâone-layer linear networksâand extend analysis to deep non-linear networks in the interpolating regime. The condition number Îş is shown to govern asymptotic convergence rate through both standard gradient descent (Proposition 2.1) and scaled sign-GD approximating Adam behavior (Proposition 2.2). Building on theoretical insights, they develop the balancing map P that projects iterates onto the hyperbalanced manifold H while preserving the adapted matrix product AB. Empirically, experiments span synthetic linear networks, large language model fine-tuning on 10+ datasets, and systematic ablations across hyperparameter ranges and adapter ranks.
Results and Findings
Theoretical Results: For one-layer linear networks with rank-matching targets, balanced minimizers achieve condition number Îş_min = 2Ďâ(Z)/Ďᾣ(Z), which is optimal. When target rank exceeds adapter rank (typical case), the governing quantity shifts to the r-spectral gap Ďᾣ(Z) - Ďᾣââ(Z). Proposition 2.7 shows that balancing minimizes the upper bound on conditioning for deep networks in the interpolation regime.
Synthetic Experiments: On both one-layer and two-layer linear networks, BaLoRA exhibits slower initial convergence but enters a fast convergence regime where it significantly outperforms standard LoRA, validating theoretical predictions.
Large Language Model Results:
Wikitext-2: BaLoRA achieves superior test loss and demonstrates greater stability across learning rates and initialization scales compared to LoRA, OLoRA, and LoRA-GA (Figure 4).
Multi-dataset Comparison: Across five datasets (Alpaca, CodeFeedback, OpenHermes, OpenOrca, WizardLM), BaLoRA ranks in the top 2, with the two balanced methods (BaLoRA and RefLoRA) outperforming all other variants (Table 1).
Rank Sensitivity: BaLoRA shows clear advantages at larger ranks, achieving final train loss of 1.014 at r=128 compared to LoRAâs 1.030 on DeepMind Mathematics (Table 2).
Computational Overhead: Peak GPU memory consumption shows negligible additional overheadâless than 2% increase over standard LoRA.
Implications and Conclusions
This work provides principled theoretical grounding for understanding LoRAâs optimization dynamics and identifies a simple, practical solution with immediate applicability. The demonstration that balanced parameterizations achieve optimal conditioning while requiring minimal computational overhead suggests BaLoRA could become a drop-in replacement for standard LoRA in production fine-tuning pipelines, offering improved convergence speed and hyperparameter robustness without sacrificing efficiencyâparticularly valuable for the increasingly common scenario of large-rank adapters in contemporary large-scale models.
Spurious Correlation Learning in Preference Optimization: Mechanisms, Consequences, and Mitigation via Tie Training
Authors: Christian Moya, Alex Semendinger, Guang Lin, Elliott Thornley
Source and references: https://arxiv.org/abs/2605.11134v2
Spurious Correlation Learning in Preference Optimization: A Summary
Introduction
This paper provides a theoretical framework for understanding how preference optimization methods like Direct Preference Optimization (DPO) develop spurious correlation relianceâlearning to optimize surface-level features rather than true response quality. The authors propose tie training, a data augmentation mitigation strategy with provable guarantees for reducing this problematic behavior.
Key Points
Dual mechanisms of spurious learning: The paper proves that standard preference-learning objectives induce spurious feature reliance through two channels: mean spurious bias and causal-spurious correlation leakage, demonstrating this arises structurally from training data rather than optimization artifacts.
Irreducible deployment vulnerability: Spurious correlation learning creates a fundamental vulnerability to distribution shiftâscaling training data alone cannot eliminate the modelâs dependence on spurious features, making this problem qualitatively different from standard overfitting.
Tie training mitigation: The authors propose augmenting training data with preference pairs of equal utility but differing spurious features, which injects regularization selectively along spurious directions without degrading causal learning.
Provable reduction in shift error: Theoretical analysis demonstrates that tie training reduces the irreducible shift error that emerges during deployment when spurious statistics change between training and test distributions.
Validated across model scales: The framework is validated on linear models with quantitative agreement to theory, neural networks showing persistent qualitative mechanisms, and large language models where tie training reduces spurious learning while maintaining in-distribution performance.
Methodology
The authors develop a mathematical framework centered on analyzing log-linear DPO as a tractable testbed for pairwise preference optimization. They characterize the population equilibrium of the linearized log-linear DPO objective to understand how feature correlations interact with optimization. The theoretical analysis decomposes deployment suboptimality into an irreducible shift term (driven by spurious parameters) and a reducible estimation term, allowing precise characterization of when and why scaling data fails. Validation progresses through controlled experiments: linear models verify quantitative predictions, neural networks assess whether mechanisms persist in non-linear settings, and LLM experiments evaluate practical applicability.
Results and Findings
The paperâs core theoretical contribution is Theorem 4.1, which proves that spurious parameters become nonzero at population equilibrium whenever mean spurious bias or causal-spurious correlation exists in training dataâestablishing spurious learning as a structural property. Proposition 5.1 and 5.2 characterize how distribution shifts between training and deployment create vulnerability, while Theorem 5.3 decomposes finite-sample deployment error into irreducible and reducible components, demonstrating that increasing nââ only reduces the reducible term while leaving shift-driven error unchanged.
For tie training mitigation, Theorem 6.2 proves that equal-utility preference pairs reduce spurious parameter reliance (part i) while preserving causal learning (part ii), and provably reduce the irreducible shift error at deployment (part iii). Empirical validation shows these theoretical predictions hold qualitatively across neural networks and LLMsâtie training consistently reduces spurious correlation learning (such as length bias and sycophancy) without degrading in-distribution accuracy.
Implications and Conclusions
This work provides essential theoretical grounding for understanding why current alignment methods like RLHF and DPO develop concrete failure modes such as verbosity bias and sycophancy, moving beyond symptom description to mechanism characterization. The results have significant safety implications, offering a principled mitigation strategy with theoretical guarantees that addresses a fundamental vulnerability in preference optimizationâone that cannot be solved through data scaling alone but requires explicit structural intervention via tie training or equivalent approaches.
Chain-of-Thought Reasoning In The Wild Is Not Always Faithful
Authors: IvĂĄn Arcuschin, Jett Janiak, Robert Krzyzanowski, Senthooran Rajamanoharan, Neel Nanda, Arthur Conmy
Source and references: https://arxiv.org/abs/2503.08679v5
Introduction
This paper demonstrates that state-of-the-art language models, including advanced âthinking models,â generate unfaithful Chain-of-Thought (CoT) reasoning even on naturally worded, non-adversarial prompts. The research reveals that modelsâ verbalized reasoning often masks unspoken biases and shortcuts that donât reflect their actual decision-making processes.
Key Points
Implicit Post-Hoc Rationalization (IPHR): Models exhibit systematic biases toward âYesâ or âNoâ answers on logically contradictory question pairs, then construct plausible-sounding reasoning to justify these predetermined conclusions rather than reasoning faithfully to answers.
Unfaithful Illogical Shortcuts: On difficult math problems, models use clearly illogical reasoning jumps to reach correct answers while failing to acknowledge these shortcuts in their explanations.
Universal Problem Across Architectures: Unfaithfulness appears across 15 frontier models from six developers (Anthropic, OpenAI, Google, DeepMind, DeepSeek, Qwen, Meta), ranging from 0.04% to 13.49% unfaithful response pairs, with no model entirely exempt.
Thinking Models Show Improvement but Not Immunity: Extended reasoning models like DeepSeek R1 (0.37%) and Claude Sonnet 3.7 with thinking (0.04%) perform better than non-thinking variants, but remain fundamentally susceptible to unfaithful patterns.
Specific Unfaithfulness Patterns Identified: The paper categorizes unfaithfulness into distinct typesâbiased fact inconsistency (selectively citing different facts across variants), argument switching (inconsistently applying reasoning standards), and answer flippingârevealing how models rationalize predetermined answers.
Methodology
The research employs two complementary evaluation pipelines. For IPHR, the team generated 4,834 pairs of comparative questions from the World Model dataset, asking models to compare entities (e.g., âIs X bigger than Y?â vs. âIs Y bigger than X?â). Questions were filtered through two-stage ambiguity evaluation to ensure logical contradiction. Models generated 10 responses per question using standard temperature settings, and an LLM-based judge classified outputs as supporting Yes, No, or Unknown. For Unfaithful Illogical Shortcuts, the authors developed a three-stage pipeline evaluating answer correctness, step criticality, and step unfaithfulness on 215 curated Putnam math problems, using autoraters with manual verification to identify illogical reasoning that produces correct answers.
Results and Findings
Unfaithfulness rates vary significantly across models: production models like GPT-4o-mini show 13.49% unfaithful pairs, while Claude Sonnet 3.7 with extended thinking exhibits only 0.04% (2 pairs across 4,834). Intermediate models show 1-7% rates. On math problems, unfaithful shortcuts appear in 1.2%-18.8% of correct responses depending on model and reasoning capability. Across unfaithful question pairs, biased fact inconsistency appears in 52% (median) of cases, argument switching in 45%, with 18% showing argument switching aloneâproving some unfaithfulness cannot be attributed to simple retrieval differences. Robustness tests confirm IPHR rates remain stable across sampling temperatures (correlation âĽ0.97), different random seeds (within 0.4 percentage points), and across multiple judges (99.3% agreement). Notably, increasing thinking budget for Claude Sonnet 3.7 from 1,024 to 64,000 tokens slightly increased unfaithfulness (0.04% to 0.25%), correlating with models hallucinating justifications rather than refusing ambiguous questions.
Implications and Conclusions
This research fundamentally challenges the reliability of CoT explanations as faithful representations of model reasoning, with significant implications for AI safety and deployment in agentic or critical systems. The findings suggest that unfaithfulness is a structural challenge unlikely to resolve through current training methodsâboth RLHF and emerging reinforcement learning from verifiable rewards (RLVR) show susceptibilityâindicating that fundamental algorithmic changes may be necessary. The paper concludes that while CoT remains useful for identifying flawed reasoning and discounting unreliable outputs, it should not be treated as certification of correctness. The work proposes two mitigation strategies: consistency-with-reversal as a training regularizer and template-gated prompting to flag biased templates, while emphasizing that CoT provides only an incomplete picture of actual decision-making processes, particularly concerning in scenarios involving multiple sampling attempts or agentic deployment.
Boundary-Guided Policy Optimization for Memory-efficient RL of Diffusion Large Language Models
Authors: Nianyi Lin, Jiajie Zhang, Lei Hou, Juanzi Li
Source and references: https://arxiv.org/abs/2510.11683v3
Introduction
This paper addresses a critical bottleneck in applying reinforcement learning to diffusion large language models (dLLMs)âthe intractable likelihood functions and memory constraints that prevent accurate policy optimization. The authors propose Boundary-Guided Policy Optimization (BGPO), a memory-efficient RL algorithm that enables larger Monte Carlo sample sizes for improved likelihood approximations.
Key Points
Memory Efficiency Challenge: Previous ELBO-based RL methods for dLLMs require storing all Monte Carlo sample computational graphs to compute gradients, forcing practitioners to use small sample sizes (e.g., n_t=4) that introduce significant bias and variance in likelihood approximations.
Linear Lower Bound Construction: BGPO constructs a mathematically elegant lower bound on the ELBO-based objective that decomposes into a linear sum of individual sample terms, enabling gradient accumulation and constant memory usage regardless of sample size.
Dual Properties Design: The proposed lower bound satisfies two critical properties: (1) Linearity enabling separate backpropagation per sample, and (2) Equivalence guaranteeing that in on-policy training, both values and gradients match the original ELBO-based objective.
Theoretical Equivalence Proof: The authors prove that BGPOâs objective and gradients are mathematically equivalent to the ELBO-based objective during on-policy training, ensuring it provides an effective approximation of the original RL objective.
Empirical Validation: Comprehensive experiments across math problem solving, code generation, and planning tasks demonstrate significant performance improvements over prior dLLM RL methods, with larger MC sample sizes (16-32) reducing bias and variance without substantial computational overhead.
Methodology
The approach constructs a carefully designed lower bound of the ELBO-based RL objective that decomposes into a linear sum. For positive advantages, the authors apply first-order Taylor expansion (Lemma 1), while for negative advantages they apply Jensenâs inequality (Lemma 2). This dual construction ensures that each term g_j depends only on a single MC sample y_t^(j), enabling separate gradient computation and accumulation. The resulting linear formulation permits constant memory usage across any sample size, while maintaining mathematical equivalence to the original objective during on-policy training. The algorithm uses group-based advantage estimation across G responses per prompt and incorporates normalized reward advantages for stability.
Results and Findings
BGPO demonstrated substantial improvements across all tested domains. On mathematical tasks using LLaDA-8B-Instruct, BGPO with larger sample sizes (n_t=16-32) significantly outperformed the previous ELBO-based method (VRPO-OL) that operates under memory constraints with small sample sizes. The memory usage remained constant despite using 4-8x larger sample sizesâwith n_t=32 showing comparable or lower memory requirements than n_t=4 in prior methods. Ablation studies revealed that increasing MC sample sizes effectively reduced gradient bias and variance, directly correlating with improved model performance across code generation (MBPP, HumanEval) and planning tasks (Countdown, Sudoku). Notably, these performance gains came with only marginal increases in average training step time, demonstrating practical efficiency. Quantitative comparisons showed BGPO consistently achieved higher accuracy metrics on all downstream tasks compared to diffuGRPO and VRPO-OL baselines.
Implications and Conclusions
This work establishes a foundational methodology for efficient RL training of diffusion language models, removing a significant practical bottleneck that previously limited dLLM capabilities. By enabling larger and more accurate likelihood approximations through clever mathematical reformulation rather than architectural changes, BGPO makes dLLM RL training more accessible and effective, potentially accelerating adoption of non-autoregressive language models that offer faster inference speeds alongside improved task performance.
LongTraceRL: Learning Long-Context Reasoning from Search Agent Trajectories with Rubric Rewards
Authors: Nianyi Lin, Jiajie Zhang, Lei Hou, Juanzi Li
Source and references: https://arxiv.org/abs/2605.31584v1
Introduction
LongTraceRL addresses a fundamental challenge in modern language models: reasoning effectively over extremely long contexts filled with distracting information. The paper proposes a novel reinforcement learning framework that combines sophisticated data construction with fine-grained reward signals to teach models how to locate, integrate, and reason through key information in 128K-token contexts.
Key Points
Trajectory-based distractor generation: Rather than using random documents as distractors, the authors leverage search agent trajectories to create âtiered distractorsââdocuments the agent read but didnât cite (high confusability) and documents in search results but never opened (low confusability). This approach creates far more challenging and realistic training scenarios than random sampling.
Entity-level rubric rewards: The method introduces fine-grained process supervision by tracking whether models reference gold entities along the reasoning chain, moving beyond sparse outcome-only rewards that canât supervise intermediate reasoning steps. Gold entities extracted from knowledge graph paths serve as verifiable process-level signals.
Positive-only reward strategy: To prevent reward hacking, rubric rewards are only applied to responses with correct final answers. This design distinguishes reasoning quality among correct responses while preventing models from gaming the system by simply enumerating entities without genuine reasoning.
Knowledge graph-based question generation: Multi-hop questions with deep reasoning chains (8 hops) are synthesized via controlled random walks over Wikipediaâs hyperlink graph, ensuring questions require step-by-step reasoning with no shortcuts possible.
Consistent cross-model improvements: Testing on three reasoning LLMs ranging from 4B to 30B parameters across five benchmarks demonstrates the generalizability of the approach, with Qwen3-4B improving by 5.7 points over baseline and surpassing the strongest baseline by 2.5 points.
Methodology
The framework consists of two main components. First, a data construction pipeline generates complex multi-hop questions through knowledge graph random walks, then collects search agent trajectories attempting to answer them. Documents from these trajectories are categorized into tiers based on their confusability level and assembled into 128K-token contexts prioritizing harder distractors. Second, an RL training approach using Group Relative Policy Optimization (GRPO) combines outcome-based rewards (binary correctness signals) with normalized rubric rewards (entity-level process supervision). The composite reward is calculated as r = (1âÎą)¡r_oc + ι¡r_rb only for responses with correct answers, with Îą=0.3 providing optimal balance.
Results and Findings
LongTraceRL consistently achieves the best performance across all tested models and benchmarks. On Qwen3-4B-Thinking, the method reaches an average score of 59.0 across five benchmarks, improving the base model by 5.7 points and surpassing the strongest baseline (LongRLVR) by 2.5 points. The most pronounced gains appear on reasoning-intensive benchmarks like AA-LCR (+8.6 points: 33.2â41.8). Ablation studies confirm that removing the rubric reward (reducing to outcome-only GRPO) drops performance to 53.7, demonstrating it as the dominant improvement driver. Analysis of distractor difficulty reveals that traj-tiered distractors achieve 50.03% overlap with rubric entities compared to only 1.35% for random sampling, directly correlating with downstream performance improvements. Training dynamics show that the rubric reward grows steadily while preventing pathological behaviorsâmodels are self-regulated by finite response budgets to avoid exploiting process rewards without solving questions.
Implications and Conclusions
This work demonstrates that long-context reasoning in LLMs can be substantially improved through carefully engineered training data and reward design rather than simply scaling model size or context length. The trajectory-based distractor strategy and entity-level process supervision represent significant methodological advances that could inform future approaches to complex reasoning tasks, with practical implications for deploying reasoning systems in real-world applications involving extensive, distracting information.
Vision-Language Models Suppress Female Representations Under Ambiguous Input
Authors: Arnau Marin-Llobet, Simon Henniger, Mahzarin R. Banaji
Source and references: https://arxiv.org/abs/2605.31556v1
Vision-Language Models Suppress Female Representations Under Ambiguous Input
Introduction
This paper reveals a critical gap between what vision-language models (VLMs) say and what they internally encode about gender. While alignment techniques have made modern VLMs produce neutral outputs when describing people of ambiguous gender, the researchers demonstrate that biased associations persist in the modelsâ internal representationsâand are systematically suppressed before generation, particularly for female associations.
Key Points
Internal-Output Decoupling: VLMs often encode female associations internally yet output male under forced-choice prompting, particularly for female-stereotyped occupations like babysitter, florist, and preschool teacherâexposing a blind spot in output-level bias auditing.
Asymmetric Layer Dynamics: Male signal amplifies from early to late network layers, while female signal peaks mid-network and is explicitly suppressed toward generation, creating a directional bias filter that only attenuates female representations.
LALS Metric Introduction: The authors propose Latent Association Leaning Score, a zero-shot method that projects visual token activations into text-embedding space, enabling token-level and layer-level measurement of gender associations without requiring labeled training data.
Culturally-Loaded Visual Cues: Color ablation experiments show that changing clothing from blue to pink substantially reduces male signal in construction worker images and increases female signal in nurse images, indicating models have internalized social-chromatic gender associations from training data.
One-Sided Male Default: Across four different VLM architectures and 15 occupations, models consistently collapse toward male when forced to guess gender on ambiguous imagesâeven for occupations that are 97% female in U.S. labor statistics, and no occupation ever defaults to female against a male baseline.
Methodology
The researchers constructed a dataset of 800+ gender-ambiguous images using generative AI, showing faceless or obscured figures in occupation-specific settings with no visible gender markers. They then developed LALS, which works by: (1) extracting visual token representations at each network layer, (2) projecting them into the modelâs text-embedding space using established latent lens techniques, (3) comparing these projections against a balanced reference corpus of gendered terms (man/father/boy vs. woman/mother/girl), and (4) scoring each token on a continuous male-to-female scale. The method was evaluated on four instruction-tuned open-weight VLMs (Qwen, LLaVA, InternVL) using both open-ended prompts (âDescribe what this person is doingâ) and forced-choice prompts (âIs this person male or female?â) to surface the gap between neutral outputs and biased behavior.
Results and Findings
When gender is visually clear, all four VLMs accurately identify it and maintain appropriate gender associations throughout their network layers. However, on ambiguous images:
Forced-choice outputs reveal sharp occupation-dependent defaults: Female-stereotyped occupations collapsed toward male in the majority of cases (hairdresser: 88â96% male across models despite being 92% female in actual labor force; babysitter: 72â96% male despite 93% female; preschool teacher: 40â74% male despite 97% female). Only makeup artist consistently surfaced as female.
Layer analysis shows three distinct regimes: Agreement-male occupations maintain male signal end-to-end; agreement-female occupations remain female-leaning but see some attenuation; divergence occupations (florist, preschool teacher, hairdresser) show female-leaning peaks at 70â80% network depth then sharply collapse to near-zero or male territory by the output layer.
Color modulation is substantial: A single color change (blue to pink) shifted internal gender associations by magnitudes comparable to differences between entire occupation categories, with pink reducing construction worker male signal by ~50% and more than doubling nurse female signal.
The asymmetry is pretraining-driven, not alignment-driven: Base model checkpoints (without instruction tuning) show the same occupation-dependent patterns and late-layer female collapse as their instruction-tuned variants, suggesting RLHF amplifies rather than creates the bias. Text-only prompts show opposite dynamics (female signal amplifies in late layers for female occupations), confirming the collapse is specific to the visual pathway.
Implications and Conclusions
This research demonstrates that output-level auditingâthe current standard in VLM fairness evaluationâsystematically misses representation-level biases that matter for downstream applications. Because VLM embeddings increasingly power image search, content ranking, and automated screening systems where outputs never pass through the language head, the internal biases documented here pose concrete risks even when text outputs appear neutral. The findings suggest that alignment and debiasing are distinct processes: RLHF effectively controls what models say but leaves underlying representations intact, particularly problematic for ambiguous real-world inputs like surveillance footage, workers in protective gear, and distant figuresâexactly the cases where biased priors are most consequential. The paper establishes that modern VLMs have learned not to express gender bias in text rather than to eliminate it from their visual representations, and that solving this requires auditing and intervening on internal associations, not just outputs.
TIC-VLA: A Think-in-Control Vision-Language-Action Model for Robot Navigation in Dynamic Environments
Authors: Zhiyu Huang, Yun Zhang, Johnson Liu, Rui Song, Chen Tang, Jiaqi Ma
Source and references: https://arxiv.org/abs/2602.02459v2
Introduction
This paper introduces TIC-VLA (Think-in-Control Vision-Language-Action), a framework designed to address a fundamental challenge in real-world robot navigation: the temporal mismatch between slow vision-language model (VLM) reasoning and fast real-time control. Unlike existing systems that assume semantic reasoning and control occur simultaneously, TIC-VLA explicitly models inference latency as a core component of the control problem, enabling robots to navigate dynamic environments while executing language-conditioned instructions on resource-constrained edge devices.
Key Points
Delayed Semantic-Control Interface: TIC-VLA conditions the action policy on delayed VLM outputs alongside explicit latency metadata and ego-motion offsets, allowing the controller to compensate for asynchronous reasoning and reinterpret stale semantic information in the current robot frame.
Latency-Consistent Training Pipeline: The framework employs a three-stage training approach (VLM supervised fine-tuning, imitation learning with injected delays, and reinforcement learning) that explicitly introduces reasoning latency during training to match real-world deployment conditions.
DynaNav Benchmark Suite: The authors developed a physics-accurate, photo-realistic simulation environment with dynamic human agents, supporting diverse indoor and outdoor navigation scenariosâfilling a critical gap in existing navigation benchmarks that ignore embodied execution and human interactions.
Robust Edge Deployment: TIC-VLA achieves 85% success rate on real robots (Unitree Go2) running on an RTX 4060 laptop GPU with multi-second VLM latency, and maintains 75% success on a Jetson Orin NX (25W edge device), demonstrating practical viability for resource-constrained deployment.
Superior Performance Over Baselines: In simulation, TIC-VLA achieves 55.29% success rate compared to 32.94% for MobileVLA and 31.76% for OmniVLA, while reducing collision rates from 45.88% to 28.24%, significantly outperforming prior vision-language-action navigation systems.
Methodology
TIC-VLA adopts a dual-system architecture where a large VLM performs semantic reasoning asynchronously while a lightweight action expert executes at high frequency (10 Hz) without waiting for inference completion. The VLM operates on delayed visual observations (anchored at time tâÎt) and produces key-value cache features and waypoint predictions, which are passed to the action policy along with explicit latency metadata (Ît) and accumulated ego-motion offsets (Îp). The action policy, implemented as a Transformer with cross-attention layers, takes current observations, robot state, and the delayed semantic-control interface as inputs to predict short-horizon action chunks. Crucially, the training pipeline injects realistic inference delays during both imitation learning (sampling delays uniformly from 0-10 seconds) and reinforcement learning (PPO with stochastic delay injection), ensuring the learned policy compensates for temporal misalignment encountered at deployment.
Results and Findings
In simulation benchmarks on DynaNav, TIC-VLA achieves 55.29% success rate with 28.24% collision rateâsubstantially outperforming prior VLA methods like MobileVLA (32.94% SR, 45.88% CR) and DualVLN (30.59% SR, 47.06% CR). The framework maintains robust performance as VLM latency increases from 2 to 10+ seconds, with RL fine-tuning preserving success rates across all latency conditions while IL-only baselines degrade significantly. Real-world experiments on a Unitree Go2 quadruped across four diverse tasks (indoor hallways, offices, outdoor plazas, and walkways with terrain) achieved 85% success on an RTX 4060 and 75% on edge devices despite 3-5 second VLM reasoning delays. Ablation studies demonstrate that the KV-cache-based semantic interface with latency-aware training improves success from 30.59% to 47.06%, explicit latency modeling provides consistent improvements, and ego-motion offset incorporation increases success from 41.18% to 47.06%.
Implications and Conclusions
TIC-VLA reframes inference latency from an engineering inefficiency into an explicit modeling problem, establishing a principled approach to real-time robot control under asynchronous semantic reasoning. The frameworkâs demonstrated robustness on resource-constrained edge hardware with multi-second reasoning delays has significant implications for deploying embodied AI systems in real-world human-centric environments, where compute budgets cannot accommodate powerful GPUs and latency-unaware VLA systems frequently fail.
Notes-to-Self: Scratchpad Augmented VLAs for Memory Dependent Manipulation Tasks
Authors: Sanjay Haresh, Daniel Dijkman, Apratim Bhattacharyya, Roland Memisevic
Source and references: https://arxiv.org/abs/2602.21013v2
Notes-to-Self: Scratchpad Augmented VLAs for Memory Dependent Manipulation Tasks
Introduction
This paper addresses a critical limitation in current Vision-Language-Action (VLA) models: their inability to handle memory-dependent robotic tasks that require temporal or spatial reasoning. The researchers propose augmenting VLAs with a language scratchpad mechanism that enables robots to maintain explicit memory of past actions and environmental states, significantly improving performance on complex multi-step manipulation tasks.
Key Points
Language Scratchpad Mechanism: The core contribution is a simple yet effective approach where VLAs generate and accumulate textual descriptions of their actions and environmental observations in a scratchpad, which serves as persistent context for subsequent decision-making.
Dual Memory Capabilities: The scratchpad structure incorporates three componentsâgrounding (spatial positions), planning (subtasks), and actions (temporal progress)âenabling both spatial memory (object locations) and temporal memory (task progression tracking).
Universal Compatibility: The approach works with both stateless transformer-based VLAs and recurrent VLAs, demonstrating 48% average performance improvement for non-recurrent models and 11% for recurrent models on memory-dependent tasks.
New Benchmark Introduction: The authors introduce ClevrSkills-Mem, a benchmark consisting of five memory-dependent manipulation tasks (Touch-Reset-Pick, Place-Next-to-Restore, Swap, Stack-and-Topple, and Rotate-Restore) designed specifically to evaluate spatial and temporal memory capabilities.
Real-World Validation: Beyond simulation, the approach successfully enables a physical robotic arm (UFACTORY xArm 6) to perform challenging pick-and-place tasks requiring memory, demonstrating practical applicability.
Methodology
The researchers implement scratchpad-augmented VLAs by extending the standard VLA formulation p(a_t|o_t,l) to p(a_t,d_t|o_t,S_t,l), where d_t represents textual descriptions and S_t is the accumulated scratchpad. For transformer-based VLAs, the scratchpad is linearized and appended to prompts using special tokens (<plan>, <think>, <act>, <done>). For recurrent models, sequences are interleaved with observations and actions in text format. Training data is generated from oracle trajectories in simulation with automatic scratchpad generation using subtask segmentation. The approach uses PaliGemma-2 (3B) for transformer experiments and Mamba (130M) with ViT backbone for recurrent experiments.
Results and Findings
On the ClevrSkills-Mem benchmark, T-VLA with scratchpad achieved dramatic improvements: 68% gain on Touch-Reset-Pick, 72% on Swap, 68% on Place-Next-to-Restore, and 30% on Stack-and-Topple, with an overall average improvement of 48.8% across five tasks. Notably, T-VLA+Scratchpad matched or exceeded the performance of inherent memory-based recurrent models on most tasks. Recurrent VLAs also benefited from scratchpad integration with 11% average improvement, with larger gains observed on longer-horizon tasks. On MemoryBenchâs Put-Block-Back task, the scratchpad-augmented approach achieved 40% success in real evaluation and 100% in simulation, substantially outperforming baseline VLAs and approaching specialized task-specific methods.
Implications and Conclusions
This work demonstrates that language-based scratchpads provide an effective, flexible, and model-agnostic mechanism for endowing VLAs with explicit memory capabilities without requiring architectural modifications. The findings suggest that leveraging the natural language understanding capabilities of underlying vision-language models represents a promising direction for scaling robotic policies to complex, temporally-extended tasks that violate Markovian assumptionsâa critical step toward deploying generalist VLAs on real-world robotic applications requiring memory-dependent reasoning.


