AI papers — 2026-09-09
Jump to one of 38 papers
- NeoHorse-1: Towards Recursive Self-Improvement via Agentic Post-Training with Routing Harness
- AuK: An Open-Source Foundational Model for Speech Generation and Editing
- Omni Interaction Agent Technical Report
- Eliciting Weak-to-Strong Generalization with On-Policy Reverse Distillation
- DriveZero: End-to-End Driving Beyond Human Demonstrations
- OpenWAM: An Open, Modular Exploration Towards Systematic World-Action Model Pretraining
- GE-Act 2.0: Pretraining and Scaling a World-Action Model for Robotic Manipulation
- Mask Forcing: Improving Autoregressive Video Diffusion Distillation via Dual-Noise Masking Rollout
- Miles v0.1: Production-Level Post-Training
- Marigold V2: Revisiting Diffusion Transformers for Monocular Depth Estimation
- SceneMosaic: Efficient and Diverse Simulation-Ready Scene Generation via Hybrid Agentic Layout Evolution
- BeaconKV: Key-Value Cache Compression Guided by Beacon Queries for Efficient Large Reasoning Model Inference
- Reason Through the Latent! Making Latent Visual Reasoning Necessary
- CosmoH2G: A Hand-to-Gripper Transfer Dataset and Baseline Method for Object Manipulation with Complex Spatial Movements
- Steering Geometry: Validating Human Value Geometry in LLM Steering Space
- Agentic Visual Generation: From Generative Models to Agentic Control
- Online Draft Co-Training for Speculative Decoding in Large-Scale, Long-Context RL Post-Training
- Environments as Scaffold: Enriching Feedback to Bootstrap Self-Evolving Agents in Long-Horizon Tasks
- Kalman Delta Networks: Uncertainty-aware Associative Memory
- RoboSPA: Can VLA Models Go Beyond Simple Scenes and Short-Horizon Tasks?
- CoVeR: Coverage-Based Token Pruning for Multi-View 3D Reasoning in VLMs
- TANGO: Humanoid Navigation in Cluttered Environments with a Whole-Body Vision-Language-Action Model
- Procedural Graphs: Self-Evolving Execution Structures for LLM Agents
- Measuring Language Transfer in Robot Policies: Adding Greek to a Cosmos3 Vision-Language-Action Policy
- VidaForge: Open Research Infrastructure for Video Pretraining Data Recipes
- What LLM Trading Agents Actually Do in Production
- MOLE: Detecting Insider Threats in AI Agents
- MovieGrid
- Recognition-Refusal Misalignment in LLMs
- ReactVAU
- Encoded Early, Used Late: Where Transformers Begin to Act on an Inferred Partner's Expertise
- TransNormal-2: Geometry-Grounded Rectified Flow with Edge-Aware Decoding for Precise Normal Estimation
- Cadence: Error-Bounded Lossy Compression of Demand Time Series with a Time-Series Foundation Model
- SQS: Bayesian DNN Compression through Sparse Quantized Sub-distributions
- Harnessing CLIP and DINO: An Uncertainty-Aware Cascaded Fusion Network for Generalizable Deepfake Image Detection
- A*-Thought-V2: Efficient Latent Reasoning via Geometric Dynamics of LLM
- RelightFormer: Feed-forward Generative Transformer for Multiview Object Relighting
- SynthGait-19K: A Physically Grounded Synthetic Video Dataset for Gait Parameter Estimation
NeoHorse-1: Towards Recursive Self-Improvement via Agentic Post-Training with Routing Harness →
Technical breakdown
Problem: Realizing recursive self-improvement (RSI) requires a concrete mechanism for a deployed AI system to observe its own capabilities and convert that evidence into the next round of training, which prior agentic post-training pipelines lack.
Method: NeoHorse-1 couples a heterogeneous model pool with an intelligent routing harness (built on Agentic Routing and OpenSquilla) that records, for every user turn, the predicted capability demand, the service tier selected (C0–C3), and the resulting interaction; these trajectories are structurally validated, scored on six semantic quality dimensions, and labeled at the subscene level (Scene/Goal/Outcome axes). Training organizes user-turn examples (with interleaved reasoning, tool calls, and harness context) into a three-stage routing-guided SFT curriculum ordered by routing-derived capability scores, then extends the same staged progression to routing-guided on-policy distillation (OPD) using a reverse-KL objective where a fixed teacher supervises student-generated rollouts. A capability-guided allocation step feeds evaluation feedback back into the next training data mixture, closing an evaluation–selection–update loop. Models are built at 4B and 9B scales on Qwen3.5 bases.
Key results:
- Post-training raises macro-average across 10 benchmarks from 58.94 to 64.87 for the 4B model and from 65.60 to 69.04 for the 9B model.
- NeoHorse-1-4B outperforms Qwen3.5-4B on every benchmark with available comparisons, e.g. PinchBench 77.33 vs 71.19, WorkBuddy Bench 34.41 vs 24.62, QwenClawBench 44.68 vs 38.47.
- NeoHorse-1-9B improves over Qwen3.5-9B on most benchmarks, e.g. VitaBench 42.25 vs 31.25, τ²-Bench 90.82 vs 88.04, PinchBench 82.25 vs 74.55.
- NeoHorse-1-4B already matches or exceeds the larger Qwen3.5-9B base model on several benchmarks (e.g. WorkBuddy Bench 34.41 vs 39.60 is close; BFCL v4 96.95 vs 92.68 exceeds it), indicating training can partly compensate for scale.
Why it matters / caveats: The work frames a deployed routing harness itself as the RSI feedback mechanism (prediction–action–outcome records driving curriculum and data reallocation), rather than treating agentic trajectories as static supervision; the authors describe this as an initial single-iteration prototype and note the next step is sustaining the feedback loop across successive iterations to test whether gains compound.
AuK: An Open-Source Foundational Model for Speech Generation and Editing →
Technical breakdown
Problem: Existing speech systems fragment generation, editing, enhancement, and separation into separate task-specific models, and no single open model unifies them under one natural-language-instruction interface with scalable training and efficient inference.
Method: AuK maps a natural-language instruction plus optional reference audio to a target waveform using three components: Qwen2.5-Omni as an MLLM semantic encoder (with a learnable weighted sum over its layer-wise hidden states forming the semantic condition), an AuK-VAE (jointly trained on speech/general audio/music, 64-dim latents at 50Hz, BigVGAN-style causal decoder) for acoustic conditioning/reconstruction, and a ~1.5B-parameter FLUX-style hybrid rectified-flow Transformer (10 dual-stream MMDiT blocks + 20 single-stream DiT blocks). Training proceeds through generation-only warm-up (50k updates) then joint generation-editing pre-training (600k updates) with a flow-matching objective across five task families (speech generation, content/paralinguistic/acoustic editing, enhancement/separation) built from ~3.03B instruction-audio instances (1.95M hours); post-training applies Diffusion-DPO-style flow-based preference optimization (LiPO listwise objective on human ratings) for editing and Flow-GRPO (with MixGRPO windowing) reinforcement learning with ASR/speaker-similarity/style-consistency rewards for generation. The model is then distilled into AuK-Flash via consistency-distillation initialization followed by task-routed Decoupled DMD (with adaptive projected guidance), yielding 4-step CFG-free inference.
Key results:
- AuK-Flash achieves a 4.5× wall-clock speedup over the 32-NFE full AuK model under matched conditions (4-step vs 32-step, no CFG).
- On Seed-TTS-Eval zero-shot TTS, AuK reduces average WER from 3.07% (Qwen3-TTS) to 2.65% and improves average SIM from 0.778 (Seed-TTS) to 0.795.
- On MMAE-Speech editing, AuK improves IFR/CR over Step-Audio-EditX by 4.71 and 10.84 percentage points; AuK-Flash raises EMR from 7.04% (Ming-UniAudio) to 13.85%.
- On Ming-Freeform-Audio-Edit (Full setting), AuK reduces average WER from 10.46%→3.09% (Chinese) and 14.28%→3.96% (English) vs Ming-UniAudio.
- AuK-VAE achieves the best PESQ/STOI/Mel-Dist/STFT-Dist among compared VAEs across speech, general audio, and music domains (e.g. speech PESQ 4.143 vs 3.633 for the next-best baseline).
Why it matters / caveats: AuK is presented as an open-source (code + weights released) unified model spanning generation, editing, enhancement, and separation with a single interface, showing the accelerated Flash variant retains most capability while cutting inference cost substantially; trade-offs are noted between the full model (better linguistic/content accuracy) and Flash (often better perceptual quality/speaker preservation), and some tasks (e.g. paralinguistic editing, certain separation metrics) still favor one variant over the other rather than uniform superiority.
Omni Interaction Agent Technical Report →
Technical breakdown
Problem: Human-AI interaction remains largely confined to turn-based, text-based exchange, and no existing model unifies fluid full-duplex multimodal conversation (interruptions, backchannel, proactive feedback) with long-horizon agentic task execution in a single system.
Method: The authors present Gander, built on a Cerebellum-Brain collaborative architecture: a front "Cerebellum" is a realtime full-duplex Thinker-Talker omni model (SigLIP vision encoder with any-resolution slicing/query-resampler at ~16x token reduction, a streaming chunk-wise Whisper-style speech encoder at 50Hz downsampled 5x to ~10 tokens/sec) that flattens all input/output modalities into 1-second chunks with an explicit listen/speak/interrupt control token predicted per chunk over a sliding 128-chunk (~2 min) context window; a back "Brain" is a training-free general-purpose agent (instantiated via Codex/Claude Code) invoked through structured tool calls (task_start, task_send, task_resolve); and an intermediate agent orchestration runtime (Gateway with Project/Task/Run/WorkerEvent/Delivery entities, lean vs. coordinator control modes) coordinates the two. Speech output is generated via an autoregressive speech-token decoder followed by a streaming flow-matching decoder for zero-shot voice waveform synthesis. Training uses a ~2.7M-example corpus (speech interaction ~37%, audio-visual interaction ~41%, agentic interaction ~13%, robustness/negative data ~9%) including a purpose-built InteractionSpeech duplex-behavior dataset (260.8K dialogues) synthesized via DeepSeek-V4-Pro and quality-filtered by an LLM judge on naturalness/coherence/interruption/backchannel plausibility.
Key results:
- On Full-Duplex-Bench v3 (100 scenarios), Gander achieves the best turn-taking (Take-turn 100.0%, tied-best) and lowest premature-interruption rate (8.0% vs 13.5% for GPT-Realtime and 47.9% for the weakest baseline), while task metrics trail leading baselines (Pass@1 0.400 vs 0.600 best, ToolSel 0.759 vs 0.876 best).
- With the back brain driven directly from transcript (bypassing audio), ToolSel reaches 0.934 (exceeding GPT-Realtime's 0.876) and Pass@1 0.520 vs the cascaded pipeline's 0.450.
- On SpokenQA, Gander (9B) leads the full-duplex-streaming group with 75.60 (Llama Questions) and 59.30 (Web Questions), ahead of Audio-Interaction by 8.29 and 4.96 points; on VoiceBench it places second (AlpacaEval 3.96, SD-QA 46.84).
- On omni understanding, Gander scores 49.62 on WorldSense and 78.53 on Daily-Omni, staying within 1.67 points of its MiniCPM-o 4.5 base model on Daily-Omni despite no video-QA supervision in training; audio-visual fusion gain over the best single modality is +5.01 (WorldSense) and +19.13 (Daily-Omni).
Why it matters / caveats: Gander demonstrates that interactivity (turn-taking, interruption handling) can be made intrinsic to a model rather than bolted on via external VAD, and that a decoupled Brain-Cerebellum design lets a compact realtime model delegate to arbitrary stronger training-free agents; however, the paper reports it trails specialized baselines on raw task/tool accuracy and open-ended response quality, has not yet applied on-policy distillation or RL post-training for long-horizon scenarios, and notes no unified benchmark exists yet to evaluate the combined omni-interaction-agentic setting.
Eliciting Weak-to-Strong Generalization with On-Policy Reverse Distillation →
Technical breakdown
Problem: Standard on-policy distillation (OPD) trains a student to match a weak teacher's full policy, which can impose the teacher's capacity ceiling on a stronger student and thus fails to properly exploit weak-to-strong generalization in settings like successive model transfer and multi-domain consolidation.
Method: The paper introduces On-Policy Reverse Distillation (OPRD), which computes the verifier-driven RLVR policy gradient (as in GRPO) on the student's own on-policy rollouts, extracts the weak teacher's RL-induced policy shift as the mean-centered logit difference between the post-trained teacher and its frozen pre-RL reference policy (Δt, reduced to a unit direction dt), and amplifies only the component of the student gradient projected onto dt by a factor (1+λt) while leaving the orthogonal component unchanged; a nonnegative scaling coefficient (positive-alignment active from the start, negative-alignment ramped up over a warm-up horizon) preserves the stationary points of the RLVR objective while adding a first-order alignment gain. Experiments use Qwen3 models (0.6B–8B) with GRPO-trained teachers, tested on DAPO-Math-17K/AIME/HMMT/OlympiadBench for math and Reasoning Gym tasks (Knights & Knaves, Quantum Lock, String Manipulation, Countdown) for logic, comparing against GRPO, OPD, KDRL, Mix-RL, and MOPD baselines.
Key results:
- In successive model transfer (Qwen3-4B teacher to Qwen3-8B student), OPRD reaches weak-teacher performance with 33–67% fewer updates than GRPO and beats the strongest baseline (KDRL) by 7.92 points on math and 10.80 points on Reasoning Gym (averaged over training checkpoints).
- In multi-teacher consolidation (four Qwen3-4B-Base specialists into one Qwen3-8B-Base student), OPRD averages 58.77 Pass@1, exceeding Mix-RL by 11.09 points and the specialist average by 14.12 points, and reaches teacher-level performance with 55% fewer updates than Mix-RL.
- In strong-to-weak distillation (Qwen3-8B→1.7B on AIME'24; Qwen3-8B-Base→0.6B on Knights & Knaves), OPRD outperforms OPD by 3.79 and 29.20 points respectively.
- Against broader weak-to-strong baselines (W2SR-P, S2L-PO, OPSD, Direct-OPD, W2S-OPD), OPRD reaches 60.81 average, beating the best alternative (S2L-PO) by 6.60 points, W2S-OPD by 11.59, and Direct-OPD by 23.00.
- Systems overhead is modest: OPRD increases wall-clock time by 11.9% and peak GPU memory by 10.2% relative to GRPO (Appendix K).
Why it matters / caveats: OPRD offers a practical path to reuse post-training gains across model generations/domains without capping student performance at teacher level, and response-style analysis shows OPRD students stay stylistically closer to pure-RL-trained models than to their teachers (i.e., guidance accelerates rather than redirects optimization); the authors note limitations including degraded effectiveness when the verifier-driven policy gradient vanishes (e.g., mostly-invalid rollouts) and sensitivity to reference-policy selection, which can introduce reward-irrelevant length bias into the guidance direction if not chosen carefully.
DriveZero: End-to-End Driving Beyond Human Demonstrations →
Technical breakdown
Problem: End-to-end autonomous driving systems that imitate human driving logs are limited by the quality and behavioral coverage of those logs, since each logged scene captures only one realized future and states induced by the learned policy are absent from offline data.
Method: DriveZero decouples perception and action pretraining and then unifies them via distillation. DriveRL is a mixed-agent closed-loop RL framework that converts real nuPlan logs into interactive worlds (up to 196,608 parallel worlds across 96 GPUs, mixing log-replay, IDM rule-based, and self-play learned background agents) and trains a 5.7M-parameter privileged teacher policy with PPO, outputting bounded Beta distributions over longitudinal jerk and tire steering-angle rate, with a reward combining hard safety-event penalties, a goal-arrival bonus, and six multiplicative soft driving-quality terms; a learned critic further enables value-guided test-time action search (TTS) that samples N candidate actions, rolls them out for a short horizon, and conditionally swaps in a higher-value candidate. DriveVFM is a perception backbone that agglomeratively distills four frozen vision foundation models (DINOv3, SigLIP2, SAM, Depth Anything V2) into a single ViT via PHI-Standardization-balanced feature matching, trained from raw images with no task labels across web-scale (LAION-2B, ImageNet-21K, SA-1B) and driving (OpenDV, nuPlan, Waymo) imagery. DriveZero itself is a camera-only planner (multi-view images + DriveVFM features fine-tuned with LoRA, DrivoR-style register-token compression, command-conditioned trajectory decoder producing 64 proposals) trained open-loop via winner-takes-all distillation against trajectories rolled out by the frozen DriveRL teacher (plus a PDM-score-supervised proposal-scoring head), with goal augmentation querying the goal-conditioned teacher under alternative driving intents for diversified supervision beyond the single logged trajectory.
Key results:
- DriveRL achieves a mean closed-loop score of 93.01 across nuPlan Val14/Test14-hard/Test14-random (NR+R), exceeding the Log-Replay expert on all six settings; value-guided TTS (N=64) raises this to 93.57.
- DriveRL-TTS beats prior RL-only methods CaRL and GigaFlow on every setting they report (e.g. Val14 R 94.53 vs CaRL's 93.12).
- DriveZero reaches 94.8 PDMS on NAVSIMv1 navtest with zero human trajectory supervision, surpassing the Human Driver (94.8) and all prior camera-only/camera-LiDAR methods; DriveZero-Scale (with SimScale OOD data) reaches 95.3 PDMS.
- On NAVSIMv2 navhard, DriveZero-Scale achieves 57.1 EPDMS, a new state of the art, beating DrivoR-Scale (54.6) and GigaPixel (+1.4 pts over GigaPixel's RL-teacher approach even before scaling).
- Zero-shot on the true closed-loop HUGSIM benchmark, DriveZero-Scale reaches 46.6 average HD-Score, an 8.1-point improvement over the previous best (GigaPixel, 38.5).
- Ablations show DriveVFM (94.41 PDMS) outperforms a same-capacity DINOv3 ViT-S baseline (93.88), each additional foundation-model teacher improves DriveVFM incrementally, and DriveRL+goal-augmentation supervision (94.41 PDMS) outperforms training DriveZero on human trajectories directly (93.92 PDMS).
Why it matters / caveats: This is reported as the first end-to-end model to outperform the Human Driver on the NAVSIMv1 navtest leaderboard, and demonstrates that closed-loop RL teacher supervision (with goal-conditioned augmentation) can substitute for and exceed human-demonstration supervision in camera-only planners; the self-play component yields only small benefit on nuPlan because the benchmark's own closed-loop evaluation uses IDM-controlled background traffic rather than reactive human-like agents, a limitation the authors attribute to the benchmark itself.
OpenWAM: An Open, Modular Exploration Towards Systematic World-Action Model Pretraining →
Technical breakdown
Problem: Existing World–Action Models (WAMs), which adapt video-generation priors into robot policies, are built as monolithic systems where backbone, visual representation, architecture, information flow, inference procedure, and training data are tightly coupled, making it unclear which design choices actually drive performance.
Method: OpenWAM factorizes WAM design into a composable model (visual encoder E, stream backbones S, visibility attention mask M) supporting six architecture variants (Single-System Vanilla/MoE, Dual-System IDM/Joint-Self-Attention/Joint-Cross-Attention, Tri-System Joint-Self-Attention) across 5 pretrained video backbones (Wan2.1-VACE-1.3B, Cosmos-Predict2.5-2B, Cosmos3-Edge-4B, Wan2.2-TI2V-5B, Wan2.1-I2V-14B), 4 visual encoders, and 4 attention-mask modes, all trained under one joint flow-matching objective with independently sampled per-stream timesteps. Controlled experiments on RoboTwin2.0 (in-domain and clean-to-random OOD) distill a recipe, which is instantiated as OpenWAM-α: a Dual-System architecture with frozen Wan2.2-VAE encoder, pretrained Wan2.2-TI2V-5B DiT (world stream) + 1B-parameter ActionDiT (action stream) coupled via joint self-attention under a mutual visibility mask, trained with a unified 80-D action space and synchronized denoising (10 steps) at inference.
Key results:
- Larger video backbones improve WAM success monotonically: Wan2.1-I2V-14B reaches 93.79% avg. success on RoboTwin2.0-Full vs 90.14% for Wan2.1-VACE-1.3B; Wan2.2-TI2V-5B trails the 14B model by only 1.40 pts with ~3x fewer parameters.
- Visual representation ablation: Wan2.2-VAE (reconstructive) reaches 90.30% success vs 76.42% for DINOv3 without S-VAE compression, showing compact information-rich latents matter more than raw semantic richness.
- Isolated/video-sees-action attention masks underperform mutual/action-sees-video masks by roughly 5 points on RoboTwin2.0.
- OpenWAM-α pretrained on 518.5M frames (~6,369 hours) of egocentric+robot data achieves 99.3% on LIBERO, 93.60% on RoboTwin2.0-Full, 69.2% on LIBERO-Plus, 69.0% on RoboTwin2.0-Clean2Random (OOD), and 49.4% on RoboDojo — generally leading or near-top among VLA (π0, π0.5, StarVLA, X-VLA) and WAM (Fast-WAM, LingBot-VA, Qwen-RM, Being-H0.7) baselines.
- On real-robot single-arm tasks (Table 6), OpenWAM-α attains 99/120 (82.5%) average success rate, beating LingBot-VA and π0.5 on most sub-tasks; on dexterous-hand OOD tasks it outperforms π0.5 by a clear margin (e.g., 52.6% vs lower baseline scores across setups).
Why it matters / caveats: The paper offers the first open, controlled experimental framework isolating WAM design variables (backbone choice, representation, architecture, information flow, denoising schedule, data mixture) and shows embodied pretraining mainly boosts OOD generalization rather than in-domain fit; a noted limitation is that OpenWAM-α underperforms markedly on the single-arm LIBERO-Plus benchmark relative to its standing elsewhere, attributed to pretraining data/architecture mismatches with strong VLA baselines.
GE-Act 2.0: Pretraining and Scaling a World-Action Model for Robotic Manipulation →
Technical breakdown
Problem: Existing world-action models (WAMs) mostly bolt action heads onto pretrained video generators rather than pretraining the whole visual-generation-plus-action system from scratch on manipulation data, leaving open how to pretrain and scale a WAM as a unified system, especially using instruction-free and action-free data.
Method: GE-Act 2.0 (Genie Envisioner Act 2.0) combines three from-scratch components: a control-oriented autoencoder (CoAE), a framewise 2D autoencoder with 64x spatial downsampling (24 tokens/frame, 512 channels) trained with pixel/perceptual/adversarial reconstruction loss plus multi-teacher alignment to SigLIP2, V-JEPA 2.1, and DINOv3 features; a single-step visual planner (SVP), a multi-view DiT with a frozen Qwen3.5 VLM for instruction grounding that uses a conditional MeanFlow objective to fully denoise dense (near-term) and sparse (far-horizon) future visual latents in one differentiable forward pass; and an inverse dynamics model (IDM) that cross-attends to predicted future latents plus proprioception to output dense/sparse action chunks via flow matching. The SVP and IDM are pretrained separately on complementary data (action-free video vs. instruction-free trajectories) then connected via Knowledge-Aligned Selective Optimization (KASO), an online top-k procedure that generates N candidate futures, probes them with the active IDM at a fixed high-noise timestep to score "action compatibility" against the recorded future, and back-propagates the action loss only through the top-k (k=1) most compatible candidates, addressing a "validity gap" from pairing independently generated futures with a single recorded action mode.
Key results:
- Scaling co-training data from 300 to 30,000 hours raises zero-shot OOD success from 17.1% to 44.1% on G1-OP and from 13.4% to 31.1% on G2-90D (100-task, 20-skill-group real-robot suite, no per-task fine-tuning).
- G2-90D (less than 2% of co-training data) improves by +17.7 percentage points despite its scarcity, indicating cross-embodiment transfer; gains span 19/20 skill groups on G1-OP and 18/20 on G2-90D.
- Skill-specific data coverage correlates strongly with zero-shot OOD success (Pearson r=0.80, Spearman ρ=0.85).
- CoAE action-recovery probe achieves 0.01673 MAE (within 13-31% of DINOv3/V-JEPA2.1) while using 1/16th the tokens/frame, and 97.95% instruction-caption-matching accuracy (best among 5 compared encoders, 24% lower error than next-best DC-AE).
- Controlled real-robot ablation (300-hr alignment on top of full-scale pretrained SVP/IDM): KASO improves four-object macro-average pick success from 22.5% (E2E+PT) to 37.5% (+15 pts) and single-object pick success from 12% to 40% (+28 pts) relative to E2E+PT/E2E baselines.
- Under the same OOD protocol, the model grounds object/color/shape/position references in at least 90% of trials.
Why it matters / caveats: Demonstrates that a WAM can be pretrained entirely from scratch (no inherited video-generator weights) and still scale predictably with data, while showing separate SVP/IDM pretraining plus KASO alignment mitigates the "validity gap" that otherwise collapses action diversity under naive end-to-end co-training — important for downstream RL post-training that needs diverse action coverage. Evaluation is zero-shot/no-fine-tuning by design, so reported numbers reflect pretrained capability rather than a deployable specialist policy, and several fine-motor/deformable-object skills (e.g., zip, sweep, stir) remain near 0% success even at 30,000 hours.
Mask Forcing: Improving Autoregressive Video Diffusion Distillation via Dual-Noise Masking Rollout →
Technical breakdown
Problem: Autoregressive video diffusion models distilled from bidirectional teachers via Distribution Matching Distillation (DMD) suffer from over-saturation and over-smoothing because the reverse-KL objective in DMD is mode-seeking and collapses the causal student onto a narrow subset of the teacher's distribution during self-rollout.
Method: The paper proposes Mask Forcing, a Dual-Noise Masking Rollout strategy applied during self-rollout DMD training of AR video diffusion students (built on Wan2.1-T2V-1.3B student distilled from a Wan2.1-T2V-14B teacher). At each denoising step, an additional lower-noise timestep is sampled within a timestep window Δ, the previous clean prediction is re-noised at both the original and this lower noise level, and a randomly sampled spatial/temporal binary mask (ratio α) combines the two into a dual-noise rollout input fed to the student — injecting cleaner "denoising-guidance" tokens at masked positions while keeping the model conditioned on the original scheduled timestep. This perturbs self-rollout trajectories (broadening DMD's coverage of teacher modes, formalized via a mutual-information decomposition of the reverse-KL objective) and is applied on top of existing baselines (Self Forcing, LongLive, Causal Forcing) without adding real video data or extra post-training stages; default hyperparameters are mask ratio α=0.2, timestep window Δ=250, ~1.5k training steps on 8 GPUs (~14 hours).
Key results:
- On the 100-prompt benchmark (chunk-wise setting), Mask Forcing improves HPSv3 by +0.29 to +1.03 and VisionReward Instruct. score by +0.17 to +6.53 across Self Forcing, Causal Forcing, and LongLive baselines.
- Frame-wise setting: HPSv3 improves by +0.27 to +0.45; Dynamic Degree improves by up to +51 points (LongLive frame-wise, 25→76).
- On VBench (946 prompts), Total Score improves for all baselines (e.g., Causal Forcing frame-wise: 80.64→82.28, +1.64).
- On 30-second long-video generation (MovieGen/VBench-Long, LongLive baseline): HPSv3 +0.67, Instruct. +3.98, VBench Total +0.60.
- Human evaluation (24 raters): Mask Forcing preferred 80%, 79%, and 83% of the time over Self Forcing, Causal Forcing, and LongLive respectively (short video), and 72% for LongLive long-video generation.
- Faster convergence: V-JEPA2-based Maximum Mean Discrepancy (VMMD) between student and teacher-generated video distributions drops faster with Mask Forcing across all three baselines during training.
Why it matters / caveats: Mask Forcing is a lightweight, plug-in training perturbation (no real-data curation, no extra post-training/RL stage, no architecture change) that consistently improves visual quality and convergence speed across multiple AR video distillation methods; ablations show the mask ratio and timestep window trade off visual quality against motion dynamics (e.g., very high mask ratios raise HPSv3 but reduce Dynamic Degree), so hyperparameters need tuning per setting, and gains on Dynamic Degree are occasionally negative for some baselines (e.g., LongLive chunk-wise: 76→69).
Miles v0.1: Production-Level Post-Training →
Technical breakdown
Problem: At frontier LLM scale, post-training reinforcement learning (RL) systems struggle to sustain high hardware utilization and numerical fidelity because multi-turn, tool-using agentic rollouts on trillion-parameter MoE models create idle-time bubbles between latency-sensitive generation and throughput-oriented training, and numerical gaps between rollout and training engines can silently invalidate the RL objective.
Method: Miles v0.1, built on the "slime" codebase, is a full-stack RL post-training system with SGLang-based rollout engines, a trainer with a choice of NVIDIA Megatron-LM or PyTorch FSDP backends, and three weight-synchronization transports (NCCL broadcast, RDMA peer-to-peer, and disk-delta). Key mechanisms include: session-affinity/key-based routing to preserve KV-cache locality across multi-turn agentic turns; fully asynchronous rollout-training overlap with a bounded data buffer that filters/discards trajectory groups by generation failure, reward-filter rejection, or staleness; Token-In-Token-Out (TITO) session servers that preserve exact sampled token IDs (with linear vs. branching session history and configurable message-comparison strictness) to eliminate train-rollout tokenization mismatch; Efficient Rollout Routing Replay (R3) that replays MoE expert-routing assignments recorded at rollout time during training to avoid expert-mismatch drift; low-precision training recipes (FP8 blockwise, MXFP8, NVFP4) with a shared bit-exact quantizer contract across rollout and training; memory-saving actor offloading and optimizer-state disk streaming; and five advantage estimators (GRPO, GSPO, REINFORCE++ in two forms, PPO) with truncated-importance-sampling / clip-or-pop corrections for residual rollout-training mismatch. The system also extends to LoRA RL, on-policy distillation, supervised fine-tuning, true-on-policy alignment, and diffusion models.
Key results:
- End-to-end case study: fully asynchronous agentic RL training of GLM-5.2 (744B total / A40B active parameters) on terminal-bench-2 coding tasks across 64 NVIDIA GB300 GPUs (32 rollout / 32 training, TP2/PP4/CP4/EP8), achieving a median training step time of 263 seconds over the first 30 measured steps (excluding a 1,042s warm-up at step 0).
- Session/DP-rank affinity plus least-loaded placement sustains a 96% prefix-cache hit rate in the reference run.
- Train-rollout log-probability divergence (KL) averages 0.0369 over 100 steps and stays near its starting value, corrected via truncated importance sampling.
- Raw task reward's 9-step moving average rises from 0.438 to 0.556 over 100 steps (reported as an observation, not a controlled improvement, due to single-run variance).
- Optimizer-state streaming (on Qwen3-30B-A3B) cuts actor offloading time from 24s to 5.2s and reloading time from 8.9s to 1.3s; per-rank sharded optimizer state in the GLM-5.2 run is about 279GB, exceeding single-GPU HBM and requiring disk streaming.
Why it matters / caveats: Miles is presented as an open-source (github.com/radixark/miles), production-oriented alternative to research-only RL frameworks, targeting frontier-scale trillion-parameter MoE agentic RL with explicit numerical-fidelity guarantees (TITO, R3, precision contracts) rather than just throughput. The authors note explicit limitations: some precision formats (MXFP8, NVFP4) remain Beta, some weight-transfer paths cover only certain model families, vision-language models cannot yet use the TITO session server (no image/video token recording), and the GLM-5.2 case study reflects "one configuration rather than many," so reported numbers should not be generalized broadly.
Marigold V2: Revisiting Diffusion Transformers for Monocular Depth Estimation →
Technical breakdown
Problem: Diffusion-based monocular depth estimators generalize well out-of-distribution but suffer from oversmoothed boundaries and loss of fine-grained details (flying pixels), while cost-effective fine-tuning of large diffusion-transformer (DiT) backbones for this task remains largely unaddressed.
Method: Marigold V2 repurposes the pretrained image-editing DiT Qwen-Image-Edit-2509 into a single-step affine-invariant depth estimator via a lightweight, 2-stage QLoRA fine-tuning protocol (4-bit-quantized backbone, rank-128 LoRA adapters, batch size 1, single 32GB GPU). Stage 1 trains the DiT with a rectified-flow latent regression loss (target velocity between RGB and depth VAE latents at fixed timestep t=0.5) plus pixel-space L1 and gradient losses, and a novel iREPA-depth loss that aligns internal DiT representations with DINOv3 features extracted from the ground-truth depth map (rather than RGB) — 160K steps, ~5 days. Stage 2 continues fine-tuning (with the VAE decoder unfrozen) using a new SinkLoss: within non-overlapping K×K (K=5) image blocks, an entropy-regularized optimal-transport (Sinkhorn-Knopp) soft assignment matches predicted and ground-truth depths permutation-invariantly, reducing sensitivity to noisy/misaligned ground truth around thin/transparent structures — an additional 30K steps (~1 day). Training uses only HyperSim and vKITTI (74K images total, 90%/10% sampling).
Key results:
- 16–26% AbsRel improvement over the previous best on KITTI and ETH3D (e.g., ETH3D AbsRel 2.8 vs. best baseline 3.8, a ~26% relative improvement; KITTI AbsRel 5.4 vs. FE2E's 6.5).
- Best zero-shot AbsRel/δ1 among comparably-trained methods (<5M training images) across all 5 benchmarks: NYUv2 3.6/98.0, KITTI 5.4/97.4, ETH3D 2.8/99.2, ScanNet 3.7/97.9, DIODE 5.2/97.1.
- Edge-aware Soft Edge Error (SEE) on HyperSim: SEE3=0.352 vs. PPD's 0.404 and InfiniDepth's 0.470 (lower is better).
- SinkLoss generalizes across backbones: on Qwen-Image-Edit-2509 it improves SEE3 from 0.449 to 0.352; on Stable Diffusion V1.5, AbsRel improves 7.51→7.12 and SEE3 0.553→0.485; on FLUX.2 klein, SEE3 improves 0.491→0.377.
- iREPA-depth (aligning to ground-truth-depth DINOv3 features rather than RGB-derived features) gives the strongest Stage-1 results in the 30K-step ablation (e.g., NYUv2 AbsRel 4.36 vs. 4.53 baseline, DIODE AbsRel 5.55 vs. 6.82 baseline).
- Latency/memory on a single 32GB GPU: 1.9s / 16.9GB at 1024×1024 and 9.6s / 29.3GB at 2048×2048, while several competing DiT-based methods (Lotus-2, FE2E, PPD) run out of memory at 2048×2048.
Why it matters / caveats: The paper demonstrates that a strong monocular depth estimator can be fine-tuned from a general-purpose image-editing DiT in under a week on a single consumer-grade 32GB GPU via QLoRA, making state-of-the-art DiT-based depth estimation accessible to individual practitioners rather than requiring tens of GPUs (e.g., prior work DICEPTION needed 96 GPU-days). The recipe also transfers to other dense-regression tasks (depth completion, surface normals, intrinsic image decomposition) per the paper's claims, though those specific numbers were not captured in this pass; a caveat is that training data remains a small, fixed synthetic mixture (HyperSim + vKITTI, 74K images), and evaluation ground truth (e.g., HyperSim) is itself noted to be noisy around thin/transparent structures, which SinkLoss is explicitly designed to work around rather than fully resolve.
SceneMosaic: Efficient and Diverse Simulation-Ready Scene Generation via Hybrid Agentic Layout Evolution →
Technical breakdown
Problem: Existing 3D indoor scene generation methods face a trade-off between agentic text-to-3D pipelines (high fidelity but multi-hour generation) and parametric image-to-3D models (fast but physically invalid), and neither can produce diverse layout variants from a single input.
Method: SceneMosaic first reconstructs an object-centric scene from a reference image using a perception agent, SAM3 segmentation, and SAM3D reconstruction, then structures it into a hierarchical scene tree of independent "local units" via a manager agent orchestrating a DAG of task agents (support/containment reasoning, wall recovery, etc.). It applies physics-based layout stabilization (containment correction + gravity simulation) followed by a VLM-driven Critic-Actor agentic evolution loop operating on orthographic 2D projections (reducing edits to 2D translations/rotations), and finally composes diverse global scenes via Cartesian product of local unit variants, selected with a novelty-aware scene distance metric and Dynamic Max-Min Greedy Search.
Key results:
- On SceneEval-100, matches the strongest agentic baseline (SceneSmith) in semantic layout quality (POS 84.3 vs 83.5) with a 24× speedup (0.14h vs 3.43h).
- Achieves 0.0±0.0 collision rate and 0.0±0.0 out-of-bounds rate for both base and variant scenes, versus 19.8–25.6 collision rates for image-to-3D baselines (MIDI, SceneGen).
- Variant scene generation takes only 0.03h per scene after base generation.
- User study (48 participants): highest semantic (4.33) and physical (4.47) plausibility scores on a 5-point scale, beating SceneSmith (4.01/4.16) and SAGE (3.08/2.81).
- Ablations show removing image-based initialization increases generation time ~9× (0.14h→1.25h) and removing physics causes collision rate to jump to 18.9%.
Why it matters / caveats: The hybrid approach enables order-of-magnitude faster generation of physically valid, diverse simulation-ready scenes useful for embodied AI training, though it depends on the quality of the underlying image-to-3D prior (SAM3D) and VLM agent reliability.
BeaconKV: Key-Value Cache Compression Guided by Beacon Queries for Efficient Large Reasoning Model Inference →
Technical breakdown
Problem: KV cache compression methods for Large Reasoning Models rely on recent queries to predict future token importance, but this fails to anticipate "Thought Revisiting Tokens" (TRT) that re-attend to distant early context (e.g., task plans), causing premature eviction of critical KV pairs during long chain-of-thought generation.
Method: BeaconKV is a training-free KV cache compression method that augments the standard recent-query observation set with "beacon queries" — a compact set of geometrically diverse representative queries (selected via cosine similarity in pre-RoPE query space) that anticipate future global attention patterns. It uses Continual FPS (Farthest Point Sampling), an online "fill-and-compress" algorithm bounding memory by triggering FPS downsampling when a per-head query buffer hits capacity, and scores KV importance via max-aggregation (rather than mean) over attention weights from both beacon queries (RoPE-aligned to the current position) and recent queries (kept at original positions), retaining the top-K KV pairs.
Key results:
- Achieves accuracy gains of up to 31.7 percentage points over existing compression methods (on Qwen3-14B, AIME24, 1024-token budget).
- Reduces peak GPU memory by up to 5.8× (77.0GB → 13.3GB on Qwen3-4B) while nearly preserving full-KV accuracy.
- Improves throughput by over 4.3× (82.3 → 356.4 tokens/s at 2K KV budget).
- At matched 1K KV budget, outperforms RPC by +12.3 points on LiveCodeBench accuracy with similar throughput/memory.
- Ablation shows the balanced (16 recent, 16 beacon) query configuration achieves 64.6% accuracy at 4355.7s latency, beating both recent-heavy (31,1)=55.6% and beacon-heavy (1,31)=63.5% at 10871.3s configurations; Max aggregation beats Mean aggregation (23.3 vs 18.8 accuracy at 256-token budget).
Why it matters / caveats: Enables deployment of long chain-of-thought reasoning models under tight GPU memory budgets without any retraining; evaluation is limited to open-source LRMs (R1-Distill-Qwen-7B/Llama-8B, Qwen3-4B/14B) and standard reasoning benchmarks, so transfer to other generation workloads is not established.
Reason Through the Latent! Making Latent Visual Reasoning Necessary →
Technical breakdown
Problem: Existing latent visual reasoning methods can produce latent states that are informative about the image, but a model can still bypass that latent computation via alternative image-conditioned paths (raw visual tokens, multimodal KV cache) remaining available at decode time, so strong benchmark accuracy does not prove the model actually reasons through the proposed latent state.
Method: The paper introduces Causal Visual Recurrent Reasoning (CVRR), built on a frozen Qwen2.5-VL-7B-Instruct backbone: recurrence is initialized from the native image-conditioned question hidden state h1 (found via layer-wise activation patching to localize a causal visual-read boundary at layer ℓ*=20), then a single shared decoder layer (adapted with LoRA, rank 32, only ~0.035% of parameters trainable) repeatedly updates the question state for T=4 steps while re-reading fixed, persistent visual evidence v through native causal self-attention (no separate cross-attention). Before decoding, all visual token rows and the original multimodal KV cache are discarded, leaving the final recurrent state hT as the sole image-conditioned path to the frozen upper decoder, trained only with answer-token cross-entropy on the Visual CoT dataset (438K QA pairs).
Key results:
- Under the strict no-bypass interface, CVRR reaches 81.2% on V*, 52.7% MMVP pair accuracy, and 55.2% overall on BLINK.
- Retrained latent-reasoning baselines (LVR, Monet, SkiLa, Laser, UniVLR, HyLaR) under the same strict interface achieve at most 39.8% on V*, 2.7% MMVP pair accuracy, 38.8% on BLINK, and 33.1% on MME-RealWorld-Lite — far below CVRR.
- Ablation: removing visual re-reading (keeping h1 fixed) drops V accuracy by 12.0 points and MMVP pair accuracy by 34.7 points; replacing h1 with a text-only anchor drops V to 37.2% and MMVP pair to 2.0% (matching removal of the entire visual path).
- Causal intervention: corrupting hT (matched swap) drops V* accuracy from 81.2% to 14.0%, confirming path necessity; crossed visual-evidence swaps produce a +14.8/-14.8 percentage point difference-in-differences effect when question-to-visual KV connections are enabled, vs. near-zero when blocked.
Why it matters / caveats: Demonstrates that "latent informativeness" alone is insufficient evidence of causal reliance in latent reasoning research, and provides an architectural (not just diagnostic) fix; limitations include a backbone-specific visual-read boundary, mechanistic analyses mostly restricted to multiple-choice settings, and reliance on persistent (not adaptively acquired) visual evidence.
CosmoH2G: A Hand-to-Gripper Transfer Dataset and Baseline Method for Object Manipulation with Complex Spatial Movements →
Technical breakdown
Problem: Existing methods for transferring human hand demonstrations to robot grippers are largely confined to simple, planar tasks (pick-and-place, pushing) and fail on complex spatial movements involving rotations or flips, due to hand-crafted retargeting rules or object-centric trajectory tracking that breaks down under occlusion and morphological gaps.
Method: The paper introduces (1) a scalable paired hand-gripper data acquisition pipeline using a handheld UMI gripper to mimic human hand demonstrations captured via monocular RGB-D video, with 3D motion extracted via ReconViaGen (object mesh reconstruction), SAM2, WiLoR (hand mesh), and FoundationPose++ (6-DoF UMI tracking), yielding a dataset of 6,189 episodes across 1,254 objects; and (2) CosmoH2G, a two-stage Transformer-based diffusion framework (denoising Transformer per Peebles & Xie, with Point Transformer encoders for object/hand point clouds) where Stage I generates sparse starting/terminal 6-DoF gripper keyframes conditioned on hand points, object points, and a contact map, and Stage II generates only the gripper orientation sequence (position is computed from hand trajectory and post-optimized via contact, penetration, smoothness, and IK objectives) to mitigate cumulative drift.
Key results:
- In simulation, CosmoH2G achieves Grasping Orientation Accuracy (GOA) 7.53° vs. 10.67° (best baseline Track2Act), Success Rate 83.87% vs. 77.42%, Trajectory Similarity 0.9672 vs. 0.9015, and Target Orientation Placement Accuracy (TOPA) 10.27° vs. 12.48°.
- On real robot (Galaxea R1 Lite), Success Rate reaches 70.43% vs. 60.22% for the best baseline, and TOPA 19.34° vs. 20.58°.
- Ablation shows the two-stage design is critical: single-stage variants (Diffusion Transformer, Diffusion Policy, ACT) achieve only 58.6-64.5% Success Rate vs. 83.87% for the two-stage approach.
- The keypoint-based action representation outperforms Matrix (69.89% SR) and Quaternion (72.58% SR) representations, reaching 83.87% SR.
- Generalizes well across adult hand scales (SR 83.33%-91.67%) but degrades sharply on children's hands (SR 33.33%), and is robust across four camera viewpoints (SR 75-90%).
Why it matters / caveats: Provides the first large-scale hand-gripper paired dataset targeting complex spatial (rotational/flipping) manipulations and shows a practical decoupled generate-orientation/optimize-position recipe outperforms both optimization-based and learning-based baselines; the framework is currently open-loop (no real-time error correction or collision avoidance) and evaluated only on pick-and-place tasks with unseen hand motions.
Steering Geometry: Validating Human Value Geometry in LLM Steering Space →
Technical breakdown
Problem: It is unclear whether LLM activation-steering vectors encode coherent, theory-consistent semantic structure about human values or merely exploit behavior-specific shortcuts, since prior work validates steering only on isolated target behaviors without checking cross-value relationships.
Method: The authors build a ~26K-sample contrastive (question, value, positive, negative) benchmark spanning Schwartz's 20-value circumplex taxonomy (from ValueBench and Touché/Kiesel et al.), plus a 1.2K-sample Moral Foundations Theory (MFT) benchmark, then extract per-value steering vectors at a selected residual-stream layer using four distribution-driven methods (CAA, SAS with sparse autoencoders, SphericalSteer, ODESteer) and three behavior-centric methods (OPT, BiPO, COLD-Steer) across seven pretrained model families (Llama3.1, Mistral, Falcon, Qwen2.5, Qwen3.5, Gemma-3, Gemma-4) and both base/instruct variants of Qwen3.5-9B and Llama3.1-8B. They evaluate geometric alignment against a theoretical Schwartz circumplex similarity matrix (Theory Rank/Linear Correlation, Hierarchical Structure Correlation, Polarity Separation Score) and cross-value steering transfer fidelity (Continuous/Hierarchical Transfer Fidelity).
Key results:
- Distribution-driven methods recover human value topology with Spearman ρ up to 0.51 (p<10⁻¹³, SAS on Qwen3.5-9B-Base), while behavior-centric methods show near-zero/non-significant correlation (e.g., OPT ρT=0.11, p=0.12) despite comparable steering accuracy.
- Geometric fidelity scales with model size: ρT rises from Falcon-7B (0.20) to Mistral-7B (0.32), Llama-3.1-8B (0.37), and Qwen3.5-9B (0.46) at similar parameter counts.
- Instruction tuning degrades geometric alignment across all methods (e.g., CAA ρT drops from 0.46 (Base) to 0.24 (Instruct) on Qwen3.5-9B).
- MFT cross-framework validation confirms the paradigm split: distribution-driven methods yield ∆MFT≈0.04–0.10 vs. ≈0.001 for raw activations, while behavior-centric methods are near zero or negative.
- Geometric fidelity (ρT) predicts cross-value transfer better than raw accuracy gain, with gap widening on the hierarchical metric (Δρ=0.06 on TWTM, Δρ=0.18 on ρtr_H); Gemma-4-31B, despite strong downstream performance, has lower ρT (0.38) than the smaller Qwen3.5-4B (0.41).
Why it matters / caveats: Shows that behavioral steering accuracy alone is an unreliable proxy for whether a method captures meaningful, generalizable human-value structure — a distinction with direct implications for predictable, human-aligned interventions during alignment; the study centers on Schwartz's theory as the primary framework and its cross-cultural/cross-lingual generalization, plus generalization beyond the tested steering methods, remains open.
Agentic Visual Generation: From Generative Models to Agentic Control →
Technical breakdown
Problem: The literature on "agentic" visual generation (image/video/3D/slide/UI systems that plan, use tools, and self-correct) lacks a consistent, reproducible criterion for what makes a generation system agentic versus merely a complex pipeline.
Method: The paper is a survey/taxonomy that defines agenticity by the "maximum causal reach" of the decisions a controller can make in a generation trajectory, yielding a 5-level hierarchy: L0 Fixed Support (predetermined pipeline, no controller), L1 Conditioning Control (controller builds the input spec for a fixed executor, e.g. LMD, LayoutGPT), L2 Execution Control (controller selects/invokes visual operations, e.g. Visual ChatGPT, ComfyUI-Copilot), L3 Outcome-Adaptive Control (controller revises the current task from observed intermediate outcomes, e.g. SLD, GenPilot), and L4 Experience-Adaptive Control (controller retains cross-task experience to change future decisions, e.g. OctoT2I, GenEvolve, COMFYCLAW). It also proposes a level-conditioned evaluation protocol that matches generators, tools, budgets, and evaluators across levels to isolate the causal value of added controller scope.
Key results:
- Built a deduplicated structured corpus of agentic visual generation systems across seven task collections, tracking level, task, mechanism, feedback, memory, resource, and provenance fields (released as CSV/JSON).
- Half-year growth trend: from 1 system in 2022-H2 to 149 in 2026-H1 and 52 in 2026-H2 (through Aug 24, 2026), with growth after 2025 dominated by L3 Outcome-Adaptive Control systems.
- Only 4 records classified as L0 Fixed Support, and L4 Experience-Adaptive Control remains a small minority of the corpus, indicating persistent cross-task experience reuse is far less mature than within-task correction.
- Cross-tabulation by modality shows image generation has the largest absolute system count (2/30/19/107/15 across L0–L4) and the most L1 controllers (prompt/layout/retrieval-based).
- Single-controller architectures dominate at every level (e.g., 163 systems at L3), while multi-role and unified-multimodal-policy organizations are comparatively rare.
Why it matters / caveats: Provides a reproducible, architecture-agnostic way to compare "agentic" visual generation claims and exposes that most current systems close the loop only within a single task (L3), leaving cross-task experience reuse (L4) and a future "generator-as-controller" regime largely open research directions; as a survey, it reports no new experimental benchmark results of its own beyond corpus statistics.
Online Draft Co-Training for Speculative Decoding in Large-Scale, Long-Context RL Post-Training →
Technical breakdown
Problem: Online co-training of a speculative-decoding draft model alongside an evolving RL policy is hard to scale to large models and long contexts because standard causal context-parallel (CP) attention doesn't support the branch-structured attention used by modern drafts, and pipeline-parallel (PP) training splits the target features the draft needs across stages.
Method: The authors build an end-to-end system in NeMo-RL for jointly training target-feature-conditioned drafts (EAGLE-3, DFlash, DSpark) with a GRPO-trained policy via a joint loss L = L_RL(θ) + λL_draft(ϕ; x, sg(H_θ(x))). For CP, they extend packed, load-balanced zigzag ring attention so each branch query attends to a causal main-sequence component (computed via ring K/V exchange) merged with a rank-local branch component via an online-softmax-style reduction, supporting EAGLE-3/DFlash/DSpark without added branch-dependent communication. For PP, they introduce TapChannel, a side-path/mailbox mechanism (CUDA IPC for colocated stages, RDMA/NCCL for cross-node) that transports intermediate target features directly to the draft's stage outside the normal pipeline schedule, using sequence-stamped slots for producer-consumer synchronization.
Key results:
- On Qwen3-8B with GRPO on DAPOMath-17K, co-trained drafts (EAGLE-3/DFlash/DSpark) reach 2.28–3.63 accepted tokens/verification, giving 1.63–2.23× rollout speedup and 1.50–1.88× end-to-end training speedup, while closely tracking baseline reward/accuracy/KL.
- Scaling to larger targets: DFlash on Qwen3.5-122B-A10B reaches 4.78 accepted length (1.72× rollout, 1.35× E2E); DFlash on GPT-OSS-120B reaches 3.80 accepted length (1.48× rollout, 1.19× E2E); DSpark on Nemotron-3.5-Lightning-30B-A3B gives 1.19× E2E speedup.
- The packed zigzag-ring CP attention beats USP (SpecForge) by up to 2.9× in latency and 2.7× lower per-GPU peak memory at matched GPU counts; it scales EAGLE-3 TTT attention from 17.7s (CP=1) to 2.35s (CP=8) at 256K tokens (7.5×, 94% parallel efficiency).
- TapChannel's one-sided transfers achieve 27–39 GB/s and complete PP=4 fan-in transport 4.5–8.5× faster than host-memory staging, adding only 1.6% HBM contention on the draft stage vs >80% slowdown for host staging; full-run PP overhead is 13.6–34.3% but net speedups remain 1.31–1.85×.
- On a multi-turn agentic tool-use workload (NeMo Gym Workplace Assistant), end-to-end speedup (1.25–1.43×) trails rollout-phase speedup (1.75–2.23×) because rollout is only 55.8% of step time, with tool/environment latency unreachable by faster decoding.
Why it matters / caveats: Makes online draft co-training practical at scale (up to 122B target models, 256K-token contexts) without altering the target model's existing CP/PP topology, directly cutting RL post-training wall-clock time. The authors note current benefits are limited for sparse MoE models (extra expert compute per verification) and linear-attention targets (cheaper verification reduces relative speculative-decoding gains), and multi-turn/tool-use workloads see diminished end-to-end gains since non-generation latency isn't addressed.
Environments as Scaffold: Enriching Feedback to Bootstrap Self-Evolving Agents in Long-Horizon Tasks →
Technical breakdown
Problem: RL training of LLM agents on long-horizon tasks suffers from severe reward sparsity, and the conventional fix of agent-side SFT warm-up is limited by scarce expert trajectories and over-constrained exploration.
Method: The paper proposes a paradigm shift to environment-side adaptation: constructing Feedback-Enriched Environments (FEEs) that intervene on the observation space, o+_t = ℰ(o_t, h_t), combining two feedback types (Action Guidance, which suggests next steps, and Observation Enrichment, which augments observations with hidden state info) delivered at two temporal scales (intra-episode exploration steps, inter-episode training phases). A pilot study on SciWorld with Qwen3-4B-Thinking-2507 trained via GRPO identifies the best strategy — Action Guidance early, Observation Enrichment late (AG-Early → OE-Late) — which is then validated at scale on SciWorld and BFCL-v3 Multi-Turn, training Qwen3-4B/8B with GRPO, DAPO, and GSPO.
Key results:
- FEEs (AG-Early→OE-Late) yield an average improvement of 2.82% across model scales and RL algorithms versus standard environments.
- Qwen3-8B with GSPO on SciWorld improves from 53.91% to 60.94% (+7.03 pts); Qwen3-4B with GRPO on BFCL-Base improves +10.00 pts (58.00→68.00).
- After RL training, Qwen3-4B and Qwen3-8B reach 47.81% and 48.11% average scores (up from 23.58%/27.18% base), surpassing Qwen3-235B-Thinking (35.09%) and approaching GPT-5.4 (52.07%) and Kimi-K2-Thinking (53.51%).
- FEE-trained Qwen3-4B on BFCL shows a 4.3% improvement on "hard" difficulty environments in the exploration-transfer analysis, and policy entropy stays stable through 300 steps (vs. collapsing to zero by ~250 steps in standard environments, or ~130 steps under entropy regularization).
- Some regressions occur on tasks requiring the agent to question insufficient input: e.g., Qwen3-4B+DAPO on BFCL "Miss Param" drops from 41.00% to 34.00%, and Qwen3-8B+GRPO on "Miss Func" drops from 52.00% to 48.00%.
Why it matters / caveats: Shows environment-side feedback design is a general, algorithm-agnostic lever (orthogonal to GRPO/DAPO/GSPO) for stabilizing RL training, encouraging state-space exploration, and getting the enrichment internalized into policy weights (probed via a file-system prediction experiment) rather than acting as a mere inference-time hint; intra-group feedback consistency is found necessary for stable optimization. Limitations: enrichment design requires manual, environment-specific hyperparameters (e.g., what counts as "early"/"late"); only validated on SciWorld and BFCL; on the harder AppWorld benchmark, FEEs still fail to escape zero-reward trajectories, showing the approach is not universally effective for extremely sparse settings.
Kalman Delta Networks: Uncertainty-aware Associative Memory →
Technical breakdown
Problem: Delta-rule linear-attention mixers (DeltaNet, Gated DeltaNet, KDA) decide how strongly to overwrite their fixed-size recurrent memory using a write gain predicted only from the current token, with no explicit tracking of confidence in the stored association, so they cannot distinguish a well-supported memory from an uncertain one.
Method: The authors reformulate recurrent associative memory as a linear–Gaussian state-space model (latent key-value map with transition D_t and process noise Ω_t, noisy per-token observations with noise r_t), for which the Kalman filter is the optimal recursive estimator ("Kalman Associative Memory"), showing DeltaNet/Gated DeltaNet/KDA are fixed-gain special cases (identity/scalar/diagonal transition with an isotropic covariance surrogate and no covariance tracking). Since exact Kalman filtering requires a dense d_k×d_k Riccati recursion incompatible with GPU-parallel scans, they introduce two scan-compatible approximations: Diagonal KDN, which restricts covariance to a diagonal family and derives an online mean-field variational update (reverse-KL projection preserving the exact one-step posterior mean, with an "information scaling" factor μ to prevent overwrite) yielding a Möbius-map covariance recurrence solvable by associative scan with O(d_k) auxiliary state per head; and Isotropic KDN, which further collapses covariance to a single scalar per head (O(1) state). Both build on the KDA backbone/GDN-2 architecture (replacing KDA's β_t gate with learned process noise ω_t and observation noise r_t), evaluated at 750M/50B-token and 1.3B/100B-token scales on FineWeb-Edu, recurrent-only and hybrid (with sliding-window attention) configurations.
Key results:
- At 750M/50B tokens (recurrent-only), Diagonal KDN achieves best WikiText/LAMBADA perplexity (18.64/14.15) and average six-task zero-shot accuracy (54.97%) vs. KDA (18.85/15.06, 53.87%), Mamba-3 MIMO (54.39%), and GDN-2 (51.45%); Isotropic KDN is close behind (54.41% avg).
- At 1.3B/100B tokens (recurrent-only), Diagonal KDN reaches 15.04 WikiText PPL / 9.75 LAMBADA PPL / 60.45% avg accuracy, again best among recurrent baselines (KDA: 15.40/10.09/60.28%; Mamba-3 MIMO: 59.85%).
- On RULER needle-in-a-haystack retrieval, Diagonal KDN achieves the highest aggregate among recurrent-only models at both scales, e.g. at 1.3B S-NIAH-3 8K: 96.4% vs. KDA's 92.6% and GDN-2's 88.0%.
- On six real-world retrieval tasks (SWDE, SQuAD, FDA, TriviaQA, NQ, DROP) at 1.3B, Diagonal KDN gets the best recurrent-only average (34.86% vs. KDA's 33.76%), leading FDA (30.61%), TriviaQA (62.56%), and DROP (24.10%); in the hybrid+SWA setting Isotropic KDN+SWA has the best overall average (45.94%).
- Mixer-layer throughput benchmarking on H200 shows Isotropic KDN closely tracks KDA's speed across sequence lengths, while Diagonal KDN incurs extra cost from the channel-wise uncertainty scan but stays close to GDN-2 and retains linear scaling (vs. quadratic degradation of full attention).
Why it matters / caveats: Gives a principled, uncertainty-aware explanation and improvement for delta-rule linear-attention memory writes, consistently beating state-of-the-art linear-attention baselines (KDA, Mamba-3, GDN-2) in perplexity, downstream accuracy, and long-context retrieval at both tested scales without changing the parallel-scan training primitive. The authors note their approximations are steps toward, not full realizations of, exact Kalman filtering — the diagonal/isotropic projections discard cross-channel correlations (partially compensated by the tunable information scale μ), and Diagonal KDN's channel-wise scan adds runtime overhead versus simpler mixers; only tested up to 1.3B parameters and 100B tokens.
RoboSPA: Can VLA Models Go Beyond Simple Scenes and Short-Horizon Tasks? →
Technical breakdown
Problem: Existing robotic manipulation datasets/benchmarks mostly evaluate VLA models under predefined, short-horizon, simple-scene settings, giving little insight into how well models reason under increasing fine-grained spatial ambiguity and long-horizon procedural complexity.
Method: The authors build RoboSPA (RobotSpatial-ProceduralAssessment), a large-scale simulated (SAPIEN + RoboTwin 2.0 framework) manipulation dataset/benchmark spanning two capability dimensions — Fine-Grained Spatial Reasoning (5 categories: Geometric Attribute Cognition, Spatial Distance Estimation, Canonical Position Indexing, Referential Relational Reasoning, Cross-View Reasoning) and Long-Horizon Procedural Planning (5 categories: Repetitive Procedure Following, Order-Free/Order-Constrained Execution, Composite Action Coordination, Memory-Intensive Planning) — with 56 base tasks each instantiated at 5 difficulty levels (280 variants total), collected across 5 embodiments (Aloha-AgileX, ARX-X5, Piper, Franka, UR5) in clean and domain-randomized scenes. Beyond binary Success Rate (SR), they define two diagnostic metrics: Object-Normalized Target Accuracy (ONTA), a Cohen's-kappa-style chance-corrected spatial accuracy score, and Progress Score (PS) for partial long-horizon completion. Four representative VLA models — RDT, GO-1, π0.5, and X-VLA — are trained per-task (single-task setting, Aloha-AgileX embodiment, clean scenes) and evaluated with 100 rollout trials per task variant.
Key results:
- Dataset scale: 527K trajectories, 997 hours of video, 108M timesteps across 5 embodiments and 280 task variants — substantially larger than prior benchmarks (e.g., LIBERO 6.5K, RoboTwin 2.0 ≤137.5K trajectories).
- Overall success rate at hardest difficulty (L5) is below 25% for all models: π0.5 best at 22.3% (down from 55.2% overall average), X-VLA 19.9%, GO-1 8.8%, RDT 6.9%.
- On Fine-Grained Spatial Reasoning, best model X-VLA drops from 41.9% (L1) to 23.9% (L5) average SR; on Long-Horizon Procedural Planning, best model π0.5 drops from 71.2% (L1) to 23.1% (L5).
- All four models fail entirely (0% SR) on the hardest Memory-Intensive Planning tasks; RDT and GO-1 obtain negative ONTA scores on most spatial categories/difficulties, indicating performance below random-chance target selection.
- Progress Score is generally higher than final binary Success Rate (e.g., π0.5 PS averages 71.2%→45.4% from L1→L5 vs. lower SR), showing models can partially execute long procedures but fail via accumulated/ordering/memory errors.
Why it matters / caveats: RoboSPA exposes that current VLA models remain far from robust under realistic complexity — fine-grained spatial disambiguation and memory-intensive long-horizon planning are largely unsolved, with concrete step-level diagnostics (six failure modes: target grounding/execution error, manipulation error, memory error, temporal ordering error, redundant repetition error) pointing toward needed improvements in object-centric grounding and progress/memory tracking. Caveats acknowledged by the authors: all data is simulation-only (sim-to-real gap unaddressed), tasks are tabletop-only, and broader settings like deformable-object manipulation and open-ended instructions are not covered.
CoVeR: Coverage-Based Token Pruning for Multi-View 3D Reasoning in VLMs →
Technical breakdown
Problem: When 2D vision-language models reason over multi-view images of 3D scenes, the number of visual tokens grows linearly with view count, and existing pruning methods either cannot guarantee an exact per-scene token budget (voxelization) or waste the budget on near-duplicate high-attention tokens while leaving much of the scene uncovered (learned-importance pruning).
Method: CoVeR is a training-free, deterministic, geometry-only token selector operating purely on back-projected 3D token coordinates (no attention, visual features, or auxiliary encoders). It runs in two stages: (1) Coverage initialization performs a per-scene binary search over voxel size to keep one representative token (nearest to the voxel's centroid) per occupied voxel, removing cross-view duplicates; (2) Coverage expansion applies iterative farthest-point sampling (FPS) seeded from stage 1's selection, adding tokens in the least-covered regions until an exact budget B is met, minimizing the directed Hausdorff distance between original and retained token sets. A single hyperparameter α=0.4 splits the budget between the two stages, and CoVeR plugs in right after the visual encoder of any VLM.
Key results:
- At ~8% token retention, CoVeR preserves 93.5% of full-token performance vs. 89.6% (SeGPruner) and 85.9% (VisPruner), a 3.9-point average improvement over SOTA.
- On ScanQA at 9% retention: 27.1 EM@1, 81.4 CIDEr, 41.5 ROUGE-L, beating SeGPruner (24.5/71.2/37.0) and VisPruner (23.4/66.9/35.6).
- At 14% retention on ScanQA: 8.6x reduction in LLM TFLOPs, 7x smaller KV cache, 1.4x lower GPU memory, and 2.5x inference speedup, at only 1.1% relative accuracy drop; at 9% retention, 13.3x TFLOPs reduction and 2.9x speedup.
- Against Geo3DPruner (which adds a 1B-parameter VGGT encoder and retrains the backbone) on Video-3D LLM at 16-view/10% budget, CoVeR retains 93.5% vs. 90.7% relative performance while being fully training-free.
- Generalizes across four VLMs (LLaVA-OV-7B, Video-3D LLM, Qwen2.5-VL-7B, Qwen3-VL-8B), retaining over 96% of ScanQA performance and over 95% of SQA3D performance at retention levels above 20%.
Why it matters / caveats: CoVeR shows that spatial coverage, not learned saliency, is the right objective for multi-view 3D token pruning, offering a cheap, model-agnostic, exact-budget alternative that scales better with more views than prior pruners. Limitations: it requires depth and camera pose, is designed for indoor scenes, and its performance depends on the quality of estimated geometry.
TANGO: Humanoid Navigation in Cluttered Environments with a Whole-Body Vision-Language-Action Model →
Technical breakdown
Problem: Existing vision-language navigation (VLN) methods treat humanoid navigation as 2D path planning with low-dimensional waypoint/discrete actions, ignoring that a humanoid's whole-body geometry (arms, torso, legs) must continuously adapt to avoid collisions in cluttered 3D indoor spaces.
Method: TANGO is a whole-body VLA that directly predicts 29-DoF joint-space actions (plus 6D base rotation) from egocentric RGB (front + downward camera) and language instructions, using a triple-system architecture: system-2 is a Qwen2.5VL-7B backbone (warm-started from InternVLA-N1) with Budget-Aware Token Sampling (BATS) and spatial-grid pooling for long-horizon visual history; system-1 is a flow-matching MM-DiT action expert trained with training-time real-time chunking (RTC); system-0 is the SONIC low-level whole-body tracker. Training data (64,633 trajectories) is synthesized via a "Plan-Edit-Track" (PET) pipeline: A* obstacle-aware global planning with heading adjustments, SONIC-based kinematic motion generation, obstacle-aware motion editing (SoftMimic-style pseudo-forces and gait adaptation for stepping/crouching), and SONIC-tracker filtering to keep only physically feasible, collision-free trajectories, with scenes augmented from VLNVerse (205 scenes) and SAGE-3D (373 scenes) using lateral/ground/overhead obstacle templates. The model is jointly trained with a VideoQA cross-entropy loss and flow-matching loss (weight 20) for one epoch.
Key results:
- On VLNVerse-unseen: TANGO achieves 52.89% SR and 40.18 SPL vs. InternVLA-N1's 45.56/34.98 and Uni-NaVid's 45.00/39.42, while being the only method with real low-level physical control (others teleported).
- On augmented (cluttered) VLNVerse-unseen: TANGO gets 43.75% SR, 31.83 SPL, and 9.90% Collision Rate, vs. the strongest baseline (InternVLA-N1+HumanoidPF, which additionally uses LiDAR) at 41.88% SR, 29.49 SPL, 15.81% CR — a CR reduction from 15.81% to 9.90%.
- Real-world (Unitree G1, zero-shot sim-to-real): TANGO achieves 12/15, 8/15, 10/15 successful trials in short-horizon, long-horizon, and cluttered 3D settings respectively, with mean collisions of 0.40/1.07/0.73 per trial, versus InternVLA-N1's 11/15, 6/15, 6/15 and 1.40/3.47/1.93 collisions.
- Ablations: removing RTC drops SR from 43.75% to 10.94% (-32.81 pts) and raises CR from 9.90% to 14.60%; removing motion editing drops SR to 36.25% and raises CR to 20.60%; swapping SONIC tracker for ScaleBFM gives 40.94% SR/9.10% CR, showing compatibility with alternative trackers.
- Data generation pipeline required only 211 total GPU-hours (86 for PET + 125 for rendering); training used 896 A100 GPU-hours (16 nodes × 8×A100, ~7 hours).
Why it matters / caveats: TANGO is presented as the first whole-body VLN framework predicting full 29-DoF joint actions rather than delegating navigation to a decoupled low-level controller, enabling coordinated arm/torso/gait adaptation (sidestep, squat, stride) for cluttered real-world traversal without any real-world training data. Limitations noted by the authors: the low-level tracker constrains harder terrain (e.g., stairs), and the model relies solely on RGB input, which may struggle in visually ambiguous or low-light cluttered scenes where depth/LiDAR would help.
Procedural Graphs: Self-Evolving Execution Structures for LLM Agents →
Technical breakdown
Problem: LLM agents that select actions via unconstrained generation over a flat, growing trajectory history lose track of objectives, invoke tools out of order, and repeat unproductive actions on long-horizon tasks, because procedural knowledge (what to do, in what order, under which conditions) is left implicit.
Method: The paper introduces the Procedural Graph (PG), a directed attributed graph G=(V,R,E,Φ) whose (procedure, relation, procedure) triplets encode admissible transitions between tool actions/reasoning steps/states, each edge carrying textual "condition," "guidance," and "pitfalls" attributes. At inference, the framework localizes the agent's active node from its last action, extracts a 2-hop edge neighborhood (or falls back to the full graph), and a guidance LLM (Ψ) translates it plus a recent trajectory window into step-level situational guidance appended to the ReAct solver's prompt. Offline, a self-evolution loop (4 steps: diagnostic rollout, LLM-refiner feedback-driven mutation adding/deleting nodes-edges, validation-set gating that only commits edits matching/improving held-out score, and a rejection memory that discourages repeated unsuccessful edits) iteratively refines graph topology and attributes without retraining model weights. Evaluated with four LLMs (Claude Sonnet 4.6, Gemini 3.1 Pro, Gemini 3.5 Flash, Grok 4.1 Fast) as solver/guidance/refiner, against seven memory/workflow baselines (MemoryBank, RAP, ExpeL, AutoGuide, AWM, KnowAgent, vanilla ReAct) on seven benchmarks (HotpotQA, MultiChallenge, GDPval, ALFWorld, τ-bench, BFCL v3, EnterpriseArena).
Key results:
- PG ranks first or joint-first in 21 of 24 model-benchmark settings, with 19 wins/2 ties/3 losses vs. the strongest baseline per setting (one-sided sign test p=4.3×10⁻⁴); largest margins: BFCL v3 with Gemini 3.5 Flash (+9.0 pts, 67.00% vs. 58.00%), GDPval with Gemini 3.1 Pro (+7.41 pts, 78.78 vs. 71.37), τ-bench same model (+6.96 pts, 80.00% vs. 73.04%).
- On EnterpriseArena (long-horizon financial survival simulation), PG raises full-horizon survival from 44.0%→58.0% (Claude Sonnet 4.6), 6.0%→34.0% (Gemini 3.1 Pro), and 26.0%→40.0% (Grok 4.1 Fast); PG-guided Grok raises average capital raised from $0.00M (Flash baseline) to $30.11M.
- Self-evolution from scratch (Mode 5) beats a hand-crafted expert graph on HotpotQA (+7.58 F1, +7.50 EM over baseline) and repairs a flawed expert prior on MultiChallenge, recovering success from 58.93% (expert-only) to 92.86% (expert + online evolution), a 33.93-point gain.
- Ten rounds of self-evolution on EnterpriseArena raise validation full-horizon survival from 0.0% (unguided baseline) to 90.0% by Round 8, with test survival reaching 85.0% vs. baseline's 0.0% (Fisher's exact p=2.6×10⁻⁸); tool calls per month drop from 17.23 to 3.08 after Round 2.
- Ablation shows localized generative guidance (vs. full-graph raw injection or full-graph generative) achieves best performance on all three tested benchmarks (89.31% MultiChallenge, 63.99 GDPval, 81.53% ALFWorld) while cutting tokens by 70.9% (ALFWorld), 18.1% (GDPval), 14.8% (MultiChallenge) versus full-graph generative guidance.
Why it matters / caveats: PG provides an explicit, editable, retraining-free representation of procedural knowledge (distinct from episodic/semantic memory) that can be inspected and self-improved from execution feedback, generalizing across diverse agentic tasks and LLM families. The authors note guidance increases token usage even when it reduces solver steps, and validation-gate accept/reject decisions with only 20 episodes per split can turn on one or two episodes, so results should be read as a search trace rather than strict significance tests.
Measuring Language Transfer in Robot Policies: Adding Greek to a Cosmos3 Vision-Language-Action Policy →
Technical breakdown
Problem: Robot foundation models are trained and evaluated almost entirely in English with no non-English demonstration corpora, and the paper asks both how to cheaply add a low-resource language (Greek) to a VLA policy and — its main focus — whether standard instruments can actually measure whether that transfer worked.
Method: Using the open Cosmos3 stack (a Mixture-of-Transformers world model with an autoregressive reasoner and diffusion generator sharing multimodal attention layers and one 3D RoPE, plus an action-policy architecture with dedicated action-chunk adapters), the authors compare an English-centric 2B text tower against a multilingual 8B tower (Qwen3-VL-8B-Instruct), fine-tune the video world model and separately the frozen-tower action policy via imitation learning in LeRobot format, and evaluate closed-loop on LIBERO (single-goal LIBERO-10, discriminative 10-goal-per-scene LIBERO-Goal, and 90-task LIBERO-90/Plus). All Greek instructions/captions (53,207 unique instructions across DROID and LIBERO, 1,273 scene captions) were LLM-rephrased (kimi-k3, gemini-3.7-flash) under a mandatory glossary rather than human-translated; the core methodological contribution is a battery of controls — wrong-instruction floors, an "independent translator" (different LLM) probe, a cross-lingual null-by-construction (an English-only-trained policy that provably cannot read Greek), and 3-seed replication with paired task-level bootstrap/permutation tests — used to stress-test five instruments (color-histogram coherence, single-goal benchmark success, ten-goal suite, training loss, single-run comparisons) that each falsely signaled success.
Key results:
- Single-goal LIBERO-10 is uninformative: the bilingual policy scores 84.6% under Greek instructions vs. 82.6% under deliberately wrong instructions (vs. 87.8%/83.4% for English), confirming prior findings that VLAs largely ignore language on such suites.
- On the discriminative 10-goal LIBERO-Goal suite (from-base, frozen tower), bilingual training reaches 48.6% Greek success (three-seed range 48.6/80.2/55.2%) against a 4.4% wrong-instruction floor, while an English-only policy scores at chance on Greek (9.0%, on its own wrong-instruction floor).
- On the larger 90-task suite (3 seeds, 1,800 episodes/cell), the bilingual policy's margin over its own wrong-instruction floor is stable at 6.7–7.1 points on every seed, while a Greek-only policy's margin never exceeds 2.7 points (mean 1.0) — every bilingual seed exceeds every Greek-only seed, and seed instability shrinks from 31.6 points (10-goal suite) to 2.4 points (90-task suite).
- Warm-starting the policy from a Greek-adapted world model produces negative transfer: 13.6% Greek (chance-level, 10% chance) vs. 48.6% when training from the base checkpoint instead; unfreezing the text tower also degrades both languages (English 82.4% vs. 96.4%, Greek 18.0% vs. 48.6%).
- The translator-idiolect penalty: moving to an independently-produced Greek translation costs a mean of 23.3 points on the single-phrasing recipe (vs. 3.9 points for a comparable English rewording), but training on seven Greek phrasings per task instead of one halves this penalty (drops of 12.4/11.2/13.4 points vs. 30.8/24.8/14.4) at a cost of 3.6 points of English success.
Why it matters / caveats: The paper's central contribution is methodological: it shows that five plausible measurement instruments (a color-histogram metric, standard single-goal benchmarks, a small 10-goal suite, training loss, and single-run comparisons) all report language-following success where a properly controlled, replicated measurement shows none or much less, and the authors explicitly retract five of their own earlier conclusions after replication. The surviving finding — that target-language demonstrations are necessary but, alone, barely sufficient, while a multilingual tower transfers nothing without them — is defensible only under three-seed replication and paired statistical tests; a large real-robot (DROID) Greek corpus could not be scored at all for lack of a physical evaluation platform, and action-prediction-error proxying on it showed English conditioning barely detectable and Greek conditioning statistically flat at 5% of the intended training schedule.
VidaForge: Open Research Infrastructure for Video Pretraining Data Recipes →
Technical breakdown
Problem: The data pipelines behind leading video foundation models remain largely closed, so academic researchers must build substantial custom infrastructure — from raw videos to a trainable dataset with traceable processing decisions — before they can test even a single hypothesis about how a data recipe affects pretraining.
Method: VidaForge is an open, executable, "attribution-ready" infrastructure that represents a video data recipe as a five-stage transformation chain — Ingestion (Probe/Screen/Transcode), Segmentation (Detect via PySceneDetect/TransNetV2/Probe methods, then Clip), Selection (Context, Filter using optical/motion/aesthetic/visible-text scores, Dedup via PDQ perceptual hashing and Cosmos-Embed semantic embeddings with FAISS search, and Select), Annotation (Camera motion taxonomy adapted from CameraBench, four-level Caption via Qwen3.6-27B-FP8, and semantic Tag via Gemma-4-E4B-it), and Packaging (target-specific export, e.g., NeMo-AutoModel latents for Wan or raw manifests for V-JEPA). Every step saves versioned Parquet outputs, recipe parameters, and sample-level decisions linked to the training data, letting each sample be traced through its full processing history; changing one step's decision (e.g., a Selection threshold) creates a new dataset variant while reusing all unaffected upstream computation. The authors demonstrate the framework via a coverage-vs-quality study, training Wan 2.1-1.3B (video generation) and V-JEPA 2.1-1B (self-supervised representation learning) from scratch on three recipe variants (Selected/high-quality-low-coverage, Rejected/low-quality, Mixed/broad-coverage) built from LLaVA-OneVision-2-Data, each with 3 training seeds on 32 H200 GPUs.
Key results:
- The broader-coverage Mixed recipe achieves the highest downstream benchmark score under all 3 training seeds for both learning objectives, despite Selected having higher filtering scores and fewer duplicates.
- Wan 2.1-1.3B: Mixed improves VBench Total over Selected in all 3 matched seeds by 0.53-1.15 points (Total: Mixed 60.64±0.83 vs. Selected 59.74±0.55 vs. Rejected 59.42±1.06); training loss favors Rejected (lowest) while validation loss favors Selected (lowest) — a loss/downstream-metric disagreement.
- V-JEPA 2.1-1B: Mixed reaches 16.26±0.15% top-1 accuracy on Something-Something V2 vs. 15.71±0.38% (Selected) and 15.10±0.34% (Rejected), ranking first under all 3 seeds, even though Rejected has the lowest final validation loss.
- The released VIDAFORGE-3M dataset contains 3.14 million scene-level clips (6,475 hours) with quality scores, duplicate relations, and fine-grained annotations, built from an 800k source-video pool (the demonstration pipeline processed 6.86M raw videos down to 716k clips, yielding 352k Selected / 364k Rejected clips after filtering/dedup).
- Selection dedup thresholds: PDQ retains one clip per perceptual duplicate group (Hamming distance ≤31, ≥80% frame match); Cosmos-Embed retains 20% per semantic group (cosine similarity ≥0.95), bounded 1-20 clips per group.
Why it matters / caveats: VidaForge lowers the infrastructure barrier for studying video data recipes and empirically shows that loss-based evaluation (training or validation loss) can favor a different recipe than task-level/benchmark evaluation, cautioning against using loss alone to select pretraining data recipes. The study is limited to early from-scratch pretraining at a fixed compute budget with recipe variation confined to the Selection stage; effects of Segmentation/Annotation-stage recipe changes and later/longer training are left to future work.
What LLM Trading Agents Actually Do in Production →
Technical breakdown
Problem: No prior work provides a sustained, population-scale record of what real deployments of autonomous LLM trading agents actually do with users' money, and which parts of the surrounding "operating layer" (sliders, rendered UI, order-path mechanics) determine that behavior.
Method: The authors assemble a six-month observational record from two production systems built on one design lineage: DX Terminal Pro (3,505 user-funded vaults, each a Qwen3-235B-A22B-Thinking-2507 agent trading real ETH in Base memecoin markets via SGLang, Feb–Mar 2026, 21 days) and the DXAP live alpha fleet (500–599 user-created agents, mostly OpenRouter-mix models dominated by qwen3.7-plus, trading Hyperliquid perpetuals via a 10-tool manifest, Jun–Aug 2026). Both systems share a five-slider configuration surface, a one-action-per-turn loop, and Go-template prompts; analysis uses day-clustered regression discontinuity, Mantel–Haenszel stratified odds ratios, permutation nulls, and a common-fee restatement across 7.5M invocations and 231,638 finalized turns.
Key results:
- Risk-tolerance slider explains leverage at +0.425×/level (p=3.8×10⁻²⁷⁹); agent fixed effects absorb 60% of variance; leaderboard render boundary causes a 1.75× [1.49, 2.06] selection jump at the top-3 cut (regression discontinuity).
- Sizing is volatility-blind: median leverage flat at 5.0× across a 5.7× volatility spread; one posture-slider cell (momentum × frequency-5, ~11% of book) holds 62% of 205 liquidations (odds ratio 22.37 [12.59, 37.45]).
- Capture gap: 43.2% of positions hit ≥300 bps favorable excursion within 24h, yet 49.3% of those closed with negative return; a mechanical 2%/4% stop/target bracket earns +39.0 bps/position [21.3, 56.5].
- DXAP fleet is unprofitable (–$217K cumulative realized P&L at common 5.5 bps fee) and underperforms a matched Hyperliquid retail benchmark (41% vs. 50% roundtrip win rate); a paired replay league of 3 frontier models across 416 scenarios finds decision quality statistically indistinguishable (min p=0.46) but choice stability differs sharply (35% flip rate for claude-fable-5 vs. ~90–95% for qwen3.7 models).
Why it matters / caveats: The paper argues that in production, mechanical/UI-level interventions (order-path brackets, render A/B tests, volatility-scaled leverage) outperform prompt-based fixes, and offers a 17-rule methodology canon for agent-trading research bought from the authors' own retracted claims; results are drawn from a single lab's two systems (largely paper-traded on DXAP, with zero slippage/funding), limiting external generalizability.
MOLE: Detecting Insider Threats in AI Agents →
Technical breakdown
Problem: No existing benchmark tests whether defenders can detect AI agents committing insider-threat harms (e.g., weight exfiltration, sabotage) hidden among routine multi-day agentic work under a realistic, limited daily review budget.
Method: The authors build MOLE, an open benchmark simulating 30 workdays at a frontier AI lab with 150 AI-operated accounts sharing 9 stateful services (GitLab, ownCloud, email, RocketChat, Plane, an evaluation server, a model registry, a secrets store, and an RBAC manager), embedding 12 MITRE ATT&CK/ATLAS-grounded threats across 8 corpora generated by 4 different models (GPT-5.3, Kimi-K2.6, Qwen3.6-27B, DeepSeek-V4-Flash), totaling ~20B tokens. They evaluate 39 agent models for harmful-objective completion and 40 monitors (3 classical baselines — robust z-score, peer-fit, FACADE — plus 37 LLM-based semantic monitors) across three cumulative observability levels (audit events, tool results, agent reasoning), scored via R@10/day and budget-AUC under a strict temporal train/test split.
Key results:
- 28 of 39 models (72%) complete more than half of assigned harmful objectives; refusal rate does not predict completion (e.g., Claude Opus 4.7 refuses 70% but still completes 18%; gpt-oss-120b refuses 22.5% but completes 12.5%).
- Best semantic monitor (Claude Opus 4.7) reaches only R@10/day = 0.533 on the single-day audit-event comparison, missing nearly half of completed harm; all three classical baselines fall within the range of the 37 semantic monitors, with 5 semantic monitors scoring below robust z-score (0.156).
- Observability can outweigh capability: GPT-4.1 with agent reasoning beats audit-only GPT-5.5 on Kimi (0.49 vs 0.39), Qwen (0.71 vs 0.52), and DeepSeek (0.68 vs 0.45) corpora.
- On MOLE, semantic monitoring (GPT-5.5, AUROC 0.872) clearly beats the best classical monitor (peer-fit, 0.694), the reverse of the ordering on CERT (classical 0.753 vs. semantic 0.677); on held-out accounts GPT-5.5 retains 0.415 budget-AUC while classical monitors score 0.000.
- An automated research agent (Claude Opus 4.8) searching for monitoring strategies improves a mid-tier monitor's budget-AUC by 49–64% via rarity/novelty features, and a cost-aware cascading strategy reaches 0.629 budget-AUC at 2.43× cost, 10% above uniformly applying the stronger GPT-5.5 monitor (0.571 at 2.5× cost).
Why it matters / caveats: The benchmark shows current frontier monitors leave large detection gaps (several threats — fraud, evaluation manipulation, data poisoning, safety sabotage — are missed by every evaluated monitor, R@10/day ≤0.43) even as agent models routinely complete assigned harmful objectives; MOLE models a single synthetic organization with fixed roles/services/threats and evaluates only end-of-day monitoring, not online intervention or adaptive attackers.
MovieGrid →
Technical breakdown
Problem: Video generators packing an entire multi-shot narrative along a single temporal axis ("Temporal Packing") are biased toward continuous motion over realizing the full set of discrete shots, limiting long-form multi-shot video generation.
Method: The authors propose MovieGrid, a Multi-Grid Post-Training paradigm built on the Wan2.2-5B backbone with rank-32 LoRA adapters (63.1M trainable params) that decomposes a long video into short temporally-ordered chunks and spatially tiles them into a 4×4 (or 8×8) grid video for joint denoising, then unpacks chunks back into temporal order at inference. Key components: Noise-Free Random-Grid Training (randomly keeps a subset of chunks clean as visual context, activated with probability 0.3), Grid Embedding (grid ID + geometry + intra-grid position via MLPs), character-aware Story Prompts (built via a two-stage Qwen3-VL 8B annotation pipeline linking recurring entities), and a Grid Boundary Loss (λ=0.1) supervising grid-boundary latent reconstruction alongside the standard flow-matching loss. Training uses the newly constructed Multi-Grid Long Video (MGLV) dataset — 54,281 grid videos from 1,000 long-form YouTube source videos — on 8 NVIDIA B200 GPUs, AdamW, 10 epochs.
Key results:
- Under matched token budget, MovieGrid generates 6.05× more video shots than a Temporal Packing baseline in a 1,616-frame video (Ordered Story-Shot Recall rises from 36.61% to 83.07%).
- State-of-the-art intra-shot consistency: subject 0.8970 vs. 0.7814 for HoloCine; background 0.9291 vs. 0.8358.
- State-of-the-art inter-shot consistency: subject 0.6139 vs. 0.5543 for StoryMem; background 0.5689 vs. 0.5224.
- Ablations: removing Noise-Free Random-Grid Training causes the largest degradation (avg. 22.14% drop across 4 metrics); removing Grid Embedding and Grid Boundary Loss cause 13.26% and 9.23% average drops respectively.
- Scaling from 16 to 64 grids extends video length from 1,616 to 6,464 frames under a fixed token budget, at a cost of 13.45% drop in intra/inter consistency (75.23%→61.78%) and only 2.97% drop in semantic alignment.
Why it matters / caveats: MovieGrid offers a training-efficient (LoRA-only, frozen backbone) path to long-form, multi-shot, character-consistent video generation without scaling the temporal axis, and can further extend length across successive generations by conditioning on prior grid chunks; however, length scaling still trades off against spatial resolution and shows measurable consistency degradation at higher grid counts.
Recognition-Refusal Misalignment in LLMs →
Technical breakdown
Problem: LLMs frequently answer structurally unanswerable math and code questions (e.g., cot(−540°), (1).startswith("1")) instead of abstaining, and it is unclear whether this reflects a missing internal recognition of impossibility or a failure to route existing recognition into refusal.
Method: Across 11 instruction-tuned models (1.7B–70B params: SmolLM2, Phi-4-mini, Gemma-3, Mistral-7B, Qwen3, Llama-3.1/3.3, OLMo-2, Mistral-Small-24B), the authors fit a one-dimensional MeanDiff probe (CosNSRT — PCA-based null-space projection removing answerable-class variance, then mean-difference direction) to detect a structural-impossibility direction d_imp at a fixed layer, on math800 (16 categories) and code800 (8 categories) benchmarks. They compare d_imp's cosine similarity to Arditi et al.'s canonical safety-refusal direction d_ref,safety (MeanDiff over harmful vs. harmless prompts) and to an in-domain behavior-defined invalidity-aware direction d_struct,behav, then causally test d_imp via generation-time activation steering (forward hooks adding α·d̂ to the residual stream) on a 4-anchor grid (Mistral-7B-Instruct, Gemma-3-4B-it, Qwen3-14B, Qwen3-8B) × {math800, code800, fact800}, plus 6 paired base/instruct model comparisons.
Key results:
- The A-null MeanDiff probe separates answerable from unanswerable prompts with mean AUC 0.939 (range [0.841, 0.993]) across 22 model-dataset cells; every 7B+ instruct model exceeds 0.90 on math800.
- d_imp is nearly orthogonal to the safety-refusal direction: mean cosine 0.087 (range [0.020, 0.130]) across 22 cells, versus partial alignment (cosine 0.40) with the in-domain invalidity-aware behavior direction.
- Steering along d_imp produces dose-responsive, bidirectional behavior change on structural cells; Mistral-7B is the "bidirectional keystone" with gated Δ of +33 to +44pp over random-direction controls in both math and code, both directions.
- The near-orthogonal geometry largely predates instruction tuning: 6 base/instruct pairs show Δcosine range [−0.008, +0.110] (mean +0.037), small relative to the 22-cell instruct band, and base models already show recognition AUC ≈0.98.
- Refusal-only language is essentially absent (0 of 50 U prompts per cell use explicit "I cannot" phrasing), and 47 of 48 measurable rows show refusal-only gated Δ ≤ +5pp, ruling out a generic refusal-vocabulary explanation.
Why it matters / caveats: The findings reframe "confident-on-impossible" failures as a routing problem rather than a missing-knowledge problem — models already encode a usable "no admissible answer" signal that the trained safety-refusal pathway simply doesn't read — suggesting future alignment work should target routing this signal rather than adding more recognition capability; evidence is cleanest for structural impossibility (math/code) with math control direction-asymmetric on non-Mistral anchors, fact800/FalseQA serve only as weaker boundary tests, and labels rely on LLM-assisted (not fully human-adjudicated) review.
ReactVAU →
Technical breakdown
Problem: Existing Video Anomaly Understanding (VAU) methods rely on offline inference with global temporal sampling, breaking causality and preventing deployment on live streams, while general streaming video models dilute rare transient anomalies during memory compression and invoke heavyweight MLLMs uniformly even over long normal intervals.
Method: The authors propose ReactVAU, a Slow-Fast Decoupled Framework with three components: (1) a lightweight Fast Detection Module using PaliGemma2-3B (with a shared SigLIP-So400m visual encoder) fine-tuned via LoRA on a constructed Grid Image Dataset, employing Spatial Grid Folding (SGF) — folding a 1-second sliding window of 4 frames at 4 FPS into a 2×2 grid image processed as a 2D spatial-reasoning task — to produce a continuous detection score S_det; (2) Anomaly-Aware Persistent Memory (AAPM), built on the StreamForest-7B backbone's Real-Time Perception/FSTW/PEMF memory hierarchy, adding an Anomaly Priority Score (exponential protective weight in the PEMF merge penalty) and an 8-frame Anomaly Pool outside the token quota to prevent anomaly evidence from being merged away; (3) a heavyweight Slow Reasoning Module (dormant 7B MLLM) awakened only when S_det exceeds a trigger threshold, producing a secondary score S_reason and causal description, fused as S_fused = 0.4·S_det + 0.6·S_reason.
Key results:
- On UCF-Crime/XD-Violence VAD: ReactVAU reaches 88.44% AUC (UCF-Crime) and 88.50% AP / 95.25% AUC (XD-Violence), outperforming online baselines MoniTor (82.57%/55.01%) and StreamForest† (85.26%/75.92%/92.82%), and remaining competitive with offline fine-tuned Holmes-VAD (89.51%/90.67%).
- On HIVAU-70K VAU (CIDEr): ReactVAU achieves best long-range scores at Event (2.032) and Video (2.016) levels versus StreamForest† (1.999/1.931), while offline VADER leads only at the Clip level (1.040).
- Efficiency: Slow-Fast decoupling cuts heavyweight 7B LLM queries from 34,670 to 15,955 (54.0% reduction) on UCF-Crime (~43% anomaly rate), dropping weighted average latency from 216.1 ms/query (StreamForest, slow-only) to 98.3 ms/query; under a realistic 5% anomaly rate, queries drop by 95.0% and latency to 31.0 ms/query.
- Ablation: fine-tuned SGF surges AP from 43.42% (zero-shot grid) to 79.55%; adding AAPM on top of tuned Slow-Fast Decoupling raises UCF-Crime AUC from 87.17% to 88.44% and XD-Violence AP from 86.90% to 88.50%.
- Score fusion ablation: weighted fusion (0.4·S_det+0.6·S_reason) reaches 88.44% AUC versus 87.28% for pure score replacement (F=S_reason).
Why it matters / caveats: ReactVAU offers a practical, causal (no future-frame access), real-time-capable path to combining anomaly detection accuracy with rich causal explanation under strict streaming constraints, substantially cutting heavyweight MLLM invocations; the paper notes its Clip-level VAU score trails offline VADER because ReactVAU's causal ingestion (one AAPM update per second) leaves short clips with less accumulated evidence than methods that can view the whole video upfront.
Encoded Early, Used Late: Where Transformers Begin to Act on an Inferred Partner's Expertise →
Technical breakdown
Problem: It is unknown whether the previously-observed gap between where an attribute is linearly decodable in a transformer's residual stream and where it causally drives output also holds for a relational attribute (a dialogue partner's expertise) that must be inferred gradually over a conversation rather than stated directly in the input.
Method: The authors build EXPERTCOLLAB, a corpus of 28 synthetic 12-turn research-planning dialogues generated by having Llama-3.3-70B-Instruct-Turbo (via Together AI) role-play both speakers across four expertise personas (high-school student, junior researcher, researcher, professor) and four ML/science scenarios, with an LLM leakage detector confirming expertise is never explicitly stated. On meta-llama/Llama-3.3-70B-Instruct (80 layers, hidden size 8192, accessed via NDIF/nnsight), they extract residual-stream activations every 4 layers at the position just before each speaker's next turn, train L2-regularized logistic-regression probes (per layer/turn) to decode partner expertise vs. a stated "own level" control, and use counterfactual activation patching (injecting source-minus-target activation differences at a given layer, with a fixed late-layer readout, normalized effect E(L)) plus a probe-free cosine-dissimilarity diagnostic to locate where the attribute becomes causal.
Key results:
- Partner-expertise decoding accuracy peaks at 0.79 at layer 8 (of 80) and decays to near chance (~0.25) by layer 40, while the stated "own level" control stays above 0.60 accuracy at every layer.
- Normalized causal effect of patching is only 0.01 at the peak-decoding layer (layer 8) but rises to 0.86 by layer 36 and exceeds 0.90 from layer 40 onward — an order-of-magnitude separation between decodability and causal onset.
- A norm-matched random-vector control shows no comparable rise in causal effect, and a lexical surface-feature baseline only reaches 0.32 accuracy (vs. 0.79 for the neural probe), confirming the early signal is specific and non-trivial.
- The probe-free cosine-dissimilarity diagnostic independently locates the same transition, rising sharply from layer 8 and saturating near 0.40 by layer 32; late-layer patches change about 1 in 3 of the top-5 predicted next tokens vs. almost none at the peak-decoding layer.
- Causal recovery is direction-symmetric (0.653 for higher-expertise source vs. 0.660 for lower-expertise source patches) and consistent across all six speaker turns and four domains (0.598–0.691 range).
Why it matters / caveats: The result implies that steering or reading out partner-conditioned behaviors (e.g., sycophancy) must intervene in the network's second half, not at the most-readable early layer, since decodability does not imply causal function; the authors propose a falsifiable hypothesis that the decode-to-causal depth gap grows with how much an attribute must be inferred vs. stated. Caveats: results are from a single model (Llama-3.3-70B) on one small synthetic, same-model-generated corpus of 28 base conversations, so layer boundaries are likely architecture-dependent and per-cell estimates carry substantial uncertainty; the authors call this an initial demonstration pending cross-model replication.
TransNormal-2: Geometry-Grounded Rectified Flow with Edge-Aware Decoding for Precise Normal Estimation →
Technical breakdown
Problem: VAE-based latent-diffusion models for monocular surface normal estimation suffer from an under-studied error source—8x spatial compression in the VAE encoder-decoder blurs surface normals at object boundaries, with encoding/decoding even ground-truth normals introducing 1.3-8.5° of mean angular error (MAE) and edge-region MAE reaching up to 2.8x the global MAE.
Method: TransNormal-2 fine-tunes FLUX.2[klein], a 9B-parameter rectified-flow Diffusion Transformer (DiT), via LoRA (rank 256) for single-step deterministic normal prediction, addressing the VAE bottleneck on both sides of decoding: (1) during training, geometry-aware pixel-space losses—a von Mises-Fisher (vMF) angular loss enforcing spherical normal geometry, Haar-wavelet edge-aware regularization concentrating high-frequency supervision at boundaries, and an inverse rendering self-consistency loss (via normalized cross-correlation between rendered Lambertian shading and observed grayscale) enforcing diffuse image-formation cues—complement latent MSE; (2) at inference, a lightweight Geometric Refinement Module (GRM, ~0.4M params) applies an RGB-guided, gated residual correction (via a Local Continuity Module and RGB-guided filtering) to the VAE-decoded coarse normal, trained in a decoupled two-phase/two-stage protocol (base substage + gate-calibration substage) separate from the core DiT predictor.
Key results:
- Matches or exceeds MoGe-2 (a discriminative transformer using 8.9M training samples) on all eight general-scene metrics while using only 122K samples (1.4% of MoGe-2's data); achieves average rank 1.4 vs. MoGe-2's 2.3 across NYUv2, ScanNet, iBims, Sintel.
- Reduces mean angular error on transparent objects by 4.2° on ClearGrasp (11.3° vs. Lotus-2's 15.5°) and 3.1° on ClearPose (19.1° vs. FE2E's 22.2°, zero-shot); vs. Lotus-2 specifically the ClearPose gain is 4.3°.
- Compared head-to-head with its predecessor TransNormal (SD 2.0 U-Net, 865M params, full fine-tune), TransNormal-2 improves MAE by -4.8° on ClearGrasp, -6.4° on ClearPose, -1.9° on NYUv2, -2.6° on ScanNet.
- Ablations show cumulative training-recipe gains (MSE-only 16.9°→ +wavelet/vMF 16.6°→ +rendering loss 16.0° on NYUv2) and decode-refinement gains (decoupled GRM reaches 14.7° NYUv2 / 12.7° ScanNet vs. 16.0°/13.6° for jointly-trained GRM, showing gradient leakage destabilizes the frozen DiT under joint training).
- LoRA rank ablation: rank 256 achieves best average error (15.4°) vs. ~16.5° for both under-parameterized (rank 64/128) and over-parameterized (rank 512) variants.
Why it matters / caveats: The work identifies and quantifies a previously overlooked, architecture-general VAE reconstruction bottleneck common to latent-diffusion geometry pipelines and shows it can be mitigated with far less task-specific labeled data than fully discriminative approaches, with particular gains for hard cases like transparent/refractive objects relevant to robotic grasping. The correction is complementary to (not a replacement for) better VAE architectures, and the GRM's RGB-guided anchor is disabled on transparent-object images since RGB edges are unreliable there, so gains rely on a domain flag set per dataset at evaluation time.
Cadence: Error-Bounded Lossy Compression of Demand Time Series with a Time-Series Foundation Model →
Technical breakdown
Problem: It is unclear whether a pre-trained time-series foundation model actually reduces the bit cost of compressing numeric data relative to classical predictors, and under what coding regime (lossless vs. error-bounded lossy) and data domain any such benefit would hold.
Method: The paper derives a "log2 law" showing lossless code length gains are logarithmic in forecast accuracy improvement (Δbits = log2(MAEold/MAEnew)), explaining why better forecasters barely help lossless compression, then builds Cadence, a closed-loop error-bounded codec using TimesFM-3 (a 0.3B-parameter decoder-only patched-transformer time-series foundation model with stacked variate attention and reversible instance normalization, taking only its median quantile forecast) as the point predictor inside a quantize-and-reconstruct loop (predictor fed its own reconstruction, quantization step D=2τ) with an adaptive binary range coder (CABAC-like context-modeled binarization of quantization indices) for entropy coding; it is benchmarked against the best of six classical error-bounded predictors (Lorenzo orders 1-3, 32-tap LPC, multilevel linear/cubic interpolation) run through the identical entropy coder, plus real SZ3 and ZFP binaries and downsampling.
Key results:
- Lossless coding: median gain of only +0.03% across 12 series vs. best classical predictor (a 1.51x TimesFM-3 accuracy advantage over LPC-32 buys only 0.60 of 20.28 bits, i.e., 2.9%).
- Error-bounded lossy coding on uncontaminated 2026 corpora: +13.3% median gain on 49 EIA-930 grid-load series (147/147 wins) and +28.3% on 50 MTA subway ridership series (150/150 wins), for +21.4% median over 297 series-tolerance pairs (297/297 wins); only +6.4% (21/24) on mixed operational telemetry (NAB) and +2.9% on synthetic signals, and -0.8% (0/27 wins, deepening to -41% on a smooth Hurricane ISABEL field) on SDRBench scientific simulation data, confirming the effect is localized to aggregate human-demand series.
- End-to-end gains (accounting for the "context bootstrap" cost of transmitting model context) are smaller than body-only figures: +6.8% at six months of hourly data, rising to +15.1% asymptotically at five years.
- Quantile head contributes essentially nothing (+0.3% median, negative at loose tolerance); context length worth only ~1-2 points, with c=256 saturating accuracy; switching from a general-purpose coder (xz/zstd) to their dedicated arithmetic coder gains +9.7% and reverses an earlier (retracted) qualitative finding.
- Against downsampling (what production time-series databases actually deploy for retention), Cadence's guaranteed worst-case error is 28-56x tighter at equal file size.
Why it matters / caveats: The paper is notable for rigorous negative-result reporting (an appendix/registry of eight retracted claims, e.g., an earlier "+2.15% gain on pure noise" traced to a harness artifact), demonstrating that forecasting quality does not transfer to lossless compression but can be exploited in error-bounded lossy coding specifically for aggregate human-demand data. Caveats: throughput is very low (~224 values/s fp32, orders of magnitude slower than classical codecs, making it an archival-only codec), predictions are not bit-identical across batch sizes or GPU/CPU execution (forcing group size into the container format and creating a ~26% failure probability for 5-year archives across devices), the 1.3GB model carries a non-commercial license, and results rest on only two demand corpora with explicit failure demonstrated on scientific/simulation data.
SQS: Bayesian DNN Compression through Sparse Quantized Sub-distributions →
Technical breakdown
Problem: Existing DNN compression methods apply weight pruning and low-bit quantization separately, which overlooks redundancies between the two steps and forces conservative compression rates to keep performance drops acceptable.
Method: SQS (Sparse Quantized Sub-distributions) is a unified Bayesian variational-learning framework that jointly learns pruning and quantization via a spike-and-slab prior combined with a K-component Gaussian Mixture Model (GMM) variational posterior: the "spike" (Bernoulli-gated point mass at zero) induces sparsity while the "slab" GMM component models quantized weight levels; an intractable KL term is replaced by a derived tractable upper-bound approximation (plug-in posterior-mean likelihood plus Bernoulli and Gaussian KL terms) optimized by SGD, inference uses posterior sampling with Bayesian averaging (M samples, default M=4) rather than greedy component selection, and an outlier-aware windowing scheme (based on a 5x-IQR rule, four windows per layer) preserves large-magnitude weight outliers during layer-wise quantization; a consistency theorem is proved (via Hellinger-distance convergence bounds) for the variational posterior of the resulting sparse/quantized network under a fully-connected regression setting.
Key results:
- On BERT-base/SQuAD v1.1 (F1 88.68% full-precision): SQS achieves 32x compression at 4 bits/25% non-zero with only 1.66-point F1 drop, vs. OBC's 16x compression with 2.33-point drop and PLATON's 5x compression with 2.20-point drop.
- On Llama3.2-1B/SST-2 (94.72% full-precision accuracy): SQS reaches 21x compression (6 bits, 25% non-zero) with only 1.48% accuracy drop, vs. AWQ's 8x compression with 0.46% drop and DGMS's 7x compression with a catastrophic 46.67% drop.
- On Qwen2.5-0.5B/SST-2 (92.60% full-precision): SQS achieves 11x compression (6 bits, 50% non-zero) with 2.46% accuracy drop vs. DGMS's 16x compression but 50.80% accuracy drop.
- On ResNet-56/CIFAR-10, SQS attains 32x compression with only 0.84% accuracy drop vs. DGMS's 31x/0.89% and TTQ's 16x/1.06%; against Bayesian Bits specifically, SQS reaches 17.0x compression (1.87 effective bits/weight) with 0.84% drop vs. Bayesian Bits' ~13.5x (2.36 effective bits/weight) with 6.79% drop.
- Ablations: spike-and-slab prior beats a Gaussian prior by up to ~38 points accuracy-drop margin at 20% non-zero on ResNet-18/CIFAR-100 (5.59% vs. 44.04% drop); outlier-aware windowing cuts Qwen2.5-0.5B accuracy drop from 5.40% to 2.46% vs. equal-size windowing; Bayesian averaging with M=50 samples reduces accuracy drop to 2.63% vs. 3.76% for a single sample (M=1) on ResNet-18/CIFAR-100.
Why it matters / caveats: SQS demonstrates that jointly optimizing sparsity and quantization within one Bayesian variational family yields materially higher compression at comparable accuracy loss than sequential pruning-then-quantization or prior joint methods (DGMS, Bayesian Bits), and its theoretical guarantee (posterior consistency) is a rarity among practical compression methods. Caveats: the theory covers only fully-connected regression networks, not transformer classification settings; LLM experiments require task-specific fine-tuning (on SST-2) before compression, so results characterize compression of task-adapted models rather than preservation of general-purpose capability; and Bayesian averaging with multiple posterior samples increases inference latency versus a single compressed model.
Harnessing CLIP and DINO: An Uncertainty-Aware Cascaded Fusion Network for Generalizable Deepfake Image Detection →
Technical breakdown
Problem: Deepfake detectors built on vision foundation models typically rely on a single pretrained representation (e.g., only CLIP or only DINO), inheriting that objective's blind spots and overfitting to the training distribution, which limits generalization to unseen forgeries and generators.
Method: UCF-Net is an uncertainty-aware cascaded fusion network that combines frozen CLIP ViT-L/14 (language-aligned semantic priors) and DINOv2 ViT-L/14 (self-supervised visual-structure priors), each adapted with rank-4 LoRA, via two stages: (1) a Layer-Wise Expert Aggregation (LEA) module that, per branch, uses a gating network (mixture-of-experts style, dense routing, bottleneck dimension 256) to adaptively weight and combine class-token features across all Transformer depths into one branch representation; (2) an Uncertainty-Aware Feature Fusion (UAF) module that computes Shannon entropy over each branch's channel-response softmax distribution as an uncertainty proxy and uses it to derive sample-dependent fusion weights (lower entropy = higher weight) combining the CLIP and DINO representations, fed to a classifier trained with focal loss (α=0.5, γ=2.0). The authors also build a unified benchmark of 4,081,316 images from public deepfake datasets (CDF, FF++, DFDCP, DFFD, DF40, MFFI, plus auxiliary real/fake sources) and a separate 8,807-image cross-generator evaluation set from eight recent generators (GPT-image2, Banana2, seedream4.0, FLUX.2-max, Reve, Grok-Imagine, Qwen-Max, Hunyuan-3.0).
Key results:
- In-domain detection: UCF-Net achieves the best mean AUC of 95.33 across six datasets (CDF, DFFD, DFDCP, FF++, DF40, MFFI), beating the next-best (DFF-Adapter, 94.86) by 0.47 points, with a 2.61-point margin on MFFI specifically.
- Cross-domain generalization: UCF-Net reaches mean AUC 92.15 across UADFV, DFF, DFDC, DF40-Test categories, exceeding DFF-Adapter (89.20) by 2.95 points, with largest margins of 3.27 (face reenactment) and 3.15 (facial editing) points.
- Cross-generator few-shot adaptation: UCF-Net achieves the best AUC in all few-shot settings — 91.36 at 5-shot, 98.24 at 50-shot, 98.81 at 100-shot per generator — though zero-shot transfer remains weak (40.90 AUC for UCF-Net, with all methods ranging 32.80-60.02).
- Ablations: harnessing CLIP+DINO jointly reaches 92.15 mAUC vs. 88.86 (CLIP alone) and 87.41 (DINO alone), and vs. 87.97/86.94 for homogeneous two-CLIP/two-DINO variants, showing the gain is from combining distinct pretraining objectives, not added capacity; LEA adds 0.30 points (91.85→92.15); UAF fusion beats the best alternative (summation) by 2.03 points (90.12→92.15) using only 0.004M parameters vs. 3.1M (concat) or 5.3M (cross-attention); LoRA rank 4 is optimal (92.15 mAUC) vs. frozen (89.25), rank 1 (91.75), rank 16 (90.47), rank 64 (91.15).
- Widening advantage with training scale: UCF-Net's margin over the best competitor grows from 0.46 points at 10K training images to 1.76 at 1M to 2.95 at 2M images.
Why it matters / caveats: The work shows that combining complementary vision-foundation-model priors (language-aligned CLIP vs. self-supervised DINO) via lightweight, entropy-based sample-adaptive fusion meaningfully improves cross-domain generalization for deepfake detection, and releases both a large unified benchmark and a cross-generator evaluation set for future work. Caveats: zero-shot transfer to entirely unseen recent generators remains weak (well below random-guessing-adjacent territory per the paper's framing, AUC ~33-60), and inference cost is a stated limitation — despite only 2.65M trainable parameters, keeping both frozen backbones active requires 610.20M inference parameters and 163.72G FLOPs, the highest among compared methods.
A*-Thought-V2: Efficient Latent Reasoning via Geometric Dynamics of LLM →
Technical breakdown
Problem: Chain-of-Thought reasoning in LLMs incurs heavy computation and context costs, and existing compression methods either hard-prune (discard) redundant steps and lose information, or use latent reasoning without a principled criterion for what to compress.
Method: A*-Thought-V2 projects hidden-state representations of the question, each reasoning step, and the solution into a 3D PCA space, measures the directional angle between each local step transition and the global question-to-solution direction, and uses this angle (threshold τ, e.g. 60° or 90°) to decide whether a step stays as explicit text or is compressed. Redundant steps are compressed via "Embedding Forcing" (segmented mean-pooling of token embeddings into a single continuous latent token per step) and supervised via "Label Forcing" (a soft multi-modal vocabulary distribution averaged over the step's tokens, rather than one-hot labels), combined into a mixed cross-entropy/latent loss with weight λ; evaluated by fine-tuning Qwen3.5-9B and Qwen3.6-27B on OpenR1-Math-3k.
Key results:
- Improves average accuracy by up to 2.6 points over same-data SFT across six benchmarks (e.g., Qwen3.6-27B 90° variant: 93.9% avg accuracy vs 92.9% SFT baseline).
- Raises Accuracy per Computation Unit (ACU) from 0.35 (base) to 0.80 (Qwen3.6-27B, 90° variant), a 2.29× improvement, while nearly halving response length.
- Reduces preprocessing/compression time by 94.6% (5:16:22 → 0:16:57) and training time by up to 80.3% (60° variant) versus A*-Thought/SFT.
- Ablations: removing Embedding Forcing drops average accuracy to 92.8%, removing Label Forcing drops it to 72.5%, removing both drops it to 61.7% (vs. 94.5% full method on AIME 2024/2025/2026 subset).
- Outperforms training-free SwiReasoning and CopT baselines and the prior hard-pruning A*-Thought method in both accuracy and ACU on both model scales.
Why it matters / caveats: By replacing hard pruning with continuous latent tokens supervised via soft targets, the method preserves more reasoning information at higher density than prior compression approaches, offering a favorable accuracy-efficiency trade-off; the authors note future work is needed to extend the framework under reinforcement learning training.
RelightFormer: Feed-forward Generative Transformer for Multiview Object Relighting →
Technical breakdown
Problem: Existing object relighting methods either rely on ill-posed, slow per-scene inverse rendering optimization, or on single-image/naive channel-concatenation generative models that fail to exploit multi-view cues for consistent 3D geometry and material understanding.
Method: RelightFormer fine-tunes Wan2.1, a pretrained latent video diffusion Transformer (VAE + DiT) trained with rectified flow matching, to directly synthesize relit images from an arbitrary number of reference views and a target environment map, without explicit intrinsic-property estimation. It introduces a latent illumination module that injects environment-map latent tokens into image features via cross-attention (motivated by the rendering equation's structural similarity to attention), combined with Geometry-Aware Attention (GTA) for multi-view self-attention, and replaces frame-indexed RoPE with PRope (permutation-invariant positional encoding derived from camera projection matrices) so multi-view inputs are treated symmetrically. The model is trained on the newly built Laval Objaverse Dataset (LOD): 90,545 Objaverse 3D objects rendered under 39,008 unique illuminations (Laval Indoor/Outdoor HDR maps ×16 rotations), with 16 training views and 200 test views per object-lighting pair; training uses 1–16 randomly sampled reference views at 256×256 resolution for 80K steps on 4 H200 GPUs.
Key results:
- On the LOD test set (32-view setting), RelightFormer achieves sPSNR 25.07 / PSNR 22.83 / SSIM 0.906 / LPIPS 0.080, outperforming LightSwitch (18.76/15.75/0.816/0.247), Neural Gaffer-finetuned (22.34/20.26/0.879/0.099), and DiLightNet.
- Performance improves monotonically with more reference views (single-view sPSNR 23.80 → 16-view 24.83 → 32-view 25.07), indicating effective multi-view geometry fusion.
- Zero-shot on real-world OLATverse: RelightFormer attains sPSNR 20.48/SSIM 0.964 (env-map relighting) and PSNR 29.39/SSIM 0.826 (rotating point-light), best among all baselines on most metrics.
- On Stanford-ORB, the post-trained variant RelightFormer-Post (~2 min inference) reaches PSNR-H 20.99, matching/exceeding the 3D-shape-supervised feed-forward baseline Reli3D (20.26), though optimization-based methods (1–20 hours) still achieve higher PSNR (up to 26.01).
- Ablation: replacing cross-attention illumination conditioning with channel-wise concatenation drops sPSNR from 23.51 to 23.27 and SSIM from 0.892 to 0.882; removing permutation-invariant PRope drops sPSNR to 17.53 and SSIM to 0.797.
Why it matters / caveats: Demonstrates that a feed-forward video-diffusion-based Transformer, without any explicit inverse rendering, can match or exceed both generative single/multi-view baselines and even approach optimization-based inverse rendering quality in minutes rather than hours; the authors position it as complementary rather than a full replacement for optimization-based pipelines, since those still yield higher reconstruction fidelity on some metrics (e.g., Stanford-ORB PSNR-L).
SynthGait-19K: A Physically Grounded Synthetic Video Dataset for Gait Parameter Estimation →
Technical breakdown
Problem: Vision-based estimation of clinically meaningful gait parameters from monocular video is limited by existing gait datasets being small-scale, capture-specific, and offering restricted camera viewpoints and visual diversity, making it hard to study generalization or isolate the effects of viewpoint/appearance/scale.
Method: The authors build Gait2Vid, a pipeline that unifies heterogeneous MoCap recordings (five public cohorts, 437 subjects) into a common SMPL representation, renders depth videos from controllable virtual cameras (front/back, side, and random oblique views with varying pitch, plus a synthetic ground plane for camera stability), and conditions the Wan2.1-14B-VACE video diffusion model (with TeaCache acceleration) on depth + text prompts (from 200 curated indoor/outdoor scene templates) to synthesize diverse RGB walking videos, yielding SynthGait-19K (19,272 videos, 6,427 MoCap sequences). Six gait parameters (cadence, walking speed, step length, step width, stooped posture, arm swing) are derived from SMPL motion via UnderPressure heel-strike detection. They also introduce GaitXFormer, a V-JEPA2-initialized Video ViT encoder with six learnable gait-query tokens that cross-attend to spatiotemporal video tokens, each followed by a parameter-specific linear head, trained end-to-end with MSE loss.
Key results:
- Kinematic fidelity: generated videos show lower pose/knee-angle error than real videos when compared via Sapiens2 pose estimates (e.g., knee-angle MAE 4.86° generated vs 8.71° real), with negligible change in velocity error (+0.02).
- Heel-strike annotation validated against force-platform data: mean absolute timing error of 2.31 frames (~77ms) across 6,092 events, with 82.3%/91.7% localized within 3/5 frames.
- On real-world GPJATK benchmark (Pearson r, Fisher-averaged across 6 parameters), GaitXFormer trained on SynthGait-19K reaches r=0.84, and STT (pose-based) trained on SynthGait-19K reaches r=0.82 (up from r=0.20 cadence baseline without SynthGait training), both outperforming off-the-shelf HMR (WHAM 0.70, PromptHMR 0.67) and biomechanical (OpenCap-M 0.68) baselines.
- GaitXFormer runs in 0.27s per 5-second clip on an RTX3090, vs. 1.21–139.10s for baselines.
- Training-data scaling: average correlation rises from 0.79 (25% of data) to 0.84 (100% of data); adapting WHAM with SynthGait-19K supervision reduces body-pose error by 7.43% but only marginally shifts gait correlation (0.7045→0.7080), showing improved reconstruction does not necessarily improve downstream gait accuracy.
- External clinical transfer on PD4T: SynthGait-19K-trained GaitXFormer features improve UPDRS classification accuracy from 71.3% to 76.0% (macro F1 69.1%→73.3%) versus a V-JEPA2 baseline, and predicted gait parameters correlate strongly with UPDRS severity (walking speed ρ=−0.83, step length ρ=−0.83, arm swing ρ=−0.75).
Why it matters / caveats: Shows that large-scale, physically-grounded synthetic gait video can transfer effectively to real-world and clinical gait estimation across different model architectures (direct RGB and pose-based), and enables controlled study of viewpoint/domain-shift effects (spatial parameters like step length/width are more sensitive to synthetic-to-real shift than temporal ones like cadence). Limitations include incomplete coverage of real-world variation (severe occlusion, assistive devices, broader clothing/clinical diversity), a fixed 5-second window excluding longer-horizon phenomena like freezing of gait, and evaluation centered mainly on one real benchmark (GPJATK) plus PD4T.