Source-linked AI summary

HiF-VLA: Hindsight, Insight and Foresight through Motion Representation for Vision-Language-Action Models

Minghui Lin, Pengxiang Ding, Shu Wang, Zifeng Zhuang, Yang Liu, Xinyang Tong, Wenxuan Song, Shangke Lyu, Siteng Huang, Donglin Wang

arXiv:2512.09928v2cs.RO

TL;DR

Most VLAs rely on current observations, limiting temporal reasoning for coherent long-horizon manipulation. HiF-VLA uses motion-based hindsight and foresight with a hindsight-modulated joint expert, achieving strong results across simulated and real-world long-horizon tasks.

  • Problem

    VLAs commonly assume the Markov property and use only current observations, causing temporal myopia that can fragment trajectories and reduce long-horizon task coherence.

  • Method

    HiF-VLA represents history with structured motion vectors, combines hindsight and foresight reasoning, and couples motion and action representations through a hindsight-modulated joint expert.

  • Results

    HiF-VLA demonstrates strong performance across simulated and real-world long-horizon manipulation benchmarks, with substantial gains reported on widely adopted benchmarks.

  • Takeaways & Limitations

    Motion-based bidirectional temporal reasoning provides an efficient framework for improving temporal consistency and causal coherence in long-horizon manipulation.

  • Takeaways & Limitations

    The motion representation depends on estimation accuracy and may be sensitive to noise in highly dynamic scenes, while failures also arise from spatial and depth-estimation errors.

Abstract

from arXiv · show

Vision-Language-Action (VLA) models have recently enabled robotic manipulation by grounding visual and linguistic cues into actions. However, most VLAs assume the Markov property, relying only on the current observation and thus suffering from temporal myopia that degrades long-horizon coherence. In this work, we view motion as a more compact and informative representation of temporal context and world dynamics, capturing inter-state changes while filtering static pixel-level noise. From this perspective, HiF-VLA equips a motion-centric world model for the VLA, enabling agents to reason about temporal dynamics for future evolution during action generation. Building on this idea, we propose HiF-VLA (Hindsight, Insight, and Foresight for VLAs), a unified framework that leverages motion for bidirectional temporal reasoning. HiF-VLA encodes past dynamics through hindsight priors, anticipates future motion via foresight reasoning, and integrates both through a hindsight-modulated joint expert to enable a ''think-while-acting'' paradigm for long-horizon manipulation. As a result, HiF-VLA surpasses strong baselines on LIBERO-Long and CALVIN ABC-D benchmarks, while incurring negligible additional inference latency. Furthermore, HiF-VLA achieves substantial improvements in real-world long-horizon manipulation tasks, demonstrating its broad effectiveness in practical robotic settings.

1. Introduction

Most VLAs rely on current observations or redundant historical frames, limiting temporal reasoning for coherent long-horizon manipulation. HiF-VLA uses motion-based bidirectional reasoning to connect hindsight, insight, and foresight efficiently.

  • VLAs that assume the Markov property use only current observations, causing temporal myopia, fragmented trajectories, and diminished task-level coherence.
  • Stacking past frames increases inference cost and pixel redundancy, obscuring task-relevant dynamics with static information.
  • HiF-VLA uses motion as a compact history representation and combines hindsight with foresight for bidirectional temporal reasoning.
  • HiF-VLA jointly models hindsight, insight, and foresight to expand the temporal receptive field while reducing redundancy.
  • The framework reports substantial gains on long-horizon benchmarks and real-world manipulation while maintaining inference efficiency.

2. Related Work

Prior VLA research spans diffusion, autoregressive, and regression-oriented action policies, but most models do not explicitly represent temporal dependencies. Related video reasoning work motivates incorporating historical information and VLM-based reasoning for long-horizon tasks.

  • VLA action policies include diffusion-based trajectory synthesis, autoregressive action-token prediction, and regression-oriented continuous-action learning.
  • Most VLA models neglect explicit temporal dependencies, historical information, and VLM reasoning capabilities relevant to long-horizon tasks.

3. Method

HiF-VLA expands a vanilla VLA with compact historical motion priors, foresight motion reasoning, and a hindsight-modulated joint expert. These components jointly represent motion and actions to support temporally informed prediction.

  • 3. Method: HiF-VLA augments a vanilla VLA with historical motion priors and future motion prediction conditioned on current observations and instructions.
  • 3.2. Hindsight Prior Acquisition: Motion vectors encode inter-frame macroblock displacements, reducing redundancy while retaining task-relevant dynamics as structured spatiotemporal priors.
  • 3.2. Hindsight Prior Acquisition: A lightweight hindsight encoder converts historical motion into compact hindsight tokens for downstream reasoning.
  • 3.3. Foresight Reasoning with Insight: Foresight reasoning predicts structured future motion and latent action tokens from the task instruction and current observation instead of raw future pixels.
  • 3.4. Hindsight-Modulated Joint Expert: The Hindsight-Modulated Joint Expert jointly models foresight motion and actions, using historical motion as a conditional prior in a shared temporal latent space.
  • 3.4. Hindsight-Modulated Joint Expert: Cross-stream joint attention lets foresight motion and action representations interact while separate feed-forward networks retain complementary representations.

4. Experiments

HiF-VLA is evaluated on long-horizon benchmarks, efficiency, scalability, component integration, and real-world manipulation. It improves benchmark performance while reducing redundancy and maintaining low inference overhead.

  • Overall Performance: 94.4% success on LIBERO-Long third-view inputs improves the baseline by 3.4 percentage points, while 96.4% is achieved with multi-view inputs.The third-view variant performs on par with multi-view baselines and outperforms other state-of-the-art VLA models under multi-view evaluation.
  • Overall Performance: 0.25 higher average task length than the baseline is achieved on CALVIN ABC-D, with superior performance in both viewing settings.Training uses environments A-C and evaluation uses unseen environment D.
  • Efficiency and Redundancy Analysis: 229.5 ms and 3.15× slower latency from dense multi-frame inputs contrast with HiF-VLA’s negligible foresight-head overhead of 0.13× latency and 0.03× GPU memory.Subgoal-based methods are 1.59× slower than the baseline, whereas compact motion representations improve efficiency and accuracy.
  • Inference Scalability: At history length 8, multi-frame baselines exceed vanilla-VLA latency by 4.5×, while HiF-VLA maintains consistently low computational overhead as context grows.The latency of multi-frame baselines increases almost linearly with history length.
  • Ablation Studies: Hindsight length 8 yields peak LIBERO-Long performance of 94.4% in third-view and 96.4% in multi-view evaluation.The study compares historical-context lengths and embedding positions on LIBERO-Long.
  • Real-World Evaluation: HiF-VLA outperforms the baseline on real-world long-horizon tasks involving pick, place, stack, cover, and press primitives.The baseline achieves only 17.4% on Press-Buttons-Order, where subtle pressed-state changes are difficult to detect.

5. Conclusion

HiF-VLA uses structured motion vectors to expand temporal reasoning in long-horizon manipulation. Across simulated and real-world benchmarks, it demonstrates strong performance, while its motion representation remains sensitive to estimation noise.

  • 5. Conclusion: HiF-VLA integrates hindsight, insight, and foresight cues through low-dimensional motion vectors to improve temporal consistency and causal coherence.The framework expands the temporal receptive field over a sparse visual receptive field at minimal computational cost.
  • 5. Conclusion: The motion representation depends on estimation accuracy and may be sensitive to noise in highly dynamic scenes.Large-scale pretraining on internet videos is left for future work.

6. More Implementation Details

The implementation details describe a hindsight motion encoder and a joint expert that fuses hindsight, foresight, and action representations. The architecture uses spatiotemporal compression and adaptive conditioning for temporal-action integration.

  • 6. More Implementation Details: The hindsight encoder partitions motion sequences into spatiotemporal blocks with a 3D convolution before processing them with a four-layer Vision Transformer.The convolution reduces temporal redundancy while preserving local motion continuity, and a [CLS] token aggregates global temporal context.
  • 6. More Implementation Details: The hindsight-modulated joint expert projects hindsight, foresight, and latent action tokens into a shared 1024-dimensional space.Hindsight tokens condition foresight and action streams through AdaLN scaling and shifting.
  • 6. More Implementation Details: The architecture is presented as a hindsight-modulated joint expert for integrating temporal and action representations.The supplied architecture figure identifies the module but does not provide additional structural details.

7. Comparison with Video-Generation VLAs

HiF-VLA differs from video-generation VLAs by modeling temporal dynamics with structured motion representations rather than high-resolution future-frame synthesis. This design targets lower computational overhead and more stable temporal encoding.

  • 7. Comparison with Video-Generation VLAs: Video-generation VLAs require multi-frame history and high-resolution future-video synthesis, creating substantial computational overhead.Their pixel-level predictions can also introduce local artifacts and distortions.
  • 7. Comparison with Video-Generation VLAs: HiF-VLA replaces video-level temporal modeling with low-dimensional, structured motion representations for more efficient and stable temporal encoding.The comparison concerns how historical visual states and future dynamics are represented for action generation.
  • 7. Comparison with Video-Generation VLAs: The supplied LIBERO comparison table is described as covering state-of-the-art approaches, while the hyper-parameter table reports an ablation setting.The captions do not provide cell values or a direct comparison with video-generation methods.

8. More Experimental Results

HiF-VLA achieves the best average performance across LIBERO suites and benefits from calibrated motion–action integration, bidirectional interaction, and efficient motion representations. Ablations show that longer hindsight helps, while excessive foresight harms performance through error accumulation.

  • HiF-VLA attains the best average performance across all four LIBERO suites, with its greatest superiority on the challenging LIBERO-Long suite.The method is competitive or superior across the remaining suites compared with prior state-of-the-art models.
  • λ = 0.01 provides the optimal balance between foresight-motion prediction and action prediction, whereas unsuitable weights destabilize policy generation.The motion branch must contribute modestly and be well calibrated to support planning effectively.
  • Extending hindsight to 16 improves results, whereas increasing foresight to n = 16 hurts performance because of long-term prediction error accumulation.The findings support decoupling hindsight and foresight lengths.
  • Replacing motion vectors with robot states causes a clear performance drop, indicating that visual interaction dynamics complement proprioceptive information.Motion vectors capture object displacement, contact-induced motion, and scene changes not fully observable from robot states alone.
  • A joint expert with bidirectional motion–action interaction reaches 94.4% success, compared with 87.4% for a decoupled causal variant.The joint formulation lets foresight-motion and action representations influence each other during the forward pass.
  • Motion vectors match optical flow at nearly identical success rates while reducing four-frame inference time from 186.8 ms to 121.6 ms.For eight-frame histories, motion vectors provide up to a 78% reduction in latency overhead.
  • Including action prediction makes foresight-motion training converge faster and more stably, while predicted motion sequences closely align with generated action plans.The visualization covers diverse long-horizon LIBERO-Long tasks.

9. Real-World Experiments

HiF-VLA is evaluated on long-horizon real-world manipulation tasks involving placement, sequential covering and stacking, and ordered button pressing. The rollouts show stable behavior planning, but failures reveal remaining weaknesses in spatial geometry and 3D perception.

  • The real-world tasks test visual recognition and placement, multi-step dependencies, spatial relations, action ordering, and temporal reasoning under visual ambiguity.The benchmark includes placing blocks, covering and stacking bowls, and pressing colored buttons in sequence.
  • HiF-VLA demonstrates stable real-world behavior planning across precise placement, sequential bowl manipulation, and ordered button-pressing tasks.The experiments use an AgileX Piper robot with third-person and wrist-mounted cameras.
  • Failures include premature gripper opening, insufficient bowl lift height, and inadequate gripper descent caused by erroneous depth estimation.These errors produce placement failure, stacking failure, and incomplete button pressing, respectively.
  • The observed failure modes identify spatial geometry and 3D perception as critical robustness challenges for real-world manipulation.The paper suggests richer 3D representations as a direction for future improvement.
Loading 2512.09928v2…