English

Localization with Sampling-Argmax

Computer Vision and Pattern Recognition 2021-10-19 v1 Machine Learning

Abstract

Soft-argmax operation is commonly adopted in detection-based methods to localize the target position in a differentiable manner. However, training the neural network with soft-argmax makes the shape of the probability map unconstrained. Consequently, the model lacks pixel-wise supervision through the map during training, leading to performance degradation. In this work, we propose sampling-argmax, a differentiable training method that imposes implicit constraints to the shape of the probability map by minimizing the expectation of the localization error. To approximate the expectation, we introduce a continuous formulation of the output distribution and develop a differentiable sampling process. The expectation can be approximated by calculating the average error of all samples drawn from the output distribution. We show that sampling-argmax can seamlessly replace the conventional soft-argmax operation on various localization tasks. Comprehensive experiments demonstrate the effectiveness and flexibility of the proposed method. Code is available at https://github.com/Jeff-sjtu/sampling-argmax

Keywords

Cite

@article{arxiv.2110.08825,
  title  = {Localization with Sampling-Argmax},
  author = {Jiefeng Li and Tong Chen and Ruiqi Shi and Yujing Lou and Yong-Lu Li and Cewu Lu},
  journal= {arXiv preprint arXiv:2110.08825},
  year   = {2021}
}

Comments

NeurIPS 2021

R2 v1 2026-06-24T06:57:19.298Z