How to Train Your Energy-Based Model for Regression

4 May 2020  ·  Fredrik K. Gustafsson, Martin Danelljan, Radu Timofte, Thomas B. Schön ·

Energy-based models (EBMs) have become increasingly popular within computer vision in recent years. While they are commonly employed for generative image modeling, recent work has applied EBMs also for regression tasks, achieving state-of-the-art performance on object detection and visual tracking. Training EBMs is however known to be challenging. While a variety of different techniques have been explored for generative modeling, the application of EBMs to regression is not a well-studied problem. How EBMs should be trained for best possible regression performance is thus currently unclear. We therefore accept the task of providing the first detailed study of this problem. To that end, we propose a simple yet highly effective extension of noise contrastive estimation, and carefully compare its performance to six popular methods from literature on the tasks of 1D regression and object detection. The results of this comparison suggest that our training method should be considered the go-to approach. We also apply our method to the visual tracking task, achieving state-of-the-art performance on five datasets. Notably, our tracker achieves 63.7% AUC on LaSOT and 78.7% Success on TrackingNet. Code is available at https://github.com/fregu856/ebms_regression.

PDF Abstract

Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Visual Object Tracking LaSOT DiMP-NCE+ AUC 63.7 # 26
Visual Object Tracking NeedForSpeed DiMP-NCE+ AUC 0.65 # 4
Visual Object Tracking OTB-100 DiMP-NCE+ AUC 0.707 # 1
Visual Object Tracking TrackingNet DiMP-NCE+ Precision 73.7 # 18
Normalized Precision 83.7 # 20
Success Rate 0.787 # 2
AUC 0.787 # 2
Visual Object Tracking UAV123 DiMP-NCE+ AUC 0.672 # 10

Methods


No methods listed for this paper. Add relevant methods here