paper-with-me

홈 › Papers

Learning Discriminative Motion Features Through Detection

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

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 on single frames and as a result do not have a mechanism for learning motion representations directly from video. We propose a learning procedure that allows detection models such as Faster R-CNN to learn motion features directly from the RGB video data while being optimized with respect to a pose estimation task. Given a pair of video frames---Frame A and Frame B---we force our model to predict human pose in Frame A using the features from Frame B. We do so by leveraging deformable convolutions across space and time. Our network learns to spatially sample features from Frame B in order to maximize pose detection accuracy in Frame A. This naturally encourages our network to learn motion offsets encoding the spatial correspondences between the two frames. We refer to these motion offsets as DiMoFs (Discriminative Motion Features). In our experiments we show that our training scheme helps learn effective motion cues, which can be used to estimate and localize salient human motion. Furthermore, we demonstrate that as a byproduct, our model also learns features that lead to improved pose detection in still-images, and better keypoint tracking. Finally, we show how to leverage our learned model for the tasks of spatiotemporal action localization and fine-grained action recognition.

📄 PDF Abstract BibTeX arXiv:1812.04172

Code (0)

등록된 구현이 없습니다.

Tasks

Action LocalizationAction RecognitionFine-grained Action RecognitionPose EstimationTemporal Action Localization

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
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$…
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…
RoIPool 설명 없음
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…

Similar Papers 제목 키워드 기반

Learning Expressive And Generalizable Motion Features For Face Forgery Detection

2024-03-08 · Jingyi Zhang, Peng Zhang, Jingjing Wang, Di Xie 외

Previous face forgery detection methods mainly focus on appearance features, which may be easily attacked by sophisticated manipulation. Considering the majority of current face manipulation methods generate fake faces b…

Anomaly DetectionClassificationVideo Classification

Manipulated Object Proposal: A Discriminative Object Extraction and Feature Fusion Framework for First-Person Daily Activity Recognition

2015-09-02 · Changzhi Luo, Bingbing Ni, Jun Yuan, Jian-Feng Wang 외

Detecting and recognizing objects interacting with humans lie in the center of first-person (egocentric) daily activity recognition. However, due to noisy camera motion and frequent changes in viewpoint and scale, most o…

Action RecognitionActivity RecognitionObjectObject Proposal Generation+1

Single-Shot and Multi-Shot Feature Learning for Multi-Object Tracking

2023-11-17 · Yizhe Li, Sanping Zhou, Zheng Qin, Le Wang 외

Multi-Object Tracking (MOT) remains a vital component of intelligent video analysis, which aims to locate targets and maintain a consistent identity for each target throughout a video sequence. Existing works usually lea…

Multi-Object TrackingObject Tracking

Look Around for Anomalies: Weakly-Supervised Anomaly Detection via Context-Motion Relational Learning

2023-01-01 · CVPR 2023 1 · MyeongAh Cho, Minjung Kim, Sangwon Hwang, Chaewon Park 외

Weakly-supervised Video Anomaly Detection is the task of detecting frame-level anomalies using video-level labeled training data. It is difficult to explore class representative features using minimal supervision of …

Anomaly DetectionRelational ReasoningSupervised Anomaly DetectionVideo Anomaly Detection+1

learning discriminative features from spectrograms using center loss for speech emotion recognition

2025-01-02 · Dongyang Dai, Zhiyong Wu, Runnan Li, Xixin Wu 외

Identifying the emotional state from speech is essential for the natural interaction of the machine with the speaker. However, extracting effective features for emotion recognition is difficult, as emotions are ambiguous…

Emotion RecognitionSpeech Emotion Recognition