paper-with-me

Papers

Offline Clustering Approach to Self-supervised Learning for Class-imbalanced Image Data

2022-12-22 · Hye-min Chang, Sungkyun Chang

Class-imbalanced datasets are known to cause the problem of model being biased towards the majority classes. In this project, we set up two research questions: 1) when is the class-imbalance problem more prevalent in self-supervised pre-training? and 2) can offline clustering of feature representations help pre-training on class-imbalanced data? Our experiments investigate the former question by adjusting the degree of {\it class-imbalance} when training the baseline models, namely SimCLR and SimSiam on CIFAR-10 database. To answer the latter question, we train each expert model on each subset of the feature clusters. We then distill the knowledge of expert models into a single model, so that we will be able to compare the performance of this model to our baselines.

📄 PDF Abstract BibTeX arXiv:2212.11444

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Bitcoin Customer Service Number +1-833-534-1729 설명 없음
Average Pooling 설명 없음
Batch Normalization 설명 없음
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Kaiming Initialization 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

S3PT: Scene Semantics and Structure Guided Clustering to Boost Self-Supervised Pre-Training for Autonomous Driving

2024-10-30 · Maciej K. Wozniak, Hariprasath Govindarajan, Marvin Klingner, Camille Maurice 외

Recent self-supervised clustering-based pre-training techniques like DINO and Cribo have shown impressive results for downstream detection and segmentation tasks. However, real-world applications such as autonomous drivi…

3D Object DetectionAutonomous DrivingClusteringDiversity+4

Improving ClusterGAN Using Self-Augmented Information Maximization of Disentangling Latent Spaces

2021-07-27 · Tanmoy Dam, Sreenatha G. Anavatti, Hussein A. Abbass

Since their introduction in the last few years, conditional generative models have seen remarkable achievements. However, they often need the use of large amounts of labelled information. By using unsupervised conditiona…

Clustering

The Hidden Uniform Cluster Prior in Self-Supervised Learning

2022-10-13 · Mahmoud Assran, Randall Balestriero, Quentin Duval, Florian Bordes 외

A successful paradigm in representation learning is to perform self-supervised pretraining using tasks based on mini-batch statistics (e.g., SimCLR, VICReg, SwAV, MSN). We show that in the formulation of all these method…

ClusteringRepresentation LearningSelf-Supervised Learning

DECAR: Deep Clustering for learning general-purpose Audio Representations

2021-10-17 · Sreyan Ghosh, Sandesh V Katta, Ashish Seth, S. Umesh

We introduce DECAR, a self-supervised pre-training approach for learning general-purpose audio representations. Our system is based on clustering: it utilizes an offline clustering step to provide target labels that act …

ClusteringDeep ClusteringSelf-Supervised LearningTransfer Learning

Scalable Exemplar-based Subspace Clustering on Class-Imbalanced Data

2018-09-01 · ECCV 2018 9 · Chong You, Chi Li, Daniel P. Robinson, Rene Vidal

Subspace clustering methods based on expressing each data point as a linear combination of a few other data points (e.g., sparse subspace clustering) have become a popular tool for unsupervised learning due to their empi…

Clusteringimage-classificationImage Classification