paper-with-me

Papers

Beyond Boxes: Mask-Guided Spatio-Temporal Feature Aggregation for Video Object Detection

2024-12-06 · Khurram Azeem Hashmi, Talha Uddin Sheikh, Didier Stricker, Muhammad Zeshan Afzal

The primary challenge in Video Object Detection (VOD) is effectively exploiting temporal information to enhance object representations. Traditional strategies, such as aggregating region proposals, often suffer from feature variance due to the inclusion of background information. We introduce a novel instance mask-based feature aggregation approach, significantly refining this process and deepening the understanding of object dynamics across video frames. We present FAIM, a new VOD method that enhances temporal Feature Aggregation by leveraging Instance Mask features. In particular, we propose the lightweight Instance Feature Extraction Module (IFEM) to learn instance mask features and the Temporal Instance Classification Aggregation Module (TICAM) to aggregate instance mask and classification features across video frames. Using YOLOX as a base detector, FAIM achieves 87.9% mAP on the ImageNet VID dataset at 33 FPS on a single 2080Ti GPU, setting a new benchmark for the speed-accuracy trade-off. Additional experiments on multiple datasets validate that our approach is robust, method-agnostic, and effective in multi-object tracking, demonstrating its broader applicability to video understanding tasks.

📄 PDF Abstract BibTeX arXiv:2412.04915

Code (0)

등록된 구현이 없습니다.

Tasks

GPUMulti-Object TrackingObjectobject-detectionObject DetectionObject TrackingVideo Object DetectionVideo Understanding

Methods 이 논문이 사용한 방법론

BNB Customer Service Number +1-833-534-1729 설명 없음
Average Pooling 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Residual Connection 설명 없음
Batch Normalization 설명 없음
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 제목 키워드 기반

Unsupervised Spatio-temporal Latent Feature Clustering for Multiple-object Tracking and Segmentation

2020-07-14 · Abubakar Siddique, Reza Jalil Mozhdehi, Henry Medeiros

Assigning consistent temporal identifiers to multiple moving objects in a video sequence is a challenging problem. A solution to that problem would have immediate ramifications in multiple object tracking and segmentatio…

ClusteringInstance SegmentationMultiple Object TrackingObject Tracking+2

Pointly-Supervised Action Localization

2018-05-29 · Pascal Mettes, Cees G. M. Snoek

This paper strives for spatio-temporal localization of human actions in videos. In the literature, the consensus is to achieve localization by training on bounding box annotations provided for each frame of each training…

Action LocalizationMultiple Instance LearningTemporal Localization

Generating Masks from Boxes by Mining Spatio-Temporal Consistencies in Videos

2021-01-06 · ICCV 2021 10 · Bin Zhao, Goutam Bhat, Martin Danelljan, Luc van Gool 외

Segmenting objects in videos is a fundamental computer vision task. The current deep learning based paradigm offers a powerful, but data-hungry solution. However, current datasets are limited by the cost and human effort…

ObjectSegmentationSemantic SegmentationVideo Object Segmentation+2

OmViD: Omni-supervised active learning for video action detection

2025-08-19 · Aayush Rana, Akash Kumar, Vibhav Vineet, Yogesh S Rawat arxiv

Video action detection requires dense spatio-temporal annotations, which are both challenging and expensive to obtain. However, real-world videos often vary in difficulty and may not require the same level of annotation.…

Action DetectionActive Learning

U-MASK: User-adaptive Spatio-Temporal Masking for Personalized Mobile AI Applications

2026-01-11 · Shiyuan Zhang, Yilai Liu, Yuwei Du, Ruoxuan Yang 외 arxiv

Personalized mobile artificial intelligence applications are widely deployed, yet they are expected to infer user behavior from sparse and irregular histories under a continuously evolving spatio-temporal context. This s…