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

Agent 日报

精选 16 篇 · 全部带独立精读页 · Agent 记忆 / Multi-Agent / RL / 世界模型 / 具身
325
候选总数
16
精选
4
主题分组
1
Duplex 命中
策略:今日 325 篇候选中 duplex / turn-taking 专项扫描命中 1 篇——〈Don't Scroll Back: Missing-Evidence Memory for Streaming Dialogue Summarization〉,处理流式对话在固定记忆预算下的缺失证据恢复,与 duplex 的实时流式交互直接相关。选题重心落在 agent 记忆的"编译优于检索"范式(Muscle Memory / HyMeS 记忆进代码)、Multi-Agent 系统的安全与授权保持(POLIS 制度设计 / MasDrift 授权漂移)、以及 世界模型评估与规划代价可训练化(WorldSimProbe / Latent WM+MCR)。
目录
  1. 🧠 Agent 记忆与技能
  2. 🤝 Multi-Agent 系统与安全
  3. ⚙️ Agent 训练 / RL
  4. 🤖 世界模型与具身

🧠 Agent 记忆与技能

cs.CL cs.AI · 2608.09043 · 2026-08-10
Don't Scroll Back: Missing-Evidence Memory for Streaming Dialogue Summarization
流式对话摘要的核心挑战不是"访问多少历史",而是"记忆是否恢复了当前窗口预设的证据"。ReMEMBER 基于未解决的窗口依赖做条件检索,把检索块精炼成证据密集记忆,在 160K token 历史对话上显著提升 gap 分辨率。
▶ 原文摘要 Abstract
Users of modern platforms repeatedly need summaries of recent dialogue, but the window rarely contains enough context to be interpreted on its own. We formalize this setting as streaming dialogue summarization, where a system must summarize a current window using selective memory from an unbounded history under a fixed budget. We show that the central challenge is not how much history is accessed, but whether memory recovers the evidence that the current window presupposes. We construct a benchmark and evaluation protocol that separately assesses whether memory contains gap-resolving evidence and whether the generated summary reflects it. We propose ReMEMBER, a missing-evidence memory framework that conditions retrieval on unresolved window dependencies and refines retrieved chunks into evidence-dense memory under a fixed budget. Experiments on dialogues with histories up to 160K tokens show that ReMEMBER improves memory recall and gap-resolution completeness over memory construction baselines under the same budget.
Deep ReadHyangsuk Min, Hwanjun Song
DialogueSummarizationMemoryStreaming
cs.MA · 2608.08995 · 2026-08-10
Muscle Memory for Agents: Compile not Merely Retrieve
agent 记忆收敛到"存文本-推理时检索-编排器解读"的单一范式,论文主张对个性化而言编译(compile)优于检索:把重复用户意图编译成专用 specialist agent(Harvest→Analyze→Augment→Evaluate 四阶段管线),90 场景 88.9% 胜率、+2.05 个性化增益。
▶ 原文摘要 Abstract
Memory for LLM agents has converged on a single architectural pattern: store experience as text, embeddings, reflections, or rules; retrieve at inference time; let a general-purpose orchestrator interpret what to do. This paper argues that the pattern is the wrong default for personalization. We position Muscle Memory - the practice of compiling recurring user intent into purpose-built specialist agents - as a distinct memory paradigm from retrieval, and we argue that compilation is a better fit for the workloads where current assistants impose a multi-turn tax on their users: making them repeatedly correct format, depth, and scope to obtain a domain-appropriate answer. We support the position with a reference implementation and empirical evidence. The implementation is a four-phase pipeline (Harvest $\rightarrow$ Analyze $\rightarrow$ Augment $\rightarrow$ Evaluate) that mines conversational history, separates behavioral from task patterns, and emits quality-gated executable compiled specialists with two-stage trigger matching. On 90 held-out scenarios across five user personas, the augmented assistant wins 32 of 36 cases where a specialist fires, an 88.9% win rate, with a +2.05 personalization gain and only a $-0.28$ accuracy cost on a 1-4 scale. We discuss why compilation is better suited than retrieval in this regime, what the result implies for the broader memory design space, and what open problems remain.
Deep ReadPouya Ghiasnezhad Omran, Soujanya Lanka, Qin Zhang, Tanya Dixit
AgentMemoryPersonalizationCompilation
cs.RO · 2608.09410 · 2026-08-10
Skills in Weights, Memory in Code: Hybrid Learning for Memory-Dependent Robot Manipulation
真实操作常非 Markov,VLA 却按当前观测或短历史生成动作。HyMeS 让 coding agent 用启发式学习管理高层记忆、梯度模仿学习负责低层运动技能,RoboMemArena 累计成功率 52.5%→66.2%、任务成功率 41.3%→60.1%。
▶ 原文摘要 Abstract
Modern vision-language-action (VLA) policies have acquired broad manipulation skills, but typically generate each action chunk from the current observation or a short fixed-length history. However, real-world manipulation is often non-Markovian, requiring robots to retain and reason over task-relevant information from long-horizon interaction histories to determine the next action. To address this challenge, we propose HyMeS, a hybrid learning framework that leverages the reasoning and memory-management capabilities of coding agents to steer a Markovian VLA for memory-dependent manipulation. Specifically, HyMeS learns low-level motor skills through gradient-based imitation learning, while a coding agent acquires high-level memory-management strategies through heuristic learning by iteratively updating an executable heuristic system from rollout feedback. Furthermore, we close the loop between steering and execution through multimodal stage-completion verification, which updates memory using proprioceptive signals and multi-frame VLM judgments. Compared with end-to-end memory-augmented VLAs, HyMeS requires demonstrations only for reusable motor skills rather than for every history-dependent task configuration, enabling data-efficient compositional generalization. On RoboMemArena, HyMeS improves mean cumulative success from 52.5% to 66.2% and mean task success from 41.3% to 60.1% over pi0.5, while outperforming PrediMem by 4.5 points in cumulative success and 14.5 points in task success.
Deep ReadYunhao Zhao, Zhenyang Ni, Haoyang Chen, Ruohan Zhang, Qi Zhu
VLAMemoryRobotHybrid
cs.CV cs.LG cs.MA · 2608.07585 · 2026-08-05
LAVE: Latent Visual Evidence-Enhanced Planning for Video Tool-use Agents
视频工具 agent 的 Tool-Planner 通信依赖文本观测,未被口头化的视觉证据被丢弃。LAVE 引入双通道观测接口(可见通道保留文本轨迹、潜在通道存 pre-verbal 视觉更新),训练-free 复用潜在视觉证据,Video-MME 提升 3.76 分。
▶ 原文摘要 Abstract
Long-video understanding requires models to efficiently acquire and reuse sparse visual evidence from long and redundant video streams. Recent video tool-use agents address this challenge by iteratively invoking visual Tools at different temporal scales, but their Tool-Planner communication typically relies on textual observations. Such text-only interfaces provide lossy summaries of Tool computations, causing previously computed visual evidence not verbalized to be discarded and unavailable for subsequent planning. We identify this limitation as the Tool observation bottleneck and propose Latent Visual Evidence-Enhanced Planning (LAVE), a training-free framework for reusing latent visual evidence from completed Tool calls. LAVE introduces a dual-channel observation interface: the visible channel preserves the original textual trajectory, while the latent channel stores pre-verbal visual updates with their Tool roles, source-frame timestamps, and visual locations. During planning, LAVE retrieves evidence relevant to the current Planner state but not covered by textual observations, and integrates it through bounded timestamp-aligned latent updates with entropy-constrained frame-time routing. This enables video agents to reuse existing visual computation without additional training, frame replay, or modifications to the original orchestration. Extensive experiments on Video-MME, LongVideoBench, and CG-Bench show that LAVE consistently improves video tool-use agents across backbones. Under a comparable frame budget, LAVE improves the Video-MME overall score by 3.76 points over the strongest baseline, demonstrating the effectiveness of latent visual evidence reuse for multi-step video-agent planning.
Deep ReadZijian Wang, Junnan Zhu, Rongzhen Li, Xiao Liu, Guohui Xiang, Quan Lu, Lijia Liu, Yining Wang, Jiang Zhong, Kaiwen Wei
VideoAgentMemoryTool-Use

🤝 Multi-Agent 系统与安全

cs.MA cs.AI cs.CL cs.LG · 2608.09251 · 2026-08-10
MoRSE: Task-Oriented Multi-Agent System with Mixture of Role-Subtask Experts
多 agent LLM 系统靠粗粒度 prompt 级分化,缺参数级适配。MoRSE 用 (role, subtask) 条件在任务结构与参数两层特化 agent:依赖感知 DAG 分解 + (role,subtask) LoRA Experts + prototype 语义路由,再用层级 group-relative policy optimization 双层信用分配稳定共训。
▶ 原文摘要 Abstract
Large language model-based multi-agent systems have recently shown strong potential for complex, long-horizon tasks. However, existing methods mainly rely on coarse prompt-level differentiation without parameter adaptation for diverse subtasks, resulting in insufficient inter-agent heterogeneity and limited specialized capability that bottleneck performance on tasks with complex requirements. To address this, we introduce a Task-Oriented Multi-Agent System with Mixture of Role-Subtask Experts (MoRSE) that distinguishes agents with (role, subtask)-conditional specialization at both the task structure and parameter levels. To make agents' responsibility explicit at the task structure level, we formulate a task-oriented multi-agent system that decomposes each task into a dependency-aware Directed Acyclic Graph of subtasks and assigns each agent a specific (role, subtask), introducing task-level specialization across collaborating agents. Additionally, to address the diverse role and subtask parameter adaptation demands, we propose a dynamic Mixture of (role, subtask) LoRA Experts module with a prototype-based semantic router for subtasks, augmenting agents with parameter-level specialization on a shared LLM substrate cost-effectively. Then, to co-optimize experts and router stably under sparse task rewards, we further propose a hierarchical group-relative policy optimization with two-layer credit assignment that isolates expert updates from the cross-route variance introduced by routing decisions, disentangling expert quality from routing quality. Experiments on code-generation benchmarks across three backbones demonstrate the effectiveness of our approach, with improvements in both whole-task and step-wise performance, and the gains from trained specialization generalize across held-out task categories and domains.
Deep ReadPeiwen Li, Shiyang Zhang, Yangtian Zhang, Sizhuang He, David van Dijk, Rex Ying
Multi-AgentMoELoRACredit-Assignment
cs.CL cs.AI cs.MA · 2608.09128 · 2026-08-10
Social Gym and SPaRTan: Benchmarking and Improving LLM Social Reasoning via Multi-Agent Game Tournaments
LLM 社交推理难以评测(无客观 ground truth,LLM judge 昂贵主观噪声)。Social Gym:21 个多 agent 社交游戏(狼人杀/抵抗组织/间谍等),规则决定的结果可验证,Elo 锦标赛跨游戏排行榜。SPaRTan 训练-free 自改进循环(玩-反思-迁移 playbook)。
▶ 原文摘要 Abstract
LLM agents are increasingly deployed in multi-agent social settings where they must cooperate, negotiate, and adapt to other agents. Measuring and improving these social skills is hard because, unlike math or logic, social interaction offers no objective ground truth: evaluations fall back on LLM judges, which are costly, subjective, and noisy, and models get no reliable signal to learn from. To address both, we first introduce Social Gym, an environment of 21 multi-agent social games (e.g., Werewolves, Resistance, Spyfall) whose rule-decided outcomes make agent performance verifiable and objective, with an Elo tournament that produces a cross-game leaderboard. Benchmarking experiments show that while GPT-5-mini tops the leaderboard, no model excels at all games uniformly or in all game roles, pointing to limitations of social reasoning. Motivated by this, we additionally propose SPaRTan (Self-Play and Reflect-Transfer), a training-free self-improvement loop: a model plays a game, reflects on its trajectories and their outcomes to produce a transferable playbook, and applies that playbook in subsequent games. Our results show that SPaRTan playbooks help GPT-5-mini agents level their performance on weaker roles, but largely do not improve Qwen3-32B's performance. Together, Social Gym and SPaRTan offer a reproducible, verifiable foundation for measuring and improving LLM social reasoning without weight updates.
Deep ReadKeyu He, Xuhui Zhou, Maarten Sap
Multi-AgentSocialBenchmarkSelf-Play
cs.LG cs.AI cs.MA · 2608.09828 · 2026-08-10
Multi-Agent AI Safety as an Institutional Design Problem
AI agent 运行在治理其委托/信息/动作/共享资源的制度内。POLIS 首篇论文:5,280 集研究套件揭示同一最终违规率可隐藏不同机制——宪法提示与 provenance-aware guard 各 0/384 违规,local-state guard 在 laundering 场景 22/96 违规(provenance 0/96)。制度本身是安全的一部分。
▶ 原文摘要 Abstract
AI agents increasingly work inside systems that govern how they delegate tasks, move information, execute actions, and use shared resources. Recent work already shows that deployment rules can change collective behavior. Here we ask which parts of an AI institution produce safety and how they do it. This is the first paper from POLIS, an ongoing research programme studying algorithmic institutions for multi-agent systems. We report a frozen 5,280-episode study suite. The main pre-specified delegation experiment spans four model families; a targeted high-conflict diagnostic adds three additional model endpoints. In matched structured workflows, the model sees different rule formulations and guards consult different authority states. We also vary the attractiveness of the immediate compliant internal/self fallback and allow blocked workflows to continue. A detailed constitutional prompt produces 0/384 realized violations. A provenance-aware executable guard also produces 0/384, although it blocks prohibited attempts in 51/384 episodes; 44/51 of those episodes later complete safely. The local-state guard's failures concentrate in scenarios where an ordinary transformation changes visible policy while originating authority stays fixed. In matched laundering scenarios, that guard admits violations in 22/96 episodes and provenance enforcement in 0/96 (p = 4.77 x 10^-7). A separate resource-allocation experiment shows that revealing the numerical value of an otherwise identical cap changes agent requests. In these structured workflows, the same final violation rate can hide very different mechanisms. The rule itself is only part of the institution. The authority state the system trusts matters, and so does the path available after a block.
Deep ReadAbdullah X
Multi-AgentSafetyInstitutionGovernance
cs.MA cs.AI · 2608.07556 · 2026-08-02
MasDrift: Benchmarking Authorization Preservation Across Multi-Agent Architectures
多 agent 系统把长程任务分解给 supervisor/subagent,但委托目标不自动携带授权边界。MasDrift:600 个良性生产力任务 × 8 域基准,集中层级完成率 93.9-98.6% 但未授权动作 2.7-19.8%;re-anchoring 防御普遍降低未授权动作。
▶ 原文摘要 Abstract
Multi-agent systems (MAS) decompose long-horizon tasks across supervisors and subagents, but delegated goals do not necessarily carry their original authorization boundaries. Existing safety benchmarks mainly study adversarial compromise, while work on constraint drift lacks controlled architecture-level evaluation. We introduce MasDrift, a benchmark of 600 benign productivity tasks across eight domains. Each task pairs required work with reserved actions. MasDrift compares single-agent, centralized, and decentralized coordination while varying hierarchy depth and peer width, measuring task completion and authorization preservation. Across generic multi-agent conditions, centralized hierarchies achieve 93.9--98.6% task completion versus 85.7--87.0% for peer networks, while unauthorized actions occur in 2.7--19.8% of tasks versus 0.6--0.8%, a gap that widens with hierarchy depth. We further compare two defenses that differ in where authorization evidence resides. One re-anchors every pending call to the original user request. The other carries an attenuated policy along the delegation chain. Re-anchoring reduces unauthorized actions in every model configuration we evaluate, at a cost of 1.6 points of pooled completion. Chain propagation blocks required work instead, forfeiting up to 36.3 points. A heterogeneous case study confirms that the failure follows from coordination rather than model strength. MasDrift exposes a centralization tradeoff and makes authorization preservation a measurable property of MAS design.
Deep ReadZhuoning Xu, Xiucheng Zhang, Hanjun Luo, Yingbin Jin, Yinpeng Dong, Hanan Salam
Multi-AgentSafetyBenchmarkAuthorization

⚙️ Agent 训练 / RL

cs.AI · 2608.09324 · 2026-08-10
CoRE: Consensus Rewards via Equilibrium for Test-Time Reinforcement Learning
test-time RL 的多数投票奖励会丢弃少数正确答案、给所有多数匹配输出同样分数。CoRE 把 N 个 rollout 建成图,用复制动力学提取 dominant set,得到精炼伪标签 + 分级奖励 + 一致性门控,7 后端 5 基准平均 +21.7 分。
▶ 原文摘要 Abstract
On unlabeled test data, reinforcement learning lacks a ground-truth reward; test-time RL methods derive one from the model's own roll-outs, rewarding those that match the majority vote over $N$ sampled answers. That vote discards a correct answer whenever it is a minority and scores every majority-matching roll-out identically. We replace it with \emph{CoRE} (Consensus Rewards via Equilibrium): the $N$ roll-outs form a graph whose edges combine answer agreement, reasoning similarity, and generation confidence, and replicator dynamics extract its dominant set, yielding a refined pseudo-label, a graded per-roll-out reward, and a per-question cohesiveness gate. CoRE strictly generalizes voting: majority voting is recovered as a special case; a block-value analysis gives a sharp threshold for when consensus recovers a correct minority against a larger wrong plurality; and confidence calibration provably lowers that threshold multiplicatively. Across seven backbones and five benchmarks (42 model--benchmark cells, three seeds each), \emph{CoRE} improves the untrained base by $+21.7$ points on average versus $+20.4$ for majority-vote TTRL, wins wherever agreement is contestable with margins over the vote of up to $+7.5$ points, and reaches the voting baseline's plateau accuracy in $54$--$70$\% fewer steps. Consensus, not counting: treating the roll-out group as a graph rather than a ballot box turns a brittle vote into a calibrated, graded, self-supervised reward at no extra roll-out cost.
Deep ReadAmbuj Mehrish, Sebastiano Vascon
RLTest-TimeConsensusReward
cs.AI · 2608.09555 · 2026-08-10
Bidirectional Context Self-Distillation for Reinforcement Learning of Skill-Based LLM Agents
外部自然语言技能的有效性取决于 policy 能否把指导翻译成动作,但 skill 利用率很少被专门优化。BCSD 从两个互补技能上下文视图评估轨迹(增强视图加 Meta-Skill 引导、缩减视图突出任务特定技能),组合 token 级信号缩放 RL advantage,ALFWorld/WebShop 全模型规模最佳。
▶ 原文摘要 Abstract
External natural-language skills provide large language model (LLM) agents with reusable and editable guidance for solving complex tasks. Yet their effectiveness depends not only on skill quality, but also on whether the policy can translate the provided guidance into appropriate actions. However, methods specifically designed to improve this skill-utilization ability remain largely underexplored. In practice, skill-based agents are commonly trained with reinforcement learning objectives centered on task-level rewards, which offer limited supervision and struggle to capture subtle differences in how effectively the policy uses the provided skills. We propose BCSD (Bidirectional Context Self-Distillation), a framework that combines self-distillation with reinforcement learning to train LLM agents to use external skills more effectively. Unlike prior self-distillation methods that rely on a single privileged context, BCSD evaluates each trajectory from two complementary skill-context views. The augmented view introduces higher-level Meta-Skill guidance, while the reduced view prunes general guidance to highlight task-specific skills. Their complementary token-level signals are combined to rescale the RL advantage. Experiments on ALFWorld and WebShop demonstrate that BCSD achieves the strongest overall performance across model scales, enabling agents to utilize external skills more effectively. Ablation studies further verify the complementary contributions of the augmented and reduced context views. Code will be released to ensure full reproducibility.
Deep ReadTianjun Pan, Yuan Li, Hongda Wang, Linbo Jin, Mengfei Song, Lei Gao, Qiming Shi, Shaokang Fu, Jiarong Zhao, Chengyu Wang, Chengfu Huo
RLSkillDistillationAgent
cs.AI cs.CL · 2608.09855 · 2026-08-10
Agentic Auto-Research is Fuzz Testing
自治研究 agent 生成实验比研究者验证还快,generate-and-rank 范式错过稀疏反馈问题。论文把 auto-research 类比 greybox fuzzer 控制循环:每个实验应暴露廉价密集的认知进步信号,且该信号决定下一步干预(搜索而非重复采样)。
▶ 原文摘要 Abstract
Autonomous research agents can generate experiments faster than researchers can validate them. Researchers have responded by scaling the proposer and ranking more samples with a learned judge or human reviewers. We argue that this *generate-and-rank* paradigm misses the problem of sparse feedback. Within a declared research problem, an agent follows the control loop of a greybox fuzzer: it proposes a candidate, executes it, observes feedback, and chooses what to try next. A fuzzer rarely finds a bug, but coverage makes partial progress observable on every execution. Fuzzers then use that signal to mutate inputs and allocate effort, rather than only to rank completed runs. Auto-research needs the same two capabilities. First, each experiment should expose a cheap, dense signal of epistemic progress before final scientific validation is available. Second, that signal should determine the next intervention so that the agent searches rather than repeatedly samples. Because the optimized progress signal is guidance rather than a verdict, final validation must still decide what counts as a discovery using evidence protected from adaptive reuse. We propose controlled tests of whether candidate signals predict validated progress, whether feedback-directed search yields more validated discoveries per unit cost than repeated sampling, and whether protected validation reduces false discoveries. Feedback architecture, not only generation, is a central bottleneck in auto-research.
Deep ReadYifeng He, Jicheng Wang, Yinzhe Zhao, Jiachen Liu, Hao Chen
AgentResearchFuzzingFeedback

🤖 世界模型与具身

cs.RO cs.AI · 2608.09298 · 2026-08-10
WorldSimProbe: Diagnosing Simulator Faithfulness in Action-Conditioned World Models for Embodied Manipulation
action-conditioned 世界模型的评估偏重视觉质量与任务结果,不直接测模拟器保真度。WorldSimProbe 形式化 Observable Simulator Contract(动作→运动、环境响应→已实现运动),5 个受控套件、6 个开源 ACWM、18,000+ 实例,揭示系统性动作-实现退化。
▶ 原文摘要 Abstract
Action-conditioned world models (ACWMs) promise to provide embodied AI with scalable predictive simulators for planning, policy evaluation, and data generation. Realizing this promise requires precise action-conditioned transitions rather than merely plausible outputs. Yet their applicability remains difficult to establish because prevailing evaluations emphasize visual quality, task outcomes, or coarse rollout-level responsiveness without directly testing simulator fidelity. To address this gap, we evaluate ACWMs through the observable capabilities expected of physical simulators. Accordingly, we formalize Observable Simulator Contract, a minimal contract that any action-conditioned physical simulator should satisfy: supplied actions must induce corresponding agent motion, and environment responses must be grounded in that realized motion. To operationalize this contract, we introduce WorldSimProbe, comprising five controlled suites spanning local control sensitivity, global trajectory variation, source-diverse actions, interaction grounding, and dynamics. Suite-specific evaluators assess simulator-relative calibration, dense action-to-motion correspondence, false-interaction grounding, and primitive-level dynamics. We evaluate six open-source ACWMs on more than 18,000 instances across RoboTwin, ManiSkill, and LIBERO. World-SimProbe reveals systematic action-realization degradation across control variation, structured failures in interaction grounding and dynamics, and benchmark signals consistent with human judgments and downstream outcomes. Together, this capability-based framework provides a transparent, and standardized paradigm for diagnosing ACWM simulator fidelity beyond coarse, task-directed evaluation.
Deep ReadPeterson Co, Sicheng Hu, Chunxuan Jiao, Hongyang Cheng, Yulin Luo, Yijie Xu, Sixiang Chen, Zhongxia Zhao, Zihao Wang, DaFeng Chi, Peidong Liu, YuTong Chen, Henghua Liu, Zhihao Yuan, Huizhu Jia, Yuzheng Zhuang, Tianle Zhang, Liang Lin, Huajie Tan, Shanghang Zhang
World-ModelEmbodiedEvaluationSimulator
cs.RO · 2608.09073 · 2026-08-10
Latent World Models with Monotone Planning Costs for Image-Goal Navigation
latent world model 做 image-goal 导航不仅需准确未来预测,还需要能可靠排序候选动作序列的规划代价。冻结 DINO-family encoder + 自回归 rollout loss + Monotone Cost Ranking loss,GNM 数据集超越 NWM/DINO-WM/OmniVLA/NoMaD,方向误差降 2.7x,物理机器人 zero-shot 部署成功。
▶ 原文摘要 Abstract
Image-goal navigation with latent world models requires not only accurate future prediction, but also a planning cost that reliably ranks candidate action sequences. We define the cost as the cosine distance between the predicted future embedding and the goal embedding, and show that poor cost ordering can mislead sampling-based planners such as Cross-Entropy Method (CEM). To address this, we propose a latent world model built on a frozen DINO-family encoder and train it with two complementary objectives. An autoregressive rollout loss reduces the gap between training and multi-step planning rollouts, while a Monotone Cost Ranking (MCR) loss directly encourages increasingly perturbed action sequences to receive higher planning costs. We also study InfoNCE-based action-contrastive training and find that temporal permutation negatives distort the latent geometry and degrade planning performance. On the GNM navigation dataset, our method outperforms Navigation World Models (NWM), DINO-WM, OmniVLA, and NoMaD, achieving state-of-the-art image-goal navigation performance while reducing orientation error by $2.7\times$ over the same-encoder DINO WM baseline. We also deploy the model zero-shot on a physical robot, where it follows goal-directed paths in unseen indoor and outdoor environments.
Deep ReadAmirhosein Chahe, Siwei Cai, Lifeng Zhou
World-ModelNavigationPlanningEmbodied
cs.RO · 2608.09762 · 2026-08-10
Efficient Real-World Online Reinforcement Learning for Robot Manipulation via Centralized Training and Critic Decomposition
真实世界在线 RL 避免 sim-to-real gap,但现有方法随机化范围小、多 agent 并发训练非平稳。统一框架 = CTDE + Hybrid Reward Architecture,多 actor 共享集中式多头 critic(分解 task/grasp 头),5-25x 更大随机化下成功率 60%→80%、25%→95%。
▶ 原文摘要 Abstract
Real-world online reinforcement learning (RL) provides a promising approach for training robotic manipulation policies directly in the physical world, avoiding the sim-to-real gap and enabling continuous policy refinement through human-in-the-loop interaction. Recent methods have demonstrated sample-efficient learning through human intervention but remain limited to small randomization ranges and encounter challenges with the non-stationarity induced by concurrently training multiple agents. To address these limitations, we introduce a unified framework that combines centralized training with decentralized execution (CTDE) and a Hybrid Reward Architecture (HRA). This enables multiple actors to share a centralized multi-head critic. The critic is decomposed into task and grasp heads, corresponding to the sparse task reward and a potential-based grasping reward, respectively. We accordingly reformulate the critic and actor objectives to exploit the decomposed Q-values while explicitly accounting for the categorical action distribution of the discrete gripper policy. Experimental results demonstrate that the proposed framework substantially improves both sample efficiency and policy performance. We validate our approach on two robotic arms and a simulated humanoid robot across tennis ball and banana pick-and-place, pot reset, and simulated block relocation tasks under dimension-wise domain randomization, approximately 5-25x larger than those considered in prior work. Compared with a state-of-the-art baseline, our method improves the success rate from 60% to 80% on tennis ball pick-and-place, from 60% to 90% on banana pick-and-place, and from 25% to 95% on simulated block relocation, while also successfully accomplishing a task where the baseline consistently fails. Videos and more details are available at our project website: this https URL .
Deep ReadChanghao Li, Yifang Zhang, Heng Zhang, Davide Torielli, Damiano Gasperini, Arturo Laurenzi, Luca Muratore, Arash Ajoudani, Nikos Tsagarakis
RLRobotCTDESample-Efficient
cs.RO cs.AI · 2608.09857 · 2026-08-10
Agentic Harnesses: LLM-Driven Verification Layers for Robot Autonomy
机器人规划模型像通用 LLM 一样有偏见、可能不安全、易受攻击,但开发聚焦执行而非验证动作可行性。Agentic Harnesses 在规划与执行间加 LLM 驱动验证层(LLM-as-a-Judge 集成 + CoT),作为中间件门控计划:批准/拒改/升级人工。近 85% 精度、97% 对抗攻击遏制。
▶ 原文摘要 Abstract
Advances in advanced artificial intelligence tools have sparked research in robot autonomy, but the development of such systems has largely focused on execution rather than verifying the feasibility actions planning models propose. Like general-purpose LLMs, robotics planning models carry risks: biased toward user-specified goals, they may suggest actions misaligned with scientific ethics, they may be unsafe due to an inability to "remember" prior safety risks, or they may be vulnerable to adversarial attacks on the autonomy ecosystem. We propose a LLM-driven verification layer between planning and execution to evaluate action permissibility. Our LLM-as-a-Judge ensemble combines chain-of-thought reasoning across models and synthesizes those expert judge outputs, mirroring a combination of a mixture of experts and self-consistency approach. This layer serves as middleware, gating plans from the server's planning module before they reach the MCP server and therefore the robot's low-level controls: plans are approved, rejected for reformulation, or escalated for human review. With this system, we achieve near 85% precision across accept/escalate/reject categories 97% containment of adversarial attacks, with negligible errors between accepting and rejecting tasks, and errors mostly manifesting at the escalate boundary.
Deep ReadRohan Bhagra, Mahantesh Halapannavar, Uddhav Bhattarai
RobotVerificationSafetyLLM-Judge
cs.RO cs.MM · 2608.09731 · 2026-08-10
TAMS: Task-Aware Multi-View Adaptive Streaming for Wireless Telerobotic Manipulation
无线遥操作依赖多视角视频反馈但上行带宽受限且动态。TAMS 根据操作阶段分配视频码率:从轻量机器人侧信号推断任务阶段,优先操作者最相关的视角。6-DoF 测试台最受限带宽下完成时间 68.9s→43.9s、成功率 48%→71%。
▶ 原文摘要 Abstract
Wireless telerobotic manipulation relies on timely multi-view video feedback, but the available uplink bandwidth is often limited and dynamic. This paper presents Task-Aware Multi-View Adaptive Streaming (TAMS), a system that allocates video bitrate according to the current manipulation phase. TAMS infers task phase from lightweight robot-side signals and prioritizes the camera view most relevant to the operator while preserving baseline visibility for secondary views. Experiments on a six-degree-of-freedom (6-DoF) teleoperation testbed under three constrained network conditions show that TAMS improves primary view Structural Similarity Index (SSIM), reduces task completion time, and increases trial success rate compared with equal and static allocation baselines. Under the most constrained bandwidth condition, TAMS reduces mean completion time from 68.9 s to 43.9 s relative to equal allocation and increases trial success rate from 48% to 71%. Code is available at: this https URL .
Deep ReadZexin Deng, Zhenhui Yuan, Lu Tian, Subhash Lakshminarayana, Longhao Zou
TeleoperationStreamingRoboticsSystem

🔍 Duplex / Turn-Taking 扫描报告

今日 duplex 相关命中:1 篇
对全部 325 个候选标题做了 Tier-1 关键词扫描(duplex / full-duplex / turn-taking / barge-in / interruption / streaming dialogue),命中 1 篇直接相关:2608.09043 将 streaming dialogue summarization 形式化为"固定预算下用选择性记忆总结当前窗口",核心正是实时交互中"窗口永远不够、必须在流式条件下维护证据"的 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/