LGDec 17, 2024

On Local Overfitting and Forgetting in Deep Neural Networks

arXiv:2412.12968v2h-index: 46
Originality Incremental advance
AI Analysis

This addresses the issue of localized performance degradation in deep learning models, which is incremental as it builds on existing overfitting concepts.

The authors tackled the problem of local overfitting in deep neural networks, where performance declines in specific data regions, and developed a method to recover forgotten knowledge, enhancing model performance without inference costs across multiple datasets and architectures.

The infrequent occurrence of overfitting in deep neural networks is perplexing: contrary to theoretical expectations, increasing model size often enhances performance in practice. But what if overfitting does occur, though restricted to specific sub-regions of the data space? In this work, we propose a novel score that captures the forgetting rate of deep models on validation data. We posit that this score quantifies local overfitting: a decline in performance confined to certain regions of the data space. We then show empirically that local overfitting occurs regardless of the presence of traditional overfitting. Using the framework of deep over-parametrized linear models, we offer a certain theoretical characterization of forgotten knowledge, and show that it correlates with knowledge forgotten by real deep models. Finally, we devise a new ensemble method that aims to recover forgotten knowledge, relying solely on the training history of a single network. When combined with self-distillation, this method enhances the performance of any trained model without adding inference costs. Extensive empirical evaluations demonstrate the efficacy of our method across multiple datasets, contemporary neural network architectures, and training protocols.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes