paper-with-me

Papers

Do We Need Zero Training Loss After Achieving Zero Training Error?

2020-02-20 · ICML 2020 1 · Takashi Ishida, Ikko Yamane, Tomoya Sakai, Gang Niu, Masashi Sugiyama

Overparameterized deep networks have the capacity to memorize training data with zero \emph{training error}. Even after memorization, the \emph{training loss} continues to approach zero, making the model overconfident and the test performance degraded. Since existing regularizers do not directly aim to avoid zero training loss, it is hard to tune their hyperparameters in order to maintain a fixed/preset level of training loss. We propose a direct solution called \emph{flooding} that intentionally prevents further reduction of the training loss when it reaches a reasonably small value, which we call the \emph{flood level}. Our approach makes the loss float around the flood level by doing mini-batched gradient descent as usual but gradient ascent if the training loss is below the flood level. This can be implemented with one line of code and is compatible with any stochastic optimizer and other regularizers. With flooding, the model will continue to "random walk" with the same non-zero training loss, and we expect it to drift into an area with a flat loss landscape that leads to better generalization. We experimentally show that flooding improves performance and, as a byproduct, induces a double descent curve of the test loss.

📄 PDF Abstract BibTeX arXiv:2002.08709

Code (1)

takashiishida/flooding 공식 구현 pytorch

Tasks

Memorization

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Effects of Initialization Biases on Deep Neural Network Training Dynamics

2025-11-25 · Nicholas Pellegrino, David Szczecina, Paul W. Fieguth arxiv

Untrained large neural networks, just after random initialization, tend to favour a small subset of classes, assigning high predicted probabilities to these few classes and approximately zero probability to all others. T…

MERGETUNE: Continued Fine-Tuning of Vision-Language Models

2026-01-15 · Wenqing Wang, Da Li, Xiatian Zhu, Josef Kittler arxiv

Fine-tuning vision-language models (VLMs) such as CLIP often leads to catastrophic forgetting of pretrained knowledge. Prior work primarily aims to mitigate forgetting during adaptation; however, forgetting often remains…

Diagnosing and Improving Diffusion Models by Estimating the Optimal Loss Value

2025-06-16 · Yixian Xu, Shengjie Luo, LiWei Wang, Di He 외

Diffusion models have achieved remarkable success in generative modeling. Despite more stable training, the loss of diffusion models is not indicative of absolute data-fitting quality, since its optimal value is typicall…

Semantic Borrowing for Generalized Zero-Shot Learning

2021-01-30 · Xiaowei Chen

Generalized zero-shot learning (GZSL) is one of the most realistic but challenging problems due to the partiality of the classifier to supervised classes, especially under the class-inductive instance-inductive (CIII) tr…

Generalized Zero-Shot LearningMetric Learningzero-shot-classificationZero-Shot Learning

StereoCrafter-Zero: Zero-Shot Stereo Video Generation with Noisy Restart

2024-11-21 · Jian Shi, Qian Wang, Zhenyu Li, Peter Wonka

Generating high-quality stereo videos that mimic human binocular vision requires maintaining consistent depth perception and temporal coherence across frames. While diffusion models have advanced image and video synthesi…

Video Generation