paper-with-me

Papers

Unsupervised Visual Representation Learning via Mutual Information Regularized Assignment

2022-11-04 · Dong Hoon Lee, Sungik Choi, Hyunwoo Kim, Sae-Young Chung

This paper proposes Mutual Information Regularized Assignment (MIRA), a pseudo-labeling algorithm for unsupervised representation learning inspired by information maximization. We formulate online pseudo-labeling as an optimization problem to find pseudo-labels that maximize the mutual information between the label and data while being close to a given model probability. We derive a fixed-point iteration method and prove its convergence to the optimal solution. In contrast to baselines, MIRA combined with pseudo-label prediction enables a simple yet effective clustering-based representation learning without incorporating extra training techniques or artificial constraints such as sampling strategy, equipartition constraints, etc. With relatively small training epochs, representation learned by MIRA achieves state-of-the-art performance on various downstream tasks, including the linear/k-NN evaluation and transfer learning. Especially, with only 400 epochs, our method applied to ImageNet dataset with ResNet-50 architecture achieves 75.6% linear evaluation accuracy.

📄 PDF Abstract BibTeX arXiv:2211.02284

Code (1)

movinghoon/mira 공식 구현 pytorch

Tasks

Linear evaluationPseudo LabelRepresentation LearningTransfer Learning

Similar Papers 제목 키워드 기반

Hypothesis Disparity Regularized Mutual Information Maximization

2020-12-15 · Qicheng Lao, Xiang Jiang, Mohammad Havaei

We propose a hypothesis disparity regularized mutual information maximization~(HDMI) approach to tackle unsupervised hypothesis transfer -- as an effort towards unifying hypothesis transfer learning (HTL) and unsupervise…

Domain AdaptationTransfer LearningUnsupervised Domain Adaptation

Domain-Agnostic Mutual Prompting for Unsupervised Domain Adaptation

2024-03-05 · CVPR 2024 1 · Zhekai Du, Xinyao Li, Fengling Li, Ke Lu 외

Conventional Unsupervised Domain Adaptation (UDA) strives to minimize distribution discrepancy between domains, which neglects to harness rich semantics from data and struggles to handle complex domain shifts. A promisin…

Domain AdaptationTransfer LearningUnsupervised Domain Adaptation

Enhancing the Nonlinear Mutual Dependencies in Transformers with Mutual Information

2021-11-16 · ACL ARR September 2021 9 · Anonymous

The Predictive Uncertainty problem exists in Transformers. We present that pre-trained Transformers can be further regularized by mutual information to alleviate such issue in Neural Machine Translation (NMT). In this pa…

Contrastive LearningDecoderMachine TranslationNMT+1

Hybrid Mutual Information Lower-bound Estimators for Representation Learning

2021-03-04 · ICLR Workshop Neural_Compression 2021 5 · Abhishek Sinha, Jiaming Song, Stefano Ermon

Self-supervised representation learning methods based on the principle of maximizing mutual information have been successful in unsupervised learning of visual representations. These approaches are low-variance mutual in…

Representation Learning

Mutual Information Based Method for Unsupervised Disentanglement of Video Representation

2020-11-17 · P Aditya Sreekar, Ujjwal Tiwari, Anoop Namboodiri

Video Prediction is an interesting and challenging task of predicting future frames from a given set context frames that belong to a video sequence. Video prediction models have found prospective applications in Maneuver…

Autonomous NavigationDisentanglementSSIMVideo Prediction