CVMar 1, 2020

Joint Wasserstein Distribution Matching

arXiv:2003.00389v1
AI Analysis

This addresses a difficult problem in machine learning and computer vision for applications like image translation and video synthesis, with incremental improvements over existing methods.

The paper tackles the joint distribution matching problem by minimizing Wasserstein distance between joint distributions, proposing a theorem to simplify optimization and a method called JWDM. It demonstrates superior performance in unsupervised image translation and cross-domain video synthesis through qualitative and quantitative comparisons.

Joint distribution matching (JDM) problem, which aims to learn bidirectional mappings to match joint distributions of two domains, occurs in many machine learning and computer vision applications. This problem, however, is very difficult due to two critical challenges: (i) it is often difficult to exploit sufficient information from the joint distribution to conduct the matching; (ii) this problem is hard to formulate and optimize. In this paper, relying on optimal transport theory, we propose to address JDM problem by minimizing the Wasserstein distance of the joint distributions in two domains. However, the resultant optimization problem is still intractable. We then propose an important theorem to reduce the intractable problem into a simple optimization problem, and develop a novel method (called Joint Wasserstein Distribution Matching (JWDM)) to solve it. In the experiments, we apply our method to unsupervised image translation and cross-domain video synthesis. Both qualitative and quantitative comparisons demonstrate the superior performance of our method over several state-of-the-arts.

Foundations

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

Your Notes