Lift3D Foundation Policy: Lifting 2D Large-Scale Pretrained Models for Robust 3D Robotic Manipulation
Yueru Jia, Jiaming Liu, Sixiang Chen, Chenyang Gu, Zhilue Wang, Longzan Luo, Lily Lee, Pengwei Wang, Zhongyuan Wang, Renrui Zhang, Shanghang Zhang
TL;DR
Lift3D tackles the challenge of robust 3D robotic manipulation with limited 3D data by two-stagely enriching 2D foundation models: first improving implicit 3D understanding via a task-aware MAE with depth reconstruction, then enabling explicit 3D reasoning by mapping 3D point clouds to the 2D backbone's positional embeddings using virtual planes and a 3D tokenizer. This approach preserves large-scale pretrained knowledge while minimizing spatial information loss, yielding strong results across simulation suites and real-world tasks and demonstrating notable scalability with larger 2D foundations. Key contributions include the task-aware MAE design, the 2D model-lifting strategy for point clouds, and extensive ablation and generalization analyses. The method promises practical impact by enabling robust 3D manipulation with efficient use of existing 2D pretrained resources, though language-conditioned capabilities remain for future work.
Abstract
3D geometric information is essential for manipulation tasks, as robots need to perceive the 3D environment, reason about spatial relationships, and interact with intricate spatial configurations. Recent research has increasingly focused on the explicit extraction of 3D features, while still facing challenges such as the lack of large-scale robotic 3D data and the potential loss of spatial geometry. To address these limitations, we propose the Lift3D framework, which progressively enhances 2D foundation models with implicit and explicit 3D robotic representations to construct a robust 3D manipulation policy. Specifically, we first design a task-aware masked autoencoder that masks task-relevant affordance patches and reconstructs depth information, enhancing the 2D foundation model's implicit 3D robotic representation. After self-supervised fine-tuning, we introduce a 2D model-lifting strategy that establishes a positional mapping between the input 3D points and the positional embeddings of the 2D model. Based on the mapping, Lift3D utilizes the 2D foundation model to directly encode point cloud data, leveraging large-scale pretrained knowledge to construct explicit 3D robotic representations while minimizing spatial information loss. In experiments, Lift3D consistently outperforms previous state-of-the-art methods across several simulation benchmarks and real-world scenarios.
