paper-with-me

Papers

MaskCon: Masked Contrastive Learning for Coarse-Labelled Dataset

2023-03-22 · CVPR 2023 1 · Chen Feng, Ioannis Patras

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.

📄 PDF Abstract BibTeX arXiv:2303.12756

Code (1)

MrChenFeng/MaskCon_CVPR2023 공식 구현 pytorch

Tasks

Contrastive LearningLearning with coarse labels

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

MaskConvNet: Training Efficient ConvNets from Scratch via Budget-constrained Filter Pruning

2020-01-01 · ICLR 2020 1 · Raden Mu'az Mun'im, Jie Lin, Vijay Chandrasekhar, Koichi Shinoda

In this paper, we propose a framework, called MaskConvNet, for ConvNets filter pruning. MaskConvNet provides elegant support for training budget-aware pruned networks from scratch, by adding a simple mask module to a Con…

Network Pruning

MaskConver: Revisiting Pure Convolution Model for Panoptic Segmentation

2023-12-11 · Abdullah Rashwan, Jiageng Zhang, Ali Taalimi, Fan Yang 외

In recent years, transformer-based models have dominated panoptic segmentation, thanks to their strong modeling capabilities and their unified representation for both semantic and instance classes as global binary masks.…

DecodermodelPanoptic Segmentation

LLM-based Contrastive Self-Supervised AMR Learning with Masked Graph Autoencoders for Fake News Detection

2025-08-26 · Shubham Gupta, Shraban Kumar Chatterjee, Suman Kundu arxiv

The proliferation of misinformation in the digital age has led to significant societal challenges. Existing approaches often struggle with capturing long-range dependencies, complex semantic relations, and the social dyn…

Fake News Detection

Contrastive learning of T cell receptor representations

2024-06-10 · Yuta Nagano, Andrew Pyo, Martina Milighetti, James Henderson 외

Computational prediction of the interaction of T cell receptors (TCRs) and their ligands is a grand challenge in immunology. Despite advances in high-throughput assays, specificity-labelled TCR data remains sparse. In ot…

Contrastive LearningLanguage ModelingLanguage ModellingSpecificity+1

SEAL: Semantic-Aware Hierarchical Learning for Generalized Category Discovery

2025-10-21 · Zhenqi He, Yuanpei Liu, Kai Han arxiv

This paper investigates the problem of Generalized Category Discovery (GCD). Given a partially labelled dataset, GCD aims to categorize all unlabelled images, regardless of whether they belong to known or unknown classes…

Contrastive Learning