paper-with-me

Papers

RegimeVGGT: Layer-Wise Spatially Preserving Redundancy Removal for Visual Geometry Grounded Transformer

2026-06-16 · Jinhao You, Shuo Lyu, Zhuohang Lyu, Tanxuan Li, Zibo Zhao, Jiaxiang Hu, Kai Tang, Yichen Guo arxiv

Visual Geometry Grounded Transformer (VGGT) recovers dense 3D scene structure from multi-view images in one forward pass, but quadratic cross-frame attention limits its scalability. Existing training-free accelerators reduce computation uniformly along one axis, missing layer heterogeneity. Our spectral, probing, and causal analyses reveal three regimes: shallow layers lack cross-view structure, middle layers drive cross-view alignment, and deep layers are redundant for dense geometry yet their cross-frame attention remains essential for pose. RegimeVGGT applies layer-wise U-shaped compression along two axes: Saliency-Guided Banded Merging protects geometry- and edge-salient tokens, while Selectively Protected K/V Downsampling preserves cross-frame spatial coverage and the pose-critical path through a phase-shifted spatial grid, a reference-frame anchor, and uncompressed camera/register tokens. Training-free, RegimeVGGT achieves a 6.7x speedup over VGGT* at matched reconstruction quality.

📄 PDF Abstract BibTeX arXiv:2606.18439

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Maximum Redundancy Pruning: A Principle-Driven Layerwise Sparsity Allocation for LLMs

2025-03-24 · Chang Gao, Kang Zhao, Jianfei Chen, Liping Jing

Large language models (LLMs) have demonstrated impressive capabilities, but their enormous size poses significant challenges for deployment in real-world applications. To address this issue, researchers have sought to ap…

Network Pruning

Drop an Octave: Reducing Spatial Redundancy in Convolutional Neural Networks with Octave Convolution

2019-04-10 · ICCV 2019 10 · Yunpeng Chen, Haoqi Fan, Bing Xu, Zhicheng Yan 외

In natural images, information is conveyed at different frequencies where higher frequencies are usually encoded with fine details and lower frequencies are usually encoded with global structures. Similarly, the output f…

Action ClassificationImage ClassificationVideo Recognition

Garbage Attention in Large Language Models: BOS Sink Heads and Sink-aware Pruning

2026-01-11 · Jaewon Sok, Jewon Yeom, Seonghyeon Park, Jeongjae Park 외 arxiv

Large Language Models (LLMs) are known to contain significant redundancy, yet a systematic explanation for why certain components, particularly in higher layers, are more redundant has remained elusive. In this work, we …

Model Compression

DARE: Diffusion Language Model Activation Reuse for Efficient Inference

2026-05-01 · Natalia Frumkin, Bokun Wang, Hung-Yueh Chiang, Chi-Chih Chang 외 arxiv

Diffusion Large Language Models (dLLMs) have emerged as a promising alternative to auto-regressive (AR) models, offering greater expressive capacity and potential for parallel generation and faster inference. However, op…

Locality-Aware Redundancy Pruning for LLM Depth Compression

2026-05-27 · Vincent-Daniel Yun, Youngrae Kim, Woosang Lim, YoungJin Heo 외 arxiv

Large language models are known to contain representational redundancy across network depth, making depth pruning an effective approach for improving inference efficiency. Existing one-shot pruning methods rely on local …