paper-with-me

Papers

Identity-Consistent Aggregation for Video Object Detection

2023-08-15 · ICCV 2023 1 · Chaorui Deng, Da Chen, Qi Wu

In Video Object Detection (VID), a common practice is to leverage the rich temporal contexts from the video to enhance the object representations in each frame. Existing methods treat the temporal contexts obtained from different objects indiscriminately and ignore their different identities. While intuitively, aggregating local views of the same object in different frames may facilitate a better understanding of the object. Thus, in this paper, we aim to enable the model to focus on the identity-consistent temporal contexts of each object to obtain more comprehensive object representations and handle the rapid object appearance variations such as occlusion, motion blur, etc. However, realizing this goal on top of existing VID models faces low-efficiency problems due to their redundant region proposals and nonparallel frame-wise prediction manner. To aid this, we propose ClipVID, a VID model equipped with Identity-Consistent Aggregation (ICA) layers specifically designed for mining fine-grained and identity-consistent temporal contexts. It effectively reduces the redundancies through the set prediction strategy, making the ICA layers very efficient and further allowing us to design an architecture that makes parallel clip-wise predictions for the whole video clip. Extensive experimental results demonstrate the superiority of our method: a state-of-the-art (SOTA) performance (84.7% mAP) on the ImageNet VID dataset while running at a speed about 7x faster (39.3 fps) than previous SOTAs.

📄 PDF Abstract BibTeX arXiv:2308.07737

Code (1)

bladewaltz1/clipvid 공식 구현 pytorch

Tasks

Objectobject-detectionObject DetectionVideo Object Detection

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
ICA _Independent component analysis (ICA) is a statistical and computational technique for revealing hidden factors that underlie sets of random variables, measurements, or…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Dual-State Slot Attention: Decoupling Appearance and Identity for Video Object-Centric Learning

2026-06-10 · Sieu Tran, Duc Nguyen, Hao Vo, Khoa Vo 외 arxiv

Unsupervised video object-centric learning aims to decompose dynamic scenes into persistent, object-level representations without supervision. However, existing slot-based methods struggle to maintain stable object ident…

Object Recognition

MINTIME: Multi-Identity Size-Invariant Video Deepfake Detection

2022-11-20 · Davide Alessandro Coccomini, Giorgos Kordopatis Zilos, Giuseppe Amato, Roberto Caldelli 외

In this paper, we introduce MINTIME, a video deepfake detection approach that captures spatial and temporal anomalies and handles instances of multiple people in the same video and variations in face sizes. Previous appr…

ClassificationDeepFake DetectionFace Swapping

Video Object Detection via Object-level Temporal Aggregation

2020-08-01 · ECCV 2020 8 · Chun-Han Yao, Chen Fang, Xiaohui Shen, Yangyue Wan 외

While single-image object detectors can be naively applied to videos in a frame-by-frame fashion, the prediction is often temporally inconsistent. Moreover, the computation can be redundant since neighboring frames are i…

CPUObjectobject-detectionObject Detection+2

Object Detection Difficulty: Suppressing Over-aggregation for Faster and Better Video Object Detection

2023-08-22 · Bingqing Zhang, Sen Wang, Yifan Liu, Brano Kusy 외

Current video object detection (VOD) models often encounter issues with over-aggregation due to redundant aggregation strategies, which perform feature aggregation on every frame. This results in suboptimal performance a…

Objectobject-detectionObject DetectionVideo Object Detection

Show and Polish: Reference-Guided Identity Preservation in Face Video Restoration

2025-07-14 · Wenkang Han, Wang Lin, Yiyun Zhou, Qi Liu 외 arxiv

Face Video Restoration (FVR) aims to recover high-quality face videos from degraded versions. Traditional methods struggle to preserve fine-grained, identity-specific features when degradation is severe, often producing …

Video Restoration