Back to Feed
Computer Vision / Multimodal

Compressing 3D Vision Tokens for Efficient QA

Original: 3DZip: Spatial-Aware Feature Diversity-Guided Token Compression for 3D Question Answering

Listen to the summary

Uses a voice available on your device

Audio options
On this page

Key Takeaways

  • Projection based 3D vision language models generate thousands of redundant tokens per scene, creating heavy computational and memory overhead.
  • 3DZip uses coarse voxelization, feature diversity guided anchor selection via a Determinantal Point Process, and spatially constrained token merging.
  • The method outperforms existing 3D aware and 2D based baselines on the SQA3D benchmark at various token budgets.
  • Object state recognition tasks yielded high scores across all methods, indicating those queries are inherently easier.

Summary & Methodology Analysis

Projection based 3D vision language models generate thousands of tokens per scene, creating redundant 3D representations that lead to high computational and memory overhead. To solve this without losing the geometric coherence and semantic information needed for 3D question answering, the paper introduces 3DZip. The pipeline operates in three distinct steps. First, coarse voxelization partitions the 3D space into voxels of size delta to aggregate tokens using mean pooling, removing point level redundancy from multi-view projection. Second, feature diversity guided anchor selection uses a Determinantal Point Process, a probabilistic model of diversity, to select a subset of representative anchors that suppress object level redundancy by maximizing feature space diversity. Third, spatially constrained token merging assigns non anchor tokens to their most feature similar anchor only when the spatial distance is below a threshold tau g, which preserves geometric consistency while discarding isolated, non contributing tokens. For results, 3DZip outperforms existing 3D aware and 2D based baselines on the SQA3D benchmark at various token budgets, achieving 52.8 exact match at 64 tokens compared to 50.2 for DTC. The paper evaluates against numerous models and datasets including LLaVA 3D, Video 3D LLM, SR 3D, SQA3D, OpenEQA, ScanQA, ScanNet, HM3D, LLaMA, DeepSeek, Qwen, FastV, SparseVLM, VisionZip, VisPruner, and DTC. Regarding limitations, object state recognition tasks yielded high scores across all methods, suggesting that such queries are inherently easier and less dependent on complex spatial reasoning. The paper does not specify precise hardware requirements, dollar costs, or exact latency metrics beyond the reported benchmark scores.

Interactive System Flowchart

Click diagram to expand and zoom

Cross-Examination & FAQs

A deeper dive clarifying mechanics, constraints, and baseline evaluations.

Q1. What is the main problem addressed by this paper?

Projection based 3D vision language models generate thousands of tokens per scene, creating redundant 3D representations that lead to computational and memory overhead.

Q2. What is the name of the proposed method?

The proposed method is called 3DZip.

Q3. What benchmark was used to evaluate the performance?

The SQA3D benchmark was used for evaluation.

Q4. What role does coarse voxelization play in 3DZip?

It partitions the 3D space into voxels of size delta to aggregate tokens via mean pooling, removing point level redundancy from multi level projections.

Q5. How does feature diversity guided anchor selection work?

It selects a subset of representative anchors from the voxelized tokens using a Determinantal Point Process to suppress object level redundancy by maximizing feature space diversity.

Q6. What is the purpose of spatially constrained token merging?

It assigns non anchor tokens to their most feature similar anchor only if the spatial distance is below a threshold tau g, preserving geometric consistency while discarding isolated tokens.

Q7. How does 3DZip compare to existing baselines on SQA3D?

It outperforms existing 3D aware and 2D based baselines at various token budgets, achieving 52.8 exact match at 64 tokens compared to 50.2 for DTC.

Q8. What limitations did the authors note regarding specific tasks?

Object state recognition tasks yielded high scores across all methods, suggesting that such queries are inherently easier and less dependent on complex spatial reasoning.

Q9. Does the paper specify hardware requirements or dollar costs?

The paper does not specify hardware requirements, parameter counts, or dollar costs.