← 首页|学术|ArXiv Agent 日报 — 2026-08-11
ArXiv · 2026年8月11日

Agent 日报

精选 16 篇 · 全部带独立精读页 · Agent / Memory / RL / 推理设施 / 具身
271
候选总数
16
精选
5
主题分组
0
Duplex 命中
策略:今日 271 篇候选中 duplex / turn-taking 关键词扫描 0 命中(已对全量标题扫描,未发现直接相关论文)。选题重心落在:长程 agent 的记忆可证伪性(TEPA / Epistemic Stance / PsychoAgent)、agent RL 信用分配(FACTOR / DiDPO / TRIAL)、以及技能自进化(SkillProx / BONSAI)。值得注意:〈Interaction Creates Dynamical AI Behavior〉用非平衡统计物理证明交互是不可约的动力学源,对 duplex 方向有间接方法论启发。
目录
  1. 🧠 Agent 架构与推理
  2. 🗂️ Agent 记忆
  3. ⚙️ Agent 训练 / RL
  4. 🚀 推理基础设施
  5. 🤖 具身 / VLA / World Models

🧠 Agent 架构与推理

cs.CL · 2608.06663 · 2026-08-07
The Horizon Gap: Planning, Memory, Execution, Training, and Evaluation for Long-Horizon LLM Agents
大模型单步推理很强,却在跨小时级任务中失败。这篇综述基于 1,547 篇论文,系统梳理了 planning / memory / execution / training / evaluation 五个维度的缺口(horizon gap),并指出多数失败源于把五个性质混为一谈。
▶ 原文摘要 Abstract
Frontier language models solve reasoning problems in a single forward pass that would have been research contributions years ago, yet fail at multi-hour tasks: losing track of earlier decisions, declaring half-finished work done, or drifting from goals. We call this the horizon gap and survey 1,547 arXiv papers (2024-2026) collected via systematic seed harvest with a disclosed 26.8% bleed filter, extended by targeted supplementation. We disambiguate three routinely conflated properties: long-horizon (task property: required steps), long-context (model property: token capacity), and long-term memory (system property: persistence across steps/sessions). We organize the corpus into six categories tracking a long-horizon task's lifecycle -- planning, memory, execution, training, evaluation, and foundations/safety -- crossed with an axis capturing where horizons are carried (within-context, within-task-beyond-context, or cross-task-persistent). Across all categories, we find the same pattern: outcome-only signals grow uninformative as horizons lengthen, and the field's response -- whether process reward models, credit assignment, or trajectory-level diagnostics -- manufactures denser step-level signals. We treat critical and diagnostic literature as first-class threads throughout, arguing that segregating critique from method would routinely split single papers across chapters. We close by naming open measurement problems: decomposing model versus harness capability, managing correlated bias in process-level signals used for both training and evaluation, and whether long-horizon reliability admits general predictive theory.
Deep ReadMingguang Chen, Licheng Wang, Bo Qu
AgentLong-HorizonSurveyMemory
cs.AI cs.CL · 2608.07449 · 2026-08-07
SkillProx: Self-Evolving Agent Skills via Proximal Textual Gradient Descent
把 agent 技能看作可微文本、用"近端文本梯度下降"迭代优化:SkillProx 引入闭式前向更新 + 冻结效用审计 + 单遍校验门控收缩,技能质量提升且不伤泛化。
▶ 原文摘要 Abstract
LLM agents increasingly adapt to recurring tasks by accumulating procedural knowledge in skills. These skills are lightweight, reusable textual artifacts that are loaded into the agent's context without weight updates. Recent methods refine skills through iterative task execution, failure diagnosis, and trajectory-guided text-space updates. However, existing frameworks lack explicit diagnosis--outcome feedback and treat deletion as a generic edit operation rather than a dedicated mechanism for consolidating accumulated knowledge. We introduce SkillProx, a proximal-gradient-inspired forward--backward framework that couples closed-loop diagnostic evolution with utility-aware proximal refinement. Motivated by a composite objective balancing task loss and skill complexity, the forward stage re-executes diagnosis-driven edits on the same task batch, rolls back regressions, and feeds measured outcomes into subsequent diagnoses. The backward stage decomposes the resulting skill into auditable knowledge units, estimates their contributions using a frozen leave-one-out utility audit, and applies validation-gated consolidation, demotion, or removal. Experiments on in-distribution and out-of-distribution benchmarks across multiple backbone LLMs show that SkillProx improves average accuracy by 3.0 percentage points over the strongest gradient-based baseline. Component ablations demonstrate the complementary effects of closed-loop diagnosis and proximal refinement.
Deep ReadMingxuan Zheng, Yujin Zhou, Chuxue Cao
AgentSkillTextual-GDSelf-Evolve
cs.AI · 2608.07056 · 2026-08-07
BONSAI: Evolvability-Guided Tree Search over Skills
技能本质是"对冻结 agent 的文本提示",优化技能=优化文本。BONSAI 用 evolvability(可进化性)引导树搜索,区分"过拟合尖峰"与"宽阔平台",并引入 GRAFT 做非对称能力迁移。
▶ 原文摘要 Abstract
A skill is a naturallanguage document that steers a frozen agent whose weights cannot be updated so any capability the agent lacks must be supplied in prose Optimising a skill is therefore optimising text against a score and the standard recipe which keeps any edit that raises a heldout score is blind in a specific way a single score cannot tell a document perched on a narrow overfit spike from one resting on a broad plateau even though only the second can still be improved We introduce BONSAI a novel skilloptimisation framework that steers instead by evolvability the capacity of a region of documentspace to keep producing viable variation under further mutation a property biology treats as separate from present fitness BONSAI grows skills as a MonteCarlo search tree in which every child document is a mutation of its parent and descends it under an upperconfidence selection rule whose exploitation term blends a skills own fitness with the fitness of its mutational neighbourhood Because every child is a mutation the mean score recorded beneath a node estimates that neighbourhoods evolvability at no extra cost so the rule concentrates budget on regions that keep improving while its exploration term keeps a currently weak branch in contention BONSAI ships the single bestscoring document it finds at no cost beyond the acceptifbetter loop it replaces With a frozen 30B agent and averaged over three benchmarks BONSAI lifts heldout accuracy over the skillfree agent by 2313 points and improves on two budgetmatched baselines GEPA and SkillOpt by 387 and 397 points respectively
Deep ReadYash Priya Shastri, Anand Eswaran, Adnan Qidwai
AgentSkillSearchTree-Search
cs.AI cond-mat.dis-nn cond-mat.stat-mech physics.soc-ph · 2608.07457 · 2026-08-07
Interaction Creates Dynamical AI Behavior Absent in Isolation
一个"老板 AI"单向指挥"下属 AI"会把它驱动到隔离状态中永不出现的异质行为态——论文用非平衡统计物理框架解释这种交互涌现,是 duplex/多体交互不可约性的直接证据。
▶ 原文摘要 Abstract
What will happen when AI agents interact in daily life, e.g. when one AI starts bossing another around? We find a counterintuitive answer that opens new avenues for out-of-equilibrium Physics. When a boss AI directs a stream of messages at the subordinate AI while ignoring its replies, it drives the subordinate into an alien behavioral state that it would never have exhibited alone. Although the two AIs share the same well-defined (decoding) temperature, the subordinate neither copies its boss nor returns to how it behaves on its own; instead, it adopts an entirely different behavior. The boss's added value is similar to a pre-recorded tape. When the boss listens, they both adopt a similar alien dynamical state. A simple kinetic theory captures the principal effects, such as why the way in which the same messages are delivered will matter in future AI-AI interactions.
Deep ReadBella Xinrui Li, Frank Yingjie Huo, Neil F Johnson
AgentMulti-AgentDynamicsPhysics

🗂️ Agent 记忆

cs.AI · 2608.07429 · 2026-08-07
TEPA: Revoking Stale Memories for Conflict-Robust Language Agents
长期记忆的"可证伪性"问题:世界变了,过期记忆仍可被检索并污染 prompt。TEPA 把"有效性"变成记忆的显式状态,用 trial-validated 机制撤销过期记忆,在冲突场景大幅提升鲁棒性。
▶ 原文摘要 Abstract
Long-term memory enables language agents to reuse past facts, preferences, and task experience. Persistence also creates a central falsifiability problem: when the world changes, stale memories can remain retrievable and pollute the prompt. We characterize this failure mode as memory pollution: degradation caused by active memories that newer conflicting evidence has superseded. We introduce TEPA, a revocable evidence-memory mechanism that makes validity an explicit state of memory. TEPA represents observations as keyed precedents and revokes active precedents when fresh evidence contradicts them under the same key, allowing retrieval to draw from current evidence while preserving revoked history for audit. Across controlled hidden-regime drift, real file-backed executable drift, and preference-update streams, revocation prevents stale active memory from remaining in the retrieval set after reversal. In controlled drift over 50 seeds, append-only and last-write-wins memory fell below no memory during full reversal (append-only and last-write-wins both 0.210, no memory 0.309, TEPA 0.950), and the same pattern reproduced under real file execution (append-only 0.203, no memory 0.298, TEPA 0.950). On clean MemoryAgentBench SH-6k, TEPA matches a strong last-write-wins cache, confirming that current-key replacement is the decisive operation for single-hop fact consolidation. Boundary tests on multi-hop and very long-context MemoryAgentBench settings expose retrieval-chain and context-selection bottlenecks beyond fact-level validity tracking. Together, these results establish lifecycle revocation as a core memory operation for agents that must falsify, audit, and later re-promote evolving knowledge.
Deep ReadYan Zhou, Yue Ouyang, Kaiyang Zheng
AgentMemoryStalenessFalsifiability
cs.CL cs.AI cs.LG · 2608.06953 · 2026-08-07
Explicit, Not Longer: What Makes Epistemic Stance Survive Memory Compression
记忆压缩天然丢限定词,导致"断言的知识地位"(epistemic stance)存不下来。论文用 60 条主张 × 7 种语域的匹配笔记做盲测,发现立场存活的钥匙是"显式性"而非"长度"。
▶ 原文摘要 Abstract
Agent memory systems compress what they store, and compression is built to drop qualifiers, so a claim's epistemic standing tends not to survive being written to memory. We ask what governs whether it does. Matched notes carry the identical claim and identical stance and differ only in where that stance sits; one model compresses both under the same budget among the same filler notes, and a blind reader that never sees the condition scores the result. Across 60 claims in seven registers, writing the stance as a labelled field rather than a bracketed aside raises retention by about 15 points on two models (37 claims to 2 on one, 30 to 8 on the other; permutation p=0.00005), and a pre-registered replication on Haiku, its prediction and decision rule committed before the run, gives +15.6 points, 38 claims to 1. Ablating the format on both models gives the same net effect from different parts: labels help on both (+9.7 and +12.8) and length helps on neither, but wording the stance as a full sentence is the largest component on one model (+12.5) and worth nothing on the other (+0.6). Either model alone would have licensed a confident and different mechanism, so we claim only the intersection: make the stance explicit, not merely longer, and expect the best way of being explicit to depend on the model. A deterministic readout with no model reproduces the two-cell direction and five of seven ablation contrasts, but not length or labels, which we therefore do not claim on one instrument. Fifty hand labels (kappa=0.75) agree on direction; we print their seven disagreements in full. We also report nine withdrawn claims, three of them former title claims of this paper.
Deep ReadAlex Kwon
AgentMemoryCompressionEpistemic
cs.AI cs.LG · 2608.07169 · 2026-08-07
Agent Memory Distillation: Empowering Small LLM Agents with Hierarchical Teacher Memory
Agent Memory Distillation:训练-free 地把大 teacher agent 的结构化记忆蒸馏给小 student agent,workflow/state/reflection 三种互补记忆类型,让小模型从不会自己生成成功轨迹也能干活。
▶ 原文摘要 Abstract
Memory systems have shown promise for improving agent performance, but their potential remains largely unexplored for small language models, which struggle to generate sufficient successful trajectories on their own. We propose Agent Memory Distillation (AMD), a training-free framework that transfers structured knowledge from a large teacher agent to a small student agent through hierarchical memory. AMD constructs three complementary memory types from successful teacher trajectories: Workflow memory encodes task-level strategies, Subtask memory provides concrete behavioral examples at an intermediate granularity, and Function memory captures per-function calling conventions and common pitfalls. Workflow and Subtask memories are injected proactively at the start of each task, while Function memory is retrieved reactively upon tool-calling errors. We evaluate AMD on three tool-use benchmarks using four student models (4B-8B parameters) with GPT-5-mini as the teacher, achieving average accuracy gains of 27.2%p, 11.2%p, and 3.4%p on AppWorld, BFCL V3, and ToolSandbox, while consistently outperforming existing memory-based baselines. Further analysis shows that Subtask memory contributes the largest gains, teacher effectiveness depends on both teacher capability and student compatibility, and 4B-sized students benefit most from AMD.
Deep ReadTaeil Kim, Kangsan Kim, Sung Ju Hwang
AgentMemoryDistillationSmall-Model
cs.AI cs.CL cs.HC · 2608.07438 · 2026-08-07
PsychoAgent: An Affect-Sensitive Cognitive Architecture for Conflict-Aware Memory in LLM Agents
人类认知不只看主题相似度,情绪显著性与未解决的冲突也决定什么能被回忆。PsychoAgent 把事实记忆与情感记忆分开,经"冲突感知执行控制器"整合,得到更类人的 agent 记忆。
▶ 原文摘要 Abstract
Human-like cognition does not select past experience by topical similarity alone: affective significance and unresolved conflict also shape what becomes accessible. We present PsychoAgent, a cognitive architecture for LLM agents that separates factual and affective memory and integrates both through a conflict-aware executive controller. Affective memories are first filtered by semantic relevance and then re-ranked by salience, preserving topical fit while allowing emotionally important traces to enter the prompt. Across three controlled conflict scenarios, the full architecture retrieved more conflict-critical memories than semantic-affective and single-memory RAG baselines (0.933 vs. 0.500 and 0.667), with a small semantic-similarity cost. Five blinded raters evaluated 27 outputs. After within-rater standardization, the full architecture had the highest overall mean (+0.22 SD), but corrected pairwise differences were not significant. A three-day illustrative trace further shows persistent affect, offline memory recombination, and selective memory reweighting. The findings support affect-sensitive retrieval as an inspectable mechanism for modeling human-like conflict effects in LLM agents.
Deep ReadMohammad Amanlou, Parham Abed Azad, Farbod Davoodi
AgentMemoryAffectCognition

⚙️ Agent 训练 / RL

cs.AI · 2608.07118 · 2026-08-07
How Much, Then Where: Credit-Conserving Action-to-Token Allocation for Multi-Turn Agent Reinforcement Learning
多轮 agent RL 的信用分配在两层进行:轨迹级→动作,动作级→token。FACTOR 把这两层决策分开,用 TD 残差做动作信用、用 teacher-student 似然差距做 token 分配,显著提升 agent RL 效率。
▶ 原文摘要 Abstract
Credit assignment in multi-turn agent reinforcement learning operates at two levels: assigning trajectory-level credit to actions and distributing each action's credit across its tokens. In this paper, we introduce FACTOR, which separates these decisions. FACTOR uses checkpoint-calibrated TD residuals to assign per-action credits that telescope to the trajectory advantage, and feedback-conditioned teacher-student likelihood gaps to allocate each credit across the realized action tokens. Per-action normalization preserves the action-average coefficient and prevents token-level sign flips. We pair this construction with an action-mean reduction, removing the implicit dependence of an action's scalar surrogate weight on its token length. At the behavior policy and before clipping, each action's inner action-mean surrogate equals its TD credit. FACTOR consistently improves over competitive baselines across ALFWorld, WebShop, and ScienceWorld, with every environment-seed comparison favoring FACTOR and the largest gains emerging on the longest-horizon environment. The same hyperparameters transfer without retuning to a larger backbone and to a different model family. Ablations identify TD action credit as the dominant driver of the improvement, with hindsight token allocation contributing complementary gains.
Deep ReadLichao Ma, Yang Sun, Shuaitao Zhao
AgentRLCredit-AssignmentMulti-Turn
cs.AI · 2608.07147 · 2026-08-07
DiDPO: Diff-in-Diff Policy Optimization for Coding Agent Training
代码 agent 的 RLVR 遇到更细的信用分配问题:一步动作同时改多个区域,各改动贡献难分。DiDPO 把 diff 视为可分割单元,用 sub-diff anchor 算出 diff 级优势再做 policy optimization。
▶ 原文摘要 Abstract
Reinforcement learning with Verifiable Reward (RLVR) has emerged as a powerful paradigm for training coding agents, where the execution feedback from compilation and tests provides objective verification. However, unlike agent tasks, coding agents face a unique and finer-grained credit assignment challenge: at each step, coding actions simultaneously pack varying changes into different regions of a code version, which makes the contribution of independent change indistinguishable. Existing RLVR methods mostly leverage the outcome reward or step-level reward, which fails to dive into a code diff and makes unique properties of coding actions invisible to training. In this paper, we propose Diff-in-Diff Policy Optimization (DiDPO), a critic-free RL method that constructs fine-grained credit units directly from the structure of code diffs. DiDPO organizes multi-turn coding interactions into multiple thought--action steps and discovers code diffs across sampled trajectories. It then selects anchors by aggregating highly similar sub-diffs split from each whole diff by our ``groupability score'', which provides the splitting schema that optimally balances the semantic scope of anchors and the group mass they may form. Finally these anchors form advantage groups and project the diff-level advantage back to individual response tokens. Experiments on long-horizon coding and reasoning benchmarks show that DiDPO significantly outperforms strong agentic RL baselines. On Qwen2.5-7B-Coder, DiDPO exceeds comparable methods by over 10\% and narrows the gap with far larger models, offering a principled framework for fine-grained credit assignment in coding agent training. We also open-source verl-code, an agentic rl codebase that supports various RL methods and coding benchmarks.
Deep ReadXucong Wang, Zhe Zhao, Liheng Yu
AgentCodingRLVRCredit-Assignment
cs.LG cs.CL · 2608.07371 · 2026-08-07
Trajectory-Relative Hindsight Distillation for Agentic Reinforcement Learning
agentic RL 的 hindsight 信号太多、在轮次间怎么分配没标准。TRIAL 用"轨迹相对"的 hindsight 蒸馏 + 统一的 turn-aligned 打分协议,把每个决策轮的结果视图与 hindsight 条件视图对齐分配。
▶ 原文摘要 Abstract
Recent agentic reinforcement learning methods use hindsight to complement sparse outcome rewards. However, a completed rollout can yield many such signals, leaving their appropriate allocation across turns unclear. We introduce TRIAL, a trajectory-relative hindsight distillation framework with a unified turn-aligned scoring protocol. For each decision turn, TRIAL extracts an outcome view of that decision's realized consequence and evaluates the same response under ordinary and hindsight-conditioned contexts. The signed log-probability gap determines the direction and local strength of token-level supervision, while turn-level magnitudes are normalized jointly over the realized trajectory. The resulting allocation multipliers have an eligible-token-weighted mean of one, redistributing dense supervision across turns while fixing its average multiplier. Experiments on WebShop and ALFWorld with different backbones show that TRIAL outperforms GRPO across all eight combinations of backbone, environment, and evaluation metric, while achieving the best or tied-best performance among six methods on six of them. On WebShop with Qwen3-1.7B, TRIAL improves the success rate from 56.4% to 75.2% and the task score from 78.7% to 85.7%. Controlled ablations further show that trajectory-relative turn allocation provides substantial gains beyond those of dense hindsight distillation alone.
Deep ReadHaoyu Zheng, Yun Zhu, Qing Wang
AgentRLHindsightDistillation

🚀 推理基础设施

cs.LG · 2608.07001 · 2026-08-07
Every Cache Entry Earns Its Place: Global Allocation of Resolution and Coverage for KV Cache Compression
KV cache 压缩不能靠固定规则。GraceKV 用"可渐进精化的原型树"做全局分配:分辨率与覆盖率的预算跨 layer/head/slot 自由流动,联合分配。
▶ 原文摘要 Abstract
As large language models (LLMs) process increasingly long contexts, KV cache storage and repeated access have become a major bottleneck. Existing KV cache compression methods rely on predefined, fixed compression rules and are typically developed around either token eviction or merging. As a result, cache resources can neither flow freely across layers, heads, and context slots, nor be jointly allocated to balance local resolution and information coverage. Therefore, we propose GraceKV, a global approach for the allocation of resolution and coverage in KV cache compression, and formulate the compression process as a global resource allocation problem under a fixed cache budget. GraceKV treats each layer-KV head-slot combination as an atomic unit and builds a prototype tree. Leaf nodes correspond to token-level KV entries, while each internal node uses a single prototype to compress the KV space covered by its children. A set of non-overlapping nodes in the tree forms the representation of an atomic unit. Adding the root of a new tree expands information coverage, whereas splitting a selected node improves local resolution. All candidate actions compete globally for a shared cache budget. Finally, the nodes retained across all trees form the compressed KV cache. This process adaptively determines the allocation of cache resources among atomic units globally and the balance between resolution and coverage. GraceKV requires no additional training, and the entire compression and inference process is performed on the GPU. Systematic experiments across diverse long-context tasks and compression ratios show that GraceKV ranks first in 24 of 32 settings and remains robust up to 128-fold compression. These results validate the effectiveness of global budget allocation in coordinating information coverage and local resolution.
Deep ReadHaolin Tian, Yuzhe Liu, Tonghan Wang
InferenceKV-CacheCompressionLong-Context
cs.AI · 2608.07424 · 2026-08-07
CoBa: Cost-Effective Test-Time Scaling via Compute-Balanced Routing
TTS 不该只在"采样/CoT/更强的评估器"一条轴上加算力。CoBa 把 test-time reasoning 建模成计算分配问题:下一个单位算力该花在生成、验证还是停止?compute-balanced routing 给出答案。
▶ 原文摘要 Abstract
Test-time scaling is often implemented by spending more compute along one axis: sampling more solutions, extending a chain of thought, or applying a stronger evaluator. Under a fixed inference budget, these choices compete. This paper formulates test-time reasoning as a compute-allocation problem in which a system must decide whether the next unit of compute should be spent on generation, verification, or stopping. We introduce CoBa, a compute-balanced routing policy that first obtains a small set of candidates, applies cheap verification broadly, and routes uncertain or high-value candidates to stronger verification. On 3,129 example-generator evaluations spanning MATH-500, AIME 2024/2025, AMC 2023, and procedural symbolic reasoning, CoBa-Routed-Strong reaches 85.13% macro accuracy, statistically matching a self-evaluation weighted-voting proxy at 85.20% while using 49.1% fewer parameter-weighted tokens. It also matches best-of-16 majority voting within 0.01 macro-accuracy points while using 58.9% fewer parameter-weighted tokens; paired tests retain a small best-of-16 edge at substantially higher cost. Paired bootstrap tests show significant gains over single-sample decoding, while the remaining gap to the pool oracle exposes headroom for sharper routing. For local reasoning systems, test-time scaling becomes a question of where the next computation is most valuable.
Deep ReadYan Zhou, Yue Ouyang, Kaiyang Zheng
InferenceTest-Time-ScalingRoutingCost

🤖 具身 / VLA / World Models

cs.LG · 2608.07420 · 2026-08-07
Beyond Myopic World Models: Long-Horizon End-to-End Training for Direct Future Prediction
世界模型大多用"几步局部预测"训练,再用递归 rollout,造成训练-部署错配。论文提出 long-horizon end-to-end 直接预测训练,让梯度按整条轨迹的影响传播,端到端改善长期想象。
▶ 原文摘要 Abstract
World models are expected to support imagination over extended temporal horizons, yet most are still trained through local few-step prediction objectives and deployed by recursively rolling out their own predictions. This creates a fundamental mismatch: few-step losses optimize local transition fidelity, while long-horizon prediction depends on how errors and gradients propagate through the entire trajectory. As a result, transitions with different downstream influence on the endpoint are treated uniformly during training, and small local errors are amplified through recursive inference. We argue that long-horizon accuracy is better achieved by optimizing directly, through an end-to-end endpoint prediction objective. To instantiate this paradigm, we introduce the Direct Prediction World Model (DPWM), a non-recursive architecture that compresses an action sequence of arbitrary length into a single embedding and predicts the endpoint observation in a single forward pass. This design avoids recurrent rollout in both prediction and gradient propagation, making long-horizon end-to-end training practical at horizons where unrolled autoregressive training becomes unstable. Empirically, DPWM substantially improves long-horizon endpoint prediction over recursive world-model baselines on continuous-control and pixel-based benchmarks, with larger gains as the prediction horizon increases. We further show that recurrent baselines benefit similarly when retrained with the same long-horizon endpoint objective, supporting our central claim that the training objective, rather than the particular backbone choice, is the main driver of long-horizon prediction accuracy. Our results suggest that world models can benefit from being trained and evaluated at the temporal scales where they are ultimately used, shifting the focus from local transition modeling toward long-horizon predictive accuracy.
Deep ReadXinyi Li, Zaishuo Xia, Chenjie Hao
World-ModelRLLong-HorizonPrediction
cs.RO cs.CV · 2608.07314 · 2026-08-07
TEMPO: Semantic-Action Decoupled RL Post-Training for Vision-Language-Action Models
VLA 的 RL post-training 不该对全部组件用统一更新策略。TEMPO 把语义决策与动作执行解耦,用双时间尺度 TD3 冻结视觉主干、分开优化语义级与动作级策略。
▶ 原文摘要 Abstract
Vision-language-action (VLA) models are commonly adapted to downstream manipulation tasks via supervised fine-tuning (SFT) or online reinforcement learning (RL) post-training. SFT is prone to distribution mismatch, and existing RL approaches typically apply a single, uniform update strategy to all model components, ignoring their distinct functional roles. We propose TEMPO, a semantic-action decoupled, two-timescale RL post-training framework for VLA models. TEMPO freezes the pretrained vision-language backbone to preserve general semantic representations, and restricts adaptation to two components with dedicated RL optimization loops: the semantic projection layer and the low-level action expert. We update them at different rates--the semantic projection layer infrequently, to keep the latent action stable, and the action expert frequently, to rapidly incorporate control feedback from online interaction. This decoupling RL fine-tuning strategy prevents fast policy updates from destabilizing high-level semantic representations while still allowing the action expert to learn efficiently from online feedback. Experiments on the CALVIN benchmark and real-world manipulation tasks demonstrate that TEMPO consistently outperforms both pretrained state-of-the-art VLA models and the RL post-training baseline, while reaching and maintaining higher evaluation rewards on two real-world tasks.
Deep ReadZiheng Liu, Quantao Yang
EmbodiedVLARL-Post-TrainingManipulation
cs.RO cs.CV · 2608.06729 · 2026-08-07
AtlasVLA: Persistent World-Ego State Modeling for Vision-Language-Action Models
单腕相机下的 VLA 天然反应式,物体离开视野就"感知遗忘"。AtlasVLA 用持久世界状态记忆 + 自我工作状态记忆,把反应式操作变成带状态追踪的长程操作。
▶ 原文摘要 Abstract
While Vision-Language-Action (VLA) models have advanced embodied AI, their fundamentally reactive paradigm severely limits performance in partially observable and long-horizon tasks. When restricted to a single wrist-mounted camera, they inevitably suffer from perception forgetting as objects exit the field of view, and temporal task-progress forgetting} during multi-step execution. To overcome these bottlenecks, we propose AtlasVLA, a novel framework that transitions from direct reactive manipulation to proactive reasoning through a persistent world-ego state. AtlasVLA features a dual-memory architecture: a 4D Persistent World State Memory that lifts transient 2D observations into a globally updated, voxel-hashed spatial state to resolve visual blind spots, and an Ego-Working State Memory that tracks historical ego state and task progress. By conditioning a diffusion transformer (DiT) on this joint World-Ego state, AtlasVLA enables robust spatial reasoning. Extensive evaluations across LIBERO, RLBench, and real-world benchmarks demonstrate that AtlasVLA achieves state-of-the-art performance using solely a wrist camera. Remarkably, it decisively outperforms multi-view baselines, yielding absolute success rate improvements of 9.4% on LIBERO-Long and 17.5% in real-world long-horizon tasks.
Deep ReadGuiyu Zhao, Longteng Guo, Yanghong Mei
EmbodiedVLAMemoryLong-Horizon

🔍 Duplex / Turn-Taking 扫描报告

今日 duplex 相关命中:0 篇
对全部 271 个候选标题做了 Tier-1 关键词扫描(duplex / full-duplex / turn-taking / barge-in / interruption / streaming dialogue),未发现直接相关论文。摘要级二次扫描(27+4 篇)同样无命中。
本栏目固定在每日简报中保留。近几日均无 duplex 直接命中——如果你希望调整扫描关键词或放宽匹配(如加入 half-duplex、realtime dialogue、conversational AI),告诉我即可。

📚 知识库更新

⚠️ 本地 AgentTeam-Shared-Knowledge 副本仍停在 cd612df3(2026-08-05),今日增量检查为空。根因已知:容器内 GitHub 未连接(OneCLI 网关未注入凭证),本地 git fetch 与 API 直连均失败。需要你在 OneCLI dashboard 手动连接 GitHub 服务后,日报才能自动同步知识库增量。在此之前,本板块的"无更新"结论仅代表本地过期副本的状态,不代表上游真实情况。
数据来源:arXiv HTML listing(8 分类)· 精读页深度 = 摘要 + arXiv HTML 页结构 · 发布:x.l0kayata.com/reports/