2D-3D Interlaced Transformer for Point Cloud Segmentation with Scene-Level Supervision
Cheng-Kun Yang, Min-Hung Chen, Yung-Yu Chuang, Yen-Yu Lin
TL;DR
This work introduces MIT, a Multimodal Interlaced Transformer designed for weakly supervised point cloud segmentation using scene-level tags. MIT uses two transformers (one for 3D voxels and one for 2D multi-view images) and an interlaced decoder that alternately treats 3D tokens as queries and 2D tokens as queries to achieve implicit 2D-3D fusion without camera poses or depth maps. A contrastive loss aligns class tokens across modalities, and pseudo-labels enable end-to-end training under weak supervision. Evaluations on ScanNet and S3DIS show MIT outperforms existing scene-level and 2D-3D fusion baselines, demonstrating effective fusion of texture-rich 2D information with geometric 3D structure for improved segmentation. The approach offers a scalable, pose-free pathway to leverage multimodal data in large-scale 3D understanding tasks with minimal annotation burden.
Abstract
We present a Multimodal Interlaced Transformer (MIT) that jointly considers 2D and 3D data for weakly supervised point cloud segmentation. Research studies have shown that 2D and 3D features are complementary for point cloud segmentation. However, existing methods require extra 2D annotations to achieve 2D-3D information fusion. Considering the high annotation cost of point clouds, effective 2D and 3D feature fusion based on weakly supervised learning is in great demand. To this end, we propose a transformer model with two encoders and one decoder for weakly supervised point cloud segmentation using only scene-level class tags. Specifically, the two encoders compute the self-attended features for 3D point clouds and 2D multi-view images, respectively. The decoder implements interlaced 2D-3D cross-attention and carries out implicit 2D and 3D feature fusion. We alternately switch the roles of queries and key-value pairs in the decoder layers. It turns out that the 2D and 3D features are iteratively enriched by each other. Experiments show that it performs favorably against existing weakly supervised point cloud segmentation methods by a large margin on the S3DIS and ScanNet benchmarks. The project page will be available at https://jimmy15923.github.io/mit_web/.
