paper-with-me

Papers

Universum-inspired Supervised Contrastive Learning

2022-04-22 · Aiyang Han, Chuanxing Geng, Songcan Chen

As an effective data augmentation method, Mixup synthesizes an extra amount of samples through linear interpolations. Despite its theoretical dependency on data properties, Mixup reportedly performs well as a regularizer and calibrator contributing reliable robustness and generalization to deep model training. In this paper, inspired by Universum Learning which uses out-of-class samples to assist the target tasks, we investigate Mixup from a largely under-explored perspective - the potential to generate in-domain samples that belong to none of the target classes, that is, universum. We find that in the framework of supervised contrastive learning, Mixup-induced universum can serve as surprisingly high-quality hard negatives, greatly relieving the need for large batch sizes in contrastive learning. With these findings, we propose Universum-inspired supervised Contrastive learning (UniCon), which incorporates Mixup strategy to generate Mixup-induced universum as universum negatives and pushes them apart from anchor samples of the target classes. We extend our method to the unsupervised setting, proposing Unsupervised Universum-inspired contrastive model (Un-Uni). Our approach not only improves Mixup with hard labels, but also innovates a novel measure to generate universum data. With a linear classifier on the learned representations, UniCon shows state-of-the-art performance on various datasets. Specially, UniCon achieves 81.7% top-1 accuracy on CIFAR-100, surpassing the state of art by a significant margin of 5.2% with a much smaller batch size, typically, 256 in UniCon vs. 1024 in SupCon using ResNet-50. Un-Uni also outperforms SOTA methods on CIFAR-100. The code of this paper is released on https://github.com/hannaiiyanggit/UniCon.

📄 PDF Abstract BibTeX arXiv:2204.10695

Code (1)

hannaiiyanggit/unicon 공식 구현 pytorch

Tasks

Contrastive LearningData Augmentation

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Class-Aware Universum Inspired Re-Balance Learning for Long-Tailed Recognition

2022-07-26 · Enhao Zhang, Chuanxing Geng, Songcan Chen

Data augmentation for minority classes is an effective strategy for long-tailed recognition, thus developing a large number of methods. Although these methods all ensure the balance in sample quantity, the quality of the…

Data AugmentationDiversity

Universum Prescription: Regularization using Unlabeled Data

2015-11-11 · Xiang Zhang, Yann Lecun

This paper shows that simply prescribing "none of the above" labels to unlabeled data has a beneficial regularization effect to supervised learning. We call it universum prescription by the fact that the prescribed label…

Image Classification

Universum GANs: Improving GANs through contradictions

2021-06-18 · Sauptik Dhar, Javad Heydari, Samarth Tripathi, Unmesh Kurup 외

Limited availability of labeled-data makes any supervised learning problem challenging. Alternative learning settings like semi-supervised and universum learning alleviate the dependency on labeled data, but still requir…

Synthetic Data Generation

Universum Learning for SVM Regression

2016-05-27 · Sauptik Dhar, Vladimir Cherkassky

This paper extends the idea of Universum learning [18, 19] to regression problems. We propose new Universum-SVM formulation for regression problems that incorporates a priori knowledge in the form of additional data samp…

regression

Universum Learning for Multiclass SVM

2016-09-29 · Sauptik Dhar, Naveen Ramakrishnan, Vladimir Cherkassky, Mohak Shah

We introduce Universum learning for multiclass problems and propose a novel formulation for multiclass universum SVM (MU-SVM). We also propose a span bound for MU-SVM that can be used for model selection thereby avoiding…

Model Selection