Learning Foresight without Explicit Trajectories for 3D Diffusion Policies
Summary
Introduces Movement Trend Guidance to enhance 3D diffusion policies in robotic manipulation by providing foresight without explicit trajectories, achieving improved performance on benchmarks like RoboTwin2.0 and LIBERO-40.
View Cached Full Text
Cached at: 09/21/26, 03:21 AM
Paper page - Learning Foresight without Explicit Trajectories for 3D Diffusion Policies
Source: https://huggingface.co/papers/2609.20669
Abstract
3Ddiffusionpoliciesarestrongatgeneratinggeometricallygroundedactionsfromcurrentobservations,butsuccessfulmanipulationrequiresnotonlyknowingwhatmotionisfeasiblenow,butalsoanticipatingwheretheinteractionisheading.Existingpolicieslargelyleavesuchforesighttoemergeimplicitlyfromactionlearning.WeintroduceMovementTrendGuidance,asimplebuteffectivewaytoprovidethisforesightwithoutintroducinganexplicitplan.Fromashortobservationhistory,thepolicylearnsacompactlatentrepresentationofinteractionevolution.Duringtraining,sparsefuturegripperstatessupervisethisrepresentation;atinference,onlythelatentisretainedasfuture-orientedconditioningalongsidethecurrentobservation.Thelatentprovidesglobalconditioningforactiongeneration,whileanadditionalgatedFiLMbranchisusedonlyattheUNetbottleneck.Despiteaddingonly3.52%moreparameterstoDP3,ourmethodpreservestheoriginaldense-actionandreceding-horizonformulationandconsistentlyimprovesuponDP3acrossRoboTwin2.0,LIBERO-40,andDexArt.Itreaches62.8%vs.56.1%in50-taskRoboTwin2.0mixedtraining,71.93%vs.37.08%onLIBERO-40,and72.0%vs.49.0%onfivereal-robottasks.Theseresultsshowthatadiffusionpolicycanbenefitsubstantiallyfromknowingwhereaninteractionisheading,withoutbeingtoldexactlywheretomove.
View arXiv pageView PDFProject pageGitHub0Add to collection
Get this paper in your agent:
hf papers read 2609\.20669
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/2609.20669 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2609.20669 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.20669 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
Foresight: Failure Detection for Long-Horizon Robotic Manipulation with Action-Conditioned World Model Latents
Foresight is a failure detection framework for long-horizon robotic manipulation that uses action-conditioned world model latents and functional conformal prediction to monitor trajectories, trained only with final task labels. It demonstrates state-of-the-art performance across simulation and real robot tasks.
From Noise to Control: Parameterized Diffusion Policies
This paper introduces Parameterized Diffusion Policy (PDP), a framework that makes diffusion policies controllable by conditioning on low-dimensional latent parameters, enabling smooth behavior interpolation and adaptation without retraining. It demonstrates improved performance on complex multimodal robot tasks in simulation and real-world experiments.
Frequency-Guided Action Diffusion via Sub-Frequency Manifold Traversal
This paper introduces the Frequency Guidance Operator (FGO), a method for diffusion policies that smooths action generation by steering noisy samples through intermediate sub-frequency manifolds, improving performance on robotic manipulation tasks.
Anticipatory Reinforcement Learning for Trajectory Tracking
This paper introduces a predictive formulation for deep reinforcement learning that augments the state space with future reference horizons to enable anticipatory control for trajectory tracking. Simulation results show significant error reduction, though zero-shot transfer to physical hardware reveals a sim-to-real gap.
RoboTALES: Learning Reasoning-Guided Robot Policies via Task-Aligned Simulated Futures
RoboTALES introduces a two-stage framework combining LLM-based planning and VLM-based criticism to improve task-aligned video generation and robotic policy training, significantly outperforming existing methods on long-horizon manipulation tasks.