Papers for

autonomous system developers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Distilling robotic video prediction models into one-step fast control

DIDO: Distilling Interaction-Centric Dynamics into One-Step Denoising for World Action Models

Abstract: World Action Models (WAMs) use video generation models to predict future visual dynamics for robotic manipulation, but iterative denoising introduces additional latency for closed-loop control. We empirically find that visual content converges at different rates during denoising. Static background structure forms early, whereas the gripper and manipulated object remain blurry after the first step, with their interaction dynamics emerging only through subsequent denoising. Consequently, naively truncating a multi-step video model to one step preserves scene structure but loses the interaction-centric dynamics most critical for manipulation. To address this issue, we propose DIDO, which distills the converged dynamics of a multi-step video model into a single denoising step. DIDO combines distribution matching distillation with interaction-centric representation guidance. Beyond compressing multi-step generation into one forward pass, DIDO explicitly models the gripper, manipulated object, and their interaction using supervised bounding-box visual reasoning tokens. Additionally, DIDO aligns the target object's representations across multiple model layers with features from a pretrained DINOv3 encoder. This interaction-centric guidance helps the distilled model preserve both the relevant entities and their future dynamics in a single step, while substantially reducing inference latency. DIDO achieves an average success rate of 99.0\% on LIBERO, 76.6\% on LIBERO-Plus, and 92.0\% on RoboTwin, while also demonstrating effective transfer to long-horizon and generalization tasks in real-world robotic manipulation.

Mon 14 SeptRobotics
The gist
Robots need to predict what will happen next to handle objects well, but current video models take many steps to create each prediction, making them slow. The authors found that important moving parts, like the robot’s gripper and object, become clear only after several steps, not right away. They developed DIDO, a way to teach a fast one-step model to capture these crucial interactions accurately. This new method makes robot control quicker without losing the ability to understand how objects will move and interact.
Open 2609.15570v1

Minimal intervention improves reinforcement learning exploration effectively

MInTRL: Off-policy Intervention can boost On-policy RL

Abstract: Reinforcement learning with verifiable rewards is typically performed on-policy, keeping training data close to the current policy but limiting learning to trajectories that the policy can discover itself. Off-policy methods such as supervised fine-tuning, on the other hand, can leverage external knowledge beyond the base model's capabilities, but may suffer from large distribution shift. The key challenge is thus to expand exploration without sacrificing learnability. In this work, we introduce Minimal Intervention Reinforcement Learning (MInTRL), which expands the exploration frontier through sparse, local interventions in otherwise on-policy rollouts. During generation, a judge-intervention policy periodically reviews the current policy's output, replaces erroneous suffixes with short corrections, and immediately returns control to the policy. During training, MInTRL adopts a sequence-level advantage-regression objective that eliminates the need for importance sampling. We show that sparse, local interventions can substantially improve coverage beyond finite-budget on-policy sampling while preserving the overall on-policy nature of the resulting trajectories. Across math and code benchmarks, MInTRL consistently outperforms standard on-policy and off-policy baselines. Ablations show that MInTRL remains effective with self-intervention and across different judge policies, while performance peaks at moderate intervention intensity, highlighting the importance of intervening minimally. These results establish minimal intervention as an effective paradigm for enhancing on-policy RL.

Fri 11 SeptMachine LearningArtificial Intelligence
The gist
Reinforcement learning often faces a choice between exploring new actions and sticking to known ones. The authors introduce a method called MInTRL that gently corrects mistakes during learning rather than letting the system fail fully or relying too much on outside knowledge. This approach helps the learning system explore more possibilities while still focusing on its own behavior. Their tests show it works better than common methods on tasks involving math and coding.
Open 2609.12419v1

Pragmatic information theory links communication to optimal actions

A Mathematical Theory of Pragmatic Information

Abstract: We propose a pragmatic information theory unifying communication, control, and decision-making. Its core is the isoteleia mapping, formalizing equifinality: distinct semantic paths leading to the same optimal action are pragmatically equivalent. This induces a three-tier hierarchy of syntactic, semantic, and pragmatic information, each abstraction discarding task-irrelevant distinctions. We develop pragmatic entropy, up/down mutual information, channel capacity, and rate-distortion, and prove three coding theorems generalizing Shannon's classical results. We introduce pragmatic value (VoI) and cost (CoI) of information as decision-theoretic duals to rate-distortion and capacity, respectively, and formulate a Lagrangian dual framework for cross-layer optimization. The pragmatic efficiency bound $\mathcal{E}_p(λ)=\sup_R[Φ_p(R)-λ\,\mathrm{CoI}_p(R)]$ quantifies the maximum net utility any resource-constrained intelligent system can extract, thereby establishing a fundamental behavioral capacity limit---generalizing Shannon's symbol-level capacity to goal-directed action. Extensions to continuous messages yield closed-form Gaussian expressions, while dynamic settings are addressed via a Bellman equation for sequential decision-making. This framework provides a rigorous foundation for task-oriented communication, networked control, autonomous systems, and embodied AI, shifting focus from symbol fidelity to the effectiveness of information in guiding actions, and offers a unified mathematical language for next-generation intelligent systems.

Thu 10 SeptInformation TheoryArtificial IntelligenceRobotics
The gist
Information isn’t always just about sending messages perfectly; it also matters how that information helps achieve goals. The authors propose a new mathematical framework that focuses on the usefulness of information for making decisions and controlling actions, grouping information into levels based on relevance to tasks. They extend classical information theory to include the cost and value of information when guiding behavior, providing limits on how much useful information a system can use given resource constraints. This helps shift focus from transmitting exact symbols to achieving the best outcome with information.
Open 2609.10986v1