paper-with-me

홈 › Papers

Unleashing the power of Neural Collapse for Transferability Estimation

2023-10-09 · Yuhe Ding, Bo Jiang, Lijun Sheng, Aihua Zheng, Jian Liang

Transferability estimation aims to provide heuristics for quantifying how suitable a pre-trained model is for a specific downstream task, without fine-tuning them all. Prior studies have revealed that well-trained models exhibit the phenomenon of Neural Collapse. Based on a widely used neural collapse metric in existing literature, we observe a strong correlation between the neural collapse of pre-trained models and their corresponding fine-tuned models. Inspired by this observation, we propose a novel method termed Fair Collapse (FaCe) for transferability estimation by comprehensively measuring the degree of neural collapse in the pre-trained model. Typically, FaCe comprises two different terms: the variance collapse term, which assesses the class separation and within-class compactness, and the class fairness term, which quantifies the fairness of the pre-trained model towards each class. We investigate FaCe on a variety of pre-trained classification models across different network architectures, source datasets, and training loss functions. Results show that FaCe yields state-of-the-art performance on different tasks including image classification, semantic segmentation, and text classification, which demonstrate the effectiveness and generalization of our method.

📄 PDF Abstract BibTeX arXiv:2310.05754

Code (0)

등록된 구현이 없습니다.

Tasks

Fairnessimage-classificationImage ClassificationSemantic Segmentationtext-classificationText Classification

Similar Papers 제목 키워드 기반

How Far Pre-trained Models Are from Neural Collapse on the Target Dataset Informs their Transferability

2023-01-01 · ICCV 2023 1 · Zijian Wang, Yadan Luo, Liang Zheng, Zi Huang 외

This paper focuses on model transferability estimation, i.e., assessing the performance of pre-trained models on a downstream task without performing fine-tuning. Motivated by the neural collapse (NC) that reveals th…

Quantifying the Variability Collapse of Neural Networks

2023-06-06 · Jing Xu, Haoxiong Liu

Recent studies empirically demonstrate the positive relationship between the transferability of neural networks and the within-class variation of the last layer features. The recently discovered Neural Collapse (NC) phen…

ZeroSiam: An Efficient Asymmetry for Test-Time Entropy Optimization without Collapse

2025-09-27 · Guohao Chen, Shuaicheng Niu, Deyu Chen, Jiahao Yang 외 arxiv

Test-time entropy minimization helps adapt a model to novel environments and incentivize its reasoning capability, unleashing the model's potential during inference by allowing it to evolve and improve in real-time using…

Attacking Transformers with Feature Diversity Adversarial Perturbation

2024-03-10 · Chenxing Gao, Hang Zhou, Junqing Yu, Yuteng Ye 외

Understanding the mechanisms behind Vision Transformer (ViT), particularly its vulnerability to adversarial perturba tions, is crucial for addressing challenges in its real-world applications. Existing ViT adversarial at…

Diversity

Simplifying CLIP: Unleashing the Power of Large-Scale Models on Consumer-level Computers

2024-11-22 · Hongbo Liu

Contrastive Language-Image Pre-training (CLIP) has attracted a surge of attention for its superior zero-shot performance and excellent transferability to downstream tasks. However, training such large-scale models usuall…

Data AugmentationGPUKnowledge Distillation