paper-with-me

Papers

Learning Semi-supervised Gaussian Mixture Models for Generalized Category Discovery

2023-05-10 · ICCV 2023 1 · Bingchen Zhao, Xin Wen, Kai Han

In this paper, we address the problem of generalized category discovery (GCD), \ie, given a set of images where part of them are labelled and the rest are not, the task is to automatically cluster the images in the unlabelled data, leveraging the information from the labelled data, while the unlabelled data contain images from the labelled classes and also new ones. GCD is similar to semi-supervised learning (SSL) but is more realistic and challenging, as SSL assumes all the unlabelled images are from the same classes as the labelled ones. We also do not assume the class number in the unlabelled data is known a-priori, making the GCD problem even harder. To tackle the problem of GCD without knowing the class number, we propose an EM-like framework that alternates between representation learning and class number estimation. We propose a semi-supervised variant of the Gaussian Mixture Model (GMM) with a stochastic splitting and merging mechanism to dynamically determine the prototypes by examining the cluster compactness and separability. With these prototypes, we leverage prototypical contrastive learning for representation learning on the partially labelled data subject to the constraints imposed by the labelled data. Our framework alternates between these two steps until convergence. The cluster assignment for an unlabelled instance can then be retrieved by identifying its nearest prototype. We comprehensively evaluate our framework on both generic image classification datasets and challenging fine-grained object recognition datasets, achieving state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2305.06144

Code (1)

DTennant/GPC 공식 구현 pytorch

Tasks

Contrastive Learningimage-classificationImage ClassificationObject RecognitionRepresentation Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

PromptCCD: Learning Gaussian Mixture Prompt Pool for Continual Category Discovery

2024-07-26 · Fernando Julio Cendra, Bingchen Zhao, Kai Han

We tackle the problem of Continual Category Discovery (CCD), which aims to automatically discover novel categories in a continuous stream of unlabeled data while mitigating the challenge of catastrophic forgetting -- an …

Continual LearningRepresentation Learning

Asymptotic Bayes risk of semi-supervised multitask learning on Gaussian mixture

2023-03-03 · Minh-Toan Nguyen, Romain Couillet

The article considers semi-supervised multitask learning on a Gaussian mixture model (GMM). Using methods from statistical physics, we compute the asymptotic Bayes risk of each task in the regime of large datasets in hig…

Image denoising with generalized Gaussian mixture model patch priors

2018-02-05 · Charles-Alban Deledalle, Shibin Parameswaran, Truong Q. Nguyen

Patch priors have become an important component of image restoration. A powerful approach in this category of restoration algorithms is the popular Expected Patch Log-Likelihood (EPLL) algorithm. EPLL uses a Gaussian mix…

DenoisingImage DenoisingImage Restoration

SeGMA: Semi-Supervised Gaussian Mixture Auto-Encoder

2019-06-21 · Marek Śmieja, Maciej Wołczyk, Jacek Tabor, Bernhard C. Geiger

We propose a semi-supervised generative model, SeGMA, which learns a joint probability distribution of data and their classes and which is implemented in a typical Wasserstein auto-encoder framework. We choose a mixture …

Style Transfer

Asymptotic Bayes risk for Gaussian mixture in a semi-supervised setting

2019-07-08 · Marc Lelarge, Leo Miolane

Semi-supervised learning (SSL) uses unlabeled data for training and has been shown to greatly improve performance when compared to a supervised approach on the labeled data available. This claim depends both on the amoun…