paper-with-me

홈 › Papers

Controlling Neural Collapse Enhances Out-of-Distribution Detection and Transfer Learning

2025-02-15 · Md Yousuf Harun, Jhair Gallardo, Christopher Kanan

Out-of-distribution (OOD) detection and OOD generalization are widely studied in Deep Neural Networks (DNNs), yet their relationship remains poorly understood. We empirically show that the degree of Neural Collapse (NC) in a network layer is inversely related with these objectives: stronger NC improves OOD detection but degrades generalization, while weaker NC enhances generalization at the cost of detection. This trade-off suggests that a single feature space cannot simultaneously achieve both tasks. To address this, we develop a theoretical framework linking NC to OOD detection and generalization. We show that entropy regularization mitigates NC to improve generalization, while a fixed Simplex Equiangular Tight Frame (ETF) projector enforces NC for better detection. Based on these insights, we propose a method to control NC at different DNN layers. In experiments, our method excels at both tasks across OOD datasets and DNN architectures.

📄 PDF Abstract BibTeX arXiv:2502.10691

Code (0)

등록된 구현이 없습니다.

Tasks

Out-of-Distribution DetectionOut of Distribution (OOD) DetectionTransfer Learning

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음

Similar Papers 제목 키워드 기반

Relaxed Contrastive Learning for Federated Learning

2024-01-10 · CVPR 2024 1 · Seonguk Seo, Jinkyu Kim, Geeho Kim, Bohyung Han

We propose a novel contrastive learning framework to effectively address the challenges of data heterogeneity in federated learning. We first analyze the inconsistency of gradient updates across clients during local trai…

Contrastive LearningFederated Learning

Routing Ceilings Are Domain-Independent: Structural Prior Injection in Code Security Vulnerability Detection

2026-07-16 · Manuel Israel Cázares arxiv

Large language models (LLMs) exhibit a well-documented gap between latent capability and consistent activation: the router hypothesis posits that models possess the knowledge to solve a task but lack reliable internal ro…

Vulnerability DetectionMathematical Reasoning

EdVAE: Mitigating Codebook Collapse with Evidential Discrete Variational Autoencoders

2023-10-09 · Gulcin Baykal, Melih Kandemir, Gozde Unal

Codebook collapse is a common problem in training deep generative models with discrete representation spaces like Vector Quantized Variational Autoencoders (VQ-VAEs). We observe that the same problem arises for the alter…

On the Importance of the Kullback-Leibler Divergence Term in Variational Autoencoders for Text Generation

2019-09-30 · WS 2019 11 · Victor Prokhorov, Ehsan Shareghi, Yingzhen Li, Mohammad Taher Pilehvar 외

Variational Autoencoders (VAEs) are known to suffer from learning uninformative latent representation of the input due to issues such as approximated posterior collapse, or entanglement of the latent space. We impose an …

Text Generation

NECO: NEural Collapse Based Out-of-distribution detection

2023-10-10 · Mouïn Ben Ammar, Nacim Belkhir, Sebastian Popescu, Antoine Manzanera 외

Detecting out-of-distribution (OOD) data is a critical challenge in machine learning due to model overconfidence, often without awareness of their epistemological limits. We hypothesize that ``neural collapse'', a phenom…

Out-of-Distribution Detection