CVMar 22, 2023

MaskCon: Masked Contrastive Learning for Coarse-Labelled Dataset

arXiv:2303.12756v129 citationsh-index: 51Has Code
Originality Highly original
AI Analysis

This work addresses the challenge of costly fine-grained annotation in specialized domains by leveraging easier-to-acquire coarse labels, offering a novel solution for machine learning applications in resource-constrained settings.

The paper tackles the problem of learning from coarse-labeled datasets to address finer labeling tasks, proposing MaskCon, a masked contrastive learning method that uses soft labels based on sample distances masked by coarse labels, achieving significant improvements over state-of-the-art methods on datasets like CIFAR10, CIFAR100, and ImageNet-1K.

Deep learning has achieved great success in recent years with the aid of advanced neural network structures and large-scale human-annotated datasets. However, it is often costly and difficult to accurately and efficiently annotate large-scale datasets, especially for some specialized domains where fine-grained labels are required. In this setting, coarse labels are much easier to acquire as they do not require expert knowledge. In this work, we propose a contrastive learning method, called $\textbf{Mask}$ed $\textbf{Con}$trastive learning~($\textbf{MaskCon}$) to address the under-explored problem setting, where we learn with a coarse-labelled dataset in order to address a finer labelling problem. More specifically, within the contrastive learning framework, for each sample our method generates soft-labels with the aid of coarse labels against other samples and another augmented view of the sample in question. By contrast to self-supervised contrastive learning where only the sample's augmentations are considered hard positives, and in supervised contrastive learning where only samples with the same coarse labels are considered hard positives, we propose soft labels based on sample distances, that are masked by the coarse labels. This allows us to utilize both inter-sample relations and coarse labels. We demonstrate that our method can obtain as special cases many existing state-of-the-art works and that it provides tighter bounds on the generalization error. Experimentally, our method achieves significant improvement over the current state-of-the-art in various datasets, including CIFAR10, CIFAR100, ImageNet-1K, Standford Online Products and Stanford Cars196 datasets. Code and annotations are available at https://github.com/MrChenFeng/MaskCon_CVPR2023.

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