Webly Supervised Image Classification with Self-Contained Confidence
Jingkang Yang, Litong Feng, Weirong Chen, Xiaopeng Yan, Huabin Zheng,, Ping Luo, Wayne Zhang

TL;DR
This paper introduces Self-Contained Confidence (SCC), a confidence-based method to improve webly supervised image classification by adaptively balancing pseudo labels and web labels, achieving state-of-the-art results.
Contribution
The paper proposes SCC, a novel confidence measure for WSL, and develops SCC-friendly regularization, notably graph-enhanced mixup, to enhance classification performance.
Findings
Achieved state-of-the-art results on WebVision-1000 and Food101-N datasets.
Demonstrated effectiveness of SCC in balancing pseudo and web labels.
Validated the proposed regularization methods improve model confidence.
Abstract
This paper focuses on webly supervised learning (WSL), where datasets are built by crawling samples from the Internet and directly using search queries as web labels. Although WSL benefits from fast and low-cost data collection, noises in web labels hinder better performance of the image classification model. To alleviate this problem, in recent works, self-label supervised loss is utilized together with webly supervised loss . relies on pseudo labels predicted by the model itself. Since the correctness of the web label or pseudo label is usually on a case-by-case basis for each web sample, it is desirable to adjust the balance between and on sample level. Inspired by the ability of Deep Neural Networks (DNNs) in confidence prediction, we introduce Self-Contained Confidence (SCC) by adapting model uncertainty…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Domain Adaptation and Few-Shot Learning · Machine Learning and Algorithms
MethodsMixup
