GeoAAC: Geometry-Based Adaptive Action Chunking for Flow-Matching VLA Policies

· Editorial Team estimated
vla action-chunking flow-matching diffusion-policy inference-efficiency manipulation

Action chunking is standard practice for generating and executing actions in vision-language-action (VLA) policies, yet existing methods use a fixed action horizon. Within a single rollout, different task stages call for different levels of action continuity, control precision and closed-loop feedback, so one fixed horizon cannot accommodate all of them. The authors propose GeoAAC, a geometry-based adaptive action chunking method for flow-based VLA policies that sets the action horizon from the reliability of the current prediction. The observation behind it is that the geometry of flow-matching denoising trajectories carries process-level information about prediction reliability, with geometric variation across action prefixes positively correlated with predictive uncertainty. GeoAAC turns prefix-wise geometry into a horizon-wise geometric profile and determines the action horizon adaptively within a single generation, with no additional training. Experiments with GR00T N1.5 and pi0.5 on LIBERO, LIBERO-Pro, RoboCasa365 and real-world manipulation show consistent gains over fixed-horizon baselines and existing adaptive methods: up to 8.7 percentage points in simulation and real-world average success rising from 53.3% to 74.4%.

Paper · arXiv:2609.20776

Action chunking has become the default for vision-language-action (VLA) policies: instead of emitting one action at a time, the policy generates a short sequence and executes it as a block. That buys smoother motion and lower inference frequency, at the cost of a hyperparameter nobody enjoys thinking about — how long should the block be?

Existing methods almost universally fix it. But within a single rollout the requirements differ by stage: approaching a target wants finer control precision and more frequent closed-loop feedback, while long-distance travel wants continuity and less jitter. Any single value is right for some stages and wrong for others, and it is normally set by offline sweeps that have to be redone for each new task.

Core Innovation

GeoAAC starts from the premise that the prediction itself can report whether it is trustworthy.

The method targets flow-matching VLA policies, which generate action chunks by integrating a learned velocity field. The authors find that the geometry of the denoising trajectory carries process-level information: geometric variation across action prefixes is positively correlated with predictive uncertainty. In other words, where the model is unsure shows up geometrically.

From this they build a horizon-wise geometric profile that characterizes the reliability of each candidate horizon, letting the policy determine its action horizon adaptively within a single generation.

The decisive property is that no additional training is required. The method sits on top of an existing policy without new parameters, weight updates, or per-task recalibration — a strikingly cheap improvement compared with training a better policy.

Results

  • Consistent gains over fixed-horizon baselines and existing adaptive methods with GR00T N1.5 and pi0.5 across LIBERO, LIBERO-Pro and RoboCasa365 plus real-world manipulation.
  • Up to 8.7 percentage points in simulation.
  • Real-world average success from 53.3% to 74.4%.

Consistency matters more than a single best number here: stable gains across two public policies and three benchmarks suggest the geometric signal is not an artifact of one architecture.

Limitations

The abstract does not explain how the geometric profile maps to an actual horizon; whether the decision rule is fixed or needs per-task calibration directly affects how easy the method is to reproduce. Compute cost is also unreported: comparing geometric variation across prefixes means examining several prefixes inside one generation, and whether that overhead pays for itself against the execution time saved cannot be judged from the abstract. Only two VLA backbones are covered, so it is unknown whether the effect holds for other generative policy families such as non-flow diffusion policies or autoregressive policies. The number and type of real-world tasks, and their failure modes, are not reported, so which tasks the 21-point real-world gain comes from is unclear. Whether an adaptive horizon meets real-time constraints in safety-critical settings also remains to be verified.

Industry Implications

For teams deploying VLAs, the action horizon is the kind of engineering parameter that is easy to overlook and impossible to avoid: it simultaneously shapes motion smoothness, closed-loop responsiveness, inference frequency and overall cycle time, and it is usually tuned by trial on real hardware. GeoAAC converts that from an offline sweep into a runtime decision, and does so without retraining — meaning existing VLA deployments can benefit without touching the model, at low risk and low validation cost. The broader methodological point may matter more: the intermediate process of a generative policy, its denoising trajectory, is a free diagnostic signal that can drive inference-time control. Following that thread, the same kind of geometric signal could gate early termination, resampling or confidence thresholds — attractive for high-cycle, high-reliability manipulation and humanoid platforms in particular.