paper-with-me

홈 › Papers

Excitation Backprop for RNNs

2017-11-18 · CVPR 2018 6 · Sarah Adel Bargal, Andrea Zunino, Donghyun Kim, Jianming Zhang, Vittorio Murino, Stan Sclaroff

Deep models are state-of-the-art for many vision tasks including video action recognition and video captioning. Models are trained to caption or classify activity in videos, but little is known about the evidence used to make such decisions. Grounding decisions made by deep networks has been studied in spatial visual content, giving more insight into model predictions for images. However, such studies are relatively lacking for models of spatiotemporal visual content - videos. In this work, we devise a formulation that simultaneously grounds evidence in space and time, in a single pass, using top-down saliency. We visualize the spatiotemporal cues that contribute to a deep model's classification/captioning output using the model's internal representation. Based on these spatiotemporal cues, we are able to localize segments within a video that correspond with a specific action, or phrase from a caption, without explicitly optimizing/training for these tasks.

📄 PDF Abstract BibTeX arXiv:1711.06778

Code (1)

sbargal/Caffe-ExcitationBP-RNNs 공식 구현

Tasks

Action RecognitionTemporal Action LocalizationVideo Captioning

Similar Papers 제목 키워드 기반

A Gentle Tutorial of Recurrent Neural Network with Error Backpropagation

2016-10-08 · Gang Chen

We describe recurrent neural networks (RNNs), which have attracted great attention on sequential tasks, such as handwriting recognition, speech recognition and image to text. However, compared to general feedforward neur…

Handwriting RecognitionImage to textspeech-recognitionSpeech Recognition

Learning Longer-term Dependencies in RNNs with Auxiliary Losses

2018-03-01 · ICML 2018 · Trieu H. Trinh, Andrew M. Dai, Minh-Thang Luong, Quoc V. Le

Despite recent advances in training recurrent neural networks (RNNs), capturing long-term dependencies in sequences remains a fundamental challenge. Most approaches use backpropagation through time (BPTT), which is diffi…

Document ClassificationGeneral Classificationimage-classificationImage Classification

Learning Longer-term Dependencies in RNNs with Auxiliary Losses

2018-07-01 · ICML 2018 7 · Trieu Trinh, Andrew Dai, Thang Luong, Quoc Le

Despite recent advances in training recurrent neural networks (RNNs), capturing long-term dependencies in sequences remains a fundamental challenge. Most approaches use backpropagation through time (BPTT), which is …

Document ClassificationGeneral Classificationimage-classificationImage Classification

Top-down Neural Attention by Excitation Backprop

2016-08-01 · Jianming Zhang, Zhe Lin, Jonathan Brandt, Xiaohui Shen 외

We aim to model the top-down attention of a Convolutional Neural Network (CNN) classifier for generating task-specific attention maps. Inspired by a top-down human visual attention model, we propose a new backpropagation…

Backpropagation Through Time For Networks With Long-Term Dependencies

2021-03-26 · George Bird, Maxim E. Polivoda

Backpropagation through time (BPTT) is a technique of updating tuned parameters within recurrent neural networks (RNNs). Several attempts at creating such an algorithm have been made including: Nth Ordered Approximations…