paper-with-me

Papers

Tracking Objects as Pixel-wise Distributions

2022-07-12 · Zelin Zhao, Ze Wu, Yueqing Zhuang, Boxun Li, Jiaya Jia

Multi-object tracking (MOT) requires detecting and associating objects through frames. Unlike tracking via detected bounding boxes or tracking objects as points, we propose tracking objects as pixel-wise distributions. We instantiate this idea on a transformer-based architecture, P3AFormer, with pixel-wise propagation, prediction, and association. P3AFormer propagates pixel-wise features guided by flow information to pass messages between frames. Furthermore, P3AFormer adopts a meta-architecture to produce multi-scale object feature maps. During inference, a pixel-wise association procedure is proposed to recover object connections through frames based on the pixel-wise prediction. P3AFormer yields 81.2\% in terms of MOTA on the MOT17 benchmark -- the first among all transformer networks to reach 80\% MOTA in literature. P3AFormer also outperforms state-of-the-arts on the MOT20 and KITTI benchmarks.

📄 PDF Abstract BibTeX arXiv:2207.05518

Code (1)

dvlab-research/eccv22-p3aformer-tracking-objects-as-pixel-wise-distributions 공식 구현 pytorch

Tasks

Multi-Object TrackingObjectObject Tracking

Similar Papers 제목 키워드 기반

Pixel-wise object tracking

2017-11-20 · Yilin Song, Chenge Li, Yao Wang

In this paper, we propose a novel pixel-wise visual object tracking framework that can track any anonymous object in a noisy background. The framework consists of two submodels, a global attention model and a local segme…

ObjectObject TrackingSegmentationSemantic Segmentation+1

Iterative multi-path tracking for video and volume segmentation with sparse point supervision

2018-08-27 · Laurent Lejeune, Jan Grossrieder, Raphael Sznitman

Recent machine learning strategies for segmentation tasks have shown great ability when trained on large pixel-wise annotated image datasets. It remains a major challenge however to aggregate such datasets, as the time a…

BIG-bench Machine LearningObjectSegmentation

Subpixel-Precise Tracking of Rigid Objects in Real-time

2018-07-05 · Tobias Böttger, Markus Ulrich, Carsten Steger

We present a novel object tracking scheme that can track rigid objects in real time. The approach uses subpixel-precise image edges to track objects with high accuracy. It can determine the object position, scale, and ro…

ObjectObject TrackingPosition

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

Tracking using Numerous Anchor points

2017-02-07 · Tanushri Chakravorty, Guillaume-Alexandre Bilodeau, Eric Granger

In this paper, an online adaptive model-free tracker is proposed to track single objects in video sequences to deal with real-world tracking challenges like low-resolution, object deformation, occlusion and motion blur. …

ObjectObject LocalizationVisual Tracking