paper-with-me

홈 › Papers

Cross Entropy versus Label Smoothing: A Neural Collapse Perspective

2024-02-06 · Li Guo, Keith Ross, Zifan Zhao, George Andriopoulos, Shuyang Ling, Yufeng Xu, Zixuan Dong

Label smoothing loss is a widely adopted technique to mitigate overfitting in deep neural networks. This paper studies label smoothing from the perspective of Neural Collapse (NC), a powerful empirical and theoretical framework which characterizes model behavior during the terminal phase of training. We first show empirically that models trained with label smoothing converge faster to neural collapse solutions and attain a stronger level of neural collapse. Additionally, we show that at the same level of NC1, models under label smoothing loss exhibit intensified NC2. These findings provide valuable insights into the performance benefits and enhanced model calibration under label smoothing loss. We then leverage the unconstrained feature model to derive closed-form solutions for the global minimizers for both loss functions and further demonstrate that models under label smoothing have a lower conditioning number and, therefore, theoretically converge faster. Our study, combining empirical evidence and theoretical results, not only provides nuanced insights into the differences between label smoothing and cross-entropy losses, but also serves as an example of how the powerful neural collapse framework can be used to improve our understanding of DNNs.

📄 PDF Abstract BibTeX arXiv:2402.03979

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

SFT Overtraining Predicts Rank Inversion via Entropy Collapse Under RLVR

2026-06-16 · Siddharth Aphale, Kelly Liu arxiv

The standard heuristic of selecting the SFT checkpoint with the highest pass@1 for GRPO can fail when SFT compresses the rollout distribution. For binary rewards, the expected within group advantage variance is $p(1{-}p)…

Memorization-Dilation: Modeling Neural Collapse Under Label Noise

2022-06-11 · Duc Anh Nguyen, Ron Levie, Julian Lienen, Gitta Kutyniok 외

The notion of neural collapse refers to several emergent phenomena that have been empirically observed across various canonical classification problems. During the terminal phase of training a deep neural network, the fe…

Memorization

Generalized Entropy Regularization or: There's Nothing Special about Label Smoothing

2020-05-02 · ACL 2020 6 · Clara Meister, Elizabeth Salesky, Ryan Cotterell

Prior work has explored directly regularizing the output distributions of probabilistic models to alleviate peaky (i.e. over-confident) predictions, a common sign of overfitting. This class of techniques, of which label …

Text Generation

Differential Smoothing Mitigates Sharpening and Improves LLM Reasoning

2025-11-25 · Jingchu Gai, Guanning Zeng, Huaqing Zhang, Aditi Raghunathan arxiv

It is widely recognized that reinforcement learning (RL) fine-tuning of large language models often leads to diversity collapse, where outputs lack variety. Prior work has proposed a range of heuristics to counteract thi…

Reinforcement LearningMathematical Reasoning

Regularizing Neural Networks by Penalizing Confident Output Distributions

2017-01-23 · Gabriel Pereyra, George Tucker, Jan Chorowski, Łukasz Kaiser 외

We systematically explore regularizing neural networks by penalizing low entropy output distributions. We show that penalizing low entropy output distributions, which has been shown to improve exploration in reinforcemen…

General Classificationimage-classificationImage ClassificationLanguage Modeling+7