ChronoSelect: Robust Learning with Noisy Labels via Dynamics Temporal Memory
Jianchao Wang, Qingfeng Li, Pengcheng Zheng, Xiaorong Pu, Yazhou Ren
TL;DR
This work tackles learning with noisy labels by introducing ChronoSelect, a temporal-memory framework that compresses entire prediction histories into four dynamic memory units per sample via a sliding update. The method leverages dual-branch consistency and two temporal signatures to partition data into clean, boundary, and noisy subsets, enabling tailored supervision for each group. The authors prove convergence and stability of the memory under noise and demonstrate state-of-the-art performance on synthetic (CIFAR) and real-world (WebVision) benchmarks, highlighting robustness and threshold-free operation. Overall, ChronoSelect provides a principled, scalable approach to robust learning with noisy labels by exploiting temporal learning dynamics and memory-based trajectory analysis.
Abstract
Training deep neural networks on real-world datasets is often hampered by the presence of noisy labels, which can be memorized by over-parameterized models, leading to significant degradation in generalization performance. While existing methods for learning with noisy labels (LNL) have made considerable progress, they fundamentally suffer from static snapshot evaluations and fail to leverage the rich temporal dynamics of learning evolution. In this paper, we propose ChronoSelect (chrono denoting its temporal nature), a novel framework featuring an innovative four-stage memory architecture that compresses prediction history into compact temporal distributions. Our unique sliding update mechanism with controlled decay maintains only four dynamic memory units per sample, progressively emphasizing recent patterns while retaining essential historical knowledge. This enables precise three-way sample partitioning into clean, boundary, and noisy subsets through temporal trajectory analysis and dual-branch consistency. Theoretical guarantees prove the mechanism's convergence and stability under noisy conditions. Extensive experiments demonstrate ChronoSelect's state-of-the-art performance across synthetic and real-world benchmarks.
