paper-with-me

Papers

Sparse Code Uplifting for Efficient 3D Language Gaussian Splatting

2026-05-13 · Lovre Antonio Budimir, Yushi Guan, Steve Ryhner, Sven Lončarić, Nandita Vijaykumar arxiv

3D Language Gaussian Splatting (3DLGS) augments 3D Gaussian Splatting with language-aligned visual features for open-vocabulary 3D scene understanding. A core challenge is efficiently associating high-dimensional vision-language embeddings with millions of 3D Gaussians while preserving efficient feature rendering for text-based querying. Existing methods either store dense features directly on Gaussians, causing high storage costs and slow rendering, or learn compact representations through expensive per-scene optimization with repeated feature rasterization. No existing method simultaneously achieves fast 3D semantic reconstruction, efficient storage, and fast rendering. We propose SCOUP (Sparse COde UPlifting), which addresses all three by decoupling language representation learning from 3D Gaussian optimization. Rather than working directly in 3D, we learn sparse codebook-based representations entirely using features associated with 2D image regions, associating each region with a sparse set of codebook coefficients. We then uplift these coefficients to 3D Gaussians with our weighted sparse aggregation using Gaussian-to-pixel associations, where each Gaussian accumulates coefficients over codebook atoms across views. Top-$K$ filtering then extracts the most dominant multi-view coefficients per Gaussian, enabling efficient storage and fast rendering. Our method achieves up to $400\times$ training speedup while being $3\times$ more memory efficient during training compared to the state-of-the-art in rendering speed. Across multiple benchmarks, SCOUP matches or outperforms existing methods in open-vocabulary querying accuracy.

📄 PDF Abstract BibTeX arXiv:2605.13600

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningScene Understanding

Similar Papers 제목 키워드 기반

LangSplatV2: High-dimensional 3D Language Gaussian Splatting with 450+ FPS

2025-07-09 · Wanhua Li, Yujie Zhao, Minghan Qin, Yang Liu 외 arxiv

In this paper, we introduce LangSplatV2, which achieves high-dimensional feature splatting at 476.2 FPS and 3D open-vocabulary text querying at 384.6 FPS for high-resolution images, providing a 42 $\times$ speedup and a …

LUDVIG: Learning-free Uplifting of 2D Visual features to Gaussian Splatting scenes

2024-10-18 · Juliette Marrie, Romain Menegaux, Michael Arbel, Diane Larlus 외

We address the problem of extending the capabilities of vision foundation models such as DINO, SAM, and CLIP, to 3D tasks. Specifically, we introduce a novel method to uplift 2D image features into Gaussian Splatting rep…

3D geometryobject-detectionObject DetectionObject Localization+2

Shape-guided Gaussian Splatting for Sparse-View X-ray 3D Reconstruction

2026-09-09 · Pranav Poudel, Florence Dell'Aniello Picard, Nairouz Shehata, Frédéric Lavoie 외 arxiv

Sparse-view X-ray 3D reconstruction is essential for reducing radiation exposure, but recovering a density field from a handful of X-ray projections is severely ill-posed. Recently, 3D Gaussian Splatting has achieved sta…

3D Reconstruction

Sparse2DGS: Geometry-Prioritized Gaussian Splatting for Surface Reconstruction from Sparse Views

2025-04-29 · CVPR 2025 1 · Jiang Wu, Rui Li, Yu Zhu, Rong Guo 외

We present a Gaussian Splatting method for surface reconstruction using sparse input views. Previous methods relying on dense views struggle with extremely sparse Structure-from-Motion points for initialization. While le…

NeRFSurface Reconstruction

Uplift and Upsample: Efficient 3D Human Pose Estimation with Uplifting Transformers

2022-10-12 · Moritz Einfalt, Katja Ludwig, Rainer Lienhart

The state-of-the-art for monocular 3D human pose estimation in videos is dominated by the paradigm of 2D-to-3D pose uplifting. While the uplifting methods themselves are rather efficient, the true computational complexit…

2D Pose Estimation3D Human Pose EstimationMonocular 3D Human Pose EstimationPose Estimation