AI papers — 2026-09-04
Jump to one of 31 papers
- Compile by Training: Turning Natural-Language Specifications into Local Neural Functions
- Terminal-Universe: Turning Agent Trajectories into Scalable Terminal Environments
- LLaDA-Image: Building Strong Image Generators with Fully Open Training Recipes
- Random Attention: Rethinking KV Cache Eviction for Efficient Reasoning
- Knowing When Not to Reuse: Conditional Experience Transfer in Autonomous LLM Post-Training
- LatentPress: Context Compression Beyond Text and Vision
- Rethinking On-Policy Distillation of Large Language Models II: One Training Example
- Why Gated DeltaNet Survives 4-Bit Quantization: NVFP4 W4A4 for the Recurrent Half of a Hybrid 27B LLM
- Puffin-World: Scaling a Unified Multimodal Model with Native 3D World States
- Scal3R: Learning Efficient Multi-Relative Pose Query for Scalable Online 3D Reconstruction
- RoboTok: An Internet-Scale Data Engine for Human Demonstration Retrieval and Dexterous Manipulation Learning
- Editable Visual Design
- The Missing Temporal Link: Temporal Context Routing for Script-Driven Audio-Video Generation
- Beyond Retrieval: Progressive Latent Memory Evolution for Streaming Video Understanding
- CORE: Improving Compositional Reasoning in MLLM Embedding via Reranker Distillation
- Last Translation Benchmark
- DRACO: Fine-Grained Credit Assignment with Dynamic Rubrics for Long-Horizon Agent Training
- WorldReward: Reward Modeling for Camera-Conditioned World Models
- RealSWE: A Compositional Evaluation of Coding Agents under Realistic User Requests
- PACE: Towards Surfacing Hidden Conflicts in User Requests
- FlashRender: Few-Step Generative Rendering via Camera-Controlled Video MeanFlow
- Using Grounded Theory for Agent Behavior Analysis at Scale
- Environment Evolution for Terminal Agents
- Principia: Relational Physics Tests for Video Models
- Select, Compress, Reinvest: A Controlled Study of Visual-Token Allocation in Long-Video MLLMs
- Let Confidence Change, Not the Prediction: Prediction-Preserving Repair for Post-hoc Calibration
- Percolation Dynamics in Optimization: Variance Cascades and Discrete Scale Invariance
- QCell: Recombining and Aligning Cell Queries for Overlapping Instance Segmentation
- VeriPhy: Agentic Physical Reasoning for World Model Evaluation and Refinement
- A Common Measure of Communication for Speech Brain-Computer Interfaces
- Locked at the Entrance, Open Inside: Where RLVR Narrows the Solution Space
Compile by Training: Turning Natural-Language Specifications into Local Neural Functions →
Technical breakdown
Problem: Recurring text-to-text functions are often too fuzzy to hand-code as rules, yet calling a large remote LLM on every input incurs repeated cost, latency, and provider dependency.
Method: "Compile by training" turns a natural-language specification into a reusable local neural function by having teacher LLMs (a mix of GPT-5.4-mini and GPT-5.5) synthesize a task-specific (input, output) dataset, which then trains a rank-64 LoRA adapter (alpha 16) for a shared frozen, quantized Qwen3-0.6B interpreter. The adapter is warm-started from Program-as-Weights' (PAW) single-forward-pass amortized compiler and refined with a 100-step cosine-schedule finetune; the compiled artifact (adapter + prompt scaffold + metadata) is versioned and runs entirely without further teacher calls. The deployed service overlaps teacher synthesis with training and shares a GPU worker queue with a teacher-output cache to keep interactive compile latency low.
Key results:
- On FuzzyBench-Hard (specs where PAW's fast compiler got zero exact matches), compile by training reaches 83.6% LLM-judged semantic accuracy (LEM) vs. 22.4% for the fast amortized compiler (+0.612 absolute).
- Compile time is ~50.9s (B300 GPU) vs. ~3.5s for the fast compiler; a 2:1 GPT-5.4-mini/GPT-5.5 teacher mix raises LEM from 0.746 to 0.851 vs. mini-only; scaling from 1440 to 7200 unique training pairs raises LEM from 0.821 to 0.866.
- A deployed Avatar Director program produced correct action-DSL structure in 43/44 hand-authored validation instructions; the public English–Claudish translator served 100,747 successful requests between Aug 22 and Sep 2, 2026.
Why it matters / caveats: Positions LLMs as one-time "tool builders" rather than runtime dependencies, letting fuzzy functions be versioned and composed like ordinary software; the authors note synthetic supervision may inherit teacher errors, so applications needing guaranteed correctness should add validation or deterministic fallback paths.
Terminal-Universe: Turning Agent Trajectories into Scalable Terminal Environments →
Technical breakdown
Problem: Realistic, verifiable, executable environments for training terminal-based code agents remain scarce even though large numbers of frozen agent trajectories have accumulated, and trajectories alone cannot be re-queried or verified the way an environment can.
Method: Terminal-Universe reconstructs executable environments from existing agent trajectories via (1) deterministic replay of recorded read/write/edit operations to recover pre-edit file states, (2) an agentic "completion" step that fills in missing files/dependencies without leaking the solution, and (3) an agentic sufficiency filter. On the recovered workspace it applies four re-querying mechanisms — Intent Recovery, Single-Workspace synthesis, Cross-Workspace synthesis (via workspace profiling + TF-IDF nearest-neighbor + LLM-judged dependency mining), and Multi-Round depth expansion (a user-agent with an evolving requirement tracker and round-level verifier feedback) — with Qwen3.7-Max as teacher rolling out solutions inside a Claude Code scaffold, each task verified by an agent-authored pytest suite before Qwen3.5-27B is SFT-tuned on the accepted trajectories.
Key results:
- Produces 37.3k task-sufficient environments (68,263 reconstructed, sufficiency rising from 40.2%/20.1% post-replay to 93.5%/77.1% post-completion for Terminal/SWE pools); yields 31,977 SFT demonstrations (~1.42B tokens).
- SFT on the Full Mixture improves Terminal-Bench 2.1 by +11.9 points (46.2→58.1 under Terminus2-XML) and EvoCode-Bench v2 MT@4 by +13.8 points (6.3→20.1).
- Ablations: re-solving (Intent Recovery) beats source-trajectory SFT by 52.1 vs. 36.7 average; agentic completion beats replay-only by 4.2 points (52.9 vs. 48.7); adding Cross-WS to Single-WS raises 56.4→58.4; environment expansion (new workspaces) beats adding queries or solutions per workspace (56.0 vs. 53.8/53.9 at matched budget).
Why it matters / caveats: Shows trajectories — previously seen only as frozen demonstrations — can be inverted into reusable, verifiable training environments at scale; authors note richer/higher-quality source trajectories could further improve results, an avenue left partly unexplored.
LLaDA-Image: Building Strong Image Generators with Fully Open Training Recipes →
Technical breakdown
Problem: Open-source image generation systems lag proprietary ones partly because prevailing training paradigms couple compute-intensive visual-prior learning with paired image-text captioning from the start, requiring expensive, lossy captions and making a fully transparent, reproducible, moderate-budget recipe hard to achieve.
Method: LLaDA-Image is a 6B-parameter single-stream Diffusion Transformer (DiT) trained from scratch, paired with a frozen vision-language understanding module built on the LLaDA2.0-Mini diffusion language model backbone (with SigLIP-VQ vision encoder), bridged by a Residual Query Adapter and Transformer connector. Training decouples visual-prior learning from language alignment via image-only pre-training (256²) and mid-training (aspect-ratio-bucketed, 512²) using masked self-conditioning and a flow-matching objective, before progressive SFT (512²→1024²) on paired image-text data, followed by joint text-to-image + image-editing training (reference-conditioned via SigLIP-VQ features and clean FLUX.2 VAE latents); the DiT uses parameter-free RMSNorm throughout with the Muon optimizer, and TwinFlow (a DMD2-based distillation with signed-time shared backbone) distills the model into a 2-4-step LLaDA-Image Turbo.
Key results:
- Trains on 220M generation-pipeline samples, 98% real images, >90% image-only; real-image share stays above 70% throughout SFT.
- Achieves overall scores of 53.53 (English) and 53.38 (Chinese) on Qwen-Image-Bench, beating the next-best open-source model (Z-Image Turbo) by 1.87 and 0.67 points respectively — new open-source SOTA on both tracks.
- Ranks first among compared open-source models in Quality, Aesthetics, and Alignment dimensions on both language tracks, and in Creative Generation on English.
Why it matters / caveats: Demonstrates a capable unified generation+editing system can be built with a moderate, real-data-dominant, image-only-first budget rather than large paired-caption corpora from the outset; the authors note this real-data-dominant recipe converges more slowly on early benchmarks than synthetic-heavy alternatives, though it yields stronger realism and a higher long-horizon ceiling.
Random Attention: Rethinking KV Cache Eviction for Efficient Reasoning →
Technical breakdown
Problem: Existing KV-cache eviction methods for long-reasoning LLMs all rely on scoring each cached token by an estimated future importance and keeping top-scorers, but it is unclear whether that scoring signal actually matters for accuracy versus simply which tokens happen to be protected.
Method: Random Attention is a signal-free eviction policy: it always protects the full prompt (prefill) and, for every other cached position, draws an i.i.d. uniform random score per KV head and keeps each head's independent top-K, requiring only one rand and one topk call per eviction event (no attention-based scoring pass at all). It is compared against SnapKV, R-KV, VaSE, and TriAttention at matched cache budgets across Qwen3-4B/14B/32B and Phi-4-reasoning on MATH500, GPQA-Diamond, AIME, HMMT, and LiveCodeBench-v6, with a planted-fact probing experiment used to explain the mechanism via cross-attention-head redundancy.
Key results:
- At ~4× compression, Random Attention is significantly ahead of baselines in 31 of 60 comparison cells and significantly behind in only 1 (TriAttention on Qwen3-32B code reasoning).
- Serves 32–43% higher vLLM throughput than the strongest baseline (TriAttention) at 32k-token generations (e.g., 2.67× vs. TriAttention's 2.02× full-attention throughput on Qwen3-32B), because it skips the scoring pass entirely (0.30ms per eviction vs. 1.47–1.64ms for TriAttention).
- When every baseline is given the same "protect the prompt" rule, most inter-method gaps close (e.g., SnapKV gains up to +22.5 points on Phi-4-reasoning GPQA-D), showing the prompt — not the reasoning-trace score — was driving most prior differences; a planted-fact probe shows a fact held in one attention head is retrieved in only ~1-3% of trials versus 99% when held across all 8 heads.
Why it matters / caveats: Reframes KV-cache eviction research: accuracy is decided by what is protected (the prompt), not by how the rest is ranked, suggesting effort should shift to budgeting long prompts (especially in code tasks) and recovering rare once-stated facts rather than refining reasoning-trace scoring rules.
Knowing When Not to Reuse: Conditional Experience Transfer in Autonomous LLM Post-Training →
Technical breakdown
Problem: In autonomous LLM post-training loops that reuse past update "experience" to decide new training candidates, an update's observed benefit is bound to its original parent model and context, so treating past success as context-free permission can waste compute or, if promoted, degrade the training trajectory.
Method: Introduces Boundary-Calibrated Intervention Transfer (BCIT), which computes a source strength score Si (from the historical update's effect, evidence grade, and normalization scale), a current-context applicability score Ai (average match/mismatch/unresolved across prespecified conditions like parent stage, data, optimizer, protocol), and combines them multiplicatively as Qi = Si·Ai; a non-compensable hard-conflict flag Hi vetoes candidates outright, thresholds (τl=0.30, τh=0.70) route candidates to Reject/Validate (a bounded current-parent training trial)/Train, and a shared promote-or-rollback adoption rule (disjoint validation data) governs whether any fully trained child replaces the parent — compared against Flat-Additive, Additive+Veto, and Validate-All baselines on a Qwen3-4B model sequentially adapted across finance reasoning, text-to-SQL, and function calling with IFEval as a retention constraint.
Key results:
- In an outcome-blind 24-candidate audit (10 beneficial/8 harmful/6 neutral), BCIT authorizes only 2/8 harmful candidates (25.0%) vs. 5/8 (62.5%) for Flat-Additive, while retaining 9/10 (90.0%) vs. 8/10 (80.0%) beneficial ones.
- Under a matched 36-GPU-hour budget across six paired seeds, BCIT's final mean task score is 2.63 points higher than Flat-Additive (95% CI [2.10, 3.16]), 1.50 points higher than Validate-All, and 0.90 points higher than Additive+Veto — all six pairwise comparisons favor BCIT (sign-flip p=0.03125).
- Bounded validation (median 17% of full-training cost) predicts full-run outcomes with 80.0% precision/recall and short/full target-direction agreement of 83.3% (Spearman ρ=0.72) at the 20% validation budget.
Why it matters / caveats: Frames "experience authorization" as a distinct problem from candidate generation or transferability estimation in autonomous post-training pipelines; limitations are evidence covers only one 4B model, three capabilities, and human-specified (not learned) applicability boundaries, so generalization to other scales/domains is untested.
LatentPress: Context Compression Beyond Text and Vision →
Technical breakdown
Problem: Compressed conversational/document context is conventionally carried as human-readable text or rendered images that must be decoded (via summarization or OCR) before a language model can use it, even though the consumer is itself a machine, not a person.
Method: LatentPress introduces a WRITE/READ interface where a small reader-matched writer (reusing the frozen decoder's bottom 2 transformer layers plus a trainable identity-initialized linear adapter, 4.2M-26.2M parameters, ~0.1% of the decoder) compresses text segments into continuous soft tokens injected directly at the frozen decoder's input-embedding layer, with no text reconstruction at inference. Compression rate is set by a hand-specified rule — role-based (lossless user turns, pooled assistant turns at k∈{8,16,32}) for conversations, uniform for documents — and the writer is trained with a combined reconstruction + forward-KL distillation loss on generic UltraChat data (zero-shot transfer) or on in-domain/cross-domain QA supervision for documents.
Key results:
- On LongMemEval (Qwen2.5-7B reader), LatentPress reaches 0.504 accuracy at 7.70× compression vs. 0.490 for uncompressed oracle evidence, vs. 0.184 for text summaries and 0.426→0.312 for DeepSeek-OCR across its compression range.
- On LongBench-QA, in-domain adaptation lifts Qwen2.5-14B from a raw 47.93 to 57.99 at 4× compression (and 52.18 at 8×) before dropping to 40.30 at 16×; similar patterns hold for Qwen2.5-7B (43.80→49.06 at 4×) and Qwen3-8B (30.80→39.62 at 4×).
- Writing takes 43ms per conversation (~22× faster than DeepSeek-OCR's 934ms, ~9-15× faster than text summarization); reading from the compressed prefix is 5.0-9.2× faster than raw context and 5.5-9.4× faster than cached OCR.
Why it matters / caveats: Establishes continuous soft tokens as a practical machine-facing interface beyond text and vision for both conversational memory and long documents; the paper notes compression rates are hand-specified rather than learned, the most aggressive 16× rate trails raw-context reading on documents, and the LongMemEval evaluation uses an oracle-evidence setting that isolates reading from retrieval.
Rethinking On-Policy Distillation of Large Language Models II: One Training Example →
Technical breakdown
Problem: On-policy distillation (OPD) is widely used in frontier LLM post-training (Qwen3, MiMo, GLM-5, DeepSeek-V4, Kimi K3), but prior work has studied only its algorithmic behavior, leaving the role of training data — how much and what kind is actually needed — unexamined.
Method: The authors study OPD at the data-minimal limit by training on a single query ("one-shot OPD"), implemented in veRL with student-teacher pairs across four domains (math: DeepSeek-R1-Distill-Qwen-1.5B student with JustRL-1.5B/GT-Llama-3B-Math/OLMo-7B-It teachers; code; instruction following; agentic tool use). They introduce "state coverage" — clustering teacher hidden-state signatures (K=200 K-means clusters after PCA) of states visited by full-data OPD and measuring what fraction a smaller query set's rollouts reach — and an "absorption rate" metric (the fraction of remaining teacher-student KL distance closed per training step) to separate data-side and algorithm-side explanations for one-shot OPD's effectiveness.
Key results:
- One-shot OPD on math reaches 68.5 average validation accuracy vs. 69.8 for full-data OPD at step 300 (69% teacher-student gap recovery, 87% of full-data OPD's gain), and generalizes to code (73%), instruction-following (66%), and agentic tool use (64%) gap recovery.
- A single query reaches 71.5% state coverage of what full-data OPD visits (65.9% within the first 100 steps); 16 semantically diverse queries reach 98.9% coverage and match full-data training exactly, extending to multi-teacher OPD as well.
- Absorption rate declines similarly regardless of query count (1, 4, 16, or ~17k queries all remove 78-84% of their step-30 distance by step 300), showing OPD is "data-overfed but algorithm-starved" — a fixed set of states still takes hundreds of steps to be absorbed even when off-policy training removes the confound of newly generated states.
Why it matters / caveats: Suggests data curation for OPD should focus on which states a query induces rather than how many queries are collected, and redirects future work toward improving the algorithm's step efficiency; the one-shot gain is robust to query difficulty, response length, and sampling temperature, and even holds for content-light templates and off-domain WildChat prompts, indicating the causal driver is state coverage rather than task content per se.
Why Gated DeltaNet Survives 4-Bit Quantization: NVFP4 W4A4 for the Recurrent Half of a Hybrid 27B LLM →
Technical breakdown
Problem: Every public 4-bit quantization of the hybrid Qwen3.8-27B model (48 Gated DeltaNet linear-attention layers + 16 softmax-attention layers) leaves the GDN block's gate projections in 8/16-bit precision on the assumption that quantization errors compound catastrophically in a recurrence over long contexts — an assumption nobody had actually tested.
Method: The authors build "Minima," applying llm-compressor NVFP4 W4A4 (E2M1 4-bit values, E4M3 per-16-element-block scale) to all 496 linear layers of Qwen3.8-27B, including the GDN gate projections (in_proj_a, in_proj_b) that control the decay gate α and write-strength gate β. They diagnose why it works via captured-activation analysis, per-projection sensitivity replay (quantizing one of qkv/z/a/b/out at a time), and an FP32 lockstep re-implementation of the delta-rule recurrence injected with fake quantization noise to trace error propagation over 32K tokens. They also fix a serving-stack bug where vLLM's fused-GEMM kernels mis-scale per-module-calibrated NVFP4 checkpoints, and add calibrated FP8 KV-cache scales.
Key results:
- Minima matches BF16 within seed noise on a 5-task average (85.10 vs 85.62, Δ=-0.52) across MMLU-Pro, GSM8K, AIME'25, GPQA-Diamond, LiveCodeBench.
- Minima is 2.9× smaller than BF16 (17.53 GiB vs 50.13 GiB) and 7–13% smaller than community NVFP4 recipes (Unsloth 20.23 GiB, RadixArk 18.83 GiB), with 14–19% faster prefill (TTFT 4.03s vs 6.90s BF16 at 32K).
- Gate quantization error is squashed: an 11% GEMM error on gate projection a becomes only a 2.1% output error, versus 12.7% for the plain out_proj GEMM.
- State error plateaus at ~12.6% over 32K tokens rather than growing; a 1% state impulse decays to 1/e within 80–1,382 steps, far faster than the 44K–62K token horizon implied by the decay gates alone.
- Calibrated FP8 KV-cache scales recover 83% of the +0.41 perplexity penalty from FP8 KV caching, at zero throughput cost (within 0.4%).
Why it matters / caveats: The result overturns the community's default protection of GDN gate weights, showing the recurrent half of hybrid LLMs is actually the "easy half" to quantize because the delta-rule recurrence's own overwrite mechanism erases injected error faster than it accumulates. Caveats: evidence is limited to one model family/size (Qwen3.8-27B), one format (NVFP4), and contexts up to 32K/64K — longer-context behavior is extrapolated, not measured; the gate-shielding argument depends on the specific log-space softplus/exponential parameterization and may not transfer to other recurrent architectures.
Puffin-World: Scaling a Unified Multimodal Model with Native 3D World States →
Technical breakdown
Problem: Existing generative world models predict the world almost exclusively at the appearance (RGB) level with no explicit camera physics or geometry, while unified multimodal models couple understanding and generation only for 2D semantics — leaving no single model that jointly perceives, generates, and reconstructs a physically-grounded 3D world from arbitrary viewpoints.
Method: Puffin-World introduces native "physics-geometry-appearance" world states plus a unified Omni-Camera representation (a 9-channel per-pixel field combining an absolute gravity/latitude-anchored component with a relative Plücker-style ray field). A geometry-aligned vision encoder (C-RADIOv3/v4-H) plus an LLM (Qwen2.5-7B/1.5B-Instruct) perform autoregressive camera-to-world understanding, while learnable queries and a connector condition an MMDiT diffusion backbone (SD3.5-Medium/Large) for camera-controllable generation via additive latent injection; a "physics propagation" mechanism anchors gravity direction across frames of a trajectory, and depth is encoded as an invertible Hilbert-color-mapped RGB image sharing the same VAE, jointly denoised with appearance under asymmetric attention. Training uses a 4-stage recipe (cross-modal alignment → full fine-tune → cross-view 3D post-training → joint appearance-geometry) on a newly built Puffin-16M dataset (15M vision-language-camera triplets + 1M challenging-motion trajectories).
Key results:
- On camera-to-world understanding (roll/pitch/FoV estimation across Stanford2D3D, MegaDepth, TartanAir, LaMAR), Puffin-World achieves the best median error and AUC on most metrics, e.g., roll median error 0.29° (Stanford2D3D) and pitch AUC@10° of 94.0% (MegaDepth), outperforming GeoCalib, AnyCalib, and the prior Puffin model.
- On the new Puffin-Cam-Bench for camera-controllable generation, Puffin-World reaches gravity mean angular error of 1.32° vs 28.83°+ for GPT Image2/Nano Banana2/Qwen-Image2-Pro/FLUX.2-dev/Z-Image, and FID of 75.93 (best among all compared methods, vs 80.29 for Puffin, 90.11+ for general-purpose generators).
Why it matters / caveats: Demonstrates that camera physics, geometry, and appearance can be jointly modeled and scaled within one multimodal framework rather than as separate specialized pipelines, enabling closed-loop applications like "mimic" and "self-calibrated" world exploration; the paper positions itself as advancing spatial intelligence for embodied/physical AI, though downstream 3D reconstruction and long-horizon consistency quantitative benchmarks are less thoroughly reported in the extracted text than the perception/generation results.
Scal3R: Learning Efficient Multi-Relative Pose Query for Scalable Online 3D Reconstruction →
Technical breakdown
Problem: Online 3D reconstruction models (CUT3R, STream3R) regress camera poses relative to a fixed first frame, forcing extrapolation far beyond the training distribution on long video sequences; small drifts amplify into catastrophic geometric collapse, even though per-frame depth prediction stays stable throughout.
Method: Scal3R reformulates pose estimation as multi-reference relative pose querying: lightweight learnable pose-query tokens (~1% of backbone parameters) are injected into a completely frozen pretrained backbone (CUT3R or STream3R) via "asymmetric attention injection," where pose tokens attend to image tokens as queries but image tokens' self-attention is never perturbed by them, preserving pointmap quality. Each token predicts a 6D-rotation relative transformation to a specific historical reference frame retrieved from a pose token buffer; at inference, an online Pose-Graph Optimization (iSAM2) with Huber-kernel between-factors and gap-dependent noise aggregates these pairwise constraints into a globally consistent trajectory, supplemented by DINOv2+SALAD-based loop closure. Training fine-tunes only the new tokens on TartanAir with 4-view samples (K=3 references) for 40 epochs.
Key results:
- On KITTI, Scal3R reduces average ATE by over 60% versus the strongest online baseline TTT3R (69.7 vs 182.2).
- On Virtual KITTI, Scal3R (CUT3R) reaches average ATE of 5.63, approaching offline method π3 while remaining online (vs 56.39 ATE for un-adapted CUT3R backbone).
- On Sintel/TUM-Dynamic/ScanNet, Scal3R achieves best ATE of 0.168/0.018/0.049 respectively, state-of-the-art among online methods.
- Loop closure alone reduces average KITTI ATE by 48% (143.45 → 75.01); ablation shows removing keyframe selection degrades ATE to 38.258 (from 5.632 full system), and scaling reference count from K=4 to K=12 at inference (without retraining) reduces ATE from 15.748 to 5.632.
- Fine-tuning converges in ~8 hours on a single A100 GPU.
Why it matters / caveats: Shows that a frozen backbone's local geometry is trustworthy even when its global pose head fails, so a lightweight, parameter-efficient (~1%) adaptation plus classical pose-graph optimization can fix kilometer-scale drift without retraining the backbone — a much cheaper fix than full retraining on more diverse trajectory data. The frozen forward pass still dominates runtime (86–91% of latency), so the method inherits the backbone's per-frame compute cost.
RoboTok: An Internet-Scale Data Engine for Human Demonstration Retrieval and Dexterous Manipulation Learning →
Technical breakdown
Problem: Robot learning needs broad, diverse demonstrations, but collecting robot data is expensive and cannot scale to the long tail of real-world tasks; internet human video is an abundant alternative, but visual/semantic similarity does not imply similarity in underlying manipulation behavior, making it hard to identify which of millions of heterogeneous web clips are actually relevant to a target manipulation task.
Method: RoboTok is a retrieval framework that represents each video clip as a canonicalized 3D hand trajectory in an actor-centered (torso) reference frame, using WiLoR for 3D hand keypoint extraction, MoGe-2 for metric depth grounding, HaWoR for infilling missing poses, and a lightweight trained torso-frame estimator (adapted to SMPL-H) so canonicalization works even when the actor's body isn't visible. Dynamic Time Warping (DTW) over 21-joint hand-pose trajectories provides a pseudo-ground-truth similarity oracle used to supervise a lightweight cross-attention encoder trained with a combined set-loss + rank-loss objective on anchor-centered batches (DTW top-20 neighbors as positives, boundary negatives), yielding ℓ2-normalized embeddings for cosine-similarity nearest-neighbor retrieval over a continuously extensible index.
Key results:
- On the RoboTok evaluation corpus (100K Action100M clips), RoboTok reaches mAP@20=0.353 and Recall@20=0.996, versus the strongest baseline STRAP's mAP@20=0.007 and Recall@20=0.12.
- Mean DTW retrieval cost is 1.333m for RoboTok vs 1.145m for true neighbors (16% above optimal) vs 4.776m for random clips.
- On the cross-dataset AssemblyHands corpus, RoboTok achieves mAP@5=0.261 vs 0.133 for STRAP, at 13% above the optimal DTW cost.
- On the modified harder VTDexManip benchmark (unrestricted 3D hand motion, no dense reward shaping), RoboTok-guided PPO reaches 77.3% success on BottleCap Turning (+17.8pp over next-best HAND), 44.8% on Faucet Screwing (+38.0pp over HAND), and 79.3% on Lever Sliding (+59.8pp over HAND).
- On the original VTDexManip formulation, RoboTok outperforms the best reported baseline by 7.45% (seen) and 5.83% (unseen objects) averaged across six tasks.
Why it matters / caveats: Establishes hand-trajectory-aware retrieval (rather than semantic or visual similarity) as a practical way to turn continuously growing internet video into scalable supervision for dexterous robot policy learning, without requiring task labels. The paper notes future work is needed to extend beyond near-static cameras to moving/egocentric camera footage, which the current filtering pipeline excludes.
Editable Visual Design →
Technical breakdown
Problem: End-to-end diffusion image generators (e.g., GPT-Image-2, Nano-Banana) produce visually rich but flattened bitmaps with error-prone text that cannot be layer-wise edited, while pure code-generation ("coding agent") approaches give precise, editable layouts but lack global aesthetic intuition and cannot hand-draw complex visual assets like textures or illustrations.
Method: The paper proposes a Coding-Agent-driven workflow where a VLM (Codex driven by GPT-5.6 Sol) acts as the "creative brain" for requirement understanding, design planning, and quality judgment, while an image generation model (GPT Image 2) acts as an on-demand "visual world simulator." The five-step pipeline: (1) understanding/design planning, where the agent first generates an "imagined visual" as an aesthetic reference; (2) visual simulation, extracting color/composition/style priors from that reference; (3) structural coding, where the agent generates standalone assets (via alpha-channel requests or green-screen matting) and writes native HTML/CSS with fixed-pixel-size layouts and per-element layer tagging; (4) verification and visual self-healing, combining deterministic headless-browser layout checks with VLM-based screenshot review and iterative patch repair; (5) delivery as editable DOM artifacts, with the full process logged as "Agent Design Replay."
Key results: Not stated — the paper reports qualitative case studies (posters, infographics, marketing materials, long-text layouts) and comparative figures rather than quantitative benchmark scores or numeric metrics.
Why it matters / caveats: Offers a practical route from raster "bitmap output" to layer-decoupled "structured delivery" for production-grade design, combining diffusion aesthetics with coding-agent editability and full process traceability via Agent Design Replay. The authors explicitly note limitations: the system's output quality is bounded by both the coding agent's layout ability and the image model's compositional sense; multi-page/long-document consistency is untested (all cases are single-page); and aesthetic quality and editability have no ground-truth metric, so evaluation relies on case studies and VLM judgment rather than a designer's assessment.
The Missing Temporal Link: Temporal Context Routing for Script-Driven Audio-Video Generation →
Technical breakdown
Problem: Joint audio-video generators align video and audio with each other on a shared temporal axis, but the precise shot and dialogue timing specified in a structured script is encoded only in text and remains unaligned with either modality's temporal coordinates, so generated shot transitions and speech can be synchronized with each other yet still miss the requested script timeline.
Method: The authors introduce Temporal Context Routing (TCR), built on LTX-2.3 (a 22B-parameter joint audio-video generator). TCR computes a duration-normalized Gaussian-like routing score from each prompt's assigned time interval (center/radius) and adds it as a bias to the video-text and audio-text cross-attention logits (leaving query/key representations, self-attention, and audio-video cross-attention unchanged), enabling independent, overlapping shot/dialogue prompt control; only LoRA adapters are trained since TCR adds no learnable parameters. A coarse-to-fine data construction pipeline builds 57,022 multi-shot training clips: Gemini provides coarse Reference/Shot/Event/Global annotations under a schema adapted from MTSS, then PySceneDetect corrects shot boundaries and WhisperX aligns dialogue to word-level speech timestamps, rounding to a 0.1s grid.
Key results:
- Compared with the strongest baseline (LTX-2.3), TCR reduces Shot Boundary MAE by 96% (1.11s → 0.042s) and raises Dialogue Acc@0.5s from 28.3% to 84.1%.
- Shot IoU improves from 0.532 to 0.957 and exact shot-count accuracy from 36.0% to 93.0%.
- Against matched temporal operators on the same backbone, TCR cuts Shot Boundary MAE by over 60% relative to both Gaussian Interval RoPE (0.113s) and a hard interval mask (0.108s), reaching 0.042s.
- Training on coarse instead of refined annotations degrades Shot Boundary MAE from 0.042s to 0.375s and Dialogue Acc@0.5s from 84.1% to 37.6%.
- In a blinded user study (28 participants, 16 cases), TCR wins overall preference 72.3% vs LTX-2.3 and 83.9% vs JoyAI-Echo (ties included in denominator).
Why it matters / caveats: Demonstrates that extending temporal alignment beyond audio-video synchronization to include the structured script itself substantially improves script-fidelity in generated narrative video without sacrificing visual quality (IQ/AES vary by <2.5% across operators) or audio-visual sync (TCR achieves the best Sync-C and lowest WER among matched operators). The gains depend heavily on the coarse-to-fine refined annotation pipeline, and the approach was validated primarily on short-drama style scripts with dialogue as the main audio Event type.
Beyond Retrieval: Progressive Latent Memory Evolution for Streaming Video Understanding →
Technical breakdown
Problem: Existing streaming video understanding methods treat memory as an external store-and-retrieve bank, exposing retrieved history to the model only as variable-length visual context rather than internalizing it into a compact latent state that can guide reasoning.
Method: LatentStream builds on frozen Qwen2.5-VL-3B/7B backbones with three components: Query-agnostic Hierarchical Streaming Memory (short/mid/long-term levels consolidated via Jenks Natural Breaks-based adaptive routing), Hierarchical Latent Memory Evolution (three groups of Latent Memory Tokens with progressively expanding memory receptive fields that iteratively retrieve and internalize evidence), and Progressive Confidence-guided Latent Memory Optimization (a REINFORCE/policy-gradient test-time optimization using a hierarchical progression reward built from group-wise predictive entropy).
Key results:
- On OVO-Bench, LatentStream (7B) reaches 64.2% overall, a +10.2 point gain over the Qwen2.5-VL-7B baseline (54.0%), and the 3B variant improves 52.2%→59.0% (+6.8 points).
- On StreamingBench, LatentStream reaches 76.9% (+3.0 points over baseline), outperforming all compared training-free methods.
- On offline benchmarks: 66.6% VideoMME (+3.3 pts), 74.0% MLVU (+6.1 pts), 62.1% LongVideoBench (+1.4 pts) over the Qwen2.5-VL-7B baseline.
- Efficiency: reduces peak GPU memory from 30.80GB to 21.97GB and per-token decoding latency (TPOT) from 6.45ms to 3.16ms (51% reduction), though time-to-first-token increases from 7.63s to 8.41s.
Why it matters / caveats: Shows that internalizing retrieved evidence into optimizable latent tokens outperforms simply appending retrieved evidence as context (64.2% vs 59.7% on OVO-Bench), and the whole method keeps the underlying MLLM frozen, making it a lightweight test-time add-on rather than requiring retraining.
CORE: Improving Compositional Reasoning in MLLM Embedding via Reranker Distillation →
Technical breakdown
Problem: MLLM-based embedding models fail at compositional reasoning (distinguishing attribute-object bindings, e.g. "white plate and black chair" vs. "black plate and white chair"), even though the same backbone used as a cross-attentive reranker can make these distinctions correctly.
Method: CORE synthesizes five-level graded candidate lists (Full Match, Partial Presence, Attribute Error, Object Error, Full Mismatch) using Qwen3-VL-32B for scene extraction/query generation and Z-Image-Turbo for image synthesis, then trains a "Rank-KL" distillation objective that minimizes KL divergence between the reranker teacher's softmax score distribution and the student dual-encoder's similarity distribution over the candidate list. Models are built via LoRA fine-tuning of Qwen3VL-Reranker-2B/8B (CORE-Reranker) and of VL-Emb-2B/8B (CORE-Embed, LoRA rank 32).
Key results:
- CORE-Reranker-8B achieves 82.7% (0.827) total average across COLA/SugarCrepe++/NegBench, beating Jina-Reranker (0.720) by 10.7 points.
- CORE-Embed-8B achieves the best embedding total average (0.666), a 5.7-point gain over its backbone VL-Emb-8B (0.609).
- On MCMR (multi-condition retrieval), CORE-Embed-8B improves R@1 from 0.375 to 0.412 and MRR@10 from 0.469 to 0.506, while COCO/Flickr30K retrieval performance is preserved or improved.
- Naive reranker fine-tuning collapses negation sensitivity (Qwen3VL-Reranker-8B drops to 0.261 on NegBench from base 0.739), while CORE-Reranker-8B recovers to 0.698.
- In a controlled comparison at 2B scale, Rank-KL (subtask-macro avg 0.641, dev NDCG@10 0.850) beats CoSENT (0.593) and contrastive learning/InfoNCE (0.553), the only objective to improve over the 0.604 backbone average.
Why it matters / caveats: Demonstrates a practical training-objective recipe (rank distillation from an existing reranker) for injecting fine-grained compositional structure into dense embeddings without retraining from scratch. The authors note the embedding-side gains are more modest than reranker gains (partial transfer), COLA gains are minimal since even the reranker teacher struggles on it, and the graded evaluation protocol is in-distribution since it's built from the same synthesis pipeline as training data.
Last Translation Benchmark →
Technical breakdown
Problem: Standard machine translation benchmarks are approaching saturation and automatic MT metrics/LLM judges are unreliable and gameable, preventing the field from tracking real progress or identifying models' failure modes.
Method: The Last Translation Benchmark (LTB) is a crowdsourced, continuously growing dataset where contributors submit difficult-to-translate examples (text, image, audio, video) paired with handcrafted "verification rules" describing concrete failure modes; submissions are accepted only if a human reference translation passes all rules while at least 8 of 10 automatic translations fail at least one rule, and each submission undergoes peer review by another contributor. Evaluation uses an LLM (e.g., Gemma 4) acting as a verifier that checks each candidate translation against every applicable rule, with a translation counting as passing only if it satisfies all rules for that example.
Key results:
- LTBv1 contains 3,456 accepted examples across 109 languages (244 contributors, 166 institutions), with 911 curated into LTBv1-eval for evaluation.
- Best models' verifier pass rate on LTBv1-eval is far below saturation: Gemini 3.1 Pro reaches only 41.9%, GPT-5.6 Sol 31.8%, and most other models score below 20%, versus human translations at ~99-100%.
- Giving LLMs the gold verification rules in-prompt sharply boosts performance (e.g., LLM average pass rate rises from 7.2% with no rules to 89.8% with human-authored rules), showing models can satisfy the criteria once told what to check but cannot reliably self-diagnose failure modes (self-generated "synthetic" rules only reach 12.9%).
- A small-scale human re-evaluation (22 annotators, 317 examples) using contrastive error span annotation corroborates that human translations remain rated highest even without knowledge of the verification rules.
Why it matters / caveats: Provides an interpretable, reproducible, calibrated (0-100%, with an achievable ceiling) evaluation protocol as an alternative to noisy scalar MT metrics/human scores, and remains a live/rolling benchmark intended to resist saturation and contamination by continuously accepting new contributions and rotating the model list shown to contributors.
DRACO: Fine-Grained Credit Assignment with Dynamic Rubrics for Long-Horizon Agent Training →
Technical breakdown
Problem: Long-horizon agent RL typically needs a programmatic verifier for reward, but most real-world agent domains (e.g., customer support) have no such ground-truth success signal, and even when a reward exists, applying one trajectory-level scalar uniformly to every step is a poor credit-assignment signal across tens of interdependent steps.
Method: DRACO (Distributing Rubric-based Advantage for Credit Optimization) works within GRPO and has two components: (1) dynamic per-trajectory rubrics, where a frozen judge (GPT-5.4) proposes criteria from the task instruction and each sampled rollout, merges/deduplicates them across the group, and scores each trajectory's applicable criteria as a pass/fail rate reward (no ground-truth outcome used); (2) a closed-form, non-learned step-credit rule that reallocates each trajectory's standardized GRPO advantage across individual agent-turn steps based on per-step pass/fail citations from the judge, weighted by step "quality" Qj, while provably conserving the trajectory's total advantage push and never inverting its sign.
Key results:
- On AppWorld (Qwen3.6-27B), DRACO improves TGC/SGC from 69.4/41.1 (untrained) to 85.3/70.6 (+15.9/+29.5 points), and beats an outcome-reward (ground-truth verifier) GRPO baseline by +5.3 TGC / +11.3 SGC on AppWorldTN.
- Zero-shot transfer to τ-bench Banking raises success rate from 15.8 to 20.4 (base model), without any verifier, gold answers, or reference trajectories.
- Ablations: adding step credit to per-trajectory rubrics is worth +3.2 TGC/+5.7 SGC, and both components together are worth +4.2 TGC/+10.7 SGC over a fixed/static rubric baseline (growing to +8.1/+14.3 at p3 consistency).
- A self-judge variant (policy model judging its own rollouts, majority vote over k=3 calls) cuts judge cost 5.1x ($1607→$316 per 100 training steps) while matching or exceeding the outcome-aware baseline (81.1/62.7 TGC/SGC vs 80.0/59.3).
- With Qwen2.5-32B-Instruct, DRACO raises AppWorldTN TGC/SGC from 35.7/17.3 to 62.9/42.3 (+27.2/+25.0), closing most of the gap to SALT, an outcome-aware step-credit baseline (66.2/47.9).
Why it matters / caveats: Enables RL training of long-horizon tool-using agents entirely without ground-truth verifiers while matching or beating verifier-trained baselines; the authors note limitations including no independent check on whether the judge's rubric criteria are faithful, no proof that credit lands on the causally "correct" steps (only that end-task performance improves), and training-time variability from discriminative dropout is not characterized.
WorldReward: Reward Modeling for Camera-Conditioned World Models →
Technical breakdown
Problem: Existing reward signals for camera-conditioned video world models assess action-following (geometry-based) and visual quality (image-based) separately, and judging a full long video against its complete action sequence in one VLM pass creates noisy, diluted context where short-lived local action evidence gets missed.
Method: WorldReward is a VLM-based pairwise preference reward model (initialized from Qwen3.5-9B) that decomposes paired videos into action-aligned chunks of four consecutive actions, each represented as a structured six-image input (source image, paired frame-grid overview, four action-level detail panels); the model reasons over each chunk to produce action-consistency and visual-quality winners in {A, B, Tie}, which are aggregated by majority voting into global preferences. Training data (~100K chunk examples from 50,000 video pairs across 8 world models) is distilled from Gemini 3.1 Pro, refined by a GPT-5.5 multi-turn tool-using agent auditing harness, and calibrated by human review; the reward is then used in clip-level DiffusionNFT RL post-training of HY-WorldPlay 1.5 via a Pref-GRPO-style pairwise win-rate formulation.
Key results:
- On the new WorldReward-Bench (760 human-annotated video pairs), WorldReward achieves the highest three-way agreement with human preferences on all dimensions: 77.63% action, 81.32% appearance, 73.03% motion, beating GPT-5.5 (74.21/79.87/69.47) by 3.42, 1.45, and 3.56 points respectively.
- Agent-assisted quality control revises 42.1% of chunk-level annotations (67.4% reasoning-text only, 23.8% per-dimension winner, 7.9% both), with an 87.0% human confirmation rate for agent-proposed revisions.
- Ablations show removing the source image, frame-grid overview, or action-level panels each lowers human-preference agreement, as does removing structured reasoning supervision.
- Geometry-based estimators (DepthAnything3: 70.53% action) and image/video preference models (HPSv3: 73.68% appearance) each only capture one dimension and underperform WorldReward on their respective axes.
Why it matters / caveats: First reward model to unify action-consistency and visual-quality judgment for camera-conditioned world models within a single reasoning process rather than separate heterogeneous systems, and when used for RL post-training it "consistently improves both action execution and visual quality across short- to long-term horizons" per the paper, though specific post-training numeric deltas were in a results table not fully captured in the extracted text.
RealSWE: A Compositional Evaluation of Coding Agents under Realistic User Requests →
Technical breakdown
Problem: SWE-bench-style coding agent benchmarks are built from long, structured, information-rich curated GitHub issues, but real user requests to coding agents are typically much shorter, sparser, and more casually written, so benchmark leaderboards likely overestimate real-world agent performance.
Method: The authors define a six-category information taxonomy (Problem Statement, Desired Behavior, Reproduction Steps, Environment Information, Additional Information, Motivation) and four linguistic-style dimensions, apply it via a GPT-5.4-driven pipeline to 718 real SWE-Chat user prompts and 1,229 SWE-Bench Verified/Pro problem statements, then use a three-step LLM pipeline (task-type classification, information decomposition, GPT-5.4 real-user-style rephrasing) to transform benchmark problems into 381 multi-variant task families sharing the same underlying task/gold patch. Two artifacts are released: RealSWE-Bench (a fixed benchmark sampling variants matching the real SWE-Chat distribution) and RealSWE-Framework (a configurable framework for arbitrary field/style ablations); seven LLMs (DeepSeek V4 Pro/Flash, MiMo V2.5 Pro/base, Claude Haiku 4.5, Qwen3.7 Plus, MiniMax M3) are evaluated with the mini-SWE-agent v2 scaffold.
Key results:
- Requests with only a problem statement (with/without minimal extra context) make up 88% of real SWE-Chat prompts but just 7% of SWE-Bench Verified/Pro problems; 87% of real prompts are casual tone vs. 94% of benchmark problems being formal.
- Realistic inputs (RealSWE-Bench) reduce resolution rates by 6.4 pp on average versus the original problem statements (range: -4.0 pp for MiniMax M3 to -8.0 pp for DeepSeek V4 Pro / DeepSeek V4 Flash), a 13.6% average relative decline.
- Model rankings change: MiMo V2.5 Pro moves from 4th to 2nd place under RealSWE-Bench, overtaking Qwen3.7 Plus and DeepSeek V4 Flash (significant gap shift of +3.7 pp, 95% CI [+0.7, +7.3]) while being ~2.5x cheaper per task (6.5 vs 16.1 cents).
- Field-level ablation: removing Desired Behavior [D] from bug-fix prompts drops resolution by 7.1-8.9 pp (8.0 pp average, significant for all 4 tested models), more than 4x the combined effect of removing Additional/Environment/Reproduction fields (1.8 pp average, not significant); removing Motivation [M] from feature requests drops resolution by 3.4 pp on average.
- Linguistic style changes alone (holding information constant) have small, model-dependent, non-significant effects (Holm-adjusted p≥.35 across all 8 contrasts).
Why it matters / caveats: Shows that what information a request contains (specifically Desired Behavior and Motivation, present in only ~5% of real prompts) matters far more than how much information or how it's phrased, giving actionable guidance for both users and agent-interface designers; the authors note their evaluation excludes some frontier models (GPT-5.6, Opus 5, Kimi K3) and is single-turn only, not capturing how iterative clarification might mitigate sparse requests.
PACE: Towards Surfacing Hidden Conflicts in User Requests →
Technical breakdown
Problem: Personalized assistants need to detect when a user request that looks perfectly reasonable in isolation actually conflicts with hidden situational facts (schedules, companions' preferences, external conditions) scattered across a large personal knowledge base, but existing safety/conflict benchmarks only test explicit, input-centric risks rather than this implicit, retrieval-dependent setting.
Method: The authors build PACE, a dataset of ~3,249 queries paired with egocentric knowledge bases (376K atomic facts, generated via GPT-5.4-mini persona expansion, profile synthesis, and query/context/distractor generation), each labeled Conflict/Non-conflict across Temporal, Personal, and State situation types. They then propose PACE MAKER, a training-free multi-agent retrieval framework with four stages: conflict-aware query planning (a planner agent plus multi-view query generator producing original and "counter" queries), hybrid dense+sparse retrieval fused via Weighted Reciprocal Rank Fusion, multi-hop BFS traversal over a k-NN document graph (k=10, up to H=5 hops), and a post-hop conflict-aware filtering agent, followed by an answer generator.
Key results:
- PACE MAKER achieves 68.82% PASS rate in the open-source setting (Qwen3-4B-Instruct-2507/Qwen3-Embedding-8B), vs. 62.73% (sparse) and 62.39% (dense) retrieval baselines, and 57.49% for Full-KB.
- In closed-source settings PACE MAKER reaches 75.35% (GPT config) and 77.44% (Gemini config) PASS, versus 73.10%/73.07% for Full-KB.
- On Conflict-only queries, PACE MAKER improves over the strongest non-oracle baseline by 11.40, 3.47, and 4.02 percentage points across the three model configurations.
- Ablations show removing multi-hop traversal causes the largest drop (71.65% overall / 52.41% Conflict PASS vs. 75.35%/59.17% full); PACE MAKER also beats GraphRAG and HippoRAG 2 on Conflict PASS (54.42% vs. 34.98%/43.57%).
- Human evaluation shows 93.3% agreement between LLM-assigned feasibility labels and human judgment, and 93.5% agreement between the automatic PASS/WRONG/FAIL judge and humans.
Why it matters / caveats: The work shows conflict-aware reasoning over distributed personal facts is a substantial open challenge even for strong retrieval methods, and that incomplete evidence coverage (rather than model reasoning alone) significantly hurts performance. The benchmark focuses only on feasibility judgment, not full downstream task execution, and the method is evaluated training-free without task-specific fine-tuning.
FlashRender: Few-Step Generative Rendering via Camera-Controlled Video MeanFlow →
Technical breakdown
Problem: Existing camera-controlled generative rendering methods (which re-render an input video along a new camera trajectory) require many sampling steps, and reducing steps introduces discretization error that manifests as sampling-step-dependent camera control, making few-step distillation of these models difficult.
Method: FlashRender fine-tunes Wan2.1-1.3B-CamCtrl in a three-stage pipeline: (1) Stage 1 trains a multi-step model (FlashRender-MS) using frame-wise relative pose encoding plus Representation Transformation and Alignment (RETA), which aligns source-video hidden representations with target-view features from a frozen VGGT encoder to reduce denoising trajectory curvature; (2) Stage 2 fine-tunes with the MeanFlow objective (average velocity field prediction with finite-difference JVP approximation and interpolated timestep conditioning) to shortcut the denoising trajectory for 4-NFE inference; (3) Stage 3 applies on-policy flow map distillation (adapted from AnyFlow) with a DMD loss plus a DMD2-style adversarial/GAN loss to correct self-rollout errors under fixed 4-step sampling.
Key results:
- At 4-NFE, FlashRender achieves the best scores on nearly all metrics among few-step methods, e.g., MEt3R 0.0122 (best), TransErr 1.236, RotErr vs. NeoVerse's TransErr 0.3619/RotErr 3.495.
- FlashRender matches multi-step baselines (which use 2×50-NFE) in video quality and geometric consistency at 25× lower sampling cost (runtime 0.2 min vs. 6.5 min for implicit multi-step methods).
- Multi-step FlashRender-MS achieves superior MEt3R (0.0143), TransErr (1.486) and RotErr scores versus GeoAlign and ReDirector even though those use reward-based post-training.
- Ablation shows removing RETA increases MEt3R from 0.0122 to 0.0139 and RotErr from 1.236 to 1.685; swapping RETA for VideoREPA underperforms even the no-alignment variant.
- On the out-of-distribution DyCheck dataset, FlashRender remains robust and even outperforms multi-step baselines.
Why it matters / caveats: The three components (RETA, MeanFlow, on-policy distillation) are shown to be complementary, each addressing a distinct failure mode (camera-control instability, discretization error, training-inference mismatch), enabling practical seconds-level generative video re-rendering. The approach still depends on estimating source camera trajectories (via ViPE when not given) and a frozen VGGT encoder for training supervision.
Using Grounded Theory for Agent Behavior Analysis at Scale →
Technical breakdown
Problem: There is no scalable, generalizable methodology for understanding what LLM agents actually do during multi-step trajectories and why they fail, since lightweight quantitative metadata (length, action counts) is uninformative and human qualitative analysis does not scale, while pre-built classifiers are too rigid for novel tasks and emergent behaviors.
Method: The authors introduce AutoTraceGT, a multi-agent pipeline that operationalizes the social-science method of Grounded Theory: an OpenCode agent labels individual trajectories with descriptive (code, span, quote) records; an AxialCode agent groups a batch's codes into categories and typed relations; a Manage agent performs constant-comparison codebook management (add/merge/split/flag actions) round-by-round until an empirically defined saturation criterion (add-rate below threshold ε=0.2 for two consecutive rounds) is met; and a TheoreticalCode agent then synthesizes the saturated codebook into a core category and narrative account.
Key results:
- Across 7,500+ trajectories from six environments (Tau-Bench, Go-Browse, SWE-Agent, ALFWorld, GAIA, WebShop), AutoTraceGT's codebook covers 73–91% of failure modes in independently constructed human taxonomies (75.0% ALFWorld, 73.7% GAIA, 90.9% WebShop recall), with per-trajectory reasoning match rates of 58–88%.
- Within-configuration replicate codebooks show median cosine similarity 0.929 vs. a cross-configuration null of 0.791 (95th percentile 0.901), with Mann-Whitney p<10⁻²⁰, indicating high reproducibility.
- As a deductive feature space for failure prediction, AutoTraceGT-derived features improve MCC/ROC AUC over few-shot LLM baselines in several settings, e.g., GPT-5 on Go-Browse: MCC 0.499 (AutoTraceGT+complementary) vs. 0.061 (few-shot).
- Cross-LLM coverage of codebooks on the same dataset exceeds three types of null baselines with permutation test p<0.001 for every dataset.
Why it matters / caveats: The method provides an auditable, inductive, scalable alternative to hand-built failure taxonomies and recovers prior expert cascade-of-errors theories independently. Limitations noted by the authors: every coding stage is LLM-driven (inheriting backbone blind spots), evaluation relies on an LLM judge, the pipeline is compute-heavy (many LLM calls, run-to-saturation) so suited to offline analysis rather than online per-trajectory use, and it has only been instantiated on single-agent English trajectories with success/failure outcomes.
Environment Evolution for Terminal Agents →
Technical breakdown
Problem: Environments synthesized from scratch for training terminal agents quickly become too easy for frontier models and provide no learning signal, while existing agent-environment co-evolution methods depend on on-policy rollouts, which limits generalization and stops providing signal once model failures on seed environments become sparse.
Method: The authors derive a model-agnostic, off-policy difficulty measure from the multi-turn learning objective, decomposing trajectory difficulty into execution length, scenario novelty, and skill rarity relative to a reference world-knowledge distribution. They implement "environment evolution" as a loop-engineered multi-agent harness with two gated feedback loops per generation — Loop 1 (Proposer generates/revises an evolution plan along one of three directions: scenario, skill, or length, reviewed by a rubric-based reviewer) and Loop 2 (a Modifier applies the plan and Oracle/Invalid-test/general-rubrics verifiers gate acceptance) — plus a prompt-controlled "evolution effort" parameter (low/high/max) and an Evolution-Lineage (EL) Scheduler that admits harder generations only once the current generation's pass rate crosses a threshold (τ=6/8 over B=8 rollouts).
Key results:
- RL training (GRPO) with environment evolution improves Terminal-Bench 2.1 accuracy by 14.4 percentage points on Qwen3.6-27B (peak 71.5% vs. baseline) and 18.0 points on Qwen3.6-35B-A3B (peak 64.9%).
- Compared with agent-environment co-evolution (peak 62.9%/55.1%) and environment ensemble (peak 60.0%/52.8%) baselines under matched training-environment budgets, environment evolution outperforms both on both model sizes.
- Across 15 evolution generations, high/max evolution effort monotonically drives pass rate to zero while increasing average turns, validated by three independent judge models (Hy4 preview, Claude Opus 5, GPT-5.6 Sol).
- The length evolution direction produces the largest pass-rate decrease (−7.1pp in 1-step effect) with the smallest total mutation footprint, while scenario direction produces the largest total mutation.
- Seed pool construction retained only 127 of 47,678 collected non-benchmark environments after rubric-based quality/difficulty filtering (pass rate ≤4/8 under Claude Opus 5, ≥30 avg turns).
Why it matters / caveats: This offers a way to keep generating useful RL training signal as models get stronger without needing costly on-policy rollouts for environment generation. The paper notes future work is needed to validate the approach on SWE agents and Computer-Use Agents, and a "version note" states more details/RSI (self-improvement) results are still to come in future versions.
Principia: Relational Physics Tests for Video Models →
Technical breakdown
Problem: Evaluating physical reasoning in generated video is hard because absolute motion measurements (velocity, acceleration, mass) depend on frame rate, object scale, and camera calibration, which are ambiguous or unavailable in generated video, and existing benchmarks (plausibility scoring, trajectory matching, single-phenomenon studies) either rely on subjective judgments or require recovering metric quantities.
Method: The authors introduce Principia, a benchmark of 529 real-world paired-object scenes (401 real + 128 augmented via image-editing models) across eight Newtonian phenomena (gravity, restitution, friction, rotational inertia, projectile motion, momentum, pendulum, mass-spring), each encoding a calibration-independent relational invariant (e.g., equal arrival times for blocks of different mass sliding down identical inclined planes) computed purely from SAM3-tracked pixel-space trajectories via a normalized consistency score Sφ = 1 − |Fφ(o1)−Fφ(o2)| / (|Fφ(o1)|+|Fφ(o2)|). They also build Principia-Synth, an Isaac Sim-based synthetic dataset with matched physics and "anti-physics" (constraint-violating) videos, to test VLMs' ability to detect relational physics violations.
Key results:
- No video generator exceeds a Principia score of 0.42 despite all six (Omni, Veo-3.1, Wan2.2-5B/14B, Cosmos-2.5-2B/14B) scoring around 0.8 on VBench visual quality.
- Wan2.2-14B is the best overall generator at 0.419, ahead of Omni (0.409) and Veo-3.1 (0.379); Cosmos-2.5-2B is lowest at 0.148.
- Scaling within an architecture is inconsistent: Wan2.2 5B→14B gains up to +0.40 (friction) but momentum consistency drops −0.05; Cosmos 2B→14B gains up to +0.24 (pendulum) but restitution drops −0.09.
- The best VLM (Gemini-3-Flash) achieves only 66.1% overall agreement detecting physics violations, with most models performing near chance (as low as 50.0% for Qwen-32B).
- Generation required ~2,600–2,800 A100-hours of compute across four open-weight models (e.g., Wan2.2-14B ≈1,100 A100-hours, Cosmos-2.5-14B ≈1,300 A100-hours).
Why it matters / caveats: The results directly challenge claims that current video generators function as physically consistent "world models," showing visual quality and physical fidelity are nearly orthogonal and that scale alone does not fix this. The benchmark is scoped to macroscopic Newtonian mechanics only (no fluids, soft bodies, or thermodynamics), and it does not automatically separate genuine physics violations from unrelated failures like hallucinated or missing objects.
Select, Compress, Reinvest: A Controlled Study of Visual-Token Allocation in Long-Video MLLMs →
Technical breakdown
Problem: Long-video MLLMs can only process a small fixed subset of frames from a much larger candidate pool (e.g., 8-64 frames from up to 3,600 seconds at 1fps), and published frame-selection methods cannot be fairly compared because they simultaneously vary the frame scorer, prompt boundary, resolution policy, and answering model, leaving unclear which design decision (selection, spatial compression, or reinvestment of saved tokens) actually drives accuracy gains.
Method: The authors run a matched, training-free controlled study holding one LongCLIP scorer, one answering model (primarily Qwen3-VL-8B-Instruct, with InternVL3-2B/8B and GPT-5-mini transfer checks), and one evaluation harness fixed, then intervene on three axes separately: Selection (which timestamps, frame count fixed) comparing uniform sampling, top-k, AKS, FOCUS⋆, LDDR-select, and Orthogonal Matching Pursuit (OMP, an unmodified 1993 greedy sparse-approximation algorithm); Compression (fixed timestamps, shrink per-frame spatial/token budget); and Reinvestment (spend the tokens saved by compression on more timestamps). Paired McNemar tests and two-one-sided equivalence tests (TOST) are used throughout on LongVideoBench, Video-MME, and LVBench.
Key results:
- OMP improves over uniform sampling by 5.69 points on LongVideoBench, 5.85 on Video-MME, and 11.81 on LVBench (p=5.1×10⁻¹⁰ on Video-MME, p=9.5×10⁻¹⁷ on LVBench), and stays within one point of LDDR-select on all three benchmarks.
- On LongVideoBench's 3600s bin, 8 OMP-selected frames (.5461) beat 16 uniformly sampled frames (.4770) by 6.9 points (p=.0011); on the 600s bin, 16 OMP frames (.6578) beat 32 uniform frames (.6044) by 5.3 points (p=.018).
- Spatial compression (halving per-frame token budget at fixed timestamps) changes accuracy by at most 0.44 points across benchmarks, and a TOST bounds the effect within ±3 points.
- Reinvesting freed tokens into twice as many compressed frames (k=16 at ~50% resolution vs. k=8 full-res) at equal-or-lower measured token cost gains +2.24 points on LongVideoBench, +3.04 on LVBench (p=.0009), and +1.56 on Video-MME.
- An implementation bug in the authors' own AKS baseline (a padding branch) caused it to silently replicate top-k for 99.5% of selected frames while moving LVBench accuracy by only 0.07 points, illustrating that aggregate accuracy can conceal near-total implementation errors; two independently controlled harnesses reproducing the same published rules at the same budget differed by 0.07–3.74 points.
Why it matters / caveats: The study argues frame selection is the dominant lever (more valuable than spending the same budget on more frames), spatial compression is nearly free but only pays off when reinvested, and a decades-old off-the-shelf algorithm (OMP) is competitive with purpose-built learned selectors — suggesting recent selectors' gains may come more from shared pipeline components than from the subset-selection rule itself. The authors note equivalence margins were chosen post hoc rather than pre-registered, results vary substantially by answerer-benchmark pair (e.g., InternVL3-8B is flat on medium/long Video-MME despite gains elsewhere), and several rows (FOCUS⋆, LDDR-select) are controlled reproductions rather than full original systems.
Let Confidence Change, Not the Prediction: Prediction-Preserving Repair for Post-hoc Calibration →
Technical breakdown
Problem: Post-hoc multiclass calibrators (e.g. Vector Scaling, Matrix Scaling, Dirichlet calibration) can silently change a classifier's top-1 prediction, and accuracy alone only reports the net effect of these changes on correctness, hiding how often predictions actually flip.
Method: The paper introduces the Top-1 Prediction Change Rate (TPCR) as a metric to count all prediction flips (including accuracy-neutral ones), and proposes CORD (Calibrator-Output Repair for Top-1 Decision Preservation), a post-fit adapter that repairs a fitted calibrator's output probability vector so its argmax always matches the original classifier's prediction. CORD renormalizes the calibrated conditional distribution over non-predicted classes and solves for the mass assigned to the original top-1 class via a single Lagrange-multiplier-coordinated scalar (closed-form Bernoulli-KL projection), fit once on the calibration split with no additional supervised map or tuned hyperparameter.
Key results:
- Applying Vector Scaling to a pretrained ResNet-50 on ImageNet-1K changes only 0.24 percentage points of accuracy but flips the top-1 prediction for 5.74% of examples, showing accuracy hides the true extent of changes.
- Across CIFAR-10/100 and ImageNet-1K (classifiers including VGG-16-BN, ResNet-56, WRN-26-10, DenseNet-121, MobileNetV2, ShuffleNetV2, RepVGG-A1, ResNet-50, ViT-B/16, Swin-T, ConvNeXt-T), TPCR and top-1 accuracy change span 0.07%–31.05% and −10.06 to +0.22 percentage points across dataset–calibrator pairs.
- CORD attains exactly 0% TPCR by construction while lowering mean ECE, NLL, and Brier score relative to direct calibrator outputs in every dataset, with statistically significant gains (Bonferroni-adjusted 95% bootstrap CIs above zero) that persist under distribution shift (CIFAR-10-C) and across calibration-set sizes.
Why it matters / caveats: Removing the preservation constraint from calibrator fitting and imposing it only at output time lets calibrators be more expressive without unpredictably overriding the original classifier's decision — useful wherever the classifier's prediction itself (not just its confidence) must remain stable and auditable.
Percolation Dynamics in Optimization: Variance Cascades and Discrete Scale Invariance →
Technical breakdown
Problem: SGD is known to collapse deep networks toward simpler, low-rank subnetworks via architectural-symmetry-induced invariant sets, but the temporal dynamics of how and when this collapse occurs — and why it produces anomalies like delayed generalization ("grokking") — is poorly understood.
Method: The authors model stochastic gradient flow (SGF) near invariant sets as an Itô SDE, prove subnetworks become "stochastically attractive" and trapped via a local supermartingale argument (Theorem 3.3), and formalize subnetwork merging/splitting as a Reeb graph that is renormalized into a percolation graph. They show architectural symmetries (Sn permutation groups) force discrete, simultaneous multi-body block-merges rather than continuous Erdős–Rényi-style edge attachment, derive that this produces Discrete Scale Invariance (DSI) — a geometric cascade of critical transition densities — and track it empirically via the relative variance Rv(p) of the percolation order parameter across training trajectories. They extend the trapping mechanism to Adam/AdamW under an explicit heavy-tailed gradient noise assumption using truncated moments and a z-transform analysis of the EMA filters.
Key results:
- In a Transformer trained on modular arithmetic, grokking coincides with a 3-peak DSI cascade immediately preceding the performance spike, with scaling factor λ = 2.11 and a phase-randomized spectral-null false positive rate of 0.1%.
- The same DSI cascade structure is observed across UCI tabular classification (Heart Disease) and vision benchmarks (FMNIST), with fractional scaling factors consistent with pairwise or higher-order merges.
- Theoretical kinematic verification confirms a λ = 2 DSI baseline in toy models.
Why it matters / caveats: The framework offers a mechanistic, physics-inspired (percolation/phase-transition) explanation for grokking and related optimization anomalies, and suggests DSI variance spikes could guide learning-rate scheduling; the authors note the discontinuity's survival at practical (finite) network widths remains unconfirmed, and the Adam/AdamW extension is validated only preliminarily on the grokking experiment, with systematic large-scale validation left as future work.
QCell: Recombining and Aligning Cell Queries for Overlapping Instance Segmentation →
Technical breakdown
Problem: Instance segmentation of overlapping, semi-transparent cells in microscopy is hampered by weak boundaries and blended visual evidence in overlap regions, and existing methods rely on local region-of-interest features or shape priors that lack global reasoning across overlapping objects.
Method: QCell extends the MaskDINO query-based detection/segmentation framework with two additions: (1) an instance recombination module that decomposes each transformer decoder query into amodal, visible, and invisible sub-query representations (via lightweight MLP heads), each supervised with BCE+Dice losses against ground-truth component masks, then recombined via an MLP with consistency regularization; and (2) a contrastive query alignment objective that repurposes DN-DETR-style denoising queries as stable anchors, combining an InfoNCE-based instance-discriminative loss with a cosine alignment loss to separate queries of different overlapping cells in latent space. The authors also introduce a new "Organoids" benchmark dataset for overlapping cell instance segmentation.
Key results:
- On ISBI2014 (cervical cytology), QCell achieves 65.9 AP, 92.3 F1, and 78.6 AJI, improving over the MaskDINO baseline by +2.2 AP, +2.3 F1, and +2.7 AJI, and outperforming prior methods (Mask R-CNN, ORCNN, VRSP-Net, BCNet, AISFormer, PCTrans, GAInS).
- On Revvity-25 (brightfield cancer cells), QCell reaches 52.9 AP, 86.4 F1, and 73.6 AJI, the best among compared methods.
- On the new Organoids benchmark (up to 105 instances per training image, average 96 per test image, max 223), QCell remains competitive, achieving 50.5 AP and 71.6 F1 (per Table 2).
Why it matters / caveats: Query-level (rather than region-level) decompose-and-recombine reasoning enables global inter-instance attention for de-overlapping without dependence on upstream RoI predictions; the new Organoids dataset is noted as "available upon request" rather than fully public, and gains on the hardest, densest Organoids benchmark are more modest than on ISBI2014.
VeriPhy: Agentic Physical Reasoning for World Model Evaluation and Refinement →
Technical breakdown
Problem: Existing video-generation evaluators for physical plausibility either produce an unauditable scalar quality score or organize physical checks as benchmark-specific, rubric-bound protocols, so no single system compiles open-ended prompts into typed physical obligations and returns evidence-traceable, per-claim verdicts.
Method: VeriPhy uses a text-only planner (built on Qwen3-VL-30B-A3B-Instruct in BF16) that compiles a prompt into typed physical obligations and a statically validated execution plan before any frame is observed; a video-aware semantic verifier then reads timestamped frames on a shared audio/video clock and lets observations gate/scope calls to frozen low-level specialist tools — SAM 3 (segmentation/tracking), TAPNext++ (tracking), a monocular depth model, PaddleOCR, and FlexSED (audio-event detection) — with a closed model (gpt-5.6-sol) as fallback verifier. Each specialist call returns a provenance-carrying evidence record (typed measurement or tagged learned state), and typed resolvers with fixed composition rules map these to three-valued claim states (supported/contradicted/unknown → plausible/implausible/abstain). The paper also builds a simulation-conditioned generation testbed using MuJoCo-derived depth/silhouette controls fed to a frozen Wan 2.2-VACE video generator.
Key results:
- On a 149-clip evaluation core with 304 human-annotated flaw records, VeriPhy accounts for 228 flaws (75.0% recall: 191 whole + 37 partial matches), finding every annotated flaw on 91 of 149 clips.
- A published question-decomposition evaluator on the same clips/claims/model matches only 164 flaws (53.9%: 125 whole + 39 partial).
- A monolithic single-pass prompt to the same backbone model (no planning/tools) matches 222 flaws (73.0%), showing recall alone does not separate VeriPhy's agentic organization from simple prompting — the key differentiator is that every VeriPhy decision retains an auditable evidence record and provenance.
Why it matters / caveats: The auditable evidence-trace design gives a concrete interface for feeding physical diagnoses back into video generation (future work), but the authors explicitly caveat that the reported analysis is recall-only, single-annotator, not held out, and characterizes the current system rather than its generalization; precision cannot be measured since every clip in the benchmark carries at least one flaw.
A Common Measure of Communication for Speech Brain-Computer Interfaces →
Technical breakdown
Problem: Speech brain-computer interface (BCI) studies use different datasets, recording modalities, and especially different supported vocabularies, so reported accuracy/WER scores are not comparable across studies, and there is no agreed way to define what distribution of words a system should let a user communicate or how much of that distribution it actually conveys.
Method: The authors derive open-vocabulary mutual information (OVMI), decomposing standard mutual information I(X;Y) between intended word X and decoded word Y into a binary-entropy lexical-coverage term H2(C(S)) plus the OVMI term C(S)·I(X;Y|X∈S) — i.e., in-vocabulary mutual information weighted by lexical coverage C(S), the probability that a word drawn from an external reference distribution p (e.g. SUBTLEX-UK subtitle word frequencies) falls inside the decoder's supported vocabulary S. They give both a general confusion-matrix-based estimator and a scalar "Wolpaw-like" estimator (Corollary 1) usable when only scalar accuracy is reported, generalizing Wolpaw's information transfer rate as a special case.
Key results:
- A toy example: a 50-word, 100%-accurate System A yields only 0.28 OVMI bits (5% lexical coverage) versus a 1,000-word, 50%-accurate System B yielding 3.98 bits (100% coverage) — accuracy ranks A above B while OVMI ranks B above A.
- Selecting vocabularies to maximize OVMI (rather than by frequency) improves held-out word accuracy with peak relative improvements of 15.4%, 16.3%, and 8.4% across three test domains (TIMIT, podcast conversations, Sherlock Holmes), using a decoder trained on LibriBrain100.
- OVMI is used to compare three landmark invasive speech-decoding studies (Moses et al. 2021, Willett et al. 2023, Card et al. 2024) and non-invasive systems on a common scale, exposing coverage-vs-fidelity trade-offs invisible to standard accuracy/WER metrics.
Why it matters / caveats: OVMI gives the fragmented speech-BCI field a principled cross-study comparison metric and a vocabulary-design objective; the authors caveat that their retrospective comparisons rely on the scalar estimator (since confusion matrices are rarely reported), OVMI penalizes out-of-vocabulary words as fully unsupported, and a higher OVMI does not by itself imply a more clinically useful system.
Locked at the Entrance, Open Inside: Where RLVR Narrows the Solution Space →
Technical breakdown
Problem: RLVR (reinforcement learning with verifiable rewards) boosts single-sample accuracy (pass@1) in LLM reasoning but causes the policy's solution space to contract, reducing the benefit of test-time scaling (repeated sampling); it was unknown whether this loss of diversity happens because the policy fails to access valid solution paths or fails to execute them once started.
Method: The authors use the Countdown arithmetic task, whose solution space can be exhaustively enumerated and partitioned into discrete "entrance families" (defined by the first operand and operator), to disentangle access from execution. They train Qwen2.5-3B with PPO (following TinyZero) and evaluate an open-source Qwen2.5-3B-Instruct GRPO checkpoint series, tracking per-instance solution coverage Cov(x), family-access probabilities via teacher-forced prefix log-probabilities, and conditional execution capability by clamping generation to solver-constructed entrance prefixes. They further test recovery interventions including layer-specific parameter interpolation (blending late-checkpoint layers 20–28 with step-50 weights), checkpoint sampling, and reasoning-phase logit mixing, and validate generalization on six math benchmarks (GSM8K, MATH500, Minerva Math, OlympiadBench, AMC23, AIME24) with 7B/14B Qwen models, DeepSeek-R1-Distill-Qwen-7B, and the OLMo-3 SFT–DPO–RLVR pipeline.
Key results:
- Under PPO on Qwen2.5-3B (steps 50→275), pass@1 increases more than fiftyfold while overall solution coverage collapses 67%, from 0.337 to 0.111 (at n=320 samples); the public GRPO series shows accuracy tripling while solution coverage drops 43%, with entrance-family coverage falling from 0.932 to 0.571 and entrance Shannon entropy dropping from 1.585 to 0.760 nats.
- Per-token log-likelihood divergence is 16× (PPO) and 11× (GRPO) larger prior to the first arithmetic operation than across all subsequent reasoning steps, localizing the contraction to the "entrance."
- Supplying an unselected, solver-constructed entrance prefix restores completion rates in low-access families by over an order of magnitude (0.018 → 0.212 under PPO), showing alternative solutions remain executable but are no longer initiated; late-layer parameter interpolation with early checkpoints increases solution coverage by 37% at no loss in pass@1.
Why it matters / caveats: The findings suggest RLVR-driven diversity collapse is a fixable, localized "gatekeeper" problem (entrance selection) rather than an inherent loss of downstream reasoning capability, and that staged SFT–DPO–RLVR training (as in OLMo-3) or an SFT-only baseline (retaining more than double the solution coverage) can avoid the tradeoff — pointing to training-recipe changes rather than architecture changes as a mitigation; surface-level prompting and temperature scaling were found not to recover diversity, and results on non-enumerable benchmarks rely on structural proxies (first-calculation entropy, distinct-trace rate) rather than exact coverage.