paper-with-me

홈 › Papers

LSMI-Sinkhorn: Semi-supervised Mutual Information Estimation with Optimal Transport

2019-09-05 · Yanbin Liu, Makoto Yamada, Yao-Hung Hubert Tsai, Tam Le, Ruslan Salakhutdinov, Yi Yang

Estimating mutual information is an important statistics and machine learning problem. To estimate the mutual information from data, a common practice is preparing a set of paired samples $\{(\mathbf{x}_i,\mathbf{y}_i)\}_{i=1}^n \stackrel{\mathrm{i.i.d.}}{\sim} p(\mathbf{x},\mathbf{y})$. However, in many situations, it is difficult to obtain a large number of data pairs. To address this problem, we propose the semi-supervised Squared-loss Mutual Information (SMI) estimation method using a small number of paired samples and the available unpaired ones. We first represent SMI through the density ratio function, where the expectation is approximated by the samples from marginals and its assignment parameters. The objective is formulated using the optimal transport problem and quadratic programming. Then, we introduce the Least-Squares Mutual Information with Sinkhorn (LSMI-Sinkhorn) algorithm for efficient optimization. Through experiments, we first demonstrate that the proposed method can estimate the SMI without a large number of paired samples. Then, we show the effectiveness of the proposed LSMI-Sinkhorn algorithm on various types of machine learning problems such as image matching and photo album summarization. Code can be found at https://github.com/csyanbin/LSMI-Sinkhorn.

📄 PDF Abstract BibTeX arXiv:1909.02373

Code (1)

csyanbin/LSMI-Sinkhorn 공식 구현 pytorch

Tasks

BIG-bench Machine LearningMutual Information Estimation

Similar Papers 제목 키워드 기반

Representation Learning with Information Theory for COVID-19 Detection

2022-07-04 · Abel Díaz Berenguer, Tanmoy Mukherjee, Matias Bossa, Nikos Deligiannis 외

Successful data representation is a fundamental factor in machine learning based medical imaging analysis. Deep Learning (DL) has taken an essential role in robust representation learning. However, the inability of deep …

Density EstimationMutual Information EstimationRepresentation Learning

Sinkhorn Label Allocation: Semi-Supervised Classification via Annealed Self-Training

2021-02-17 · Kai Sheng Tai, Peter Bailis, Gregory Valiant

Self-training is a standard approach to semi-supervised learning where the learner's own predictions on unlabeled data are used as supervision during training. In this paper, we reinterpret this label assignment process …

ClassificationGeneral ClassificationStochastic Optimization

MUSCLE: Strengthening Semi-Supervised Learning Via Concurrent Unsupervised Learning Using Mutual Information Maximization

2020-11-30 · Hanchen Xie, Mohamed E. Hussein, Aram Galstyan, Wael Abd-Almageed

Deep neural networks are powerful, massively parameterized machine learning models that have been shown to perform well in supervised learning tasks. However, very large amounts of labeled data are usually needed to trai…

PLATINUM: Semi-Supervised Model Agnostic Meta-Learning using Submodular Mutual Information

2022-01-30 · Changbin Li, Suraj Kothawade, Feng Chen, Rishabh Iyer

Few-shot classification (FSC) requires training models using a few (typically one to five) data points per class. Meta learning has proven to be able to learn a parametrized model for FSC by training on various other cla…

Meta-Learning

Confident Sinkhorn Allocation for Pseudo-Labeling

2022-06-13 · Vu Nguyen, Hisham Husain, Sachin Farfade, Anton Van Den Hengel

Semi-supervised learning is a critical tool in reducing machine learning's dependence on labeled data. It has been successfully applied to structured data, such as images and natural language, by exploiting the inherent …

Data AugmentationPseudo Label