| CARVIEW |
Mask inconsistency
The multi-view inconsistent 2D segmentation masks introduce significant ambiguity in both feature lifting and mask prediction.
Ambiguous gaussian
Gaussians nearby the edge often belong to both foreground and background at the same time, making precise 3D segmentation difficult.
Method
We augments each 3D Gaussian with an instance weight matrix across views to capture its association with object instances. Leveraging the 3D consistency of Gaussians, GIT identifies and corrects 2D segmentation inconsistencies. Additionally, GIT-guided adaptive density control mechanism can split or prune ambiguous Gaussians, resuling clean and consistent instance boundaries in both 2D and 3D.
Results
3D Object Extraction
Results on Replica demonstrate that our method not only accurately extracts the target object but also significantly reduces artifacts compared to the baselines.
Novel View 2D Instance Segmentation
Our method also achieves higher-quality 2D instance segmentation results on both the Replica and NVOS datasets compared to other baselines. Our improvements in consistent instance maps and the reduction of ambiguous Gaussians yield more precise novel-view instance segmentation and feature maps, even for some tiny structures.
Replica
Novel view synthesis of 2D segmentation on Replica dataset. The results of each baseline provide the segmentation on the left and the feature map from PCA on the right. The TP, FP, and FN predictions are color-coded in the segmentation.
NVOS
Novel view synthesis of 2D segmentation on NVOS dataset. The TP, FP, and FN predictions are color-coded in the segmentation. Our results with GIT produce fewer false positive predictions that are hard to observe from the input view.
Part-level Segmentation
The videos below show how our method enables clean 3D segmentation and flexible object extraction, supporting various downstream applications.
Related Work
Contrastive Lift: 3D Object Instance Segmentation by Slow-Fast Contrastive FusionSegment Anything in 3D with Radiance Fields
OmniSeg3D: Omniversal 3D Segmentation via Hierarchical Contrastive Learning
EgoLifter: Open-world 3D Segmentation for Egocentric Perception
FlashSplat: 2D to 3D Gaussian Splatting Segmentation Solved Optimally
GaussianCut: Interactive segmentation via graph cut for 3D Gaussian Splatting
BibTeX
@inproceedings{shen2025trace3d,
title={Trace3D: Consistent Segmentation Lifting via Gaussian Instance Tracing},
author={Shen, Hongyu and Ni, Junfeng and Chen, Yixin and Li, Weishuo and Pei, Mingtao and Huang, Siyuan},
booktitle=ICCV,
year={2025}
}