paper-with-me

Papers

Detecting Out-of-Distribution Through the Lens of Neural Collapse

2023-11-02 · CVPR 2025 1 · Litian Liu, Yao Qin

Out-of-Distribution (OOD) detection is critical for safe deployment; however, existing detectors often struggle to generalize across datasets of varying scales and model architectures, and some can incur high computational costs in real-world applications. Inspired by the phenomenon of Neural Collapse, we propose a versatile and efficient OOD detection method. Specifically, we re-characterize prior observations that in-distribution (ID) samples form clusters, demonstrating that, with appropriate centering, these clusters align closely with model weight vectors. Additionally, we reveal that ID features tend to expand into a simplex Equiangular Tight Frame, explaining the common observation that ID features are situated farther from the origin than OOD features. Incorporating both insights from Neural Collapse, our OOD detector leverages feature proximity to weight vectors and complements this approach by using feature norms to effectively filter out OOD samples. Extensive experiments on off-the-shelf models demonstrate the robustness of our OOD detector across diverse scenarios, mitigating generalization discrepancies and enhancing overall performance, with inference latency comparable to that of the basic softmax-confidence detector. Code is available here: https://github.com/litianliu/NCI-OOD.

📄 PDF Abstract BibTeX arXiv:2311.01479

Code (1)

litianliu/nci-ood 공식 구현 pytorch

Tasks

Out of Distribution (OOD) Detection

Similar Papers 제목 키워드 기반

Domain Feature Collapse: Implications for Out-of-Distribution Detection and Solutions

2025-12-03 · Hong Yang, Devroop Kar, Qi Yu, Alex Ororbia 외 arxiv

Why do state-of-the-art OOD detection methods exhibit catastrophic failure when models are trained on single-domain datasets? We provide the first theoretical explanation for this phenomenon through the lens of informati…

Out-of-Distribution DetectionTransfer Learning

Towards Physical Intuitions for Alignment Dynamics: A Case Study With Randomness Crystallization

2026-06-29 · Kunal Samanta, Ari Holtzman, Peter West arxiv

The alignment of language models is typically studied through the lens of capability benchmarks, but the dynamics of how models change during post-training remain poorly understood. We argue that the physical sciences, a…

Reinforcement Learning

SIGMA: Scalable Spectral Insights for LLM Model Collapse

2026-01-06 · Yi Gu, Lingyou Pang, Xiangkun Ye, Tianyu Wang 외 arxiv

The rapid adoption of synthetic data for training Large Language Models (LLMs) has introduced the technical challenge of "model collapse"-a degenerative process where recursive training on model-generated content leads t…

Parallelly Tempered Generative Adversarial Networks

2024-11-18 · Jinwon Sohn, Qifan Song

A generative adversarial network (GAN) has been a representative backbone model in generative artificial intelligence (AI) because of its powerful performance in capturing intricate data-generating processes. However, th…

Generative Adversarial Network

Representation Collapse in Machine Translation Through the Lens of Angular Dispersion

2026-02-19 · Evgeniia Tokarchuk, Maya K. Nachesa, Sergey Troshin, Vlad Niculae arxiv

Modern neural translation models based on the Transformer architecture are known for their high performance, particularly when trained on high-resource datasets. A standard next-token prediction training strategy, while …

Machine Translation