SeGPruner: Semantic-Geometric Visual Token Pruner for 3D Question Answering

arXiv cs.CV / 4/1/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces SeGPruner, a semantic-aware and geometry-guided framework to prune redundant visual tokens in multi-view 3D question answering pipelines.
  • It uses a saliency-aware token selector to keep semantically important tokens while a geometry-aware token diversifier adds spatially diverse tokens based on semantic relevance and 3D geometric distance.
  • The approach is designed to overcome limitations of prior pruning methods that are mainly 2D-focused or depend on indirect geometric cues, which can reduce both semantic coverage and spatial robustness.
  • Experiments on ScanQA and OpenEQA show large efficiency gains, cutting the visual token budget by 91% and inference latency by 86% while preserving competitive 3D reasoning performance.

Abstract

Vision-language models (VLMs) have been widely adopted for 3D question answering (3D QA). In typical pipelines, visual tokens extracted from multiple viewpoints are concatenated with language tokens and jointly processed by a large language model (LLM) for inference. However, aggregating multi-view observations inevitably introduces severe token redundancy, leading to an overly large visual token set that significantly hinders inference efficiency under constrained token budgets. Visual token pruning has emerged as a prevalent strategy to address this issue. Nevertheless, most existing pruners are primarily tailored to 2D inputs or rely on indirect geometric cues, which limits their ability to explicitly retain semantically critical objects and maintain sufficient spatial coverage for robust 3D reasoning. In this paper, we propose SeGPruner, a semantic-aware and geometry-guided token reduction framework for efficient 3D QA with multi-view images. Specifically, SeGPruner first preserves semantically salient tokens through an attention-based importance module (Saliency-aware Token Selector), ensuring that object-critical evidence is retained. It then complements these tokens with spatially diverse ones via a geometry-guided selector (Geometry-aware Token Diversifier), which jointly considers semantic relevance and 3D geometric distance. This cooperation between saliency preservation and geometry-guided diversification balances object-level evidence and global scene coverage under aggressive token reduction. Extensive experiments on ScanQA and OpenEQA demonstrate that SeGPruner substantially improves inference efficiency, reducing the visual token budget by 91% and inference latency by 86%, while maintaining competitive performance in 3D reasoning tasks.