arXiv Analytics

Sign in

arXiv:2307.02402 [cs.CV]AbstractReferencesReviewsResources

Unbalanced Optimal Transport: A Unified Framework for Object Detection

Henri De Plaen, Pierre-François De Plaen, Johan A. K. Suykens, Marc Proesmans, Tinne Tuytelaars, Luc Van Gool

Published 2023-07-05Version 1

During training, supervised object detection tries to correctly match the predicted bounding boxes and associated classification scores to the ground truth. This is essential to determine which predictions are to be pushed towards which solutions, or to be discarded. Popular matching strategies include matching to the closest ground truth box (mostly used in combination with anchors), or matching via the Hungarian algorithm (mostly used in anchor-free methods). Each of these strategies comes with its own properties, underlying losses, and heuristics. We show how Unbalanced Optimal Transport unifies these different approaches and opens a whole continuum of methods in between. This allows for a finer selection of the desired properties. Experimentally, we show that training an object detection model with Unbalanced Optimal Transport is able to reach the state-of-the-art both in terms of Average Precision and Average Recall as well as to provide a faster initial convergence. The approach is well suited for GPU implementation, which proves to be an advantage for large-scale models.

Comments: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR 2023)
Categories: cs.CV, cs.LG
Related articles: Most relevant | Search more
arXiv:2007.13870 [cs.CV] (Published 2020-07-27)
A Unified Framework of Surrogate Loss by Refactoring and Interpolation
arXiv:1604.04573 [cs.CV] (Published 2016-04-15)
CNN-RNN: A Unified Framework for Multi-label Image Classification
arXiv:2212.12952 [cs.CV] (Published 2022-12-25)
Neural Shape Compiler: A Unified Framework for Transforming between Text, Point Cloud, and Program