paper-with-me

Papers

Compressing Features for Learning with Noisy Labels

2022-06-27 · Yingyi Chen, Shell Xu Hu, Xi Shen, Chunrong Ai, Johan A. K. Suykens

Supervised learning can be viewed as distilling relevant information from input data into feature representations. This process becomes difficult when supervision is noisy as the distilled information might not be relevant. In fact, recent research shows that networks can easily overfit all labels including those that are corrupted, and hence can hardly generalize to clean datasets. In this paper, we focus on the problem of learning with noisy labels and introduce compression inductive bias to network architectures to alleviate this over-fitting problem. More precisely, we revisit one classical regularization named Dropout and its variant Nested Dropout. Dropout can serve as a compression constraint for its feature dropping mechanism, while Nested Dropout further learns ordered feature representations w.r.t. feature importance. Moreover, the trained models with compression regularization are further combined with Co-teaching for performance boost. Theoretically, we conduct bias-variance decomposition of the objective function under compression regularization. We analyze it for both single model and Co-teaching. This decomposition provides three insights: (i) it shows that over-fitting is indeed an issue for learning with noisy labels; (ii) through an information bottleneck formulation, it explains why the proposed feature compression helps in combating label noise; (iii) it gives explanations on the performance boost brought by incorporating compression regularization into Co-teaching. Experiments show that our simple approach can have comparable or even better performance than the state-of-the-art methods on benchmarks with real-world label noise including Clothing1M and ANIMAL-10N. Our implementation is available at https://yingyichen-cyy.github.io/CompressFeatNoisyLabels/.

📄 PDF Abstract BibTeX arXiv:2206.13140

Code (1)

yingyichen-cyy/Nested-Co-teaching 공식 구현 pytorch

Tasks

Feature CompressionFeature ImportanceImage ClassificationInductive BiasLearning with noisy labels

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Learning from Noisy Preferences: A Semi-Supervised Learning Approach to Direct Preference Optimization

2026-04-27 · Xinxin Liu, Ming Li, Zonglin Lyu, Yuzhang Shang 외 arxiv

Human visual preferences are inherently multi-dimensional, encompassing aesthetics, detail fidelity, and semantic alignment. However, existing datasets provide only single, holistic annotations, resulting in severe label…

Adversarial-Based Knowledge Distillation for Multi-Model Ensemble and Noisy Data Refinement

2019-08-22 · Zhiqiang Shen, Zhankui He, Wanyun Cui, Jiahui Yu 외

Generic Image recognition is a fundamental and fairly important visual problem in computer vision. One of the major challenges of this task lies in the fact that single image usually has multiple objects inside while the…

Knowledge DistillationMissing Labels

Iterative Learning with Open-set Noisy Labels

2018-03-31 · CVPR 2018 6 · Yisen Wang, Weiyang Liu, Xingjun Ma, James Bailey 외

Large-scale datasets possessing clean label annotations are crucial for training Convolutional Neural Networks (CNNs). However, labeling large-scale data can be very costly and error-prone, and even high-quality datasets…

ExpertNet: Adversarial Learning and Recovery Against Noisy Labels

2020-07-10 · Amirmasoud Ghiassi, Robert Birke, Rui Han, Lydia Y. Chen

Today's available datasets in the wild, e.g., from social media and open platforms, present tremendous opportunities and challenges for deep learning, as there is a significant portion of tagged images, but often with no…

Robust classification

Collaborative Learning of Scattering and Deep Features for SAR Target Recognition with Noisy Labels

2025-08-11 · Yimin Fu, Zhunga Liu, Dongxiu Guo, Longfei Wang arxiv

The acquisition of high-quality labeled synthetic aperture radar (SAR) data is challenging due to the demanding requirement for expert knowledge. Consequently, the presence of unreliable noisy labels is unavoidable, whic…

Learning with noisy labels