paper-with-me

Papers

Online Multi-Object Tracking and Segmentation with GMPHD Filter and Mask-based Affinity Fusion

2020-08-31 · Young-min Song, Young-chul Yoon, Kwangjin Yoon, Moongu Jeon, Seong-Whan Lee, Witold Pedrycz

In this paper, we propose a highly practical fully online multi-object tracking and segmentation (MOTS) method that uses instance segmentation results as an input. The proposed method is based on the Gaussian mixture probability hypothesis density (GMPHD) filter, a hierarchical data association (HDA), and a mask-based affinity fusion (MAF) model to achieve high-performance online tracking. The HDA consists of two associations: segment-to-track and track-to-track associations. One affinity, for position and motion, is computed by using the GMPHD filter, and the other affinity, for appearance is computed by using the responses from a single object tracker such as a kernalized correlation filter. These two affinities are simply fused by using a score-level fusion method such as min-max normalization referred to as MAF. In addition, to reduce the number of false positive segments, we adopt mask IoU-based merging (mask merging). The proposed MOTS framework with the key modules: HDA, MAF, and mask merging, is easily extensible to simultaneously track multiple types of objects with CPU only execution in parallel processing. In addition, the developed framework only requires simple parameter tuning unlike many existing MOTS methods that need intensive hyperparameter optimization. In the experiments on the two popular MOTS datasets, the key modules show some improvements. For instance, ID-switch decreases by more than half compared to a baseline method in the training sets. In conclusion, our tracker achieves state-of-the-art MOTS performance in the test sets.

📄 PDF Abstract BibTeX arXiv:2009.00100

Code (1)

SonginCV/MAF_HDA 공식 구현

Tasks

CPUInstance SegmentationMulti-Object TrackingMulti-Object Tracking and SegmentationObject TrackingOnline Multi-Object Tracking

Similar Papers 제목 키워드 기반

Online Multi-Object Tracking Framework with the GMPHD Filter and Occlusion Group Management

2019-07-31 · Young-min Song, Kwangjin Yoon, Young-chul Yoon, Kin-Choong Yow 외

In this paper, we propose an efficient online multi-object tracking framework based on the GMPHD filter and occlusion group management scheme where the GMPHD filter utilizes hierarchical data association to reduce the fa…

ManagementMulti-Object TrackingMultiple Object TrackingObject Tracking+2

Track to Detect and Segment: An Online Multi-Object Tracker

2021-03-16 · CVPR 2021 1 · Jialian Wu, Jiale Cao, Liangchen Song, Yu Wang 외

Most online multi-object trackers perform object detection stand-alone in a neural net without any input from tracking. In this paper, we present a new online joint detection and tracking model, TraDeS (TRAck to DEtect a…

3D Multi-Object TrackingInstance SegmentationMulti-Object TrackingObject+7

JOTS: Joint Online Tracking and Segmentation

2015-06-01 · CVPR 2015 6 · Longyin Wen, Dawei Du, Zhen Lei, Stan Z. Li 외

We present a novel Joint Online Tracking and Segmentation (JOTS) algorithm which integrates the multi-part tracking and segmentation into a unified energy optimization framework to handle the video segmentation task. The…

SegmentationVideo SegmentationVideo Semantic Segmentation

SiamMask: A Framework for Fast Online Object Tracking and Segmentation

2022-07-05 · Weiming Hu, Qiang Wang, Li Zhang, Luca Bertinetto 외

In this paper we introduce SiamMask, a framework to perform both visual object tracking and video object segmentation, in real-time, with the same simple method. We improve the offline training procedure of popular fully…

Multiple Object TrackingObjectObject TrackingSegmentation+4

CDTS: Collaborative Detection, Tracking, and Segmentation for Online Multiple Object Segmentation in Videos

2017-10-01 · ICCV 2017 10 · Yeong Jun Koh, Chang-Su Kim

A novel online algorithm to segment multiple objects in a video sequence is proposed in this work. We develop the collaborative detection, tracking, and segmentation (CDTS) technique to extract multiple segment tracks ac…

ObjectSegmentationSemantic Segmentation