paper-with-me

Papers

QVGGT: Post-Training Quantized Visual Geometry Grounded Transformer

2026-05-29 · Zhizhen Pan, Hesong Wang, Huan Wang arxiv

Estimating 3D attributes directly from images has advanced rapidly with the Visual Geometry Grounded Transformer (VGGT), which predicts camera parameters, depth maps, and point clouds in a single forward pass. However, its 1.2B-parameter scale severely limits deployment on resource-constrained platforms such as UAVs and mobile AR devices. To address this limitation, we introduce QVGGT, a tailored quantization framework designed to compress VGGT. Our approach starts from the observation that transformer blocks within VGGT exhibit heterogeneous sensitivity to quantization. We thus analyze per-block quantization sensitivity and propose a selective mixed-precision strategy that allocates higher precision to the most fragile transformer blocks. To address the amplification of quantization error caused by high-variance camera and register tokens, we further introduce token filtering with camera information compensation, which removes these outliers from activation calibration and restores their geometric cues using a PCA-derived global compensation token. Finally, we develop a task-aware scale search mechanism that evaluates candidate quantization scales not only through layer reconstruction but also through multi-head supervision and cross-head geometric consistency among camera poses, depth maps, and point maps. Extensive experiments on multiple geometry perception benchmarks demonstrate that QVGGT achieves near-lossless W4A16 quantization, preserving the accuracy of all 3D prediction heads while delivering 3$\sim$4.9$\times$ memory reduction and up to 2.8$\times$ real hardware speedup over FP32. Our approach makes high-fidelity 3D perception feasible on edge devices, enabling practical deployment of feed-forward 3D reconstruction models in real-world constrained environments.

📄 PDF Abstract BibTeX arXiv:2605.31124

Code (0)

등록된 구현이 없습니다.

Tasks

3D ReconstructionPoint Clouds

Similar Papers 제목 키워드 기반

Quantized Visual Geometry Grounded Transformer

2025-09-25 · Weilun Feng, Haotong Qin, Mingqiang Wu, Chuanguang Yang 외 arxiv

Learning-based 3D reconstruction models, represented by Visual Geometry Grounded Transformers (VGGTs), have made remarkable progress with the use of large-scale transformers. Their prohibitive computational and memory co…

3D Reconstruction

Beyond Output Matching: Preserving Internal Geometry in NVFP4 LLM Distillation

2026-06-04 · Fangbo Tu, Junhua Zhao, Chi Liu, Xin Chen 외 arxiv

Demand for low-precision inference, including NVFP4-based approaches, has grown as large language models are increasingly deployed in latency and cost constrained production environments. Quantization-aware distillation …

Enhancing Post-training Quantization Calibration through Contrastive Learning

2024-01-01 · CVPR 2024 1 · Yuzhang Shang, Gaowen Liu, Ramana Rao Kompella, Yan Yan

Post-training quantization (PTQ) converts a pre-trained full-precision (FP) model into a quantized model in a training-free manner. Determining suitable quantization parameters such as scaling factors and weight roun…

Contrastive LearningQuantization

Scaling Laws for Post Training Quantized Large Language Models

2024-10-15 · Zifei Xu, Alexander Lan, Wanzin Yazar, Tristan Webb 외

Generalization abilities of well-trained large language models (LLMs) are known to scale predictably as a function of model size. In contrast to the existence of practical scaling laws governing pre-training, the quality…

Quantization

MetaAug: Meta-Data Augmentation for Post-Training Quantization

2024-07-20 · Cuong Pham, Hoang Anh Dung, Cuong C. Nguyen, Trung Le 외

Post-Training Quantization (PTQ) has received significant attention because it requires only a small set of calibration data to quantize a full-precision model, which is more practical in real-world applications in which…

Data AugmentationMeta-LearningQuantization