paper-with-me

Papers

Segment as Points for Efficient Online Multi-Object Tracking and Segmentation

2020-07-03 · ECCV 2020 8 · Zhenbo Xu, Wei zhang, Xiao Tan, Wei Yang, Huan Huang, Shilei Wen, Errui Ding, Liusheng Huang

Current multi-object tracking and segmentation (MOTS) methods follow the tracking-by-detection paradigm and adopt convolutions for feature extraction. However, as affected by the inherent receptive field, convolution based feature extraction inevitably mixes up the foreground features and the background features, resulting in ambiguities in the subsequent instance association. In this paper, we propose a highly effective method for learning instance embeddings based on segments by converting the compact image representation to un-ordered 2D point cloud representation. Our method generates a new tracking-by-points paradigm where discriminative instance embeddings are learned from randomly selected points rather than images. Furthermore, multiple informative data modalities are converted into point-wise representations to enrich point-wise features. The resulting online MOTS framework, named PointTrack, surpasses all the state-of-the-art methods including 3D tracking methods by large margins (5.4% higher MOTSA and 18 times faster over MOTSFusion) with the near real-time speed (22 FPS). Evaluations across three datasets demonstrate both the effectiveness and efficiency of our method. Moreover, based on the observation that current MOTS datasets lack crowded scenes, we build a more challenging MOTS dataset named APOLLO MOTS with higher instance density. Both APOLLO MOTS and our codes are publicly available at https://github.com/detectRecog/PointTrack.

📄 PDF Abstract BibTeX arXiv:2007.01550

Code (1)

detectRecog/PointTrack 공식 구현 pytorch

Tasks

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

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

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

CoMaL Tracking: Tracking Points at the Object Boundaries

2017-06-07 · Santhosh K. Ramakrishnan, Swarna Kamlam Ravindran, Anurag Mittal

Traditional point tracking algorithms such as the KLT use local 2D information aggregation for feature detection and tracking, due to which their performance degrades at the object boundaries that separate multiple objec…

ObjectPoint Tracking

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

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

Training-Free Robust Interactive Video Object Segmentation

2024-06-08 · Xiaoli Wei, Zhaoqing Wang, Yandong Guo, Chunxia Zhang 외

Interactive video object segmentation is a crucial video task, having various applications from video editing to data annotating. However, current approaches struggle to accurately segment objects across diverse domains.…

Interactive Video Object SegmentationObjectPoint TrackingSegmentation+5