paper-with-me

홈 › Papers

Forget Me Not: Fighting Local Overfitting with Knowledge Fusion and Distillation

2025-07-11 · Uri Stern, Eli Corn, Daphna Weinshall arxiv

Overfitting in deep neural networks occurs less frequently than expected. This is a puzzling observation, as theory predicts that greater model capacity should eventually lead to overfitting -- yet this is rarely seen in practice. But what if overfitting does occur, not globally, but in specific sub-regions of the data space? In this work, we introduce a novel score that measures the forgetting rate of deep models on validation data, capturing what we term local overfitting: a performance degradation confined to certain regions of the input space. We demonstrate that local overfitting can arise even without conventional overfitting, and is closely linked to the double descent phenomenon. Building on these insights, we introduce a two-stage approach that leverages the training history of a single model to recover and retain forgotten knowledge: first, by aggregating checkpoints into an ensemble, and then by distilling it into a single model of the original size, thus enhancing performance without added inference cost. Extensive experiments across multiple datasets, modern architectures, and training regimes validate the effectiveness of our approach. Notably, in the presence of label noise, our method -- Knowledge Fusion followed by Knowledge Distillation -- outperforms both the original model and independently trained ensembles, achieving a rare win-win scenario: reduced training and inference complexity.

📄 PDF Abstract BibTeX arXiv:2507.08686

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

On Local Overfitting and Forgetting in Deep Neural Networks

2024-12-17 · Uri Stern, Tomer Yaacoby, Daphna Weinshall

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, thou…

ProCal: Probability Calibration for Neighborhood-Guided Source-Free Domain Adaptation

2026-03-19 · Ying Zheng, Yiyi Zhang, Yi Wang, Lap-Pui Chau arxiv

Source-Free Domain Adaptation (SFDA) adapts pre-trained models to unlabeled target domains without requiring access to source data. Although state-of-the-art methods leveraging local neighborhood structures show promise …

Source-Free Domain Adaptation

Incremental Learning with Maximum Entropy Regularization: Rethinking Forgetting and Intransigence

2019-02-03 · Dahyun Kim, Jihwan Bae, Yeonsik Jo, Jonghyun Choi

Incremental learning suffers from two challenging problems; forgetting of old knowledge and intransigence on learning new knowledge. Prediction by the model incrementally learned with a subset of the dataset are thus unc…

Incremental LearningTransfer Learning

Avoid Forgetting by Preserving Global Knowledge Gradients in Federated Learning with Non-IID Data

2025-05-26 · Abhijit Chunduru, Majid Morafah, Mahdi Morafah, Vishnu Pandi Chellapandi 외

The inevitable presence of data heterogeneity has made federated learning very challenging. There are numerous methods to deal with this issue, such as local regularization, better model fusion techniques, and data shari…

Federated LearningTransfer Learning

Pre-trained Vision and Language Transformers Are Few-Shot Incremental Learners

2024-04-02 · CVPR 2024 1 · Keon-Hee Park, Kyungwoo Song, Gyeong-Moon Park

Few-Shot Class Incremental Learning (FSCIL) is a task that requires a model to learn new classes incrementally without forgetting when only a few samples for each class are given. FSCIL encounters two significant challen…

class-incremental learningClass Incremental LearningFew-Shot Class-Incremental LearningIncremental Learning+2