paper-with-me

Papers

Multiple Object Tracking by Flowing and Fusing

2020-01-30 · Jimuyang Zhang, Sanping Zhou, Xin Chang, Fangbin Wan, Jinjun Wang, Yang Wu, Dong Huang

Most of Multiple Object Tracking (MOT) approaches compute individual target features for two subtasks: estimating target-wise motions and conducting pair-wise Re-Identification (Re-ID). Because of the indefinite number of targets among video frames, both subtasks are very difficult to scale up efficiently in end-to-end Deep Neural Networks (DNNs). In this paper, we design an end-to-end DNN tracking approach, Flow-Fuse-Tracker (FFT), that addresses the above issues with two efficient techniques: target flowing and target fusing. Specifically, in target flowing, a FlowTracker DNN module learns the indefinite number of target-wise motions jointly from pixel-level optical flows. In target fusing, a FuseTracker DNN module refines and fuses targets proposed by FlowTracker and frame-wise object detection, instead of trusting either of the two inaccurate sources of target proposal. Because FlowTracker can explore complex target-wise motion patterns and FuseTracker can refine and fuse targets from FlowTracker and detectors, our approach can achieve the state-of-the-art results on several MOT benchmarks. As an online MOT approach, FFT produced the top MOTA of 46.3 on the 2DMOT15, 56.5 on the MOT16, and 56.5 on the MOT17 tracking benchmarks, surpassing all the online and offline methods in existing publications.

📄 PDF Abstract BibTeX arXiv:2001.11180

Code (0)

등록된 구현이 없습니다.

Tasks

Multiple Object TrackingObjectobject-detectionObject DetectionObject Tracking

Similar Papers 제목 키워드 기반

Video Synopsis Generation Using Spatio-Temporal Groups

2017-09-15 · A. Ahmed, D. P. Dogra, S. Kar, R. Patnaik 외

Millions of surveillance cameras operate at 24x7 generating huge amount of visual data for processing. However, retrieval of important activities from such a large data can be time consuming. Thus, researchers are workin…

ClusteringRetrievalVideo Synopsis

Multiple Object Tracking from appearance by hierarchically clustering tracklets

2022-10-07 · Andreu Girbau, Ferran Marqués, Shin'ichi Satoh

Current approaches in Multiple Object Tracking (MOT) rely on the spatio-temporal coherence between detections combined with object appearance to match objects from consecutive frames. In this work, we explore MOT using o…

ClusteringMulti-Object TrackingMultiple Object TrackingObject+1

Fusing RGBD Tracking and Segmentation Tree Sampling for Multi-Hypothesis Volumetric Segmentation

2021-04-01 · Andrew Price, Kun Huang, Dmitry Berenson

Despite rapid progress in scene segmentation in recent years, 3D segmentation methods are still limited when there is severe occlusion. The key challenge is estimating the segment boundaries of (partially) occluded objec…

Scene SegmentationSegmentation

Spatio-Temporal Point Process for Multiple Object Tracking

2023-02-05 · Tao Wang, Kean Chen, Weiyao Lin, John See 외

Multiple Object Tracking (MOT) focuses on modeling the relationship of detected objects among consecutive frames and merge them into different trajectories. MOT remains a challenging task as noisy and confusing detection…

Multiple Object TrackingObjectObject Tracking

Multiple Convolutional Features in Siamese Networks for Object Tracking

2021-03-01 · Zhenxi Li, Guillaume-Alexandre Bilodeau, Wassim Bouachir

Siamese trackers demonstrated high performance in object tracking due to their balance between accuracy and speed. Unlike classification-based CNNs, deep similarity networks are specifically designed to address the image…

ObjectObject Tracking