paper-with-me

Papers

Efficient Joint Detection and Multiple Object Tracking with Spatially Aware Transformer

2022-11-09 · Siddharth Sagar Nijhawan, Leo Hoshikawa, Atsushi Irie, Masakazu Yoshimura, Junji Otsuka, Takeshi Ohashi

We propose a light-weight and highly efficient Joint Detection and Tracking pipeline for the task of Multi-Object Tracking using a fully-transformer architecture. It is a modified version of TransTrack, which overcomes the computational bottleneck associated with its design, and at the same time, achieves state-of-the-art MOTA score of 73.20%. The model design is driven by a transformer based backbone instead of CNN, which is highly scalable with the input resolution. We also propose a drop-in replacement for Feed Forward Network of transformer encoder layer, by using Butterfly Transform Operation to perform channel fusion and depth-wise convolution to learn spatial context within the feature maps, otherwise missing within the attention maps of the transformer. As a result of our modifications, we reduce the overall model size of TransTrack by 58.73% and the complexity by 78.72%. Therefore, we expect our design to provide novel perspectives for architecture optimization in future research related to multi-object tracking.

📄 PDF Abstract BibTeX arXiv:2211.05654

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Object TrackingMultiple Object TrackingObject Tracking

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Subgraph Decomposition for Multi-Target Tracking

2015-06-01 · CVPR 2015 6 · Siyu Tang, Bjoern Andres, Miykhaylo Andriluka, Bernt Schiele

Tracking multiple targets in a video, based on a finite set of detection hypotheses, is a persistent problem in computer vision. A common strategy for tracking is to first select hypotheses spatially and then to link the…

Clustering

Spatial-Temporal Multi-Cuts for Online Multiple-Camera Vehicle Tracking

2024-10-03 · Fabian Herzog, Johannes Gilg, Philipp Wolters, Torben Teepe 외

Accurate online multiple-camera vehicle tracking is essential for intelligent transportation systems, autonomous driving, and smart city applications. Like single-camera multiple-object tracking, it is commonly formulate…

Autonomous DrivingMulti-Object TrackingMultiple Object TrackingObject Tracking

Joint Counting, Detection and Re-Identification for Multi-Object Tracking

2022-12-12 · Weihong Ren, Denglu Wu, Hui Cao, Xi'ai Chen 외

The recent trend in 2D multiple object tracking (MOT) is jointly solving detection and tracking, where object detection and appearance feature (or motion) are learned simultaneously. Despite competitive performance, in c…

Multi-Object TrackingMultiple Object TrackingObjectobject-detection+2

TransTrack: Multiple Object Tracking with Transformer

2020-12-31 · Peize Sun, Jinkun Cao, Yi Jiang, Rufeng Zhang 외

In this work, we propose TransTrack, a simple but efficient scheme to solve the multiple object tracking problems. TransTrack leverages the transformer architecture, which is an attention-based query-key mechanism. It ap…

Multi-Object TrackingMultiple Object TrackingMultiple Object Tracking with TransformerObject+3

Tracking-by-Counting: Using Network Flows on Crowd Density Maps for Tracking Multiple Targets

2020-07-18 · Weihong Ren, Xinchao Wang, Jiandong Tian, Yandong Tang 외

State-of-the-art multi-object tracking~(MOT) methods follow the tracking-by-detection paradigm, where object trajectories are obtained by associating per-frame outputs of object detectors. In crowded scenes, however, det…

Cell TrackingMulti-Object TrackingObjectObject Tracking