GaussFusion: Towards Multimodal 3D Gaussian Pretraining
About
3D Gaussian Splatting provides an explicit representation that jointly models geometry and appearance, serving as a scalable foundation for 3D representation learning. Existing pre-training methods for Gaussian representations, such as masked Gaussian reconstruction, primarily capture local structures but offer limited semantic supervision. In this paper, we propose GaussFusion, a multimodal pre-training framework for 3D Gaussian representations. GaussFusion integrates image and text supervision into masked Gaussian modeling through cross-modal semantic alignment, enabling the Gaussian encoder to learn both visual and language-level semantic information during pre-training. To better adapt masked modeling to the non-uniform distribution of Gaussian primitives, we further propose Gaussian Salience-guided Multi-scale Hole Masking (GSHM). GSHM constructs spatially continuous masked regions based on Gaussian salience. By applying hole masks at multiple scales, GSHM encourages the encoder to capture both fine-grained local patterns and broader structural dependencies. Extensive experiments on downstream tasks demonstrate that GaussFusion improves the transferability of Gaussian representations. Notably, GaussFusion outperforms Gaussian-MAE on ModelNet40 and ScanObjectNN (PB-T50-RS) by 0.61\% and 3.85\%, respectively.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Part Segmentation | ShapeNetPart | mIoU (Instance)86.3 | 254 | |
| Object Classification | ScanObjectNN PB T50 RS | Overall Accuracy82.72 | 47 | |
| Few-shot object classification | ModelNet40 (test) | Accuracy (5-way, 10-shot)96.1 | 38 | |
| Object Classification | ScanObjectNN OBJ_ONLY variant | Overall Accuracy88.47 | 38 | |
| Object Classification | ScanObjectNN OBJ_BG variant | Overall Accuracy88.98 | 38 | |
| Object Classification | ModelNet40 (clean) | Overall Accuracy93.07 | 12 | |
| Object Classification | ModelNet10 (clean) | Overall Accuracy95.82 | 8 |