paper-with-me

Papers

Self-Supervised Classification Network

2021-03-19 · Elad Amrani, Leonid Karlinsky, Alex Bronstein

We present Self-Classifier -- a novel self-supervised end-to-end classification learning approach. Self-Classifier learns labels and representations simultaneously in a single-stage end-to-end manner by optimizing for same-class prediction of two augmented views of the same sample. To guarantee non-degenerate solutions (i.e., solutions where all labels are assigned to the same class) we propose a mathematically motivated variant of the cross-entropy loss that has a uniform prior asserted on the predicted labels. In our theoretical analysis, we prove that degenerate solutions are not in the set of optimal solutions of our approach. Self-Classifier is simple to implement and scalable. Unlike other popular unsupervised classification and contrastive representation learning approaches, it does not require any form of pre-training, expectation-maximization, pseudo-labeling, external clustering, a second network, stop-gradient operation, or negative pairs. Despite its simplicity, our approach sets a new state of the art for unsupervised classification of ImageNet; and even achieves comparable to state-of-the-art results for unsupervised representation learning. Code is available at https://github.com/elad-amrani/self-classifier.

📄 PDF Abstract BibTeX arXiv:2103.10994

Code (2)

elad-amrani/self-classifier 공식 구현 pytorch
abhsri/Reimplementation-of-Self-supervised-Classifier tf

Tasks

ClassificationClusteringContrastive LearningGeneral ClassificationRepresentation LearningSelf-Supervised Image ClassificationUnsupervised Image Classification

Similar Papers 제목 키워드 기반

Big Self-Supervised Models Advance Medical Image Classification

2021-01-13 · ICCV 2021 10 · Shekoofeh Azizi, Basil Mustafa, Fiona Ryan, Zachary Beaver 외

Self-supervised pretraining followed by supervised fine-tuning has seen success in image recognition, especially when labeled examples are scarce, but has received limited attention in medical image analysis. This paper …

ClassificationContrastive LearningGeneral Classificationimage-classification+5

Label Ranker: Self-Aware Preference for Classification Label Position in Visual Masked Self-Supervised Pre-Trained Model

2025-03-03 · Preprints.org 2025 3 · Peihao Xiang, Kaida Wu, Ou Bai

This paper investigates the impact of randomly initialized unique encoding of classification label position on the visual masked self-supervised pre-trained model when fine-tuning downstream classification tasks. Our fin…

ClassificationDimensionality ReductionHuman Activity RecognitionImage Classification+3

Improving Medical Image Classification in Noisy Labels Using Only Self-supervised Pretraining

2023-08-08 · Bidur Khanal, Binod Bhattarai, Bishesh Khanal, Cristian A. Linte

Noisy labels hurt deep learning-based supervised image classification performance as the models may overfit the noise and learn corrupted feature extractors. For natural image classification training with noisy labeled d…

Classificationimage-classificationImage ClassificationLearning with noisy labels+2

Gated Self-supervised Learning For Improving Supervised Learning

2023-01-14 · Erland Hilman Fuadi, Aristo Renaldo Ruslim, Putu Wahyu Kusuma Wardhana, Novanto Yudistira

In past research on self-supervised learning for image classification, the use of rotation as an augmentation has been common. However, relying solely on rotation as a self-supervised transformation can limit the ability…

Classificationimage-classificationImage ClassificationSelf-Supervised Learning

Do we still need ImageNet pre-training in remote sensing scene classification?

2021-11-05 · Vladimir Risojević, Vladan Stojnić

Due to the scarcity of labeled data, using supervised models pre-trained on ImageNet is a de facto standard in remote sensing scene classification. Recently, the availability of larger high resolution remote sensing (HRR…

ClassificationMulti-Label ClassificationScene ClassificationSelf-Supervised Learning