paper-with-me

Papers

AttTrack: Online Deep Attention Transfer for Multi-object Tracking

2022-10-16 · Keivan Nalaie, Rong Zheng

Multi-object tracking (MOT) is a vital component of intelligent video analytics applications such as surveillance and autonomous driving. The time and storage complexity required to execute deep learning models for visual object tracking hinder their adoption on embedded devices with limited computing power. In this paper, we aim to accelerate MOT by transferring the knowledge from high-level features of a complex network (teacher) to a lightweight network (student) at both training and inference times. The proposed AttTrack framework has three key components: 1) cross-model feature learning to align intermediate representations from the teacher and student models, 2) interleaving the execution of the two models at inference time, and 3) incorporating the updated predictions from the teacher model as prior knowledge to assist the student model. Experiments on pedestrian tracking tasks are conducted on the MOT17 and MOT15 datasets using two different object detection backbones YOLOv5 and DLA34 show that AttTrack can significantly improve student model tracking performance while sacrificing only minor degradation of tracking speed.

📄 PDF Abstract BibTeX arXiv:2210.08648

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingDeep AttentionMulti-Object TrackingObjectobject-detectionObject DetectionObject TrackingVisual Object Tracking

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

L2G: A Simple Local-to-Global Knowledge Transfer Framework for Weakly Supervised Semantic Segmentation

2022-04-07 · CVPR 2022 1 · Peng-Tao Jiang, YuQi Yang, Qibin Hou, Yunchao Wei

Mining precise class-aware attention maps, a.k.a, class activation maps, is essential for weakly supervised semantic segmentation. In this paper, we present L2G, a simple online local-to-global knowledge transfer framewo…

ObjectSemantic SegmentationTransfer LearningWeakly supervised Semantic Segmentation+1

Style-ERD: Responsive and Coherent Online Motion Style Transfer

2022-03-04 · CVPR 2022 1 · Tianxin Tao, Xiaohang Zhan, Zhongquan Chen, Michiel Van de Panne

Motion style transfer is a common method for enriching character animation. Motion style transfer algorithms are often designed for offline settings where motions are processed in segments. However, for online animation …

DecoderMotion Style TransferStyle Transfer

Let Your Image Move with Your Motion! -- Implicit Multi-Object Multi-Motion Transfer

2026-03-01 · Yuze Li, Dong Gong, Xiao Cao, Junchao Yuan 외 arxiv

Motion transfer has emerged as a promising direction for controllable video generation, yet existing methods largely focus on single-object scenarios and struggle when multiple objects require distinct motion patterns. I…

Video Generation

Homogeneous Online Transfer Learning with Online Distribution Discrepancy Minimization

2019-12-31 · Yuntao Du, Zhiwen Tan, Qian Chen, Yi Zhang 외

Transfer learning has been demonstrated to be successful and essential in diverse applications, which transfers knowledge from related but different source domains to the target domain. Online transfer learning(OTL) is a…

Transfer Learning

Online Multi-Object Tracking with Dual Matching Attention Networks

2019-02-02 · ECCV 2018 9 · Ji Zhu, Hua Yang, Nian Liu, Minyoung Kim 외

In this paper, we propose an online Multi-Object Tracking (MOT) approach which integrates the merits of single object tracking and data association methods in a unified framework to handle noisy detections and frequent i…

Multi-Object TrackingObjectObject TrackingOnline Multi-Object Tracking