Act with Intent: Distilling Behavior Intent for Vision-Language-Action Models
Summary
This paper proposes Intention Distillation (INDI) to distill behavior intent into the action decoder of Vision-Language-Action models, improving performance on benchmarks like SimplerEnv-Bridge and real-world tasks.
View Cached Full Text
Cached at: 09/01/26, 12:01 PM
Paper page - Act with Intent: Distilling Behavior Intent for Vision-Language-Action Models
Source: https://huggingface.co/papers/2608.23478
Abstract
Vision-Language-Action(VLA)modelscanturnmultimodalcontextintorobotactions,buttheiractiondecodersarestilltrainedlargelybybehaviorcloning.Thissuperviseswhichmotorcommandwasdemonstratedwhileleavingimplicitthelocalobjectiveservedbythebehaviorundertheinstruction.Future-basedsupervisionenrichesactionlearningwithframes,latentobservations,trajectories,ormotionrepresentations,butthesesignalscaptureparticularrealizationsofwhatmayhappenratherthanthesharedsemanticobjectiveoftheforthcomingbehavior.WeproposeIntentionDistillation(INDI),whichdistillsbehavior-levelintentintotheactiondecoder.Duringtraining,afrozenteacherVLMinterpretsademonstratedsegmentfromthecurrentobservation,instruction,coarseactionsummary,andcorrespondingexecutionvideo.Fromitsstandardinputs,thedeployedVLArecoverstheresultingmultimodalintentrepresentationatanintermediatedecoderlayerandusesittoorganizeactionpredictiontogetherwithrepresentationsofhowthebehaviorunfoldsandwhatitachieves.OnSimplerEnv-Bridge,INDIimprovesGR00T-N1.7from64.3%to84.7%,andonRoboCasaKitchenitimprovesthecontrolledGR00T-N1.7baselinefrom64.1%to70.3%,withconsistentgainsonπ_{0.5}acrossbothbenchmarks.Inreal-worldtasks,INDIimprovesaveragesuccessfrom62.0%to68.7%,withgainsofupto12.0pponlonger-horizontasks.Furtheranalysesshowthattherecoveredlatentisusedbythedecoder,capturesbehaviorobjectiveandexecutionprogress,andorganizesdownstreampredictionsinanobjective-dependentmanner.Theseresultsshowthatactiondecodersbenefitfromexplicitlymodelingthesemanticobjectiveofthebehaviortheygenerate.
View arXiv pageView PDFProject pageGitHub4Add to collection
Get this paper in your agent:
hf papers read 2608\.23478
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2608.23478 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2608.23478 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2608.23478 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
IntentVLA: Short-Horizon Intent Modeling for Aliased Robot Manipulation
IntentVLA is a history-conditioned visual-language-action framework that improves robot imitation learning stability by encoding short-horizon intents from visual observations, addressing challenges from partial observability and ambiguous observations. It also introduces AliasBench, an ambiguity-aware benchmark for evaluating such methods.
They Infer What You Meant: Models Represent Communicative Intent More Reliably Than They Act On It
This paper studies language models' failure to act on communicative intent despite robust internal representations. Using linear probes, the authors show intent is decodable from hidden states but often not reflected in outputs, and steering a late-layer direction can recover the intended behavior.
Intent Speaks Louder: Controllable User Simulation Beyond Response Imitation
This paper introduces UserIDA, a method for controllable user simulation that separates interaction intent from language expression, achieving significantly higher intent accuracy and response quality than baselines on the LMSYS-USP benchmark.
TBD-VLA: Temporal Block Diffusion Vision Language Action Model
TBD-VLA introduces a discrete vision-language-action framework that combines block diffusion with autoregressive generation to achieve efficient temporal action modeling and faster inference, significantly outperforming prior VLA approaches in simulation and real-world manipulation tasks.
VisualThink-VLA: Visual Intermediate Reasoning for Effective and Low-Latency Vision-Language-Action Policies
VisualThink-VLA introduces a visual intermediate reasoning framework for vision-language-action policies that preserves spatial precision and dramatically reduces latency compared to text-based reasoning, achieving sub-second inference and state-of-the-art success rates on robot manipulation benchmarks.