paper-with-me

홈 › Papers

Online Visual Multi-Object Tracking via Labeled Random Finite Set Filtering

2016-11-18 · Du Yong Kim, Ba-Ngu Vo, Ba-Tuong Vo

This paper proposes an online visual multi-object tracking algorithm using a top-down Bayesian formulation that seamlessly integrates state estimation, track management, clutter rejection, occlusion and mis-detection handling into a single recursion. This is achieved by modeling the multi-object state as labeled random finite set and using the Bayes recursion to propagate the multi-object filtering density forward in time. The proposed filter updates tracks with detections but switches to image data when mis-detection occurs, thereby exploiting the efficiency of detection data and the accuracy of image data. Furthermore the labeled random finite set framework enables the incorporation of prior knowledge that mis-detections of long tracks which occur in the middle of the scene are likely to be due to occlusions. Such prior knowledge can be exploited to improve occlusion handling, especially long occlusions that can lead to premature track termination in on-line multi-object tracking. Tracking performance are compared to state-of-the-art algorithms on well-known benchmark video datasets.

📄 PDF Abstract BibTeX arXiv:1611.06011

Code (0)

등록된 구현이 없습니다.

Tasks

ManagementMulti-Object TrackingObjectObject TrackingOcclusion HandlingState Estimation

Similar Papers 제목 키워드 기반

Transferring Rich Feature Hierarchies for Robust Visual Tracking

2015-01-19 · Naiyan Wang, Siyi Li, Abhinav Gupta, Dit-yan Yeung

Convolutional neural network (CNN) models have demonstrated great success in various computer vision tasks including image classification and object detection. However, some equally important tasks such as visual trackin…

image-classificationImage ClassificationObjectobject-detection+3

Fast Visual Object Tracking with Rotated Bounding Boxes

2019-07-08 · Bao Xin Chen, John K. Tsotsos

In this paper, we demonstrate a novel algorithm that uses ellipse fitting to estimate the bounding box rotation angle and size with the segmentation(mask) on the target for online and real-time visual object tracking. Ou…

GPUObjectObject TrackingVideo Object Tracking+1

Visual Multi-Object Tracking with Re-Identification and Occlusion Handling using Labeled Random Finite Sets

2024-07-11 · Linh Van Ma, Tran Thien Dat Nguyen, Changbeom Shim, Du Yong Kim 외

This paper proposes an online visual multi-object tracking (MOT) algorithm that resolves object appearance-reappearance and occlusion. Our solution is based on the labeled random finite set (LRFS) filtering approach, whi…

Multi-Object TrackingObjectObject TrackingOcclusion Handling

DeepMix: Online Auto Data Augmentation for Robust Visual Object Tracking

2021-04-23 · Ziyi Cheng, Xuhong Ren, Felix Juefei-Xu, Wanli Xue 외

Online updating of the object model via samples from historical frames is of great importance for accurate visual object tracking. Recent works mainly focus on constructing effective and efficient updating methods while …

Data AugmentationObjectObject TrackingVisual Object Tracking

A Bayesian Detect to Track System for Robust Visual Object Tracking and Semi-Supervised Model Learning

2022-05-05 · Yan Shen, Zhanghexuan Ji, Chunwei Ma, Mingchen Gao

Object tracking is one of the fundamental problems in visual recognition tasks and has achieved significant improvements in recent years. The achievements often come with the price of enormous hardware consumption and ex…

Object TrackingState EstimationVariational InferenceVisual Object Tracking