Efficient Joint Detection and Multiple Object Tracking with Spatially Aware Transformer
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.
Code (0)
등록된 구현이 없습니다.
Tasks
Multi-Object TrackingMultiple Object TrackingObject TrackingMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Subgraph Decomposition for Multi-Target Tracking
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…
ClusteringSpatial-Temporal Multi-Cuts for Online Multiple-Camera Vehicle Tracking
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 TrackingJoint Counting, Detection and Re-Identification for Multi-Object Tracking
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+2TransTrack: Multiple Object Tracking with Transformer
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+3Tracking-by-Counting: Using Network Flows on Crowd Density Maps for Tracking Multiple Targets
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