paper-with-me

홈 › Papers

HeSS: Head Sensitivity Score for Sparsity Redistribution in VGGT

2026-03-26 · Yongsung Kim, Wooseok Song, Jaihyun Lew, Hun Hwangbo, Jaehoon Lee, Sungroh Yoon arxiv

Visual Geometry Grounded Transformer (VGGT) has advanced 3D vision, yet its global attention layers suffer from quadratic computational costs that hinder scalability. Several sparsification-based acceleration techniques have been proposed to alleviate this issue, but they often suffer from substantial accuracy degradation. We hypothesize that the accuracy degradation stems from the heterogeneity in head-wise sparsification sensitivity, as the existing methods apply a uniform sparsity pattern across all heads. Motivated by this hypothesis, we present a two-stage sparsification pipeline that effectively quantifies and exploits headwise sparsification sensitivity. In the first stage, we measure head-wise sparsification sensitivity using a novel metric, the Head Sensitivity Score (HeSS), which approximates the Hessian with respect to two distinct error terms on a small calibration set. In the inference stage, we perform HeSS-Guided Sparsification, leveraging the pre-computed HeSS to reallocate the total attention budget-assigning denser attention to sensitive heads and sparser attention to more robust ones. We demonstrate that HeSS effectively captures head-wise sparsification sensitivity and empirically confirm that attention heads in the global attention layers exhibit heterogeneous sensitivity characteristics. Extensive experiments further show that our method effectively mitigates performance degradation under high sparsity, demonstrating strong robustness across varying sparsification levels. Code is available at https://github.com/libary753/HeSS.

📄 PDF Abstract BibTeX arXiv:2603.25336

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Global Vision Transformer Pruning with Hessian-Aware Saliency

2021-10-10 · CVPR 2023 1 · Huanrui Yang, Hongxu Yin, Maying Shen, Pavlo Molchanov 외

Transformers yield state-of-the-art results across many tasks. However, their heuristically designed architecture impose huge computational costs during inference. This work aims on challenging the common design philosop…

Efficient ViTsPhilosophy

One-Shot Sensitivity-Aware Mixed Sparsity Pruning for Large Language Models

2023-10-14 · Hang Shao, Bei Liu, Bo Xiao, Ke Zeng 외

Various Large Language Models~(LLMs) from the Generative Pretrained Transformer(GPT) family have achieved outstanding performances in a wide range of text generation tasks. However, the enormous model sizes have hindered…

QuantizationSensitivityText Generation

SCATTER: Algorithm-Circuit Co-Sparse Photonic Accelerator with Thermal-Tolerant, Power-Efficient In-situ Light Redistribution

2024-07-07 · Ziang Yin, Nicholas Gangi, Meng Zhang, Jeff Zhang 외

Photonic computing has emerged as a promising solution for accelerating computation-intensive artificial intelligence (AI) workloads. However, limited reconfigurability, high electrical-optical conversion cost, and therm…

Sensitivity-Aware Density Estimation in Multiple Dimensions

2025-06-02 · Aleix Boquet-Pujadas, Pol del Aguila Pla, Michael Unser

We formulate an optimization problem to estimate probability densities in the context of multidimensional problems that are sampled with uneven probability. It considers detector sensitivity as an heterogeneous density a…

Density EstimationSensitivity

CHESS: Context-aware Hierarchical Efficient Semantic Selection for Long-Context LLM Inference

2026-02-24 · Chao Fei, Guozhong Li, Chenxi Liu, Panos Kalnis arxiv

Long-context LLMs demand accurate inference at low latency, yet decoding becomes primarily constrained by KV cache as context grows. Prior pruning methods are largely context-agnostic: their token selection ignores step-…