paper-with-me

홈 › Papers

Text-guided Sparse Voxel Pruning for Efficient 3D Visual Grounding

2025-02-14 · CVPR 2025 1 · Wenxuan Guo, Xiuwei Xu, Ziwei Wang, Jianjiang Feng, Jie zhou, Jiwen Lu

In this paper, we propose an efficient multi-level convolution architecture for 3D visual grounding. Conventional methods are difficult to meet the requirements of real-time inference due to the two-stage or point-based architecture. Inspired by the success of multi-level fully sparse convolutional architecture in 3D object detection, we aim to build a new 3D visual grounding framework following this technical route. However, as in 3D visual grounding task the 3D scene representation should be deeply interacted with text features, sparse convolution-based architecture is inefficient for this interaction due to the large amount of voxel features. To this end, we propose text-guided pruning (TGP) and completion-based addition (CBA) to deeply fuse 3D scene representation and text features in an efficient way by gradual region pruning and target completion. Specifically, TGP iteratively sparsifies the 3D scene representation and thus efficiently interacts the voxel features with text features by cross-attention. To mitigate the affect of pruning on delicate geometric information, CBA adaptively fixes the over-pruned region by voxel completion with negligible computational overhead. Compared with previous single-stage methods, our method achieves top inference speed and surpasses previous fastest method by 100\% FPS. Our method also achieves state-of-the-art accuracy even compared with two-stage methods, with $+1.13$ lead of Acc@0.5 on ScanRefer, and $+2.6$ and $+3.2$ leads on NR3D and SR3D respectively. The code is available at \href{https://github.com/GWxuan/TSP3D}{https://github.com/GWxuan/TSP3D}.

📄 PDF Abstract BibTeX arXiv:2502.10392

Code (1)

gwxuan/tsp3d 공식 구현 pytorch

Tasks

3D Object Detection3D visual groundingobject-detectionObject DetectionVisual Grounding

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Pruning 설명 없음

Similar Papers 제목 키워드 기반

Geometry-Guided 3D Visual Token Pruning for Video-Language Models

2026-04-20 · Han Li, Zehao Huang, Jiahui Fu, Naiyan Wang 외 arxiv

Multimodal large language models have demonstrated remarkable capabilities in 2D vision, motivating their extension to 3D scene understanding. Recent studies represent 3D scenes as 3D spatial videos composed of image seq…

Scene Understanding

SUG-Occ: Explicit Semantics and Uncertainty Guided Sparse Learning for Efficient 3D Occupancy Prediction

2026-01-16 · Hanlin Wu, Pengfei Lin, Ehsan Javanmardi, Naren Bao 외 arxiv

3D semantic occupancy prediction has emerged as a critical perception task for autonomous driving due to its ability to offer voxel-level semantic and geometric understanding of the environment. However, such a refined r…

Autonomous DrivingSparse Learning

VoxGRAF: Fast 3D-Aware Image Synthesis with Sparse Voxel Grids

2022-06-15 · Katja Schwarz, Axel Sauer, Michael Niemeyer, Yiyi Liao 외

State-of-the-art 3D-aware generative models rely on coordinate-based MLPs to parameterize 3D radiance fields. While demonstrating impressive results, querying an MLP for every sample along each ray leads to slow renderin…

3D-Aware Image SynthesisImage GenerationNeural RenderingNovel View Synthesis

Sparse-Up: Learnable Sparse Upsampling for 3D Generation with High-Fidelity Textures

2025-09-28 · Lu Xiao, Jiale Zhang, Yang Liu, Taicheng Huang 외 arxiv

The creation of high-fidelity 3D assets is often hindered by a 'pixel-level pain point': the loss of high-frequency details. Existing methods often trade off one aspect for another: either sacrificing cross-view consiste…

3D Generation

MI-Pruner: Crossmodal Mutual Information-guided Token Pruner for Efficient MLLMs

2026-04-03 · Jiameng Li, Aleksei Tiulpin, Matthew B. Blaschko arxiv

For multimodal large language models (MLLMs), visual information is relatively sparse compared with text. As a result, research on visual pruning emerges for efficient inference. Current approaches typically measure toke…