Localization with Sampling-Argmax
Jiefeng Li, Tong Chen, Ruiqi Shi, Yujing Lou, Yong-Lu Li, Cewu Lu

TL;DR
Sampling-argmax is a novel differentiable training method for localization tasks that constrains the probability map shape, improving performance over soft-argmax by minimizing localization error through a sampling-based approach.
Contribution
The paper introduces sampling-argmax, a new differentiable training technique that enforces shape constraints on probability maps via sampling, enhancing localization accuracy.
Findings
Sampling-argmax outperforms soft-argmax in various localization tasks.
The method effectively constrains probability map shapes during training.
Experiments validate the flexibility and effectiveness of sampling-argmax.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsRobotics and Sensor-Based Localization · Domain Adaptation and Few-Shot Learning · Advanced Neural Network Applications
