FOCI Policy: Focus on Object-Centric Interactions for Relational Manipulation Policies

TL;DR

FOCI Policy models object-object interactions to achieve efficient relational manipulation.

cs.RO 🔴 Advanced 2026-09-08 6 views
Ze Fu Pinhao Song Yutong Hu Renaud Detry
object-centric relational manipulation relative motion data efficiency robot learning

Key Findings

Methodology

FOCI Policy automatically extracts interaction segments from demonstrations and represents skills as relative SE(3) motion between task-relevant objects. This method achieves temporal and spatial abstraction, reducing dependency on scene configurations and robot embodiment. It predicts interaction segments using point clouds and language instructions to recover executable robot actions.

Key Results

  • In RLBench tasks, FOCI Policy achieved an average success rate of 43.7% with only one demonstration, significantly outperforming baseline methods using multiple demonstrations.
  • In COLOSSEUM, FOCI Policy showed superior performance under severe visual perturbations compared to VLA models, despite using less data.
  • In RLBench-18 tasks, FOCI Policy achieved 79.6% success on easy-to-ground tasks, and 78.1% on hard tasks when using ground-truth poses.

Significance

FOCI Policy provides a simple and efficient inductive bias by modeling object-object interactions, significantly improving data efficiency and generalization. This method is significant in both academia and industry, especially for high-precision and robust robotic manipulation tasks.

Technical Contribution

FOCI Policy introduces the concept of interaction segments, reducing unnecessary complexity and enhancing robustness to scene variations. Unlike existing methods, it does not rely on large amounts of demonstration data, offering new engineering possibilities.

Novelty

FOCI Policy is the first to use interaction segments in object-centric manipulation, addressing the issues of oversimplification or excessive complexity in previous methods through relative motion modeling.

Limitations

  • In complex occlusion scenarios, the accuracy of interaction segment localization may be compromised, leading to performance degradation.
  • The method may be limited by current perception technology in tasks requiring precise pose estimation.

Future Work

Future research directions include improving interaction segment localization accuracy in complex scenarios and integrating advanced perception technologies to enhance overall performance.

AI Executive Summary

In robotic manipulation, existing methods often rely on large amounts of demonstration data to learn action policies, which is time-consuming and lacks generalization. FOCI Policy offers an efficient solution by focusing on object-object interactions.

This method automatically extracts interaction segments from demonstrations and represents them as relative SE(3) motion between task-relevant objects, significantly reducing dependency on scene configurations and robot embodiment. Experimental results show that FOCI Policy performs excellently in benchmarks like RLBench and COLOSSEUM, especially under limited data conditions.

This research is significant not only in academia but also provides an efficient robotic manipulation strategy for industry, particularly in tasks requiring high precision and robustness. However, future research needs to address localization accuracy issues in complex scenarios to further enhance its application potential.

Deep Analysis

Background

The field of robotic manipulation has seen significant progress recently, especially in object-centric policy learning. Traditional methods often rely on large amounts of demonstration data to directly map observations to actions. However, these methods often perform poorly when faced with new scenes or object configurations. Recently, researchers have begun focusing on object-object relative motion to improve data efficiency and generalization.

Core Problem

Existing object-centric manipulation strategies often face issues of oversimplification or excessive complexity when modeling object-object interactions. Effectively learning relational manipulation strategies with limited data is a pressing challenge.

Innovation

FOCI Policy introduces the concept of interaction segments, achieving temporal and spatial abstraction. This method automatically extracts interaction segments from demonstrations and represents skills as relative SE(3) motion between task-relevant objects, significantly improving data efficiency and generalization.

Methodology

  • �� Automatic extraction of interaction segments: Identifying key interaction phases in demonstrations using change-point detection algorithms.
  • �� Relative motion modeling: Representing skills as relative SE(3) motion between task-relevant objects.
  • �� Data processing: Predicting interaction segments using point clouds and language instructions.
  • �� Action recovery: Recovering executable robot actions from predicted interaction segments.

Experiments

Experiments were conducted on benchmarks like RLBench and COLOSSEUM to evaluate FOCI Policy's performance under different tasks and visual perturbations. Training was conducted using a single demonstration and a single camera, comparing performance differences with existing baseline methods.

Results

In RLBench tasks, FOCI Policy achieved an average success rate of 43.7% with only one demonstration. In COLOSSEUM, FOCI Policy showed superior performance under severe visual perturbations compared to VLA models. The results demonstrate FOCI Policy's significant advantages in data efficiency and robustness.

Applications

FOCI Policy is suitable for robotic manipulation tasks requiring high precision and robustness, such as object insertion, precise placement, and manipulation in complex environments. Its efficient data usage and strong generalization capabilities make it widely applicable in industrial automation and service robotics.

Limitations & Outlook

Although FOCI Policy performs well in many tasks, the accuracy of interaction segment localization may be compromised in complex occlusion scenarios. Additionally, tasks requiring precise pose estimation may be limited by current perception technology. Future research should focus on improving localization accuracy in complex scenarios.

Plain Language Accessible to non-experts

Imagine you're cooking in a kitchen. Traditional methods involve memorizing each specific action, like chopping or stirring. But FOCI Policy is more like remembering the relationships between ingredients, such as the relative position of the pot and spatula. This way, even if you change kitchens or use different utensils, you can still cook the same dish. This method improves efficiency and adaptability by focusing on the relationships between ingredients rather than specific action steps.

ELI14 Explained like you're 14

Imagine you're playing with LEGO bricks. Traditional methods involve remembering the specific position and action for each brick, but FOCI Policy is more like remembering the relationships between bricks, like which brick should be on top of another. This way, even if you change the color or shape of the bricks, you can still build the same model. This method improves efficiency and adaptability by focusing on the relationships between bricks rather than specific building steps.

Glossary

SE(3) Motion

Refers to rigid body motion in 3D space, including translation and rotation.

Used to represent relative motion between task-relevant objects.

Object-Centric Policy

A policy that models object motion instead of directly predicting robot actions.

Used to improve the generalization ability of manipulation strategies.

Change-Point Detection

An algorithm that identifies significant change points in time-series data.

Used to automatically extract interaction segments from demonstrations.

Point Cloud

A collection of points in 3D space representing the shape and position of objects.

Used to predict interaction segments.

Interaction Segment

A phase of tightly constrained relative motion between task-relevant objects.

Used to simplify the learning of manipulation strategies.

Open Questions Unanswered questions from this research

  • 1 How to improve interaction segment localization accuracy in complex occlusion scenarios?
  • 2 How to overcome the limitations of current perception technology in tasks requiring precise pose estimation?

Applications

Immediate Applications

Industrial Automation

In industrial automation, FOCI Policy can be used to improve robot manipulation precision and efficiency in complex environments.

Long-term Vision

Service Robotics

In the field of service robotics, FOCI Policy can enhance the adaptability and task execution capabilities of robots in homes and public spaces.

Abstract

Object-centric manipulation policies improve generalization by modeling object motion instead of directly predicting robot actions. However, existing methods are often limited by representations which are either too simplistic to capture interaction dynamics or too dense to learn efficiently. We observe that many rigid relational manipulation tasks are governed by short interaction phases where the relative motion between task-relevant objects is tightly constrained. Based on this observation, we propose \textsc{Foci Policy}, an interaction-centric framework that achieves a two-fold abstraction: (1) temporally, by automatically extracting compact interaction segments from demonstrations;(2) spatially, by representing skills as relative $SE(3)$ motion between task-relevant objects, yielding invariance to scene configurations and robot embodiment. Experiments on RLBench, COLOSSEUM, and real-world tasks show that \textsc{Foci Policy} achieves strong performance with substantially less training data than prior object-centric and action-centric policies. These results suggest that modeling object-object interactions provides a simple and efficient inductive bias for rigid relational manipulation. Project page: \href{https://fitz0401.github.io/foci-page/}{fitz0401.github.io/foci-page/}.

cs.RO