paper-with-me

Papers

Scaling Up Semi-supervised Learning with Unconstrained Unlabelled Data

2023-06-02 · Shuvendu Roy, Ali Etemad

We propose UnMixMatch, a semi-supervised learning framework which can learn effective representations from unconstrained unlabelled data in order to scale up performance. Most existing semi-supervised methods rely on the assumption that labelled and unlabelled samples are drawn from the same distribution, which limits the potential for improvement through the use of free-living unlabeled data. Consequently, the generalizability and scalability of semi-supervised learning are often hindered by this assumption. Our method aims to overcome these constraints and effectively utilize unconstrained unlabelled data in semi-supervised learning. UnMixMatch consists of three main components: a supervised learner with hard augmentations that provides strong regularization, a contrastive consistency regularizer to learn underlying representations from the unlabelled data, and a self-supervised loss to enhance the representations that are learnt from the unlabelled data. We perform extensive experiments on 4 commonly used datasets and demonstrate superior performance over existing semi-supervised methods with a performance boost of 4.79%. Extensive ablation and sensitivity studies show the effectiveness and impact of each of the proposed components of our method.

📄 PDF Abstract BibTeX arXiv:2306.01222

Code (1)

shuvenduroy/unmixmatch 공식 구현 pytorch

Tasks

Image ClassificationNetwork PruningSemi-Supervised Image Classification

Similar Papers 제목 키워드 기반

Exploring the Boundaries of Semi-Supervised Facial Expression Recognition using In-Distribution, Out-of-Distribution, and Unconstrained Data

2023-06-02 · Shuvendu Roy, Ali Etemad

Deep learning-based methods have been the key driving force behind much of the recent success of facial expression recognition (FER) systems. However, the need for large amounts of labelled data remains a challenge. Semi…

Facial Expression RecognitionFacial Expression Recognition (FER)Pseudo Label

More unlabelled data or label more data? A study on semi-supervised laparoscopic image segmentation

2019-08-20 · Yunguan Fu, Maria R. Robu, Bongjin Koo, Crispin Schneider 외

Improving a semi-supervised image segmentation task has the option of adding more unlabelled images, labelling the unlabelled images or combining both, as neither image acquisition nor expert labelling can be considered …

Image SegmentationSegmentationSemantic Segmentation

Generalized Category Discovery

2022-01-07 · CVPR 2022 1 · Sagar Vaze, Kai Han, Andrea Vedaldi, Andrew Zisserman

In this paper, we consider a highly general image recognition setting wherein, given a labelled and unlabelled set of images, the task is to categorize all images in the unlabelled set. Here, the unlabelled images may co…

Fine-Grained Visual RecognitionOpen-World Semi-Supervised LearningRepresentation Learning

Improving 3D Semi-supervised Learning by Effectively Utilizing All Unlabelled Data

2024-09-21 · European Conference on Computer Vision (ECCV), 2024 2024 11 · Sneha Paul, Zachary Patterson, Nizar Bouguila

Semi-supervised learning (SSL) has shown its effectiveness in learning effective 3D representation from a small amount of labelled data while utilizing large unlabelled data. Traditional semi-supervised approaches rely o…

3D Classification3D Object Recognition

A Survey on Semi-Supervised Learning for Delayed Partially Labelled Data Streams

2021-06-16 · Heitor Murilo Gomes, Maciej Grzenda, Rodrigo Mello, Jesse Read 외

Unlabelled data appear in many domains and are particularly relevant to streaming applications, where even though data is abundant, labelled data is rare. To address the learning problems associated with such data, one c…

Active LearningBenchmarking