paper-with-me

Papers

Diffused Redundancy in Pre-trained Representations

2023-05-31 · NeurIPS 2023 11

Representations learned by pre-training a neural network on a large dataset are increasingly used successfully to perform a variety of downstream tasks. In this work, we take a closer look at how features are encoded in such pre-trained representations. We find that learned representations in a given layer exhibit a degree of diffuse redundancy, ie, any randomly chosen subset of neurons in the layer that is larger than a threshold size shares a large degree of similarity with the full layer and is able to perform similarly as the whole layer on a variety of downstream tasks. For example, a linear probe trained on $20\%$ of randomly picked neurons from the penultimate layer of a ResNet50 pre-trained on ImageNet1k achieves an accuracy within $5\%$ of a linear probe trained on the full layer of neurons for downstream CIFAR10 classification. We conduct experiments on different neural architectures (including CNNs and Transformers) pre-trained on both ImageNet1k and ImageNet21k and evaluate a variety of downstream tasks taken from the VTAB benchmark. We find that the loss and dataset used during pre-training largely govern the degree of diffuse redundancy and the "critical mass" of neurons needed often depends on the downstream task, suggesting that there is a task-inherent redundancy-performance Pareto frontier. Our findings shed light on the nature of representations learned by pre-trained deep neural networks and suggest that entire layers might not be necessary to perform many downstream tasks. We investigate the potential for exploiting this redundancy to achieve efficient generalization for downstream tasks and also draw caution to certain possible unintended consequences. Our code is available at \url{https://github.com/nvedant07/diffused-redundancy}.

📄 PDF Abstract BibTeX arXiv:2306.00183

Code (1)

nvedant07/diffused-redundancy pytorch

Similar Papers 제목 키워드 기반

Unmasking Interstitial Lung Diseases: Leveraging Masked Autoencoders for Diagnosis

2025-08-06 · Ethan Dack, Lorenzo Brigato, Vasilis Dedousis, Janine Gote-Schniering 외 arxiv

Masked autoencoders (MAEs) have emerged as a powerful approach for pre-training on unlabelled data, capable of learning robust and informative feature representations. This is particularly advantageous in diffused lung d…

DiffuseDef: Improved Robustness to Adversarial Attacks via Iterative Denoising

2024-06-28 · Zhenhao Li, Huichi Zhou, Marek Rei, Lucia Specia

Pretrained language models have significantly advanced performance across various natural language processing tasks. However, adversarial attacks continue to pose a critical challenge to systems built using these models,…

Adversarial DefenseDenoising

Deep Clustering with Diffused Sampling and Hardness-aware Self-distillation

2024-01-25 · Hai-Xin Zhang, Dong Huang

Deep clustering has gained significant attention due to its capability in learning clustering-friendly representations without labeled data. However, previous deep clustering methods tend to treat all samples equally, wh…

ClusteringContrastive LearningDeep ClusteringKnowledge Distillation+2

Learning Implicit Body Representations from Double Diffusion Based Neural Radiance Fields

2021-12-23 · Guangming Yao, Hongzhi Wu, Yi Yuan, Lincheng Li 외

In this paper, we present a novel double diffusion based neural radiance field, dubbed DD-NeRF, to reconstruct human body geometry and render the human body appearance in novel views from a sparse set of images. We first…

NeRFNovel View Synthesis

DPAttack: Diffused Patch Attacks against Universal Object Detection

2020-10-16 · Shudeng Wu, Tao Dai, Shu-Tao Xia

Recently, deep neural networks (DNNs) have been widely and successfully used in Object Detection, e.g. Faster RCNN, YOLO, CenterNet. However, recent studies have shown that DNNs are vulnerable to adversarial attacks. Adv…

Objectobject-detectionObject Detection