English

2D Gaussians Spatial Transport for Point-supervised Density Regression

Computer Vision and Pattern Recognition 2025-11-25 v2

Abstract

This paper introduces Gaussian Spatial Transport (GST), a novel framework that leverages Gaussian splatting to facilitate transport from the probability measure in the image coordinate space to the annotation map. We propose a Gaussian splatting-based method to estimate pixel-annotation correspondence, which is then used to compute a transport plan derived from Bayesian probability. To integrate the resulting transport plan into standard network optimization in typical computer vision tasks, we derive a loss function that measures discrepancy after transport. Extensive experiments on representative computer vision tasks, including crowd counting and landmark detection, validate the effectiveness of our approach. Compared to conventional optimal transport schemes, GST eliminates iterative transport plan computation during training, significantly improving efficiency. Code is available at https://github.com/infinite0522/GST.

Keywords

Cite

@article{arxiv.2511.14477,
  title  = {2D Gaussians Spatial Transport for Point-supervised Density Regression},
  author = {Miao Shang and Xiaopeng Hong},
  journal= {arXiv preprint arXiv:2511.14477},
  year   = {2025}
}

Comments

15 pages, 6 figures. This is the preprint version of the paper and supplemental material to appear in AAAI, 2026. Please cite the final published version. Code is available at https://github.com/infinite0522/GST

R2 v1 2026-07-01T07:43:11.386Z