Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

How to Train Your Energy-Based Model for Regression

About

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.

Fredrik K. Gustafsson, Martin Danelljan, Radu Timofte, Thomas B. Sch\"on• 2020

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO v2017 (test-dev)
mAP39.7
499
Visual Object TrackingTrackingNet (test)
Normalized Precision (Pnorm)83.7
460
Visual Object TrackingLaSOT (test)
AUC63.7
444
Visual Object TrackingOTB-100
AUC70.7
136
Visual TrackingUAV123
AUC67.2
41
Single Object TrackingNFS 30 FPS
AUC65
34
Showing 6 of 6 rows

Other info

Code

Follow for update