Kernelized Wasserstein Natural Gradient

Abstract

Many machine learning problems can be expressed as the optimization of some cost functional over a parametric family of probability distributions. It is often beneficial to solve such optimization problems using natural gradient methods. These methods are invariant to the parametrization of the family, and thus can yield more effective optimization. Unfortunately, computing the natural gradient is challenging as it requires inverting a high dimensional matrix at each iteration. We propose a general framework to approximate the natural gradient for the Wasserstein metric, by leveraging a dual formulation of the metric restricted to a Reproducing Kernel Hilbert Space. Our approach leads to an estimator for gradient direction that can trade-off accuracy and computational cost, with theoretical guarantees. We verify its accuracy on simple examples, and show the advantage of using such an estimator in classification tasks on \texttt{Cifar10} and \texttt{Cifar100} empirically.

Cite

Text

Arbel et al. "Kernelized Wasserstein Natural Gradient." International Conference on Learning Representations, 2020.

Markdown

[Arbel et al. "Kernelized Wasserstein Natural Gradient." International Conference on Learning Representations, 2020.](https://mlanthology.org/iclr/2020/arbel2020iclr-kernelized/)

BibTeX

@inproceedings{arbel2020iclr-kernelized,
  title     = {{Kernelized Wasserstein Natural Gradient}},
  author    = {Arbel, Michael and Gretton, Arthur and Li, Wuchen and Montufar, Guido},
  booktitle = {International Conference on Learning Representations},
  year      = {2020},
  url       = {https://mlanthology.org/iclr/2020/arbel2020iclr-kernelized/}
}