GeoAAC: Geometry-Based Adaptive Action Chunking from Denoising Trajectories in VLA Policies

TL;DR

GeoAAC improves real-world task success rate from 53.3% to 74.4% through geometry-based adaptive action chunking.

cs.RO 🔴 Advanced 2026-09-18 10 views
Xin Chen Sen Chen Yujuan Ding Jian Liu Guoqing Wang Wei Ye Heng Tao Shen Yi Bin
action chunking geometry analysis VLA policies prediction reliability robot manipulation

Key Findings

Methodology

GeoAAC is a geometry-based adaptive action chunking method that adjusts the action horizon using geometric variations from Flow Matching denoising trajectories. It analyzes action prefix geometry to determine execution boundaries without additional training.

Key Results

  • GeoAAC achieved an average success rate of 95.5% on the LIBERO dataset using the GR00T N1.5 model, outperforming fixed-horizon baselines by 8.7 percentage points.
  • In RoboCasa365 tasks, GeoAAC increased success rates from 53.3% to 74.4% compared to fixed action horizons.
  • GeoAAC outperformed other adaptive methods in spatial distribution shift tests on the LIBERO-Pro dataset.

Significance

GeoAAC introduces a novel adaptive mechanism for action generation, addressing the limitations of fixed action horizons in accommodating varying task stage requirements. It significantly enhances VLA policy performance in robot manipulation tasks.

Technical Contribution

GeoAAC provides a process-level signal of prediction reliability through geometric analysis, offering a more direct basis for action horizon selection compared to existing uncertainty estimation methods.

Novelty

GeoAAC is the first to utilize geometric features of Flow Matching denoising trajectories for action horizon selection, offering more precise prediction reliability information than existing uncertainty-based methods.

Limitations

  • GeoAAC may require more computational resources for geometric analysis in complex environments.
  • Geometric variations may not fully reflect prediction reliability in certain tasks.

Future Work

Future work can explore GeoAAC's application in more task types and optimize the computational efficiency of geometric analysis.

AI Executive Summary

GeoAAC is an innovative geometry-based adaptive action chunking method designed to address the limitations of fixed action horizons in accommodating varying task stage requirements. In robot manipulation tasks, the continuity of actions and feedback frequency are crucial, yet traditional methods cannot flexibly adjust action horizons. GeoAAC provides a process-level signal of prediction reliability by analyzing geometric variations in Flow Matching denoising trajectories, enabling adaptive action horizon selection. Experimental results show that GeoAAC performs excellently across multiple datasets and real-world tasks, significantly improving success rates. This method not only enhances VLA policy performance but also opens new possibilities for the field of robot manipulation. However, GeoAAC's computational resource requirements in complex environments still need further optimization.

Deep Analysis

Background

As robotics technology evolves, Vision-Language-Action (VLA) policies have become crucial for robot manipulation. Existing methods often use fixed action horizons, which cannot adapt to varying task stage requirements. Recently, researchers have begun exploring adaptive action chunking to enhance task execution flexibility and success rates.

Core Problem

Fixed action horizons can lead to conflicts between action continuity and feedback frequency at different task stages, affecting task success rates. Dynamically adjusting action horizons based on prediction reliability is a pressing issue.

Innovation

GeoAAC offers a new adaptive action chunking mechanism by analyzing geometric variations in Flow Matching denoising trajectories. This method requires no additional training and can dynamically adjust action horizons based on prediction reliability.

Methodology

  • �� Generate denoising trajectories using Flow Matching
  • �� Analyze geometric variations of action prefixes
  • �� Construct geometric profiles of action horizons
  • �� Select action horizons based on geometric profiles

Experiments

Experiments were conducted on LIBERO, LIBERO-Pro, and RoboCasa365 datasets using GR00T N1.5 and π0.5 models. Evaluation metrics included success rates and flexibility in action horizon selection.

Results

GeoAAC achieved a success rate of 95.5% on the LIBERO dataset and increased success rates from 53.3% to 74.4% in RoboCasa365 tasks. GeoAAC outperformed other adaptive methods in spatial distribution shift tests on LIBERO-Pro.

Applications

GeoAAC is applicable to action generation and execution in robot manipulation tasks, especially in scenarios requiring high precision control and feedback.

Limitations & Outlook

GeoAAC may require more computational resources in complex environments, and geometric variations may not fully reflect prediction reliability. Future work should optimize computational efficiency.

Plain Language Accessible to non-experts

Imagine a robot preparing dinner in a kitchen. Traditional methods are like making the robot perform one step at a time, stopping to check if it's correct. GeoAAC is like a smart assistant that flexibly decides what to do next based on the complexity and reliability of each step. For example, the robot can quickly perform actions while chopping vegetables but needs more precise control when plating. This way, the robot can complete tasks faster and reduce errors.

ELI14 Explained like you're 14

Hey there, imagine you're playing a super cool robot game! You need to make the robot complete tasks like opening cabinets or pouring coffee. Traditional methods are like making the robot do one action at a time and then stop to check. GeoAAC is like a super smart game assistant that flexibly decides what the robot should do next based on task difficulty and reliability. This way, your robot can complete tasks faster and make fewer mistakes. Isn't that awesome?

Glossary

Flow Matching

A technique for continuous action generation that transports initial noise towards action outputs through a time-dependent velocity field.

Used in GeoAAC for generating denoising trajectories.

Action Chunking

A strategy for predicting and executing sequences of future actions to improve motion continuity.

Widely used in VLA policies.

Predictive Uncertainty

A reliability indicator of action predictions, often estimated through entropy of multiple sample predictions.

Guides action horizon selection.

Denoising Trajectory

A sequence of intermediate velocity predictions generated through Flow Matching, reflecting the evolution of action predictions.

Used for analyzing geometric variations.

Geometric Profile

A summary of geometric variations across action prefixes used for guiding action horizon selection.

Core mechanism of GeoAAC.

Open Questions Unanswered questions from this research

  • 1 How to optimize GeoAAC's computational efficiency in complex environments?
  • 2 Do geometric variations fully reflect prediction reliability?

Applications

Immediate Applications

Robot Manipulation Tasks

GeoAAC can be used to improve robot success rates in complex tasks, especially in scenarios requiring high precision control.

Long-term Vision

Intelligent Robot Assistant

GeoAAC can be used to develop smarter robot assistants capable of dynamically adjusting action strategies based on task requirements.

Abstract

Action chunking is widely used for action generation and execution in Vision-Language-Action (VLA) policies, yet existing approaches commonly use a fixed action horizon. During a rollout, different task stages may require different levels of action continuity, control precision, and closed-loop feedback, making a fixed horizon unable to accommodate changing control requirements. We propose \textbf{GeoAAC}, a geometry-based adaptive action chunking method for flow-based VLA policies that adjusts the action horizon according to the reliability of the current action prediction. We show that the geometry of Flow Matching denoising trajectories provides process-level information for characterizing prediction reliability, with geometric variation across action prefixes remaining positively correlated with predictive uncertainty. GeoAAC uses this prefix-wise geometry to construct a horizon-wise geometric profile and adaptively determine the action horizon from a single generation without additional training. Experiments with GR00T N1.5 and π0.5 on LIBERO, LIBERO-Pro, RoboCasa365, and real-world manipulation tasks show consistent improvements over fixed-action-horizon baselines and existing adaptive methods, including up to 8.7 percentage points in simulation and an increase in average real-world success rate from 53.3\% to 74.4\%.

cs.RO cs.AI cs.LG