paper-with-me

홈 › Papers

DMC-Net: Generating Discriminative Motion Cues for Fast Compressed Video Action Recognition

2019-01-11 · CVPR 2019 6 · Zheng Shou, Xudong Lin, Yannis Kalantidis, Laura Sevilla-Lara, Marcus Rohrbach, Shih-Fu Chang, Zhicheng Yan

Motion has shown to be useful for video understanding, where motion is typically represented by optical flow. However, computing flow from video frames is very time-consuming. Recent works directly leverage the motion vectors and residuals readily available in the compressed video to represent motion at no cost. While this avoids flow computation, it also hurts accuracy since the motion vector is noisy and has substantially reduced resolution, which makes it a less discriminative motion representation. To remedy these issues, we propose a lightweight generator network, which reduces noises in motion vectors and captures fine motion details, achieving a more Discriminative Motion Cue (DMC) representation. Since optical flow is a more accurate motion representation, we train the DMC generator to approximate flow using a reconstruction loss and a generative adversarial loss, jointly with the downstream action classification task. Extensive evaluations on three action recognition benchmarks (HMDB-51, UCF-101, and a subset of Kinetics) confirm the effectiveness of our method. Our full system, consisting of the generator and the classifier, is coined as DMC-Net which obtains high accuracy close to that of using flow and runs two orders of magnitude faster than using optical flow at inference time.

📄 PDF Abstract BibTeX arXiv:1901.03460

Code (0)

등록된 구현이 없습니다.

Tasks

Action ClassificationAction RecognitionAction Recognition In VideosOptical Flow EstimationTemporal Action LocalizationVideo Understanding

Similar Papers 제목 키워드 기반

YOLO11-JDE: Fast and Accurate Multi-Object Tracking with Self-Supervised Re-ID

2025-01-23 · Iñaki Erregue, Kamal Nasrollahi, Sergio Escalera

We introduce YOLO11-JDE, a fast and accurate multi-object tracking (MOT) solution that combines real-time object detection with self-supervised Re-Identification (Re-ID). By incorporating a dedicated Re-ID branch into YO…

Multi-Object Trackingobject-detectionObject DetectionObject Tracking+2

Efficient Motion-Aware Video MLLM

2025-01-01 · CVPR 2025 1 · Zijia Zhao, Yuqi Huo, Tongtian Yue, Longteng Guo 외

Most current video MLLMs rely on uniform frame sampling and image-level encoders, resulting in inefficient data processing and limited motion awareness. To address these challenges, we introduce EMA, an Efficient Mot…

Question AnsweringVideo Question AnsweringVideo Understanding

Learning Discriminative Motion Features Through Detection

2018-12-11 · Gedas Bertasius, Christoph Feichtenhofer, Du Tran, Jianbo Shi 외

Despite huge success in the image domain, modern detection models such as Faster R-CNN have not been used nearly as much for video analysis. This is arguably due to the fact that detection models are designed to operate …

Action LocalizationAction RecognitionFine-grained Action RecognitionPose Estimation+1

CAST-Phys: Contactless Affective States Through Physiological signals Database

2025-07-08 · Joaquim Comas, Alexander Joel Vera, Xavier Vives, Eleonora De Filippi 외

In recent years, affective computing and its applications have become a fast-growing research topic. Despite significant advancements, the lack of affective multi-modal datasets remains a major bottleneck in developing a…

Emotion RecognitionPhotoplethysmography (PPG)

Compressed Video Prompt Tuning

2023-09-21 · NeurIPS 2023 11

Compressed videos offer a compelling alternative to raw videos, showing the possibility to significantly reduce the on-line computational and storage cost. However, current approaches to compressed video processing gener…