GPS: A Probabilistic Distributional Similarity with Gumbel Priors for Set-to-Set Matching

Abstract

Set-to-set matching aims to identify correspondences between two sets of unordered items by minimizing a distance metric or maximizing a similarity measure. Traditional metrics, such as Chamfer Distance (CD) and Earth Mover’s Distance (EMD), are widely used for this purpose but often suffer from limitations like suboptimal performance in terms of accuracy and robustness, or high computational costs - or both. In this paper, we propose a novel, simple yet effective set-to-set matching similarity measure, GPS, based on Gumbel prior distributions. These distributions are typically used to model the extrema of samples drawn from various distributions. Our approach is motivated by the observation that the distributions of minimum distances from CD, as encountered in real world applications such as point cloud completion, can be accurately modeled using Gumbel distributions. We validate our method on tasks like few-shot image classification and 3D point cloud completion, demonstrating significant improvements over state of-the-art loss functions across several benchmark datasets. Our demo code is publicly available at https://github.com/Zhang-VISLab/ICLR2025-GPS

Cite

Text

Zhang et al. "GPS: A Probabilistic Distributional Similarity with Gumbel Priors for Set-to-Set Matching." International Conference on Learning Representations, 2025.

Markdown

[Zhang et al. "GPS: A Probabilistic Distributional Similarity with Gumbel Priors for Set-to-Set Matching." International Conference on Learning Representations, 2025.](https://mlanthology.org/iclr/2025/zhang2025iclr-gps/)

BibTeX

@inproceedings{zhang2025iclr-gps,
  title     = {{GPS: A Probabilistic Distributional Similarity with Gumbel Priors for Set-to-Set Matching}},
  author    = {Zhang, Ziming and Lin, Fangzhou and Liu, Haotian and Morales, Jose and Zhang, Haichong and Yamada, Kazunori and Kolachalama, Vijaya B and Saligrama, Venkatesh},
  booktitle = {International Conference on Learning Representations},
  year      = {2025},
  url       = {https://mlanthology.org/iclr/2025/zhang2025iclr-gps/}
}