paper-with-me

홈 › Papers

Cut-ViT: Task-Specific Model Pruning via Gram Anchoring Subspace Consistency

2026-08-28 · Jianjian Yin, Liulei Li, Tao Chen, Yi Chen, Yazhou Yao, Wenguan Wang arxiv

Pruning visual foundation models has attracted considerable attention. However, existing methods focus on rigid point-to-point token alignment on a single dataset for pruning, suffering from two limitations: i) robustness degradation, and ii) task-specificity deficiency. To address these limitations, we propose a task-specific pruning pipeline, named Cut-ViT. Specifically, we first construct gram anchoring matrices from both spatial and semantic perspectives, and perform the subspace decomposition to extract the corresponding subspace bases. Basis-agnostic and residual constraints are then adopted to align the gram subspaces between the native and pruned DINOv3 models along spatial and channel dimensions, enabling subnetworks to inherit robust feature representations of native DINOv3. Furthermore, we design spectral entropy adaptation, which quantifies the information density of feature manifolds along spatial and channel dimensions, thereby adapting the pruning objective to specific downstream tasks. Experiments show that Cut-ViT requires approximately one minute on a single A100 GPU to obtain subnetworks at various sparsity levels, using only 20.9% of the time and 45.5% of the GPU memory compared with previous methods, while achieving SOTA performance on six tasks across nine datasets.

📄 PDF Abstract BibTeX arXiv:2608.28205

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Subspace Node Pruning

2024-05-26 · Joshua Offergeld, Marcel van Gerven, Nasir Ahmad

Efficiency of neural network inference is undeniably important in a time where commercial use of AI models increases daily. Node pruning is the art of removing computational units such as neurons, filters, attention head…

Sparse Concept Anchoring for Interpretable and Controllable Neural Representations

2025-12-13 · Sandy Fraser, Patryk Wielopolski arxiv

We introduce Sparse Concept Anchoring, a method that biases latent space to position a targeted subset of concepts while allowing others to self-organize, using only minimal supervision (labels for <0.1% of examples per …

Investigating Language-Specific Calibration For Pruning Multilingual Large Language Models

2024-08-26 · Simon Kurz, Jian-Jia Chen, Lucie Flek, Zhixue Zhao

Recent advances in large language model (LLM) pruning have shown state-of-the-art (SotA) compression results in post-training and retraining-free settings while maintaining high predictive performance. However, previous …

Language ModelingLanguage ModellingLarge Language Model

Purifying Task Vectors in Knowledge-Aware Subspace for Model Merging

2025-10-16 · Bang An, Yibo Yang, Philip Torr, Bernard Ghanem arxiv

Model merging aims to integrate task-specific abilities from individually fine-tuned models into a single model without extra training. In recent model merging methods, task vector has become a fundamental building block…

Koopman Subspace Pruning in Reproducing Kernel Hilbert Spaces via Principal Vectors

2026-04-01 · Dhruv Shah, Jorge Cortes arxiv

Data-driven approximations of the infinite-dimensional Koopman operator rely on finite-dimensional projections, where the predictive accuracy of the resulting models hinges heavily on the invariance of the chosen subspac…