paper-with-me

Papers

Entropy Reveals Block Importance in Masked Self-Supervised Vision Transformers

2026-02-03 · Peihao Xiang, Kaida Wu, Ou Bai arxiv

Masked self-supervised vision transformers have become a dominant pretraining paradigm, yet their substantial model size poses significant challenges for resource-constrained deployment and efficient transfer learning. A fundamental question remains: are all transformer blocks equally important for downstream performance? In this paper, we show that block importance in masked self-supervised vision transformers can be accurately estimated without access to any data. Our key finding is that the information entropy of pretrained block weights strongly correlates with oracle sensitivity obtained via iterative block removal and finetuning. This observation enables Gardener, a data-free, one-shot, block-level pruning principle that identifies redundant blocks through simple information-theoretic measurements. We evaluate Gardener on VideoMAE-B across multiple pruning ratios and downstream video recognition benchmarks. Despite its negligible computational overhead, Gardener consistently matches or outperforms existing data-free pruning baselines and closely approaches sensitivity-based pruning. Remarkably, even after pruning up to 91.7\% of blocks, the pruned model retains competitive transfer performance. Our results reveal substantial block-level redundancy in masked self-supervised vision transformers and demonstrate that information-theoretic analysis offers a principled and efficient pathway for model compression and resource-efficient transfer learning.

📄 PDF Abstract BibTeX arXiv:2602.03918

Code (0)

등록된 구현이 없습니다.

Tasks

Transfer LearningModel Compression

Similar Papers 제목 키워드 기반

Self-Supervised Predictive Convolutional Attentive Block for Anomaly Detection

2021-11-17 · CVPR 2022 1 · Nicolae-Catalin Ristea, Neelu Madan, Radu Tudor Ionescu, Kamal Nasrollahi 외

Anomaly detection is commonly pursued as a one-class classification problem, where models can only learn from normal training samples, while being evaluated on both normal and abnormal test samples. Among the successful …

Anomaly DetectionOne-Class Classification

Entropy-aware Masking for Masked Language Modeling

2026-05-27 · Gokul Srinivasagan, Kai Hartung, Munir Georges arxiv

Masked language modeling has become a standard pretraining objective for training encoder-based language models. In this approach, certain tokens in the input are masked, and the model learns to predict them using the su…

Knowledge Distillation

Depth-Wise Representation Development Under Blockwise Self-Supervised Learning for Video Vision Transformers

2026-01-14 · Jonas Römer, Timo Dickscheid arxiv

End-to-end backpropagation couples all layers through a global error signal, enabling coordinated learning but requiring long-range credit assignment. Motivated by recent progress in blockwise self-supervised learning (B…

Self-Supervised Learning

FedMAE: Federated Self-Supervised Learning with One-Block Masked Auto-Encoder

2023-03-20 · Nan Yang, Xuanyu Chen, Charles Z. Liu, Dong Yuan 외

Latest federated learning (FL) methods started to focus on how to use unlabeled data in clients for training due to users' privacy concerns, high labeling costs, or lack of expertise. However, current Federated Semi-Supe…

Federated LearningImage ReconstructionSelf-Supervised Learning

Image as First-Order Norm+Linear Autoregression: Unveiling Mathematical Invariance

2023-05-25 · Yinpeng Chen, Xiyang Dai, Dongdong Chen, Mengchen Liu 외

This paper introduces a novel mathematical property applicable to diverse images, referred to as FINOLA (First-Order Norm+Linear Autoregressive). FINOLA represents each image in the latent space as a first-order autoregr…

Decoderimage-classificationImage ClassificationImage Reconstruction+3