paper-with-me

Papers

Two-Stream AMTnet for Action Detection

2020-04-03 · Suman Saha, Gurkirt Singh, Fabio Cuzzolin

In this paper, we propose Two-Stream AMTnet, which leverages recent advances in video-based action representation[1] and incremental action tube generation[2]. Majority of the present action detectors follow a frame-based representation, a late-fusion followed by an offline action tube building steps. These are sub-optimal as: frame-based features barely encode the temporal relations; late-fusion restricts the network to learn robust spatiotemporal features; and finally, an offline action tube generation is not suitable for many real-world problems such as autonomous driving, human-robot interaction to name a few. The key contributions of this work are: (1) combining AMTnet's 3D proposal architecture with an online action tube generation technique which allows the model to learn stronger temporal features needed for accurate action detection and facilitates running inference online; (2) an efficient fusion technique allowing the deep network to learn strong spatiotemporal action representations. This is achieved by augmenting the previous Action Micro-Tube (AMTnet) action detection framework in three distinct ways: by adding a parallel motion stIn this paper, we propose a new deep neural network architecture for online action detection, termed ream to the original appearance one in AMTnet; (2) in opposition to state-of-the-art action detectors which train appearance and motion streams separately, and use a test time late fusion scheme to fuse RGB and flow cues, by jointly training both streams in an end-to-end fashion and merging RGB and optical flow features at training time; (3) by introducing an online action tube generation algorithm which works at video-level, and in real-time (when exploiting only appearance features). Two-Stream AMTnet exhibits superior action detection performance over state-of-the-art approaches on the standard action detection benchmarks.

📄 PDF Abstract BibTeX arXiv:2004.01494

Code (1)

gurkirt/AMTNet 공식 구현 pytorch

Tasks

Action DetectionAutonomous DrivingOnline Action DetectionOptical Flow EstimationVocal Bursts Valence Prediction

Similar Papers 제목 키워드 기반

Edge-aware Multi-task Network for Integrating Quantification Segmentation and Uncertainty Prediction of Liver Tumor on Multi-modality Non-contrast MRI

2023-07-04 · Xiaojiao Xiao, Qinmin Hu, Guanghui Wang

Simultaneous multi-index quantification, segmentation, and uncertainty estimation of liver tumors on multi-modality non-contrast magnetic resonance imaging (NCMRI) are crucial for accurate diagnosis. However, existing me…

Medical Image AnalysisSegmentation

AMTnet: Action-Micro-Tube Regression by End-to-end Trainable Deep Architecture

2017-04-17 · ICCV 2017 10 · Suman Saha, Gurkirt Singh, Fabio Cuzzolin

Dominant approaches to action detection can only provide sub-optimal solutions to the problem, as they rely on seeking frame-level detections, to later compose them into "action tubes" in a post-processing step. With thi…

Action DetectionRegion Proposalregression

Rethinking the Metric in Few-shot Learning: From an Adaptive Multi-Distance Perspective

2022-11-02 · Jinxiang Lai, Siqian Yang, Guannan Jiang, Xi Wang 외

Few-shot learning problem focuses on recognizing unseen classes given a few labeled images. In recent effort, more attention is paid to fine-grained feature embedding, ignoring the relationship among different distance m…

Few-Shot Learning

Real-Time End-to-End Action Detection with Two-Stream Networks

2018-02-23 · Alaaeldin El-Nouby, Graham W. Taylor

Two-stream networks have been very successful for solving the problem of action detection. However, prior work using two-stream networks train both streams separately, which prevents the network from exploiting regularit…

Action DetectionAction RecognitionGPUOptical Flow Estimation+2

Multi-Stream Single Shot Spatial-Temporal Action Detection

2019-08-22 · Pengfei Zhang, Yu Cao, Benyuan Liu

We present a 3D Convolutional Neural Networks (CNNs) based single shot detector for spatial-temporal action detection tasks. Our model includes: (1) two short-term appearance and motion streams, with single RGB and optic…

Action DetectionOptical Flow Estimation