LGOct 1, 2021

Label Propagation Through Optimal Transport

arXiv:2110.01446v16 citations
Originality Highly original
AI Analysis

This addresses label prediction in semi-supervised learning, offering an incremental improvement with a novel method for a known bottleneck.

The paper tackles transductive semi-supervised learning by proposing Optimal Transport Propagation (OTP), which uses optimal transport to propagate labels through a bipartite graph, resulting in superior performance over state-of-the-art methods in experiments.

In this paper, we tackle the transductive semi-supervised learning problem that aims to obtain label predictions for the given unlabeled data points according to Vapnik's principle. Our proposed approach is based on optimal transport, a mathematical theory that has been successfully used to address various machine learning problems, and is starting to attract renewed interest in semi-supervised learning community. The proposed approach, Optimal Transport Propagation (OTP), performs in an incremental process, label propagation through the edges of a complete bipartite edge-weighted graph, whose affinity matrix is constructed from the optimal transport plan between empirical measures defined on labeled and unlabeled data. OTP ensures a high degree of predictions certitude by controlling the propagation process using a certainty score based on Shannon's entropy. We also provide a convergence analysis of our algorithm. Experiments task show the superiority of the proposed approach over the state-of-the-art. We make our code publicly available.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes