paper-with-me

Papers

Probabilistic Regression for Visual Tracking

2020-03-27 · CVPR 2020 6 · Martin Danelljan, Luc van Gool, Radu Timofte

Visual tracking is fundamentally the problem of regressing the state of the target in each video frame. While significant progress has been achieved, trackers are still prone to failures and inaccuracies. It is therefore crucial to represent the uncertainty in the target estimation. Although current prominent paradigms rely on estimating a state-dependent confidence score, this value lacks a clear probabilistic interpretation, complicating its use. In this work, we therefore propose a probabilistic regression formulation and apply it to tracking. Our network predicts the conditional probability density of the target state given an input image. Crucially, our formulation is capable of modeling label noise stemming from inaccurate annotations and ambiguities in the task. The regression network is trained by minimizing the Kullback-Leibler divergence. When applied for tracking, our formulation not only allows a probabilistic representation of the output, but also substantially improves the performance. Our tracker sets a new state-of-the-art on six datasets, achieving 59.8% AUC on LaSOT and 75.8% Success on TrackingNet. The code and models are available at https://github.com/visionml/pytracking.

📄 PDF Abstract BibTeX arXiv:2003.12565

Code (2)

visionml/pytracking 공식 구현 pytorch
open-mmlab/mmtracking pytorch

Tasks

Object TrackingregressionVisual Tracking

Similar Papers 제목 키워드 기반

Energy-Based Models for Deep Probabilistic Regression

2019-09-26 · ECCV 2020 8 · Fredrik K. Gustafsson, Martin Danelljan, Goutam Bhat, Thomas B. Schön

While deep learning-based classification is generally tackled using standardized approaches, a wide variety of techniques are employed for regression. In computer vision, one particularly popular such technique is that o…

Head Pose Estimationobject-detectionObject DetectionPose Estimation+3

BASE: Probably a Better Approach to Multi-Object Tracking

2023-09-21 · Martin Vonheim Larsen, Sigmund Rolfsjord, Daniel Gusland, Jörgen Ahlberg 외

The field of visual object tracking is dominated by methods that combine simple tracking algorithms and ad hoc schemes. Probabilistic tracking algorithms, which are leading in other fields, are surprisingly absent from t…

Multi-Object TrackingObjectObject TrackingVisual Object Tracking+1

Estimation of Driver's Gaze Region from Head Position and Orientation using Probabilistic Confidence Regions

2020-12-23 · Sumit Jha, Carlos Busso

A smart vehicle should be able to understand human behavior and predict their actions to avoid hazardous situations. Specific traits in human behavior can be automatically predicted, which can help the vehicle make decis…

GPRPositionregression

Spatially Supervised Recurrent Convolutional Neural Networks for Visual Object Tracking

2016-07-19 · Guanghan Ning, Zhi Zhang, Chen Huang, Zhihai He 외

In this paper, we develop a new approach of spatially supervised recurrent convolutional neural networks for visual object tracking. Our recurrent convolutional network exploits the history of locations as well as the di…

Binary Classificationobject-detectionObject DetectionObject Tracking+2

Target Transformed Regression for Accurate Tracking

2021-04-01 · Yutao Cui, Cheng Jiang, LiMin Wang, Gangshan Wu

Accurate tracking is still a challenging task due to appearance variations, pose and view changes, and geometric deformations of target in videos. Recent anchor-free trackers provide an efficient regression mechanism but…

regressionVisual Object TrackingVisual Tracking