CVLGNov 21, 2024

Dealing with Synthetic Data Contamination in Online Continual Learning

arXiv:2411.13852v13 citationsh-index: 7Has CodeNIPS
Originality Incremental advance
AI Analysis

This addresses a potential obstacle for machine learning researchers in collecting clean datasets due to AI-generated images, though it is incremental as it builds on prior work on contamination effects.

The paper tackles the problem of synthetic data contamination in online continual learning, showing that contaminated datasets hinder existing methods and proposing a method (ESRM) that significantly alleviates performance deterioration, especially under severe contamination.

Image generation has shown remarkable results in generating high-fidelity realistic images, in particular with the advancement of diffusion-based models. However, the prevalence of AI-generated images may have side effects for the machine learning community that are not clearly identified. Meanwhile, the success of deep learning in computer vision is driven by the massive dataset collected on the Internet. The extensive quantity of synthetic data being added to the Internet would become an obstacle for future researchers to collect "clean" datasets without AI-generated content. Prior research has shown that using datasets contaminated by synthetic images may result in performance degradation when used for training. In this paper, we investigate the potential impact of contaminated datasets on Online Continual Learning (CL) research. We experimentally show that contaminated datasets might hinder the training of existing online CL methods. Also, we propose Entropy Selection with Real-synthetic similarity Maximization (ESRM), a method to alleviate the performance deterioration caused by synthetic images when training online CL models. Experiments show that our method can significantly alleviate performance deterioration, especially when the contamination is severe. For reproducibility, the source code of our work is available at https://github.com/maorong-wang/ESRM.

Code Implementations1 repo
Foundations

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

Your Notes