Jonathan Huang, Carlos Guestrin, and Leonidas Guibas. Efficient Inference for Distributions on Permutations. In Advances in Neural Information Processing Systems (NIPS), 2007. Full version submitted to to the Journal of Machine Learning Research can be found here.

Abstract:

Permutations are ubiquitous in many real world problems, such as voting, rankings and data association. Representing uncertainty over permutations is challenging, since there are n! possibilities, and typical compact representations such as graphical models cannot efficiently capture the mutual exclusivity constraints associated with permutations. In this paper, we use the 'low-frequency' terms of a Fourier decomposition to represent such distributions compactly. We present Kronecker conditioning, a general and efficient approach for maintaining these distributions directly in the Fourier domain. Low order Fourier-based approximations can lead to functions that do not correspond to valid distributions. To address this problem, we present an efficient quadratic program defined directly in the Fourier domain to project the approximation onto the marginal polytope. We demonstrate the effectiveness of our approach on a real camera-based multi-people tracking setting.

Bibtex:

@inproceedings{hgg-eidp-07,
title = {Efficient Inference for Distributions on Permutations},
author = {Jonathan Huang and Carlos Guestrin and Leonidas Guibas},
booktitle = {In Advances in Neural Information Processing Systems (NIPS)},
year = 2007,
month = {December}
}