paper-with-me

Papers

Assignment-Space-Based Multi-Object Tracking and Segmentation

2021-01-01 · ICCV 2021 10 · Anwesa Choudhuri, Girish Chowdhary, Alexander G. Schwing

Multi-object tracking and segmentation (MOTS) is important for understanding dynamic scenes in video data. Existing methods perform well on multi-object detection and segmentation for independent video frames, but tracking of objects over time remains a challenge. MOTS methods formulate tracking locally, i.e., frame-by-frame, leading to sub-optimal results. Classical global methods on tracking operate directly on object detections, which leads to a combinatorial growth in the detection space. In contrast, we formulate a global method for MOTS over the space of assignments rather than detections: First, we find all top-k assignments of objects detected and segmented between any two consecutive frames and develop a structured prediction formulation to score assignment sequences across any number of consecutive frames. We use dynamic programming to find the global optimizer of this formulation in polynomial time. Second, we connect objects which reappear after having been out of view for some time. For this we formulate an assignment problem. On the challenging KITTI-MOTS and MOTSChallenge datasets, this achieves state-of-the-art results among methods which don't use depth data.

📄 PDF Abstract BibTeX

Code (1)

AnwesaChoudhuri/AssignmentSpace-MOTS 공식 구현 pytorch

Tasks

Multi-Object TrackingMulti-Object Tracking and SegmentationObjectobject-detectionObject DetectionObject TrackingStructured Prediction

Similar Papers 제목 키워드 기반

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

Factor Graph based 3D Multi-Object Tracking in Point Clouds

2020-08-12 · Johannes Pöschmann, Tim Pfeifer, Peter Protzel

Accurate and reliable tracking of multiple moving objects in 3D space is an essential component of urban scene understanding. This is a challenging task because it requires the assignment of detections in the current fra…

3D Multi-Object TrackingMulti-Object TrackingObject TrackingScene Understanding+1

Autonomous Angles-Only Multi-Target Tracking for Spacecraft Swarms

2020-02-18 · Justin Kruger, Simone D'Amico

This paper presents a new algorithm for autonomous multitarget tracking of resident space objects using optical angles-only measurements from a spaceborne observer. To enable autonomous angles-only navigation of spacecra…

Cell tracking for live-cell microscopy using an activity-prioritized assignment strategy

2022-10-20 · Karina Ruzaeva, Jan-Christopher Cohrs, Keitaro Kasahara, Dietrich Kohlheyer 외

Cell tracking is an essential tool in live-cell imaging to determine single-cell features, such as division patterns or elongation rates. Unlike in common multiple object tracking, in microbial live-cell experiments cell…

Cell TrackingInstance SegmentationMultiple Object TrackingObject Tracking+1

Selective Mask Propagation for Multi-Object Tracking

2026-06-11 · Alexander Holmberg arxiv

In multi-object tracking, most frames are easy for a lightweight base tracker while a small fraction is intrinsically hard. Video object segmentation (VOS) models can often preserve identity through the hard frames where…

Video Object SegmentationMulti-Object Tracking