ODIN: A Single Model for 2D and 3D Segmentation
Ayush Jain, Pushkal Katara, Nikolaos Gkanatsios, Adam W. Harley, Gabriel Sarch, Kriti Aggarwal, Vishrav Chaudhary, Katerina Fragkiadaki
TL;DR
ODIN introduces a unified transformer-based architecture that can perform both 2D image and 3D point-cloud instance segmentation by interleaving 2D within-view fusion with 3D cross-view fusion. It differentiates 2D and 3D tokens via distinct positional encodings and employs a 2D-to-3D unprojection and 3D-to-2D projection, along with a $k$-NN Transformer using relative 3D positions, to fuse information across views. The model leverages pre-trained 2D backbones, supports open-vocabulary class decoding for multi-dataset training, and achieves state-of-the-art results on ScanNet200, Matterport3D, and AI2THOR, particularly when using sensor RGB-D inputs directly rather than mesh-derived point clouds. ODIN’s ablations demonstrate the importance of cross-view fusion, joint 2D-3D training, and strong 2D pre-training, suggesting a promising path for embodied vision where a single architecture can handle diverse perception tasks with real sensor data.
Abstract
State-of-the-art models on contemporary 3D segmentation benchmarks like ScanNet consume and label dataset-provided 3D point clouds, obtained through post processing of sensed multiview RGB-D images. They are typically trained in-domain, forego large-scale 2D pre-training and outperform alternatives that featurize the posed RGB-D multiview images instead. The gap in performance between methods that consume posed images versus post-processed 3D point clouds has fueled the belief that 2D and 3D perception require distinct model architectures. In this paper, we challenge this view and propose ODIN (Omni-Dimensional INstance segmentation), a model that can segment and label both 2D RGB images and 3D point clouds, using a transformer architecture that alternates between 2D within-view and 3D cross-view information fusion. Our model differentiates 2D and 3D feature operations through the positional encodings of the tokens involved, which capture pixel coordinates for 2D patch tokens and 3D coordinates for 3D feature tokens. ODIN achieves state-of-the-art performance on ScanNet200, Matterport3D and AI2THOR 3D instance segmentation benchmarks, and competitive performance on ScanNet, S3DIS and COCO. It outperforms all previous works by a wide margin when the sensed 3D point cloud is used in place of the point cloud sampled from 3D mesh. When used as the 3D perception engine in an instructable embodied agent architecture, it sets a new state-of-the-art on the TEACh action-from-dialogue benchmark. Our code and checkpoints can be found at the project website (https://odin-seg.github.io).
