AI papers — 2026-08-14
Jump to one of 25 papers
- DreamX-Phi 1.0: Action-Conditioned Video World Model for Robotic Manipulation
- Alaya-EVOKE: From Linear-Scaling Supervision to Endless World
- LLMRouter: Unified Infrastructure for Developing, Evaluating, and Deploying LLM Routers
- DarwinX: Evolving Agent Harnesses Through Natural Selection
- Intern-S2-Preview: Scientific Agentic Foundation Model
- PlayWorld: Benchmarking World Models with Agent Players over Long-Horizon Objectives
- AutoDesign: Meta-Harness Optimization for Long-Horizon Agentic Design
- Spatial Memory Agent: Experience-Grounded Procedure Memory for Spatial Intelligence
- Massive Activations in Hybrid Linear Attention Large Language Models: Pre-Attention Spikes and Inter-Spike Plateaus
- UniSwap: Streaming Audio-Visual Identity Swapping for Talking Videos
- LiveAnimate: Stable Long-Form Streaming Human Animation in Real-Time
- How Can Rhetoric Reward-Hack AI Reviewers? Dissecting Rhetorical Sensitivity in AI-Based Peer Review
- An AI4AI Framework for Visual Token Pruning
- H2R-Bench: Benchmarking Human-to-Robot Manipulation Video Generation in World Models
- AVA-Encoder: Towards Agent-Native Video Representation Learning
- Full-bandwidth transformer
- LycheeMemory V2: Efficient Long-Term Memory for LLM Agents via Semantic Segment-Level Consolidation
- OmniScientist: An Omni-Modal Omni-Discipline AI Scientist
- SKILLER: Language-Level Reinforcement Learning for Reusable Skill Extraction in Small Language Models
- PixSDS: Why Latent SDS Makes Noisy Pixels
- Are You Sure You're Sure? On the Impact of Instruction Tuning on Confidence and Lexical Diversity
- CW-BASS v2: Saturation-Aware Pseudo-Label Selection for Semi-Supervised Segmentation under Foundation-Model Teachers
- Specification-first convergence with an AI coding agent: a case study of dismantling a core architectural invariant across 189 files in a 717k-line codebase with no test oracle and no human code review
- TailBooster: A Dual-Layer Generative Framework for Extreme Value Augmentation with Operational Validity Enforcement
- Knowing When to Quit: Diagnosing and Training LLMs to Abort Futile Reasoning
DreamX-Phi 1.0: Action-Conditioned Video World Model for Robotic Manipulation →
Technical breakdown
Problem: Video-based world models for robotic manipulation can generate photorealistic rollouts that nonetheless fail to faithfully follow the prescribed action trajectory, moving the wrong arm, missing the target object, or losing scene/object consistency during interaction.
Method: DreamX-Phi 1.0 is built on Wan2.2-TI2V-5B, a video diffusion transformer, and predicts future RGB video from an observed frame, language instruction, and bimanual end-effector action trajectory (poses + gripper states) under a flow-matching objective. Actions are injected via arm-grouped PRoPE-style geometric attention (adapting GTA/camera-relative positional encoding to treat each arm's SE(3) trajectory as a group-action transform on attention Q/K/V, with gripper state added as a per-arm bias), plus a robot-only optical-flow cue for image-plane localization. Training adds a lightweight depth branch (supervised against Depth Anything 3-style latents via MSE) for scene geometry, SAM3-derived object masks to reweight the RGB flow-matching loss toward the manipulated object, and a frozen V-JEPA teacher supplying a Gram-matrix relational consistency loss over object features. The multi-step generator is finally distilled into a few-step student via DMD2-style distribution-matching distillation with an adversarial GAN loss. Training data spans Ego4D, AgiBot World 2026, InternData-A1, Cosmos3-DROID, RoboCOIN, and RoboTwin 2.0 (25,000 action-annotated bimanual clips, super-resolved with DreamX-Refiner).
Key results:
- Ranked first among 31 entries on WorldArena 2.0 Track 1 (August 12, 2026 snapshot) with an EWMScore-P of 60.65.
- Tied for second place on WorldArena 2.0 Track 2, achieving a 67.19% success rate on Adjust Bottle policy-training evaluation using a π0.5 policy (leader WOVR-PLUS: 68.75%).
- Achieved an offline EWMScore-P of 76.88 on WorldArena 1.0 Track 1 (Clean-50 protocol), 3.24 points above the leading official leaderboard entry (UNIS, 73.64) in that snapshot.
- On WorldArena 2.0 Track 1, DreamX-Phi scored highest among displayed systems on several component metrics, e.g., Physics Adherence (57.36) and Interaction Quality (57.15), versus next-best entries around 53.7 and 49.8 respectively.
Why it matters / caveats: The results suggest geometry-aware action conditioning (per-arm SE(3) attention) combined with depth and object-centric supervision meaningfully improves both video prediction fidelity and downstream policy-training utility for bimanual manipulation. Stated limitations: evaluation is restricted to WorldArena/RoboTwin benchmarks with Track 2 covering only the single Adjust Bottle task, so generalization to other tasks, embodiments, and real robots is unverified; leaderboard scores reflect the full system without component-wise ablations; and the model only predicts video from externally supplied actions rather than generating actions itself (a joint world-action model is left to future work).
Alaya-EVOKE: From Linear-Scaling Supervision to Endless World →
Technical breakdown
Problem: Interactive world models must jointly support persistent memory, responsive interaction, and long-horizon generation, but retaining history in the denoiser's context or key-value cache causes per-step cost to grow with session length, while the low-latency few-step generators needed for interactivity are limited to whatever long-horizon and dynamic-conditioning capabilities their (typically short-horizon, single-prompt) teacher expresses.
Method: Evoke decouples persistent world state from the denoiser: scene geometry from generated frames is lifted via monocular depth (Depth Anything 3) into an external, camera-pose-indexed world state bank, and only geometry relevant to the current view (up to 8 co-visible sources, rendered via batched projection with z-buffering and a visibility mask) is retrieved as pixel-space warp conditioning, keeping denoiser context and positional range independent of session duration. The teacher ("Evoke Teacher"), built on the 14B Wan2.2 A14B diffusion transformer (sharing its backbone with a LoRA-adapter critic), uses chunk-wise sparse attention (9-latent-frame chunks with a sink frame, local context, compressed nearby frames, retrieval of selected distant frames, and a linear-attention global state) for linear-cost attention, plus per-chunk (12s-segmented) text conditioning to expose prompt changes mid-rollout. A ~30s (189 latent frame / 20-chunk self-forced rollout) full-window distribution-matching (DMD) objective, with history detached between chunks to bound gradient/activation memory, transfers long-range stability and dynamic conditioning to a three-step, CFG-free student (built on Helios, trained on the Sekai video dataset plus internal data) that generates chunks over a 3-step coarse-to-fine latent pyramid (12×20, 24×40, 48×80).
Key results:
- On a single H200 at 384×640, each 1.5s chunk is generated in 2.11s (diffusion wall clock), with per-step cost bounded even after 65.5-minute (2,619-chunk) rollouts once the geometry retention budget (90s / up to 720 active frames) is filled.
- On the WBench navigation split (n=158), Evoke achieves the best or near-best group averages among evaluated few-step systems: Video Quality avg. 82.79, Setting avg. 83.76, Physical avg. 78.63, and near-top Consistency (86.87), outperforming baselines like Yume 1.5, Matrix-Game 2.0, HY-World 1.5, HY-GameCraft, LingBot-World, Genie 3, and Happy Oyster.
- Despite only 3 CFG-free denoising steps, Evoke scores 66.77 on VBench-2.0 (ranked 1 of top-10, ahead of Veo 3's 66.72) and 85.11 on VBench-Long (ranked 7 of top-10, close to Veo 3's 85.06, behind IPOW's 88.26).
- The long-horizon-teacher-distilled student retains 101% of its opening brightness after long rollouts versus 74% for a short-horizon-teacher counterpart (7 of 8 test clips improved, Wilcoxon p=0.016), demonstrating transferred photometric drift resistance.
- Pose-addressed geometric recall: when retention window covers the time away, revisit PSNR improves by 2.3–3.2 dB over shorter retention (20 of 21 controlled comparisons follow this pattern), plateauing at 15.4–17.8 dB (recognizable, not pixel-faithful).
- Timed prompt switching ("evocation") realizes a mid-session clause in 67% of cases for unanchored content vs. only 4% when it would require overwriting geometry already anchored in the world state bank.
Why it matters / caveats: The bounded-context, externalized-memory design enables open-ended generation (demonstrated with seven uninterrupted two-hour rollouts) at fixed per-step cost, making long-duration interactive world models computationally practical without ever-growing context. Stated limitations: the geometric world state captures only coarse scene structure with limited fine-grained object identity/appearance consistency; it does not yet model dynamic object state/motion evolution; and further inference acceleration (higher-compression VAEs, more efficient generators, cheaper geometric conditioning) is still needed for true real-time use. The paper also notes stability results are drawn from a single long-session run (n=1) and should be read as evidence against runaway degradation rather than proof of permanent scene-identity preservation.
LLMRouter: Unified Infrastructure for Developing, Evaluating, and Deploying LLM Routers →
Technical breakdown
Problem: Existing LLM routers (binary predictors, cost-aware cascades, graph-based, agentic, personalized) use incompatible formalisms and codebases, and there is no standardized, cost-aware evaluation pipeline, making fair comparison and extension of routing methods difficult.
Method: The authors formulate LLM routing as a sequential decision process in which a router observes state s=(query, user context, interaction history) and takes actions from a candidate pool M or a terminating action, characterized by five components: context encoder Eq, model encoder Em, scoring function g, decision rule d, and learning signal L; existing routers are grouped into single-turn, multi-turn, and personalized families under this scheme. They build LLMRouter, an open-source library with a MetaRouter interface (new routers implement only route_single/route_batch plus a BaseTrainer loss_func) that includes 16+ built-in routers (e.g., kNNRouter, SVMRouter, MLPRouter, EloRouter, MFRouter, RouterDC, Hybrid LLM, AutoMix, GraphRouter, CausalLM, Router-R1, GMTRouter, PersonalizedRouter), an automated three-stage data engine (query curation, response collection across an 18-model candidate pool spanning 7B–671B parameters served via Together API and NVIDIA NIM, and metric scoring/pricing), and deployment via an OpenAI-compatible server integrated with OpenClaw (Slack/Discord) and a ComfyUI visual interface. Using this pipeline they construct xRouteBench, a 4,767-instance, 5-track benchmark (Generic LLM Tasks, Memory, Vision, TimeSeries, Personalized) built from datasets including MMLU, MMLU-Pro, GSM8K, MATH, AIME, MBPP, HumanEval, LoCoMo, LongMemEval, Geometry3K, MathVista, Charades-Ego, TSRBench, Chatbot Arena, and MT-Bench.
Key results:
- Learned routers achieve a 14.6% relative improvement over the strongest fixed-model baseline (largest-LLM-always), because the largest model is dominated by learned routing on the performance-cost frontier.
- On the personalized track, GMTRouter reaches 68.78% persona-judge accuracy vs. 67.86% for PersonalizedRouter and 66.40% for the best user-agnostic router (EloRouter).
- On live Slack deployment with real users (15 users, 40 sessions, 234 pairwise records), PersonalizedRouter tops held-out preference-matching accuracy at 83.05%, while GMTRouter (the simulated winner) drops to sixth place, showing weak transfer from persona-judge to real feedback.
- In multi-agent system routing across five coordination topologies (Star, Tree, Graph, Chain, Plan-Exec-Sum), MFRouter attains the best average accuracy of 76.48 vs. 71.48 for always using the largest model, with six of seven learned routers beating the largest-model baseline.
- Router rankings shift substantially with the cost weight β: RouterDC tops Generic LLM Tasks at β=0 but falls to 10th of 11 under the most cost-sensitive setting, while MLPRouter is near the bottom on Vision at β=0 but becomes best for every β≥0.4.
- Multi-turn routing (e.g., Router-R1, kNN-/LLM-MultiRound) does not consistently beat single-turn routing, as extra decomposition/aggregation rounds add cost and redundant information and depend on the capability of the base model performing them (Qwen2.5-3B-Instruct).
Why it matters / caveats: LLMRouter provides a common infrastructure and benchmark for comparing routing methods on equal footing (same candidate pool, queries, and cost-aware metrics), which the authors argue was previously impossible; it also demonstrates practical value in real deployment (Slack) and multi-agent settings. A stated caveat is that no single router dominates across tasks or cost budgets, so router choice must match the specific performance-cost operating point, and simulated (persona-judge) personalization rankings do not fully transfer to real human preference feedback.
DarwinX: Evolving Agent Harnesses Through Natural Selection →
Technical breakdown
Problem: Existing self-improving LLM agent harnesses rely on single-lineage keep-best search that is path-dependent and prone to cross-task interference, where a local edit that fixes one task family silently regresses another, causing evolution over broad task distributions to stagnate.
Method: DarwinX evolves an agent's harness (prompts, tools, skills, control flow) while freezing the base model, using population-based selection over an archive of harness variants rather than single-lineage hill climbing. A preserve-and-extend contract admits a child variant only if it achieves net gain g(c) > 0 with bounded regression R(c) ≤ δ, verified in two stages (a permissive promote/revert verdict from a reasoned verifier agent, then a stricter avg@k re-test with a preservation probe before the variant can steer future search). Complementary specialist branches (each solving a different task subset) are merged when the merged child's solved-task set covers the union of its parents' wins, and edit proposals draw on three interchangeable signal types: failure-derived diagnosis, teacher-derived demonstrations, and self-derived pass/fail rollout contrast. The system (called Monet when running an evolved harness) is evaluated on GPT-5.5/GPT-5.6 and Opus 4.8 bases across Terminal-Bench 2.1, TerminalWorld, WebArena-Infinity, and SWE-bench Verified.
Key results:
- Terminal-Bench 2.1 (frozen GPT-5.5): base Monet 75.5% → DarwinX-evolved 83.2% avg@5 (+7.7 points); on GPT-5.6 Sol reaches 84.7%, at the frontier of the verified leaderboard (vs. Claude Code + Fable 5's 83.8%).
- TerminalWorld held-out generalization (41 disjoint tasks, Opus 4.8): 25/41 (61.0%) base → 28/41 (68.3%) evolved, ahead of Claude Code (65.9%) and every off-the-shelf agent tested; four archived specialists solved 24-27 tasks each on different subsets, and the merged harness (28) beat every individual specialist.
- WebArena-Infinity synthetic-to-real transfer (1,260 real tasks, GPT-5.5): audit-clean pass@1 rose from 43.5% to 93.0% (+49.5 points), with invalid/cheating trajectories falling from 293 to 17 and evaluation-plane, privileged-host, and exploit violations disappearing entirely.
- Cross-benchmark transfer: the Terminal-Bench 2.1-evolved harness run unchanged (no in-domain feedback) on all 500 SWE-bench Verified issues (Opus 4.8) reached 84.2% pass@1, +3.4 points over an 80.8% fix-skill reference harness.
- Ablation: the evolved TB2.1 harness added seven skills, all in one verification/artifact-contract family (e.g., verifier-contract, artifact-verification-loop); gains concentrated in procedural/setup-heavy clusters (ML & scientific computing +14.8 pts, data/database +13.8 pts) while already-strong clusters (system admin, security) stayed within noise, with no cluster regressing beyond noise.
- Reward-hacking audit on TB2.1 found only 2 of 370 rewarded trajectories flagged, both isolated single-trial events (one a false positive), rather than a harness-level exploit.
Why it matters / caveats: The results show that with model weights entirely frozen, restructuring only the harness via population-based selection can match or exceed frontier agent scaffolds and transfer across task distributions and verifiers, framing harness evolution as a durable, reusable capability investment independent of model upgrades. The authors note limitations: cross-benchmark transfer was tested in only one direction (TB2.1 → SWE-bench Verified, not the reverse) because the SWE-V in-loop signal scored trajectory completion rather than official test resolution; TerminalWorld's held-out set is only 41 tasks so single-solve changes shift pass@1 by 2.4 points and the matched-model comparison is only suggestive (McNemar p=0.45); and the paper's attributions (e.g., verification-before-finalization as the shared mechanism) are exploratory rather than causally isolated, since archive, parent selection, and merge operators were not independently ablated.
Intern-S2-Preview: Scientific Agentic Foundation Model →
Technical breakdown
Problem: General-purpose LLMs and existing scientific multimodal models are not designed for sustained, tool-grounded, long-horizon scientific workflows that require reasoning over heterogeneous evidence (text, images, time series) and repeated interaction with tools and environments.
Method: Intern-S2-Preview-397B is a scientific agentic foundation model trained via a staged pipeline: continual pre-training on scientific documents using Visual Pre-training (predicting visual latents from rendered pages), interleaved image-text data built via MinerU2.5-Pro OCR/layout parsing with visual-gain filtering, and a large-scale Milvus-based image retrieval pipeline; then post-training with SFT, scalable multi-task RL using Group-level Entropy-Controlled Policy Optimization (GEPO), a black- and white-box agentic RL framework (harness × task abstraction, integrating harnesses like Claude Code, OpenClaw, OpenHands, Mini-SWE, and tasks from SWE-bench/SWE-Gym/R2E-Gym plus a self-evolving skill-graph task-synthesis system), and on-policy distillation (following the Nemotron 3 Ultra recipe) to merge separately-trained reasoning and agentic expert policies. Architecturally it upgrades a time series encoder (compressive patching + channel-wise Transformer, supporting up to ~300,000 time steps) and adds a dedicated numerical forecasting branch, plus a separate Memory Decoder (Intern-MemDec-4B) that attaches domain-specific parametric memory to the frozen 397B backbone via a token-level fusion router. Efficiency techniques include partial rollout with off-policy correction (Rollout Routing Replay, bidirectional KL masking), adaptive length regularization, and online speculative decoding.
Key results:
- Leading/SOTA scores on scientific benchmarks: Biology-Instructions 56.92, Mol-Instructions 52.37, SciReasoner 63.97, best open-source on MolecularIQ (61.49), TOMG-Bench (65.66), XLRS-Bench (51.97), MicroVQA (68.81).
- Best open-source results on general benchmarks: MMLU-Pro 89.75, SimpleQA-Verified 69.90, MMMU-Pro 80.46, ChartQAPro 69.65.
- Speculative decoding gives ~2x rollout speedup and 1.7x end-to-end RL training speedup; horizon predictor for time-series forecasting reaches 99% accuracy.
- Upgraded time series encoder achieves ~5-6x faster inference and ~80% GPU memory reduction versus Intern-S1-Pro at max sequence length, while surpassing it on 7 of 9 shared SciTS understanding tasks (e.g., PHU01 F1 rises from 36.8 to 66.9).
- On SciTS forecasting, the model outperforms specialized time series baselines (e.g., Moirai-Large, TimeMoE-Large, Chronos-bolt) with notably lower MAPE on ENG02/ENG03/MEG03/PHG02/URG05; achieves a zero-shot MASE of 0.785 on GIFT-Eval.
- Intern-MemDec-4B raises Biology-Instructions average score from 56.92 to 60.32 without modifying the frozen 397B backbone, while leaving general/multimodal benchmark scores largely unchanged.
Why it matters / caveats: The results suggest a single foundation model can combine scientific multimodal reasoning, numerical time-series forecasting, and long-horizon agentic tool use, and that domain specialization can be added modularly (Memory Decoder) without retraining or degrading the base model. The authors explicitly describe Intern-S2-Preview as a "preview system," noting future work is needed to improve reliability over longer scientific workflows, expand domain-specific memories and task environments, strengthen verifiers, and deepen integration with specialized scientific tools; on science-oriented agentic tasks it trails GLM-5.2.
PlayWorld: Benchmarking World Models with Agent Players over Long-Horizon Objectives →
Technical breakdown
Problem: Existing world-model benchmarks drive models with predefined, fixed action trajectories, but because interactive world models differ in action granularity and response dynamics, identical low-level controls (e.g., three "turn" commands) can produce very different movement magnitudes across models, making cross-model comparison on long-horizon objectives (e.g., "turn 360 degrees and revisit a landmark") unreliable.
Method: The authors introduce PlayWorld, a benchmark of 171 human-annotated scenarios, each pairing an initial world image, a scene-grounded long-horizon objective, and a shared human-written basic action sequence (W/A/S/D, arrow keys, WAIT). An "Agent Player" — a replaceable multi-modal agent (Claude Haiku is used by default, chosen over Claude Sonnet and Gemini 3.1 Pro after comparison) — observes each generated frame plus prior actions and adaptively issues Keep/Stop/Extend/Correct/End decisions to adjust the basic action sequence online, closing the loop with an agent interface that translates decisions into each evaluated model's native controls (via browser automation for web-based models, or direct chunk-wise generation for local models). Rollouts (10–60s, up to a 40-step budget) are scored by a VQA rubric verifier in which Gemini 3.1 Pro answers sample-specific weighted Yes/No questions across four dimensions — geometry consistency, interaction fidelity, out-of-sight evolution, and insight evolution — gated by dimension-specific trajectory/reachability validation and aggregated into a 1–5 score. Basic ability is separately measured with VBench metrics (aesthetic/imaging quality, motion smoothness, temporal flickering), temporal consistency (Omni-WorldBench), depth stability (MemoBench), subject consistency (HyDRA), and VGGT-estimated translation/rotation pass rates for action controllability.
Key results:
- Benchmark spans 171 cases, 50 action patterns, 820+ VQA questions, and produced 1,400+ interactive videos across 9 evaluated world models (Genie 3, HappyOyster, LingBot-World, LingBot-World2, HY-World2, SANA-WM, Hunyuan-GameCraft-2, HY-WorldPlay, Matrix-Game-3.0).
- On the rubric-based VQA evaluation, Genie 3 scores highest on geometry consistency, interaction fidelity, out-of-sight evolution, and overall; LingBot-World2 leads insight evolution; HappyOyster ranks second overall; out-of-sight and insight evolution scores are consistently lower than geometry/interaction scores across all nine models.
- Ablating the Agent Player's control strategy: on Genie 3, Preset+Agent (adaptive) reaches 65.6% human preference vs. 39.6% for a fixed preset trajectory and 29.2% for fully agent-planned trajectories; on HappyOyster, 67.4% vs. 40.8% vs. 24.4%, while the agent modifies only ~12–15% of actions.
- Agent-model comparison: Claude Sonnet gives the highest Trajectory Score (1.24), while Claude Haiku gives the highest human preference (57.8%) and lowest decision latency (3.83 s/call vs. 6.21 s for Sonnet).
- Basic-ability metrics show most models score highly on video quality (>90% on several VBench-style metrics) but action controllability is much weaker and inconsistent (translation pass rates ranging roughly 18–76% across models), and SANA-WM attains a relatively high trajectory-validation pass rate yet only modest rubric scores, showing trajectory control and world-model capability can diverge; HappyOyster tops the aggregate Basic Ability Score without having the strongest long-horizon capability.
- Human validation with 600 pairwise judgments found consistently positive Spearman rank correlations between the VQA rubric scores and human preference across all four dimensions and the overall score.
Why it matters / caveats: The benchmark provides an automated, closed-loop evaluation protocol that better mirrors how humans probe interactive world models with high-level goals rather than fixed control scripts, and exposes that current systems (including closed-source Genie 3 and HappyOyster) remain unreliable at maintaining global spatial consistency (e.g., duplicating landmarks like the Taj Mahal at different viewpoints during an orbit) and at sustaining persistent state evolution while objects are out of view or during long unobserved processes; the paper notes automatic video-quality/controllability metrics alone are insufficient proxies for long-horizon world-model capability.
AutoDesign: Meta-Harness Optimization for Long-Horizon Agentic Design →
Technical breakdown
Problem: Existing multimodal design systems (e.g., paper-to-poster generators) treat critic feedback and human preferences as transient, per-attempt signals rather than persistent, reusable knowledge, so the production harness itself never improves across tasks.
Method: AutoDesign frames multimodal artifact generation as a meta-harness optimization problem with two nested loops: an inner loop where a design harness (a Designer module plus rule-based validator and VLM-based critic, operating on editable HTML artifacts) iteratively generates and revises an artifact, and an outer loop where a meta-harness optimizer — a coding agent acting as planner and code editor — inspects rollout trajectories and evaluation scores across tasks and proposes a bounded update to exactly one of five harness components (Context & Memory, Tools & Specifications, Execution Runtime, Orchestration, Evaluation & Feedback). Updates are admitted only via an acceptance gate requiring improvement on a training set and no regression on a held-out development set, with an optional human-in-the-loop channel to redirect search or fix evaluator bias. This process is instantiated for academic paper-to-poster generation, producing the executable system DesignHarness, and evaluated with a new benchmark, PosterBench (100-paper Main Track across five disciplines plus a 10-paper PosterBench-mini), scored on a seven-dimension rubric (Faithfulness, Coverage, Density, Visual Evidence, Layout, Readability, Aesthetics) combining rule-based checks and VLM judgments.
Key results:
- On the PosterBench Main Track (100 papers), AutoDesign (DesignHarness + Claude Code + Claude 4.8) scores 78.32, beating Claude Design by 7.45 points and OpenDesign by 8.87 points.
- Across seven controlled model/coding-agent configurations on PosterBench-mini, attaching DesignHarness raises the average PosterBench Score from 54.99 to 67.39 (+12.4%), with per-configuration gains of 5.0 to 19.6 points (e.g., DeepSeek V4 Pro with Claude Code: 34.73 → 54.29, +19.56).
- The meta-harness optimization trace for one paper rises from 49.00 (initial harness) to an 80.88 autonomous plateau, reaching 88.39 after human-guided redirection.
- In a fully autonomous run, DesignHarness executes 253 tool calls and 11 editing turns in about 40 minutes for under $3; across the whole development process it invoked 224 subagents and accumulated 54 accepted harness updates over 7 days (at least 123 recorded iterations).
- In a system-blind human study (11 reviewers, 936 responses: 933 rankings + 3 skips), AutoDesign has the highest Bradley–Terry win probability at 64.0% (95% CI 55.2–77.8%), and PosterBench-preferred posters align with human preference in 74.4% of pairs with score gaps ≥20 points (vs. 51.9% for gaps of 0–3 points).
- Cost–performance Pareto frontier spans LongCat-2.0 (55.13 score at ~$0.27/poster) to GPT-5.5 (81.46 at ~$10.02/poster); Doubao Seed 2.1 Pro reaches 88% of GPT-5.5's score at 27% of its cost.
Why it matters / caveats: The results suggest harness-level optimization (improving the surrounding agentic system rather than model weights) can yield large, transferable quality gains across different underlying models and coding agents at low per-artifact cost. Stated limitations: PosterBench formally validates only academic posters (slide, webpage, and video outputs remain unevaluated pilots), the outer loop updates one harness component at a time without tree search over variants, and any future adaptive evaluator would need versioning and anchoring against frozen reference tasks to avoid reward-hacking.
Spatial Memory Agent: Experience-Grounded Procedure Memory for Spatial Intelligence →
Technical breakdown
Problem: Existing methods for improving VLM spatial reasoning rely on post-training (fine-tuning/RL) or on calling external expert spatial tools at inference time, leaving open whether a frozen VLM can instead self-improve at spatial reasoning by accumulating and reusing its own verified experience without weight updates or external tools.
Method: The paper introduces Spatial Memory Agent (SMA), a training-free runtime framework where a frozen VLM solves spatial problems in a verifiable environment, and a reflection model (the same frozen VLM) converts each verifier-scored rollout into a structured memory card containing a task, rollout summary, and transferable lesson (via "One-Pass Memory Writing," writing cards only on the first pass over the environment split). Each card carries a Transfer Reliability Score (TRS), initialized uniformly and updated online via a visit-evidence estimator (vj = (λv0 + cj)/(λ + nj)) based on rewards accrued when the card is later retrieved. At deployment, SMA retrieves candidates via a two-stage process: a semantic filter (cosine similarity of task embeddings from text-embedding-3-large, threshold δ) followed by combined ranking that blends normalized similarity and normalized TRS (weight η) to select the top-k cards injected into the frozen VLM's prompt; the memory bank is read-only during deployment. Experiments use four frozen base VLMs (Qwen3.5-9B, Qwen3.5-122B-A10B, Qwen3.6-35B-A3B, Qwen3.6-27B) served via vLLM, evaluated on five spatial benchmark slices (RoboSpatial, ERQA, Omni3D, SAT, EmbSpatial), against baselines No memory, RAG, MemP, MemRL-R, and MemRL-GT.
Key results:
- SMA achieves the best macro-average accuracy in every base-model block: 68.8% (Qwen3.5-122B-A10B), 66.7% (Qwen3.6-35B-A3B), 69.8% (Qwen3.6-27B), 63.5% (Qwen3.5-9B), beating the strongest non-SMA baseline by 2.6, 2.9, 1.7, and 2.8 points respectively.
- On Qwen3.6-27B, SMA improves over No memory/RAG/MemP/MemRL-GT by 6.5/3.9/3.0/1.7 points; per-benchmark gains include RoboSpatial 54.1→68.5 and Omni3D 41.6→47.6.
- Ablations on RoboSpatial/Qwen3.6-27B: removing the summary, transferable lesson, or semantic filter drops accuracy by 3.2, 3.5, and 5.8 points; using raw model output instead of distilled lessons drops it 4.4 points; reward-only reflection (no ground-truth target) drops it 5.5 points.
- Versus training-based SpatialEvo-7B (Qwen3.5-9B base), SMA raises the macro average from 47.1% to 63.5% (+16.4 points), winning on every benchmark.
- TRS is predictive of transfer quality: deployment accuracy rises from 19.3% (TRS bin [0.2,0.3)) to 97.3% (TRS bin [0.9,1.0]); memories from successful source rollouts yield 24.3pp higher downstream accuracy than those from failed rollouts.
- SMA reduces macro-average retrieved-memory similarity from 0.792 (MemP) to 0.698 while raising macro accuracy from 66.8% to 69.8%; One-Pass Memory Writing uses ~1/10 as many memory cards as Continual Memory Writing after 10 passes, with 21% less redundancy and roughly double the TRS-update coverage.
Why it matters / caveats: SMA offers a practical, parameter-update-free and external-tool-free route to improve spatial reasoning in frozen VLMs, with memory shown to transfer across both models and benchmarks (though transfer magnitude depends on source-target similarity). The authors note the pooled TRS-vs-accuracy trend may partly reflect confounding differences in benchmark difficulty and question composition rather than TRS alone, and evaluation is limited to five benchmark slices with Qwen-family base models.
Massive Activations in Hybrid Linear Attention Large Language Models: Pre-Attention Spikes and Inter-Spike Plateaus →
Technical breakdown
Problem: How layer-interleaved hybrid linear attention (HLA) LLMs, which mix full attention and linear attention layers, reorganize the internal "massive activation" (MA) dynamics that are well characterized in pure full-attention Transformers remains poorly understood.
Method: The authors introduce an attention-sink-guided tracking procedure (using consensus attention sinks from full-attention layers, Eq. 5) to trace MA magnitude across depth, since raw magnitude ranking loses alignment with attention sinks under hybridization. They apply this to the public M-A-P Hybrid Linear Attention Research suite (RetNet, HGRN, GLA, DeltaNet, Gated DeltaNet backbones; 340M/1.3B scales; hybridization ratios ρ ∈ {24,12,6,3}), to 12 large-scale open-source hybrid checkpoints (Kimi Linear, Qwen3.5, Nemotron-H, Zamba2; 1.2B–397B params), and to controlled from-scratch pretraining of 24-layer Gated DeltaNet (GDN) hybrid models (340M/1.3B) using the Flash Linear Attention framework, including ablations that add output gating to full-attention layers or remove GDN's native output gates. They also perform signed systematic-outlier analysis at fixed token-feature coordinates to trace write/cancel dynamics across layers.
Key results:
- Sink–spike alignment rate (proportion of full-attention layers whose immediately preceding layer shows the consensus sink's activation maximum) is ~99.4–100% across all five linear-attention backbones at both 1.3B/340M scales and 12:1 hybridization (Table 1).
- Inter-spike retention score (ISR) rises monotonically with full-attention density: e.g., for GDN it goes from 18.4/39.7% (24:1) to 26.6/45.2% (12:1) to 77.8/86.7% (3:1, 1.3B/340M); RetNet reaches 85.4/87.2% at 3:1 (Table 2).
- The pre-attention spike (PAS) / inter-spike plateau (ISP) organization recurs in 12 large-scale checkpoints spanning 1.2B to 397B total parameters across four model families (Kimi Linear, Qwen3.5, Nemotron-H, Zamba2), including both linear-attention and state-space mixers and base/instruct variants.
- Under controlled pretraining of a 340M GDN model (full attention at layer 12, tracked every 1B tokens up to 10B), PAS is already visible after 1B tokens and strengthens with continued training.
- Adding output gating to full-attention layers markedly attenuates PAS/ISP magnitude (though a small pre-attention peak persists), whereas removing GDN's native output gates produces only a moderate amplification — an asymmetric response indicating full attention plays the dominant organizing role.
- Fixed-coordinate signed analysis shows PAS follows a localized "write–sink–cancel" sequence (large outlier written pre-attention, token acts as attention sink during full attention, then an opposite-signed update cancels it), while ISP reflects the same lifecycle with delayed cancellation across intervening linear-attention layers.
Why it matters / caveats: The findings give a mechanistic, cancellation-timing account unifying MA behavior in hybrid and full-attention LLMs (PAS, ISP, and stable full-attention MAs form a continuum), which is relevant for KV-cache quantization, attention-sink-aware inference optimizations, and architecture design of hybrid models. The paper notes as an open limitation that what regulates cancellation timing, and whether PAS versus ISP serve distinct computational roles, remains unresolved and is left for future work.
UniSwap: Streaming Audio-Visual Identity Swapping for Talking Videos →
Technical breakdown
Problem: Existing talking-video identity replacement methods use separately optimized visual (face/character swap) and vocal (voice conversion) models, so no joint objective enforces audio-visual consistency, and most video-diffusion methods require the whole clip upfront rather than supporting low-latency streaming.
Method: UniSwap builds on the frozen LTX-2.3 audio-video diffusion transformer (separate video/audio streams with cross-modal attention) and adapts it in three progressive LoRA (rank 128) stages: (1) In-context Pretraining concatenates source, reference, and noisy target video/audio latents into one attention context with condition positional-encoding offsets to jointly learn appearance and vocal-timbre replacement; (2) Conditional Streaming Adaptation applies a Decoupled Streaming Conditioning Mask to convert the bidirectional model into a block-causal (K=3 latent frames per block) KV-cached autoregressive generator via teacher forcing; (3) Efficient Self-forcing DMD distills a 3-step student from self-generated rollout histories using Distribution Matching Distillation, implemented with "Efficient Multi-LoRA Switching" so a teacher (frozen LoRA-1), generator (LoRA-2), and critic (LoRA-3) share one frozen backbone. Training data is synthesized from AVSpeech via a "swap-and-reconstruct" pipeline (ViTPose + SAM2 to make an identity-stripped pose-proxy source video, Seed-VC to convert source audio timbre) so each real clip serves as its own reconstruction target. At inference, Feature-RoPE Decomposition (window-bounded RoPE, reference re-anchoring, adaptive sink block, W=4 slots) bounds cached positions for stable hour-scale generation.
Key results:
- On the short-video benchmark (100 clips), UniSwap achieves the best A-V sync among replacement pipelines: Sync-C 3.633 and Sync-D 10.304, versus e.g. Wan-Animate+Seed-VC (Sync-C 2.874, Sync-D 11.338) and MoCha+Seed-VC (Sync-C 3.031, Sync-D 11.198).
- Identity preservation (DINO-S) of 0.629 is within 0.001 of the strongest baseline (0.630/SCAIL-2), and speech quality (SIG 3.486) is close to the best voice-conversion baseline Seed-VC (SIG 3.489), though BAK/OVRL/SECS/SSIM trail dedicated voice-conversion systems.
- Inference runs at 13.6 FPS on one H100 with 3 denoising steps per block (1.76s per 24-pixel-frame block), about 10x faster than the fastest baseline (Wan-Animate, 1.367 FPS) and ~100x faster than MoCha (0.134 FPS); reduces peak GPU memory for DMD training from >80GB (OOM on 80GB) to 65.34GB via Multi-LoRA Switching.
- On a 20-clip, 1-minute long-video benchmark, UniSwap's DINO-S stays stable (0.596→0.590→0.596) across three 20s segments and achieves the highest identity similarity in all three, while baselines degrade (e.g., SCAIL-2 DINO-S drops 0.566→0.517, Wan-Animate IQA drops 3.766→3.628).
- Ablations: removing the condition PE offset drops Sync-C from 4.620 to 1.738 and DINO-S from 0.623 to 0.463; removing Reference Re-anchoring from Feature-RoPE Decomposition drops final-segment IQA from 3.741 to 3.208 and DINO-S from 0.595 to 0.491.
- In a 30-participant blinded user study (5-point Likert), UniSwap scores highest on appearance identity (4.16), lip sync (4.11), and naturalness (3.96), though slightly below the best cascade on voice identity (3.87 vs. 4.08 for MoCha+Seed-VC).
Why it matters / caveats: UniSwap is presented as the first single-model, streaming framework for jointly swapping both visual appearance and vocal timbre in talking videos, trading some per-modality peak quality (aesthetic/voice-quality scores trail specialized single-modality systems) for better cross-modal synchronization and long-form identity stability. Stated limitations: it targets single-speaker scenes only (multi-speaker, occlusion, and complex interactions remain unhandled), facial expression is driven implicitly by audio rather than user-controllable, and at 13.6 FPS it is below the 25 FPS playback rate, so it supports streaming but not yet real-time playback. The paper also flags misuse risks (impersonation, non-consensual media, misinformation) and recommends consent/provenance safeguards.
LiveAnimate: Stable Long-Form Streaming Human Animation in Real-Time →
Technical breakdown
Problem: Diffusion-based pose-driven human animation systems require minutes to hours per clip and lack a mechanism for stable, appearance-consistent generation over open-ended streams, precluding real-time interactive use cases like live streaming, telepresence, and virtual avatars.
Method: LiveAnimate adapts the 14B-parameter Wan2.2-Animate-14B video Diffusion Transformer into a block-causal streaming generator via a two-stage LoRA (rank 128) pipeline: Stage 1, Reference-Anchored Teacher-Forcing Adaptation, converts the bidirectional DiT into a block-causal model by conditioning each 3-latent-frame block on ground-truth clean history plus a global Ref Sink holding reference-image KV states; Stage 2, Block-wise Self-Forcing Distillation (BS-DMD), performs a gradient-free Self-Forcing Rollout followed by Block-wise DMD Optimization that replays and backpropagates through one block at a time, reducing sampling to 3 steps while fitting on a single 8×80GB GPU node. To prevent long-horizon identity/appearance drift, Pose-Retrieval Sink Attention (PR-Sink) maintains a bounded KV cache combining a permanent Static Sink (first generated block), a Dynamic Sink refreshed via 133-keypoint (ViTPose) whole-body pose-fingerprint retrieval from a diversity-preserving memory bank (capacity M=5), and a three-slot Rolling Window, with RoPE re-indexing for position-consistent reuse. Training uses 40k talking videos and 20k human motion videos (HumanVid, social-media dance data), 10,000 steps (Stage 1, lr 5e-5) then 20,000 steps (Stage 2, lr 1e-5) on 8 H100 GPUs; inference uses Ulysses sequence parallelism and torch.compile operator fusion on 2 H100 GPUs.
Key results:
- Achieves 19.63 FPS streaming inference on 2×H100 GPUs (12.41 FPS on 1 GPU, 22.13 FPS on 4 GPUs), generating a 12-RGB-frame block in 0.611s, with denoising at 75.07% and Clean KV Update at 24.39% of per-block time; PR-Sink retrieval/bank overhead is only 0.542%.
- On a 3-minute, 24-pair benchmark, LiveAnimate's IQA stays nearly flat from 4.047 (0-30s) to 4.026 (120-180s) and ASE from 2.823 to 2.824, vs. One-to-All degrading from IQA 3.402→1.786, DINO-S 0.769→0.328, and FID 146.29→386.33 over the same rollout.
- Wan2.2-Animate's identity similarity drops from DINO-S 0.795 to 0.770 over the rollout, while LiveAnimate's DINO-S only decreases from 0.833 to 0.818.
- Baseline methods take approximately 2-5 hours to generate a 3-minute (25 FPS) sequence, versus roughly 4 minutes for LiveAnimate.
- Ablations: removing the Dynamic Sink drops final-segment DINO-S from 0.818 to 0.805 and raises FID from 100.90 to 106.52; removing the Static Sink is far more damaging, collapsing final DINO-S to 0.693; replacing DMD distillation with teacher forcing degrades IQA from 3.849 to 3.438 and DINO-S from 0.780 to 0.679 across the rollout; 3-step sampling is chosen as the best efficiency-quality trade-off versus 2-step (final DINO-S 0.783) and 4-step.
Why it matters / caveats: LiveAnimate is presented as the first system to combine real-time streaming, stable long-form generation, and billion-scale (14B) parameters for full-body human animation, opening a practical path toward interactive avatar/live-streaming applications previously blocked by offline diffusion latency. Stated limitations: it currently generates at only 480×480 resolution with 3 denoising steps, limiting visual fidelity, and it does not support multi-person scenes or large camera motion.
How Can Rhetoric Reward-Hack AI Reviewers? Dissecting Rhetorical Sensitivity in AI-Based Peer Review →
Technical breakdown
Problem: As LLMs increasingly act as both manuscript revisers and AI peer reviewers, the paper investigates whether content-preserving rhetorical presentation choices (rather than genuine scientific merit) can reward-hack AI reviewers into giving higher scores, and if so, which rhetorical dimensions and evaluation conditions drive this effect.
Method: The authors build a controlled corpus of 4,200 full-paper manuscripts from 120 anonymized ICLR 2026 submissions (sampled 20 per human-rating stratum across [1,3) to [7,8.5]), matched to public arXiv LaTeX sources. An agentic source-level rewriting harness (GPT-5.5 via Codex CLI and Opus 4.8 via Claude Code) rewrites full LaTeX projects along six rhetorical dimensions in opposing (positive/negative) directions — novelty stance, scope framing, evidence framing, contribution salience, technical register, and linguistic complexity — while preserving methods, reported values, and structural anchors (citations, labels, code, bibliography) via programmatic checks and repair. Beyond single-dimension rewrites (2,880 manuscripts), they test joint rewriting (all six positive objectives at once, 240 manuscripts), recursive joint rewriting over three rounds (480 manuscripts), and reviewer-guided rewriting incorporating feedback from a review pass (480 manuscripts). Each original and rewrite is compiled to PDF and independently scored by five AI reviewers (Gemini 3.5 Flash-Lite, Qwen 3.5 Flash, GPT-5 mini, GPT-5.5, Claude Sonnet 5) under standard and strict review prompts, with paired (within-paper, within-reviewer) comparisons analyzed via paper-level bootstrap resampling.
Key results:
- Evidence framing and novelty stance produce the largest overall assessment (OA) contrasts: positive evidence framing raises OA by up to +0.93 and negative novelty stance lowers it by up to -0.73; evidence framing shifts weak-accept (OA≥6) probability by 13.0 percentage points on average, versus 12.0 for novelty and 9.0 for scope framing.
- This dimensional hierarchy (evidence > novelty > scope > others) holds across human-assessed quality strata, but is not correlated with human quality — stronger papers are not more resistant to rhetorical manipulation.
- The AI reviewer's own starting score conditions the direction of movement: positive evidence variants average +1.05 OA for papers with original AI scores in [1,3] but -0.19 for scores in [8,10].
- Joint (all-six-positive) rewriting is strongly rewriter-dependent: Opus 4.8 joint rewrites yield reviewer-averaged OA gains of +0.289 (standard) / +0.463 (strict), while GPT-5.5 joint rewrites yield near-zero gains of +0.021 / +0.045; recursive rewriting shows most Opus 4.8 gains concentrate by round 2 (+0.410 standard, +0.624 strict) with little further gain in round 3, while GPT-5.5 stays low (+0.080/+0.153 by round 3).
- Reviewer-guided rewriting (using review feedback) does not consistently beat an unguided second pass (guided-minus-unguided deltas of -0.008 to -0.067 OA across configurations).
- Strict review protocol lowers mean OA from 6.296 to 4.934 (-1.36 points, 95% of papers scored lower) without consistently changing rewrite sensitivity (cross-protocol Spearman correlation in rewrite effects is only .081), and the rewriter mainly determines separation between positive/negative variants while the reviewer determines the magnitude/sign of score effects and which secondary rubric dimension (contribution vs. soundness vs. presentation) absorbs the change.
Why it matters / caveats: The findings show rhetorical presentation is not a uniform reward hack but a selective, configuration-dependent vulnerability in AI-based peer review, with implications for designing review systems robust to content-preserving stylistic variation as LLMs increasingly assist both authors and reviewers. Stated limitations: the corpus is restricted to ICLR 2026 submissions with recoverable full-paper sources, so results may not generalize to other venues/fields; the six rhetorical dimensions are not orthogonal, so effects should not be read as independent linguistic coefficients; some review calls failed to produce valid records (possibly non-randomly, related to safety triggers); and most configurations use a single AI review per manuscript rather than repeated sampling.
An AI4AI Framework for Visual Token Pruning →
Technical breakdown
Problem: Existing visual-token pruning methods for multimodal large language models (MLLMs) rely on handcrafted heuristics that require costly expert trial and error, making it hard to keep up as pruning objectives, token budgets, and model architectures diversify.
Method: The paper proposes AutoPrune, a training-free, LLM-driven framework built around a Token Pruning Domain-Specific Language (TPDSL) with 131 reusable atoms spanning budget control (B), token scoring (S), selection constraints (C), and token reassembly (R). Rather than generating full pruning programs from scratch, TPDSL represents each candidate as a residual modification α=(B,S,C,R) applied to a strong base policy (CDPruner by default); an LLM proposer (Qwen-Plus by default, with Qwen-Max and DeepSeek-V4-Flash also tested) iteratively proposes candidate states over 10 search rounds with 5 candidates per round, each validated via a SafetyCheck and scored by a task evaluator (MME at a 32-token budget on LLaVA-1.5-7B). The selected residual state performs bounded "residual exchange" (quota qe, minimum retained rmin) that replaces only a small number of low-confidence base-policy tokens with higher-scoring candidates, and can be re-materialized without further search across token budgets and MLLM backbones (LLaVA-1.5-7B, LLaVA-NeXT-7B, Qwen2.5-VL-7B).
Key results:
- At a 94.4% visual-token reduction (576→32 tokens on LLaVA-1.5-7B; 2880→160 on LLaVA-NeXT-7B), AutoPrune retains 99.7% and 99.9% of full-token performance, outperforming CDPruner by 3.2 and 2.4 aggregate points, and PruMerge+ by 8.9/7.9 points.
- On LLaVA-NeXT-7B with 320 retained tokens, AutoPrune cuts FLOPs by 9.9× and prefill latency by 6.4×, and reduces KV-cache size from 1440.0 MB to 160.0 MB, while improving the MME score from 1453.0 (CDPruner) to 1457.9.
- Cross-backbone transfer to Qwen2.5-VL-7B (a different visual-token architecture than the one searched on) improves relative performance over reproduced CDPruner at every budget tested, e.g., from 74.9% to 81.0% relative performance at 128 tokens (a 6.1-point gain).
- Ablations show removing "reference anchoring" (residual-to-base-policy constraint) causes the largest MME drop (1413.46→1223.29); the full TPDSL configuration improves over the CDPruner base policy by 40.46 MME points, with the best residual exchange quota qe=2.
- Instantiating AutoPrune with five different base policies (PruMerge+, TRIM, VisionZip, DART, DivPrune) yields consistent MME gains of 22.46–145.40 points over each "strategy-only" baseline, showing the approach is not tied to one base policy.
- Choice of LLM proposer has minimal effect (max 3.30 MME-point spread among Qwen-Max, Qwen-Plus, DeepSeek-V4-Flash), suggesting robustness of the search comes from the TPDSL structure rather than a specific LLM.
Why it matters / caveats: AutoPrune shows that constraining an LLM's search to a structured, constraint-aware residual space (rather than free-form code generation) makes automated design of specialized algorithms like visual-token pruning policies practical and transferable across budgets and backbones without added inference cost. The authors note it remains dependent on the expressiveness of the TPDSL search space and the reliability of the task evaluator used during search.
H2R-Bench: Benchmarking Human-to-Robot Manipulation Video Generation in World Models →
Technical breakdown
Problem: Video world models are increasingly used to synthesize robot manipulation videos from abundant egocentric human demonstrations, but no existing benchmark evaluates whether such generated videos actually preserve the source task's goal, actions, and functional contact while correctly transferring to a specified robot embodiment (rather than just judging generic visual plausibility).
Method: The authors build H2R-Bench from 120 egocentric clips drawn from the EgoDex test split, each paired with two target embodiments (parallel-jaw gripper and dexterous hand) to form 240 transfer cases spanning six manipulation families (rigid-object rearrangement, mechanism actuation, insertion/assembly, deformable-object configuration, bulk-material transfer, surface/material transformation). Qwen3.7-Plus generates structured annotations (goal states, action events, functional contact evidence) for each clip, manually verified against the source video. Generated videos are scored on five dimensions—goal-state completion (M1), action-event completion (M2), functional contact transfer (M3), embodiment correctness (M4), and task-agnostic video quality (M5, combining MUSIQ, LAION CLIP aesthetic score, temporal stability, and AMT-S interpolation error)—with M1–M4 judged by three MLLMs (Gemini 3.5 Flash, Qwen3.7-Plus, GPT-5.4) on a 0–4 rubric, and aggregated into H2RCore = 100(0.15·Sgoal + 0.15·Saction + 0.30·Scontact + 0.30·Semb + 0.10·Svideo). Eleven video generation models (5 proprietary: Seedance 2.0, Wan2.7, Kling-V3, Veo 3.1, Grok Imagine Video; 6 open-source: Wan2.2, LTX-2.3, HunyuanVideo 1.5-I2V, SkyReels-V3-R2V, LongCat, Mitty-EPIC14B) are each evaluated via their native strongest source-conditioning interface (full video or ordered frames).
Key results:
- Seedance 2.0 ranks first with H2RCore of 77.3 (parallel-jaw gripper) and 84.6 (dexterous hand), followed by Wan2.7 (76.5/83.1) and Kling-V3 (74.5/81.7); the three video-conditioned models dominate the top of the leaderboard.
- H2RCore spans 30.0–84.6 across models while VBench-style Video Quality is compressed into 0.73–0.81, with a weak Spearman rank correlation of only ρ = 0.14 between the two, showing video quality does not track transfer success.
- HunyuanVideo 1.5-I2V achieves the best M5 video quality (0.806/0.808) but near-zero embodiment correctness (~0.185/0.041) and low contact transfer (~0.184); Veo 3.1 gets the best M1 goal score (0.725) but M4 embodiment scores of only 0.100/0.227.
- Switching target embodiment from gripper to dexterous hand raises H2RCore for 9/11 models (average +3.3 points), with contact transfer improving for all 11 models (+0.055 mean) and embodiment correctness for 8/11 (+0.047 mean); video-conditioned models gain most (+6.6 to +7.3 H2RCore points).
- Adding a target-robot reference image helps some models (Wan2.7 gripper H2RCore rises 76.5→83.1) but hurts others (Kling-V3 loses 13.5 points, Seedance loses 8.8), indicating no uniform benefit.
- Human and MLLM-judge rankings agree closely: macro-average within-scene Spearman ρ = 0.883 and aggregate Pearson r = 0.930 across 660 human-scored videos (3 raters × 11 models × 2 embodiments × 5 scenes/family × 6 families).
Why it matters / caveats: The results reveal a systematic gap between visual polish and genuine cross-embodiment transfer—models that look convincing often fail to establish correct robot-object contact or use the wrong end-effector/morphology, meaning current video world models are not yet reliable for converting human demonstrations into usable robot training data. The benchmark itself is limited to 120 source clips from one dataset (EgoDex) and two embodiment types (gripper, dexterous hand), and relies on MLLM judges (validated against but not replacing human evaluation).
AVA-Encoder: Towards Agent-Native Video Representation Learning →
Technical breakdown
Problem: Video creation agents cannot learn filmmaking knowledge from high-quality human films because no existing video representation is simultaneously agent-readable, agent-editable, and faithful enough to preserve the cinematic information needed for later generation.
Method: The paper proposes AVA-Encoder (Agentic Video Auto-Encoder), which encodes a film into a text-centered film knowledge graph (Story-Event-Shot hierarchy plus Character, Scene, Object, Style, Camera, and Audio state nodes, linked to a separate multimodal asset layer of generated images/audio/video via 11 typed edges) using a multi-level Agentic Video Encoder policy P = (P_film, P_shot, P_kf) built from three system prompts with hierarchical context injection and shared entity registries. A fixed two-stage decoder (fixed text-to-image model + fixed image-to-video model) reconstructs video from the graph, and reconstruction error drives a dual-loop textual-gradient optimization scheme (following TextGrad): an outer, data-independent Encoding Policy Pseudo-Training loop that updates only the shared shot-level policy P_shot across a stream of training videos (with an anti-forgetting gate and replay memory), and an optional inner, data-dependent KG Representation Refinement loop that edits only the current video's graph assets at test time (with an anti-degradation gate, including a pairwise consistency check for keyframe edits). Foundation models used: Gemini-3.1-Pro-Preview for video understanding/evaluation, Qwen-3.7-Max for proposing textual-gradient revisions, and Nano Banana Pro / HappyHorse 1.0 as the fixed image/video generators; pseudo-training uses 6 video clips, evaluation uses 18 non-overlapping clips spanning animation, AI short films, and classic cinema.
Key results:
- AVA-Encoder reaches 49.0% Overall reconstruction accuracy versus 28.3% for the strongest external baseline, a 20.7-percentage-point absolute gain, and outperforms every baseline on all four comparison directions: +21.1 points on Video, +34.2 on Keyframe, +13.9 on Video Back-Captioning, and +11.6 on Keyframe Back-Captioning.
- In the controlled policy-only setting, the pseudo-trained shot-level policy scores 45.8% Overall versus 44.4% for an independently human-tuned policy (+1.4 points, 3.2% relative) while using 8,052 vs. 31,336 system-prompt tokens (74.3% fewer).
- The two optimization loops together add 6.6 points (15.6% relative) over removing both (49.0% vs. 42.4%); acceptance gates alone add 5.5 points (43.5% to 49.0%, 12.6% relative).
- Hierarchical (film/shot/keyframe) understanding beats single-level understanding by 18.3 points (45.8% vs. 27.5% Overall, 66.5% relative).
- The automatic evaluation protocol agrees with human judgments on 710 of 730 blinded triples (97.3%) across 18 video clips, 129 shots, and 246 keyframes.
- Injecting the AVA-Encoder KG representation as text improves Overall downstream story-video quality (1-4 scale) for every tested generation framework (e.g., MovieAgent 2.47 to 3.30; FilmAgent 1.85 to 2.83).
Why it matters / caveats: The knowledge-graph representation supports topology-aware linked editing (e.g., changing one character node propagates consistently across dependent shots/keyframes) and can be dropped into existing downstream video-generation agents with no framework-specific adaptation, suggesting practical reuse value beyond reconstruction. The paper does not include an explicit limitations section; note that all reported baselines and some cited models/tools (e.g., "Gemini-3.1-Pro-Preview," "Qwen-3.7-Max," "soap2soap," "VideoAnalyzer") carry 2026 dates, and the source PDF itself is dated August 2026, ahead of the assistant's knowledge cutoff, so these systems could not be independently verified.
Full-bandwidth transformer →
Technical breakdown
Problem: In autoregressive transformers the only feedback channel between decoding steps is the sampled token itself, so the top-layer hidden state (the model's most fully processed representation) is discarded at every step, forcing non-verbalized computation to stay depth-frozen in the KV cache.
Method: The paper introduces the full-bandwidth transformer, which uses latent feedback decoding: at each decoding step the previous top-layer hidden state is fused with the sampled token's embedding via a gated linear unit (state on the value pathway, token embedding as a multiplicative gate, Eq. 4) and fed back as the next input, leaving the architecture, KV cache, and LM objective unchanged. Because this recurrence is sequential over positions, training uses a multi-pass "temporal parallelism" scheme (Sec. 3.3): each pass shifts the previous pass's hidden states one position right, fuses them with token embeddings, and re-runs the stack in parallel over all positions, with a progressive schedule that starts from a standard checkpoint and introduces two-pass batches mid-training, later adding a small fraction (~3%) of three-pass batches plus a "prefix mixin" (random plain-embedding prefixes) for stability. Models are 1B-parameter decoder-only transformers (24 layers, 1536-dim hidden state, tied 100,352-token embedding/output head, gated GQA with 16 query/8 KV heads, 8192 context) trained on the Phi-4 data mixture using NorMuon/Adam with a WSD schedule, up to 400B tokens (with additional long-context extension to 32K and instruction tuning).
Key results:
- With 3% three-pass batches added to the schedule, validation loss stays flat and hidden-state change decays to a plateau across 30+ feedback steps (vs. divergence with only 1-2 pass training); stability confirmed even at k=1000 feedback passes.
- Fused prefilling: a 100B-token full-bandwidth model matches the 200B-token standard baseline, and a 200B-token model matches a 400B-token standard baseline in validation loss and 5-shot LM Eval accuracy (~2x data efficiency).
- On free-form generation (200B-token model): SOFT decoding improves Math500 Pass@1 from 0.27 to 0.37 (surpassing the 1T-token standard baseline); FUSED decoding improves HumanEval Pass@3 from 0.31 to 0.34 and MBPP from 0.38 to 0.40.
- After instruction tuning (200B run): GSM8K Pass@1 rises from 64.5 (STANDARD) to 67.9 (SOFT); HumanEval Pass@3 rises from 42.5 to 45.9; MBPP FUSED reaches 41.2 vs. 41.9 for a 1T-token standard baseline.
- On base models (before instruction tuning), SOFT decoding produces shorter median reasoning traces on Math500 at equal-or-better accuracy (Fig. 6, Fig. 8 example); the conciseness effect disappears after instruction tuning, attributed to off-policy, verbose tuning data.
- Linear probes on synthetic state-tracking tasks show layer-0 probe accuracy rising from near-chance under standard prefilling to 99.6% (completion tracking) and 100% (delayed memory) under one-step recurrent prefilling, directly confirming shallow layers gain access to globally aggregated state.
Why it matters / caveats: Latent feedback adds under 1% per-token decoding overhead (two D x D matmuls) and requires no architecture, KV-cache, or serving changes, letting a 1B model trained with modest extra inference compute match or approach baselines trained on 1.5-5x more tokens — relevant as high-quality pretraining data becomes a bottleneck. Stated limitations: experiments are limited to 1B-parameter models with no verification at larger scale, and the feedback-pass scheduling (how many passes, when to introduce them) is set heuristically rather than derived from a principled convergence criterion.
LycheeMemory V2: Efficient Long-Term Memory for LLM Agents via Semantic Segment-Level Consolidation →
Technical breakdown
Problem: Existing long-term memory systems for LLM agents rely on eager, turn-level consolidation (an LLM call after every exchange), which makes memory construction cost grow rapidly with conversation length, while cheaper coarse summarization or query-time compensation (larger retrieval contexts, multi-hop LLM reasoning) either discards fine-grained evidence or shifts overhead to query time.
Method: LYCHEEMEMORY V2 replaces turn-level consolidation with semantic segment-level consolidation, comprising four components: (1) online semantic segmentation, which uses embedding-based semantic surprise, cohesion-drop, token-pressure, and turn-count-pressure scores combined via a sigmoid boundary score to decide when to finalize a segment (batching multiple exchanges instead of one LLM call per turn); (2) segment-level memory encoding, where a single LLM pass per finalized segment extracts atomic information units, resolves coreference, and normalizes temporal expressions into typed, context-independent records (with type, entities, topics, temporal scope, provenance), using bounded cross-segment reference/disambiguation context; (3) structured evidence organization building entity, topic, entity-topic, temporal, and event-frame indexes from record metadata without extra LLM calls; and (4) plan-guided multi-route retrieval, where one LLM planning call decomposes a query into typed recall routes executed via four non-generative recall channels (direct record, evidence-node, temporal, raw-turn), fused with reciprocal-rank fusion and diversity-aware selection. The system is evaluated with GPT-4.1-Mini and GPT-4o-Mini as backbones (also used for encoding, planning, and answer generation), text-embedding-3-small embeddings, and bge-reranker-v2-m3 for reranking, on LoCoMo (10 multi-session conversations, 1,540 retained QA pairs) and LongMemEval-S (500 conversations, ~115K tokens avg).
Key results:
- Overall accuracy with GPT-4.1-Mini: 89.22% on LoCoMo (vs. 84.80% Full Context, the strongest baseline) and 92.20% on LongMemEval-S (vs. 75.80% TiMem, the strongest baseline).
- With GPT-4o-Mini: 78.90% on LoCoMo (+2.47 pp over Full Context) and 78.80% on LongMemEval-S (+1.00 pp over MemOS).
- Construction-token savings vs. A-Mem: 86.0% lower on LoCoMo (204.1K vs. 1459.9K tokens) and 75.9% lower on LongMemEval-S (304.7K vs. 1264.3K tokens), driven by reducing LLM calls from T (per turn) to |S| (per segment, averaging 5.8 turns/segment on LoCoMo).
- Query-token usage also drops vs. A-Mem: -27.9% on LoCoMo (4.01K vs. 5.56K) and -42.6% on LongMemEval-S (8.88K vs. 15.46K), showing accuracy gains do not come from expanded query-time context.
- Ablations: replacing segment batching with eager (turn-level) construction drops accuracy to 81.88% (-7.3 pp) and raises construction tokens to 849.9K (+316%); replacing semantic boundaries with fixed windows drops accuracy to 82.40% while using fewer tokens (174.7K); jointly disabling fusion/reranking/diversity selection in retrieval drops accuracy from 89.22% to 66.62% (-22.6 pp); boundary threshold δ varied 0.30–0.70 changes accuracy by only 1.04 pp, showing low sensitivity.
Why it matters / caveats: The results suggest construction-time cost can be cut substantially by lowering consolidation frequency (segment- vs. turn-level) without sacrificing—and in fact improving—QA accuracy or increasing query-time cost, offering a practical efficiency lever for deploying long-horizon memory agents. Stated limitations: evaluation is text-only (no multimodal memory, production latency, privacy governance, or storage-growth analysis under continuous deployment); the system underperforms dedicated persona/profile-modeling baselines (MemoryOS, MemOS) on preference-intensive questions (e.g., 90.00% vs. MemoryOS's 100.00% on LongMemEval-S preference tracking with GPT-4.1-Mini); and results depend on hosted LLM/embedding/reranker APIs, so swapping in open-source components could change accuracy and cost figures.
OmniScientist: An Omni-Modal Omni-Discipline AI Scientist →
Technical breakdown
Problem: Existing end-to-end AI-scientist systems cover the full research workflow (hypothesis generation, code execution, manuscript writing) but reason only over text, code, labels, or precomputed summaries, so scientifically decisive spatial, temporal, cross-channel, and procedural relations in raw evidence never reach the agent.
Method: OmniScientist is an end-to-end AI scientist built from a perception layer plus 3 autonomous agents (ideation, experiment, writeup) run as ReAct loops inside a deterministic pipeline that controls stage transitions and admits each stage's output only after a code-enforced check. The perception layer organizes raw artifacts into 4 discipline-independent evidence families (perceptual, symbolic, quantitative-statistical, procedural) across 12 modalities, prioritizing native numeric analysis (e.g., FFT peaks) over rendering visual plots, with a budget-constrained visual inspection step. Ideation uses OpenAlex/Crossref literature search and generates ≥5 candidate ideas before a novelty/leakage/feasibility check; experiment execution runs in a controlled run_python sandbox with a code-enforced exit check (Algorithm 1) that verifies real execution, multiple-comparison correction over all attempted tests, independence/leakage checks, and anti-HARKing; writeup uses 5 venue-specific structural templates and a final meta-audit matching every reported number and claim against the execution record. The reasoning backbone (evaluated: Claude Sonnet 5, GPT-5.6, GLM-5.2, Kimi K2.7, Qwen3.5 9B/27B/122B, Gemma-4 26B/31B) is swapped while the perception model is pinned to Claude Sonnet 5.
Key results:
- Completed the full raw-data-to-compiled-manuscript pipeline on all 36 real-data cases spanning 5 discipline families and 4 evidence families, with a mean overall paper score of 6.3/10 (Sonnet 5 backbone) from a 2-judge, 7-dimension rubric.
- In a paired blind ablation (5 cases) against a variant given only precomputed scalar features, the full perception-enabled system won 85% of head-to-head judgments, improving all 7 dimensions, with the largest gains in multimodal grounding (+2.8) and significance (+1.8); factual accuracy was unchanged (+0) since both conditions share the same provenance check.
- Backbone completion/quality varied widely: Sonnet 5 completed 36/36 cases (mean 6.5), GLM-5.2 completed 17/18 (mean 6.7), Qwen3.5-9B completed only 18/32 dispatched cases (mean 4.1).
- Case study: on ~1,500 STEAD seismograms, the agent visually detected an onset-and-decay envelope in a trace labeled "noise" and determined that 21.7% (163/750) of noise-labeled traces carry coherent transient energy (CI [18.8, 24.9]).
- Leave-one-out component ablation on the seismology case showed prior-art search removal caused the steepest composite-score drop (6.9 to 5.7), and removing the novelty check cost a full point on the novelty dimension.
- Cross-domain robustness: median composite scores stayed within 6.1–7.1 across disciplines/modalities, with no cross-domain variation reaching significance under a case-level permutation test; scores correlated minimally with manuscript length (ρ=0.16).
Why it matters / caveats: The results argue that lifecycle-wide, raw-evidence perception (not just workflow automation) is necessary for evidence-grounded scientific discovery, broadening the questions and claims an AI scientist can support (illustrated by 5 headline discoveries across seismology, materials, symbolic regression, geometry, and evaluation methodology). Stated caveats/limits: evaluation relies on LLM judges rather than domain-expert or empirical validation; smaller open-weight backbones (e.g., Qwen3.5-9B, Gemma-4-26B) frequently failed to complete cases or scored substantially lower, and stronger reasoning backbones do not by themselves improve multimodal grounding (only a 1.2-point spread across all backbones tested), indicating perceptual competence is not automatically inherited from general reasoning strength.
SKILLER: Language-Level Reinforcement Learning for Reusable Skill Extraction in Small Language Models →
Technical breakdown
Problem: Agent skills authored for or generated by strong frontier models transfer poorly to small, open-source language models, since their implicit reasoning and error-recovery assumptions overwhelm compact models and cause hallucinated arguments, skipped verification, and task failure, but no existing skill-generation method targets the specific behavioral constraints of small models.
Method: SKILLER is a natural-language reinforcement learning framework in which the textual skill itself (not model weights) is the optimized policy: a frontier model (GPT-5.4) acts as both actor and critic, while the agent loop of a frozen target small model (Qwen3.5-9B or Qwen3.5-4B, run inside OpenCode) serves as the environment. At each of 5 optimization steps, the environment produces a trajectory, a scalar reward (task success/pass rate), and verifier diagnostics; the critic compares this trajectory against a privileged reference trajectory to locate the earliest causal error and issues natural-language modification suggestions, which the actor applies to the skill via four bounded edit operations (Insert, Replace, Create, Delete), optionally synthesizing task-local helper scripts. A replay memory stores failure signatures, critic diagnoses, and accepted edits to inform future steps.
Key results:
- Averaged across five benchmarks (SkillsBench, SkillLearnBench, SWE-Skills-Bench, GAIA, EarthBench), SKILLER outperforms baselines by 4.3–20.4 percentage points on Qwen3.5-9B and 1.8–13.3 points on Qwen3.5-4B, versus three open-source skill methods (AutoSkill, EvoSkill, SkillX) and closed-source Manus.
- Qwen3.5-4B with SKILLER skills surpasses Qwen3.5-9B equipped with human-authored, AutoSkill, EvoSkill, SkillX, or Manus skills on SWE-Skills-Bench, i.e., an optimized skill lets a smaller model beat an unoptimized model of more than twice its parameter count.
- Cost analysis (Table 4, Qwen3.5-9B, 5 benchmarks): SKILLER reaches an average score of 62.86 for a generation cost of $8.95, versus SkillX's 52.60 average score at $14.55, and versus AutoSkill (48.02, $2.53) and EvoSkill (46.39, $1.95) — the best accuracy-per-dollar trade-off among methods tested.
- On single-skill SkillsBench tasks, Qwen3.5-9B with SKILLER approaches or exceeds closed-source frontier baselines (e.g., beating Haiku 4.5's curated-skill result by +4.4 percentage points) while being reported as roughly 167x cheaper in output-token price.
- Structural analysis (Table 3) shows SKILLER-generated skills are concise (534 words average) with low inter-task TF-IDF similarity (0.07, matching human-authored skills' 0.07) but the highest script count (2.96) and lines of code (15,747) among methods, indicating it offloads procedural complexity into deterministic helper code rather than verbose prompt text.
- In zero-shot transfer to held-out GAIA/EarthBench instances, SKILLER outperforms baselines by substantial margins on Qwen3.5-9B, while closed-source Manus skills and SkillX both fall below the no-skill baseline on GAIA, indicating those methods overfit or induce cognitive overload rather than learning reusable procedural rules.
Why it matters / caveats: The results suggest that skills tailored to a specific small model's failure modes can be more valuable than raw parameter scaling or borrowing skills designed for frontier models, offering a cost-efficient path to deploying small open-source LVLMs in agent harnesses. The framework still relies on a frontier model (GPT-5.4) for offline skill generation and a privileged reference trajectory during training, and the paper notes procedural constraints cannot substitute for missing factual knowledge or complex reasoning in open-ended retrieval tasks like GAIA.
PixSDS: Why Latent SDS Makes Noisy Pixels →
Technical breakdown
Problem: Latent-space Score Distillation Sampling (SDS), used for text-to-3D generation with pretrained diffusion priors, often produces structured color artifacts and high-frequency pixel noise, and the underlying cause of this failure mode was previously unclear.
Method: The authors diagnose the issue as "VAE-induced pixel drift" — the inverse mapping from VAE latents to pixels is underconstrained, so an optimized image can drift along pixel-space directions the VAE encoder barely constrains while its latent stays clean; this is shown via controlled 2D SDS experiments (stable-diffusion-2-base, stable-diffusion-nano-2-1, a CIFAR-10 pixel-space diffusion model), a VAE-only optimization experiment (minimizing ||enc(Z)-enc(X)||² with SGD), and a formal proof (Theorem 1 / Corollary 1) that gradient descent on encoder-like objectives (e.g., 1D convolutions with kernel size ≥3) can amplify a first-order-difference "noise functional." Building on this, they propose PixSDS: at each SDS step, decode a latent-space SDS look-ahead update, Ẑ = dec(enc(Z) − β·g_latent_sds), form a clean direction g_clean = Ẑ − Z, and add it to the pixel-space SDS gradient after per-pixel channel-norm normalization (g̃_sds = g_sds + (g_clean/cnorm(g_clean))⊙cnorm(g_sds)), requiring no retraining of the diffusion model, no renderer changes, and no change to the SDS objective itself.
Key results:
- On 100 MS-COCO 2014 captions with stable-diffusion-2-base (guidance_scale=25, 1000 steps), PixSDS+SGD achieves FID 223.021 and BRISQUE 12.850, best among all SDS-style methods compared (vanilla SDS FID 431.877/BRISQUE 82.120; SDS-Bridge, HiFA, NFSD, PGC, SDI, VSD, 2-step-SDS all worse on FID and/or BRISQUE), approaching direct Stable Diffusion sampling (FID 190.851, BRISQUE 12.020).
- PixSDS+SGD attains the best CLIP-IQA Noisiness score (0.590) among SDS methods, versus 0.031 for vanilla SDS and 0.655 for direct Stable Diffusion sampling (higher = less noisy).
- The custom noise-functional proxy measured on generated images is 2584.2 for PixSDS+SGD versus 249573.9 for vanilla SDS — more than 95x lower noise.
- Integrated into DreamGaussian's second optimization stage (replacing SDS when SDEdit is disabled) and into LucidDreamer (3000 steps, β=100×learning_rate), PixSDS qualitatively reduces floating noisy Gaussians and structured texture artifacts (e.g., football helmet, hamburger, ironman assets), though the ablation with a white-hair Iron Man prompt shows the target attribute was not fully preserved.
- Ablations show all components are necessary: using only g_clean yields clean but poorly-composed images (objects near boundary); removing per-pixel channel normalization works in 2D but fails in 3D because g_sds magnitude dominates; setting β=0 (no look-ahead, just decoding current latent) pulls images toward unrealistic VAE reconstructions.
- The method also transfers to Stable Diffusion 3 (Rectified Flow-based), producing clean, realistic images with the same hyperparameters (500 steps), indicating it is not tied to a specific diffusion backbone.
Why it matters / caveats: PixSDS is a lightweight, plug-in gradient repair applicable to existing SDS pipelines (DreamGaussian, LucidDreamer) without retraining or renderer changes, and the paper's theoretical/empirical diagnosis reframes prior artifact-suppression heuristics (e.g., gradient clipping) as symptom fixes rather than addressing the root VAE-mapping cause. Stated caveats include: direct Stable Diffusion sampling still outperforms PixSDS as an image generator (the method improves SDS-style optimization rather than replacing sampling), hyperparameter β requires some tuning per pipeline (e.g., different scaling used for LucidDreamer without extensive tuning), and at least one qualitative example shows loss of a specific semantic attribute (white hair) after artifact reduction.
Are You Sure You're Sure? On the Impact of Instruction Tuning on Confidence and Lexical Diversity →
Technical breakdown
Problem: The paper investigates whether instruction tuning's known effect of increasing verbalized/likelihood-based confidence in language models is accompanied by corresponding shifts in the lexical diversity of the answer rationales that support those predictions.
Method: The authors run a paired evaluation of three base/instruction-tuned model pairs (Qwen2.5-7B, Mistral-7B-v0.3, Llama-3.1-8B) on three multiple-choice QA benchmarks (ARC-Easy, MMLU, CommonsenseQA). Confidence is measured via choice entropy (normalized answer-likelihood entropy) and via a two-stage verbalized-confidence protocol (model first selects an answer via likelihood, then is prompted to output a numerical probability that the answer is correct), following Xiong et al. (2024) and Jiang et al. (2021). For each question they sample K=5 chain-of-thought rationales (Kojima et al. zero-shot CoT prompting, temperature 0.7, nucleus p=1.0, max 100 new tokens) and measure lexical diversity with Unique-2 (distinct bigram ratio) and 1-Self-BLEU (via SacreBLEU); calibration is assessed with Expected Calibration Error (ECE). A controlled analysis restricts comparisons to questions where base and instruct models pick the same answer and matches rationale lengths by pairing/truncation.
Key results:
- Instruction tuning consistently increases confidence across all models/benchmarks: e.g., choice entropy on MMLU drops from 0.430 to 0.131 for Qwen and from 0.736 to 0.268 for Mistral; verbalized confidence rises from 49.2% to 90.4% (Llama, ARC-Easy) and 46.8% to 91.1% (Llama, CSQA).
- These confidence gains are not matched by accuracy gains — e.g., Llama accuracy on ARC-Easy stays flat at 82.2% despite the large confidence increase.
- Cross-rationale diversity (1-SelfBLEU) decreases after instruction tuning in every model/benchmark combination, with the largest drop for Mistral on ARC-Easy (0.813 to 0.626), while surface Unique-2 diversity changes inconsistently in direction (e.g., Mistral CSQA Unique-2 rises from 0.719 to 0.750, but falls on ARC-Easy and MMLU).
- Directional analysis on CSQA shows decreased uncertainty coincides with decreased diversity 61.8% (Unique-2) and 69.3% (1-SelfBLEU) of the time for Qwen, but for Mistral it coincides with increased Unique-2 61.8% of the time yet decreased 1-SelfBLEU 77.6% of the time — showing no consistent uncertainty-diversity relationship.
- After controlling for matched answers and rationale length on CSQA, diversity shifts persist: Mistral and Llama show significant Unique-2 increases (+0.050 and +0.053) while 1-SelfBLEU decreases significantly for all three models (e.g., -0.069 for Mistral).
- Likelihood-based calibration (ECE) generally worsens after instruction tuning (e.g., Llama MMLU likelihood ECE rises from 0.5% to 5.9%, verbalized ECE from 16.6% to 23.7%), and these calibration changes are not consistently tied to diversity changes.
Why it matters / caveats: The findings suggest instruction-tuned models become more confident and less diverse across repeated generations without becoming more accurate or better calibrated, which could encourage unwarranted trust in high-stakes QA applications; the authors note the study is limited to three English multiple-choice benchmarks and lexical (not semantic/syntactic) diversity measures, and does not evaluate safety- or demographic-sensitive prompts.
CW-BASS v2: Saturation-Aware Pseudo-Label Selection for Semi-Supervised Segmentation under Foundation-Model Teachers →
Technical breakdown
Problem: In semi-supervised semantic segmentation, pseudo-label selection rules (dynamic/per-class adaptive thresholds) designed for noisy, under-confident ResNet teachers actively hurt performance when the teacher is a strong, saturated foundation-model encoder (e.g., DINOv2), because the confidence spread these rules depend on has collapsed.
Method: CW-BASS v2 extends CW-BASS (confidence-weighted cross-entropy + Sobel boundary-aware auxiliary, on a weak-to-strong EMA-teacher/student pipeline with CutMix and channel-dropout strong views, following UniMatch) with three additions: (1) held-out calibration, which splits the labeled set (95%/5%) and estimates per-class pseudo-label noise ε̂k only on the held-out 5% slice to avoid the downward bias of in-batch estimation (proved in Proposition 1); (2) a self-adaptive confidence floor τ_floor_k = s·c̄t·(μk/max_j μj) that lower-bounds the dynamic threshold and is proven (Theorem 1/Corollary 1) to hold retention at a fixed quantile rather than drifting to 1; and (3) a one-pass saturation gate that measures confident-set reliability π_kept = Pr[correct | c≥0.95] on the held-out slice and switches between strict fixed-threshold filtering (τ=0.95, the UniMatch V2 recipe) when π_kept≥τ, and the adaptive floor otherwise. Backbone is dinov2_vitb14 (also S/L) with a DPT-lite decoder, evaluated on Pascal VOC 2012, Cityscapes, and ADE20K under matched-batch (16), three-seed protocols.
Key results:
- Pascal VOC 1/8: gate selects strict, reaching 87.40 mIoU (best seed; 3-seed mean 86.19±1.82), within ~0.5 of UniMatch V2's reported 87.9; every adaptive rule (dynamic, per-class, floor, SoftMatch, FreeMatch) sits below strict, none exceeding 84.52.
- ADE20K (the one teacher with unreliable confident set, π_kept≈89% vs. ~98% on Pascal/Cityscapes): gate selects the floor, reaching 50.58 mIoU, +1.5 over the strict baseline (49.10) and above UniMatch V2-B's reported 49.8 (single seed).
- The gate correctly picks strict vs. floor "blind" (from π_kept alone, no mIoU access) on all six tested DINOv2 teachers (S/B at Pascal, Cityscapes, ADE20K).
- Mechanism trace on Pascal: the bare dynamic threshold is analytically capped at τ0·σ(β/2)≈0.34 and empirically pinned in [0.300,0.331] while teacher mean confidence climbs past 0.88; retention floods to ~1.0 by epoch 8, admitting 99.9% of teacher errors (vs. 63% for strict), producing an early mIoU peak (epoch 4–20) followed by decline (per-class rule loses 6.14 mIoU from its EMA-teacher peak).
- In-batch vs. held-out noise estimation gap is concrete: on ADE20K, π_kept measured in-batch is 98.4% (falsely "reliable") vs. 89.3% held-out, a 9-point optimism bias that would make the gate select wrongly if using in-batch stats.
- Margin over the floor (+4.3 mIoU) and FreeMatch (+6.8) is statistically significant (Welch t-test, p=0.044/0.017 at 3 seeds); margins over dynamic, per-class, and SoftMatch are not significant (p=0.22/0.14/0.08).
Why it matters / caveats: The paper reframes a common practitioner intuition (adaptive/per-class thresholding is generally safer) as regime-dependent: it recommends measuring one held-out statistic (π_kept) before choosing a threshold rule at foundation-model scale, plus three other cheap checks (batch-matching, trajectory reporting, best-vs-final EMA gap). Stated limitations: gate demonstrated only on DINOv2-family teachers (not CLIP/SAM); the ADE20K win is single-seed and its magnitude is within plausible seed noise; the gate boundary is validated post-hoc on the evaluation split rather than measured live via the small (~9-image) calibration slice; strict and adaptive arms differ not only in threshold rule but also in unlabeled-loss form and (for two adaptive rules) a 5% held-out calibration split, of which only ~1.2 mIoU of the 3.3–5.1 mIoU gap is attributable to these confounds; one of three strict seeds stalled at 84.09, making strict's margin over some adaptive rules non-significant; and the bounded-retention theorem rests on an idealized scale-family assumption about confidence distributions.
Specification-first convergence with an AI coding agent: a case study of dismantling a core architectural invariant across 189 files in a 717k-line codebase with no test oracle and no human code review →
Technical breakdown
Problem: In a 717,725-line, 3,648-file production TypeScript codebase with no pre-existing test oracle for the target behavior and no human code review of AI-generated output, the author needed an AI coding agent to dismantle a core architectural invariant (that a UI panel stays open for the duration of an AI request) across hundreds of interdependent files — a change conventionally considered infeasible via incremental refactoring.
Method: The agent is "AICode," running the OpenAI ChatGPT 5.6 Sol model in max reasoning mode under a system prompt of approximately 250,000 characters, applying a five-phase specification-first protocol: ideate (verbalize intent/constraints against real source), specify (produce a formal specification), refine (repeated agent sessions re-auditing the specification against the actual source code until zero findings), code (atomic implementation via proposed patches plus a compile/test feedback loop), and verify (repeated sessions auditing generated code against the frozen specification). Convergence was defined empirically as two consecutive verification passes returning zero findings, rather than any fixed cycle count. The task targeted a VS Code extension implementing an AI coding agent, split into Slice 1 (extracting existing streaming logic into a generic reusable library) and Slice 2 (the open/close panel-detach behavior studied in the paper).
Key results:
- 14 refinement cycles produced ~85 specification corrections, expanding scope from 110 to 160 affected files before freezing at cycle 13 (cycle 14 returned zero findings).
- 17 verification cycles produced 116 code corrections, converging at cycles 16 and 17 (two consecutive zero-finding passes); across all 31 audit passes, 201 total defects were corrected before any human ran the program.
- The operation touched 189 files (31 new); combined with the extraction commit, two commits total 288 files changed, 34,770 insertions, 16,422 deletions.
- Implementation itself took 2 hours 21 minutes 44 seconds of agent time across three human-confirmed segments; total elapsed time for the whole operation was three days at a cost of USD 2,430 in model inference.
- On first manual execution (only after all 31 audit passes), the specified behavior worked with no observed defect or regression; the pre-existing unit test suite showed no regression, and roughly thirty subsequent usage sessions showed no bugs.
- One retrospective interface decision was later revised, requiring a change confined to a single source file plus its tests.
Why it matters / caveats: The study argues that for large, non-decomposable changes lacking a test oracle, control can shift from post-hoc human code review (which doesn't scale past a certain change size) to pre-generation specification auditing followed by post-generation verification against that frozen spec. Stated limitations are extensive: it is a single case with no control condition comparing other agents, self-reported by the tool's own author/designer (a stated competing interest), on a closed-source codebase that cannot be independently replayed, tied to one specific frontier model, and "no bug observed" reflects limited observation windows rather than proof of absence of latent defects.
TailBooster: A Dual-Layer Generative Framework for Extreme Value Augmentation with Operational Validity Enforcement →
Technical breakdown
Problem: Conventional generative models for mixed-type tabular flight records systematically under-represent distributional tails (rare extreme delays/air times) and give no guarantee that synthetic records are operationally feasible (e.g., a short air time paired with a long flight distance), and no existing method addresses both issues jointly for mixed-type tabular data.
Method: TailBooster brackets a Tabular Variational Autoencoder (TVAE) generative stage with two anomaly-detection layers: (1) a statistical layer that uses IQR/Tukey-fence-based extraction to isolate an extreme subset per user-defined target feature (here "Air Time (min)" and "Arrival ΔT (min)"), training one TVAE on the full historical dataset and one dedicated TVAE per extreme subset; (2) after sampling and a relational validity filter (rejecting synthetic origin-destination pairs absent from history), a deep-learning layer applies pre-trained autoencoders (trained per dataset on operationally correlated features: ICAO origin/destination airport, air time, distance) and discards synthetic records whose reconstruction error exceeds the 99th-percentile threshold learned from real data. The pipeline produces three outputs — Naïve Synthetic, Augmented Synthetic, and Augmented Real — evaluated against the Real dataset. Data source: U.S. BTS TranStats domestic flight records for New York State, January 2023 (~61,000 records, 30 features, 113 airports, 508 routes); hyperparameters tuned via TPE (Optuna-style, 100 trials) per the authors' prior multi-objective framework.
Key results:
- Utility (extreme "Air Time"): training on Augmented Synthetic vs. Naïve Synthetic reduced MAE from 19.40–23.58 min to 10.21–12.23 min across six regression models (Random Forest, XGBoost, CatBoost, LightGBM, SVR, k-NN) — a 47–49% reduction.
- Utility (extreme "Arrival ΔT"): MAE reduced from 34.41–47.58 min to 14.89–34.00 min (29–57% reduction) across the same six models.
- Augmented Real vs. Real alone: MAE dropped from 6.34–9.88 min to 2.57–8.59 min (air time) and from 11.54–32.93 min to 4.49–24.77 min (arrival delay).
- Statistical similarity (marginal+bivariate mean) rose from 79.98% (Naïve Synthetic) to 86.26% (Augmented Synthetic) to 94.60% (Augmented Real), with bivariate similarity improving 8.94 points (73.53%→82.47%) due to operational cleaning.
- Fidelity (discriminability, lower=better): on extreme subsets, overall discriminability fell from 0.92→0.54 (air time) and 0.88→0.58 (arrival delay) moving from Naïve to Augmented Synthetic, indicating extremes are far harder to distinguish from real data after augmentation/cleaning.
- Memorization check: DCR ratios of 1.22, 1.28, 1.15 (all ≥1) for the three cleaned synthetic datasets, with only 0.02%/0%/0% of records flagged as potential near-copies, and just one exact duplicate found on manual inspection.
Why it matters / caveats: TailBooster benefits both practitioners with real flight data (enriching tails via Augmented Real) and those without (Augmented Synthetic as a substitute), and is stated to be fully data-driven and generative-model-agnostic (TVAE swappable), transferable to other domains needing extreme-event prediction without hand-crafted physical rules. Stated limitations: evaluated on a single dataset (one month, one U.S. state), operational validity was assessed only visually via correlation plots rather than a quantitative metric, and the extreme-subset training data are modest in size (3,726–5,470 records), which could limit generator diversity in settings with rarer extremes.
Knowing When to Quit: Diagnosing and Training LLMs to Abort Futile Reasoning →
Technical breakdown
Problem: LLMs facing reasoning tasks beyond their intrinsic capability rarely refuse and instead generate long, plausible-looking but fundamentally incorrect "futile reasoning" traces, which risks misleading users into trusting fabricated derivations.
Method: The authors first run a diagnostic study on a difficulty-graded Countdown task (N=3 to N=8) across Qwen3-8B, Qwen3-32B, gpt-oss-120b, Qwen3-235B-A22B, and DeepSeek-V3.2, categorizing failures into specious reasoning, endless generation, and degenerate repetition, and defining Capability Quadrants (Ideal Answer, Over-Conservative, Over-Confidence, Ideal Refusal) to quantify calibration. Based on these findings they propose CaRL (Capability-aligned Reinforcement Learning), which trains via GRPO with (1) Capability-Calibrated Reward Shaping — a reward hierarchy of +1 correct, 0 valid refusal, -1 incorrect, replacing the standard binary reward — and (2) Hindsight Refusal Augmentation (HRA), which converts on-policy incorrect trajectories into synthetic refusal demonstrations (retaining the reasoning trace, inserting a refusal prefix, and appending a model-generated summary of the failed attempt) to densify the sparse refusal reward signal. CaRL is trained and evaluated on Qwen3-8B and Qwen3-14B using the reasoning-gym Countdown task (in-distribution, N=4/6/8) and evaluated out-of-distribution on synthesized Sudoku puzzles, AIME 2024, and GPQA, against baselines Vanilla, Standard RL, RFT (rejection-sampling fine-tuning), and RLunk (reward shaping without HRA, with r=0 or r=0.5 for refusals).
Key results:
- Vanilla models show 0% refusal rate across all Countdown difficulty levels ("universal capability overreach"), and even explicit prompting leaves over 80% futile attempts on the hardest tasks.
- Specious reasoning is the dominant failure mode, comprising 57-68% of futile-reasoning cases across difficulty levels, while degenerate repetition drops from 13% to 2% as difficulty rises.
- Over-Confidence (20%) occurs roughly 6x more often than Over-Conservative behavior (3.4%); Refusal Recall collapses from 100% to 30% and Capability Loss rises from 0% to 10% as difficulty increases.
- CaRL reduces futile reasoning from 65.5%→7.0% on Qwen3-8B and 78.6%→1.0% on Qwen3-14B (in-distribution), raising reliability to 0.7915 (+0.13) and 0.8348 (+0.16) respectively, while Standard RL instead increases futile rate to ~99%.
- On out-of-distribution Sudoku, CaRL keeps refusal rate stable relative to in-distribution (37.17%→36.63%) and cuts futile rate from 89.41% to 43.02%, whereas RFT collapses into near-total refusal (>90%, 0% accuracy).
- CaRL cuts response length by about 33% at difficulty level 8 (7042→6156 tokens) versus RFT's 9133 tokens, and on general benchmarks preserves accuracy within <2% of vanilla (AIME 2024: 75.40%→74.60%; GPQA: 59.85%→58.33%) while improving reliability and reducing token usage by 16-25%.
Why it matters / caveats: CaRL offers a practical RL recipe to make reasoning models abstain on unsolvable problems rather than fabricate convincing-looking wrong answers, improving reliability and cutting compute waste without materially hurting general task performance. The authors note a key limitation: experiments are restricted to pure algorithmic tasks (Countdown, Sudoku) to isolate capability boundaries from knowledge boundaries, so it remains untested whether the refusal mechanism generalizes to knowledge-intensive domains like open-domain QA or general mathematical reasoning.