paper-with-me

Papers

Analyzing the Benefits of Prototypes for Semi-Supervised Category Learning

2024-06-04 · Liyi Zhang, Logan Nelson, Thomas L. Griffiths

Categories can be represented at different levels of abstraction, from prototypes focused on the most typical members to remembering all observed exemplars of the category. These representations have been explored in the context of supervised learning, where stimuli are presented with known category labels. We examine the benefits of prototype-based representations in a less-studied domain: semi-supervised learning, where agents must form unsupervised representations of stimuli before receiving category labels. We study this problem in a Bayesian unsupervised learning model called a variational auto-encoder, and we draw on recent advances in machine learning to implement a prior that encourages the model to use abstract prototypes to represent data. We apply this approach to image datasets and show that forming prototypes can improve semi-supervised category learning. Additionally, we study the latent embeddings of the models and show that these prototypes allow the models to form clustered representations without supervision, contributing to their success in downstream categorization performance.

📄 PDF Abstract BibTeX arXiv:2406.02268

Code (1)

zhang-liyi/vampprior-prototype 공식 구현 pytorch

Similar 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 unlab…

Contrastive Learningimage-classificationImage ClassificationObject Recognition+1

Dual Progressive Prototype Network for Generalized Zero-Shot Learning

2021-11-03 · NeurIPS 2021 12 · Chaoqun Wang, Shaobo Min, Xuejin Chen, Xiaoyan Sun 외

Generalized Zero-Shot Learning (GZSL) aims to recognize new categories with auxiliary semantic information,e.g., category attributes. In this paper, we handle the critical issue of domain shift problem, i.e., confusion b…

AttributeGeneralized Zero-Shot LearningZero-Shot Learning

Boundary-Refined Prototype Generation: A General End-to-End Paradigm for Semi-Supervised Semantic Segmentation

2023-07-19 · Junhao Dong, Zhu Meng, Delong Liu, Jiaxuan Liu 외

Semi-supervised semantic segmentation has attracted increasing attention in computer vision, aiming to leverage unlabeled data through latent supervision. To achieve this goal, prototype-based classification has been int…

ClusteringOnline ClusteringSemantic SegmentationSemi-Supervised Semantic Segmentation

Manifold Graph with Learned Prototypes for Semi-Supervised Image Classification

2019-06-12 · Chia-Wen Kuo, Chih-Yao Ma, Jia-Bin Huang, Zsolt Kira

Recent advances in semi-supervised learning methods rely on estimating the categories of unlabeled data using a model trained on the labeled data (pseudo-labeling) and using the unlabeled data for various consistency-bas…

ClassificationGeneral Classificationimage-classificationImage Classification+1

Exploring One-shot Semi-supervised Federated Learning with A Pre-trained Diffusion Model

2023-05-06 · Mingzhao Yang, Shangchao Su, Bin Li, xiangyang xue

Recently, semi-supervised federated learning (semi-FL) has been proposed to handle the commonly seen real-world scenarios with labeled data on the server and unlabeled data on the clients. However, existing methods face …

DiversityFederated LearningPrivacy Preserving