Double Descent Optimization Pattern and Aliasing: Caveats of Noisy Labels
Florian Dubost, Erin Hong, Max Pike, Siddharth Sharma, Siyi Tang,, Nandita Bhaskhar, Christopher Lee-Messer, Daniel Rubin

TL;DR
This paper investigates the double descent optimization pattern in deep neural networks, highlighting how noisy labels, learning rate, and optimizer choices influence its appearance and potential aliasing effects, with implications for training and real-world applications.
Contribution
It demonstrates that noisy labels in both training and test sets are necessary for double descent, and explores how learning rate and optimizer parameters affect this pattern and its masking through aliasing.
Findings
Double descent occurs with noisy labels in training and test sets.
Higher learning rates can mask double descent via aliasing.
Experiments on CIFAR-10 variants and seizure prediction validate findings.
Abstract
Optimization plays a key role in the training of deep neural networks. Deciding when to stop training can have a substantial impact on the performance of the network during inference. Under certain conditions, the generalization error can display a double descent pattern during training: the learning curve is non-monotonic and seemingly diverges before converging again after additional epochs. This optimization pattern can lead to early stopping procedures to stop training before the second convergence and consequently select a suboptimal set of parameters for the network, with worse performance during inference. In this work, in addition to confirming that double descent occurs with small datasets and noisy labels as evidenced by others, we show that noisy labels must be present both in the training and generalization sets to observe a double descent pattern. We also show that the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Neural Networks and Applications · Machine Learning and Algorithms
MethodsEarly Stopping
