中文
相关论文

相关论文: Adversarial Memory Networks for Action Prediction

200 篇论文

Recently proposed adversarial self-supervised learning methods usually require big batches and long training epochs to extract robust features, which will bring heavy computational overhead on platforms with limited resources. In order to…

计算机视觉与模式识别 · 计算机科学 2022-05-31 Cong Xu , Dan Li , Min Yang

In this work we introduce a fully end-to-end approach for action detection in videos that learns to directly predict the temporal bounds of actions. Our intuition is that the process of detecting actions is naturally one of observation and…

计算机视觉与模式识别 · 计算机科学 2017-03-14 Serena Yeung , Olga Russakovsky , Greg Mori , Li Fei-Fei

Deep convolutional networks have achieved great success for visual recognition in still images. However, for action recognition in videos, the advantage over traditional methods is not so evident. This paper aims to discover the principles…

计算机视觉与模式识别 · 计算机科学 2016-08-03 Limin Wang , Yuanjun Xiong , Zhe Wang , Yu Qiao , Dahua Lin , Xiaoou Tang , Luc Van Gool

Deep neural networks are susceptible to \emph{adversarial} attacks. In computer vision, well-crafted perturbations to images can cause neural networks to make mistakes such as confusing a cat with a computer. Previous adversarial attacks…

机器学习 · 计算机科学 2019-09-12 Gamaleldin F. Elsayed , Ian Goodfellow , Jascha Sohl-Dickstein

Human action or activity recognition in videos is a fundamental task in computer vision with applications in surveillance and monitoring, self-driving cars, sports analytics, human-robot interaction and many more. Traditional supervised…

计算机视觉与模式识别 · 计算机科学 2024-04-10 Sharana Dharshikgan Suresh Dass , Hrishav Bakul Barua , Ganesh Krishnasamy , Raveendran Paramesran , Raphael C. -W. Phan

In this work we propose a novel neural network architecture for the problem of human action recognition in videos. The proposed architecture expresses the processing steps of classical Fisher vector approaches, that is dimensionality…

计算机视觉与模式识别 · 计算机科学 2017-07-20 Petar Palasek , Ioannis Patras

We capitalize on large amounts of unlabeled video in order to learn a model of scene dynamics for both video recognition tasks (e.g. action classification) and video generation tasks (e.g. future prediction). We propose a generative…

计算机视觉与模式识别 · 计算机科学 2016-10-27 Carl Vondrick , Hamed Pirsiavash , Antonio Torralba

Action anticipation, which aims to recognize the action with a partial observation, becomes increasingly popular due to a wide range of applications. In this paper, we investigate the problem of 3D action anticipation from streaming videos…

计算机视觉与模式识别 · 计算机科学 2023-06-16 Hongsong Wang , Jiashi Feng

There has been an increasing interest in multi-task learning for video understanding in recent years. In this work, we propose a generalized notion of multi-task learning by incorporating both auxiliary tasks that the model should perform…

计算机视觉与模式识别 · 计算机科学 2022-08-23 Stephen Su , Samuel Kwong , Qingyu Zhao , De-An Huang , Juan Carlos Niebles , Ehsan Adeli

We provide an approach for learning deep neural net representations of models described via conditional moment restrictions. Conditional moment restrictions are widely used, as they are the language by which social scientists describe the…

计量经济学 · 经济学 2018-04-25 Greg Lewis , Vasilis Syrgkanis

Continual learning has recently attracted attention from the research community, as it aims to solve long-standing limitations of classic supervisedly-trained models. However, most research on this subject has tackled continual learning in…

计算机视觉与模式识别 · 计算机科学 2023-04-27 Giulia Castagnolo , Concetto Spampinato , Francesco Rundo , Daniela Giordano , Simone Palazzo

With advances in data-driven machine learning research, a wide variety of prediction models have been proposed to capture spatio-temporal features for the analysis of video streams. Recognising actions and detecting action transitions…

计算机视觉与模式识别 · 计算机科学 2024-03-06 Harshala Gammulle , David Ahmedt-Aristizabal , Simon Denman , Lachlan Tychsen-Smith , Lars Petersson , Clinton Fookes

Humans share a strong tendency to memorize/forget some of the visual information they encounter. This paper focuses on providing computational models for the prediction of the intrinsic memorability of visual content. To address this new…

计算机视觉与模式识别 · 计算机科学 2024-02-28 Romain Cohendet , Claire-Hélène Demarty , Ngoc Q. K. Duong , Martin Engilberge

Video prediction is a challenging computer vision task that has a wide range of applications. In this work, we present a new family of Transformer-based models for video prediction. Firstly, an efficient local spatial-temporal separation…

计算机视觉与模式识别 · 计算机科学 2022-12-13 Xi Ye , Guillaume-Alexandre Bilodeau

For action recognition learning, 2D CNN-based methods are efficient but may yield redundant features due to applying the same 2D convolution kernel to each frame. Recent efforts attempt to capture motion information by establishing…

计算机视觉与模式识别 · 计算机科学 2021-03-24 Mingyu Wu , Boyuan Jiang , Donghao Luo , Junchi Yan , Yabiao Wang , Ying Tai , Chengjie Wang , Jilin Li , Feiyue Huang , Xiaokang Yang

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 this paper we radically…

计算机视觉与模式识别 · 计算机科学 2017-08-08 Suman Saha , Gurkirt Singh , Fabio Cuzzolin

Recent incremental learning for action recognition usually stores representative videos to mitigate catastrophic forgetting. However, only a few bulky videos can be stored due to the limited memory. To address this problem, we propose…

计算机视觉与模式识别 · 计算机科学 2022-11-03 Yixuan Pei , Zhiwu Qing , Jun Cen , Xiang Wang , Shiwei Zhang , Yaxiong Wang , Mingqian Tang , Nong Sang , Xueming Qian

Video prediction aims to generate realistic future frames by learning dynamic visual patterns. One fundamental challenge is to deal with future uncertainty: How should a model behave when there are multiple correct, equally probable future?…

计算机视觉与模式识别 · 计算机科学 2018-07-10 Yunseok Jang , Gunhee Kim , Yale Song

The action anticipation task refers to predicting what action will happen based on observed videos, which requires the model to have a strong ability to summarize the present and then reason about the future. Experience and common sense…

计算机视觉与模式识别 · 计算机科学 2024-08-07 Xin Liu , Chao Hao , Zitong Yu , Huanjing Yue , Jingyu Yang

We propose a novel framework for structured prediction via adversarial learning. Existing adversarial learning methods involve two separate networks, i.e., the structured prediction models and the discriminative models, in the training. The…

计算机视觉与模式识别 · 计算机科学 2018-10-04 Pingbo Pan , Yan Yan , Tianbao Yang , Yi Yang