paper-with-me

홈 › Papers

Dilated Temporal Relational Adversarial Network for Generic Video Summarization

2018-04-30 · Yu-jia Zhang, Michael Kampffmeyer, Xiaodan Liang, Dingwen Zhang, Min Tan, Eric P. Xing

The large amount of videos popping up every day, make it more and more critical that key information within videos can be extracted and understood in a very short time. Video summarization, the task of finding the smallest subset of frames, which still conveys the whole story of a given video, is thus of great significance to improve efficiency of video understanding. We propose a novel Dilated Temporal Relational Generative Adversarial Network (DTR-GAN) to achieve frame-level video summarization. Given a video, it selects the set of key frames, which contain the most meaningful and compact information. Specifically, DTR-GAN learns a dilated temporal relational generator and a discriminator with three-player loss in an adversarial manner. A new dilated temporal relation (DTR) unit is introduced to enhance temporal representation capturing. The generator uses this unit to effectively exploit global multi-scale temporal context to select key frames and to complement the commonly used Bi-LSTM. To ensure that summaries capture enough key video representation from a global perspective rather than a trivial randomly shorten sequence, we present a discriminator that learns to enforce both the information completeness and compactness of summaries via a three-player loss. The loss includes the generated summary loss, the random summary loss, and the real summary (ground-truth) loss, which play important roles for better regularizing the learned model to obtain useful summaries. Comprehensive experiments on three public datasets show the effectiveness of the proposed approach.

📄 PDF Abstract BibTeX arXiv:1804.11228

Code (0)

등록된 구현이 없습니다.

Tasks

Generative Adversarial NetworkVideo SummarizationVideo Understanding

Similar Papers 제목 키워드 기반

Temporal Relational Modeling with Self-Supervision for Action Segmentation

2020-12-14 · Dong Wang, Di Hu, Xingjian Li, Dejing Dou

Temporal relational modeling in video is essential for human action understanding, such as action recognition and action segmentation. Although Graph Convolution Networks (GCNs) have shown promising advantages in relatio…

Action RecognitionAction SegmentationAction Understanding

TDViT: Temporal Dilated Video Transformer for Dense Video Tasks

2024-02-14 · Guanxiong Sun, Yang Hua, Guosheng Hu, Neil Robertson

Deep video models, for example, 3D CNNs or video transformers, have achieved promising performance on sparse video tasks, i.e., predicting one result per video. However, challenges arise when adapting existing deep video…

Instance Segmentationobject-detectionObject DetectionSemantic Segmentation+2

Spatiotemporal Dilated Convolution with Uncertain Matching for Video-based Crowd Estimation

2021-01-29 · Yu-Jen Ma, Hong-Han Shuai, Wen-Huang Cheng

In this paper, we propose a novel SpatioTemporal convolutional Dense Network (STDNet) to address the video-based crowd counting problem, which contains the decomposition of 3D convolution and the 3D spatiotemporal dilate…

Crowd Counting

Dilated DenseNets for Relational Reasoning

2018-11-01 · Antreas Antoniou, Agnieszka Słowik, Elliot J. Crowley, Amos Storkey

Despite their impressive performance in many tasks, deep neural networks often struggle at relational reasoning. This has recently been remedied with the introduction of a plug-in relational module that considers relatio…

Relational Reasoning

PDAN: Pyramid Dilated Attention Network for Action Detection

2021-01-05 · Rui Dai, Srijan Das, Luca Minciullo, Lorenzo Garattoni 외

Handling long and complex temporal information is an important challenge for action detection tasks. This challenge is further aggravated by densely distributed actions in untrimmed videos. Previous action detection meth…

Action DetectionAction LocalizationMulti-Label ClassificationTemporal Action Localization