LGOct 17, 2023

Relearning Forgotten Knowledge: on Forgetting, Overfit and Training-Free Ensembles of DNNs

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

This addresses the problem of understanding and mitigating overfit in deep learning for researchers and practitioners, offering an incremental improvement with a practical ensemble method.

The paper tackles the perplexing infrequent occurrence of overfit in deep neural networks by introducing a novel score that quantifies overfit based on the forgetting rate on validation data, showing that overfit can occur with or without a decrease in validation accuracy and may be more common than thought. They use this observation to develop a training-free ensemble method from a single network's history, which improves performance without extra training time, achieving a 1% gain on Imagenet.

The infrequent occurrence of overfit in deep neural networks is perplexing. On the one hand, theory predicts that as models get larger they should eventually become too specialized for a specific training set, with ensuing decrease in generalization. In contrast, empirical results in image classification indicate that increasing the training time of deep models or using bigger models almost never hurts generalization. Is it because the way we measure overfit is too limited? Here, we introduce a novel score for quantifying overfit, which monitors the forgetting rate of deep models on validation data. Presumably, this score indicates that even while generalization improves overall, there are certain regions of the data space where it deteriorates. When thus measured, we show that overfit can occur with and without a decrease in validation accuracy, and may be more common than previously appreciated. This observation may help to clarify the aforementioned confusing picture. We use our observations to construct a new ensemble method, based solely on the training history of a single network, which provides significant improvement in performance without any additional cost in training time. An extensive empirical evaluation with modern deep models shows our method's utility on multiple datasets, neural networks architectures and training schemes, both when training from scratch and when using pre-trained networks in transfer learning. Notably, our method outperforms comparable methods while being easier to implement and use, and further improves the performance of competitive networks on Imagenet by 1%.

Foundations

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

Your Notes