paper-with-me

홈 › Papers

Dynamic Graph Representation Learning for Video Dialog via Multi-Modal Shuffled Transformers

2020-07-08 · Shijie Geng, Peng Gao, Moitreya Chatterjee, Chiori Hori, Jonathan Le Roux, Yongfeng Zhang, Hongsheng Li, Anoop Cherian

Given an input video, its associated audio, and a brief caption, the audio-visual scene aware dialog (AVSD) task requires an agent to indulge in a question-answer dialog with a human about the audio-visual content. This task thus poses a challenging multi-modal representation learning and reasoning scenario, advancements into which could influence several human-machine interaction applications. To solve this task, we introduce a semantics-controlled multi-modal shuffled Transformer reasoning framework, consisting of a sequence of Transformer modules, each taking a modality as input and producing representations conditioned on the input question. Our proposed Transformer variant uses a shuffling scheme on their multi-head outputs, demonstrating better regularization. To encode fine-grained visual information, we present a novel dynamic scene graph representation learning pipeline that consists of an intra-frame reasoning layer producing spatio-semantic graph representations for every frame, and an inter-frame aggregation module capturing temporal cues. Our entire pipeline is trained end-to-end. We present experiments on the benchmark AVSD dataset, both on answer generation and selection tasks. Our results demonstrate state-of-the-art performances on all evaluation metrics.

📄 PDF Abstract BibTeX arXiv:2007.03848

Code (0)

등록된 구현이 없습니다.

Tasks

Answer GenerationGraph Representation LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Structured Co-reference Graph Attention for Video-grounded Dialogue

2021-03-24 · Junyeong Kim, Sunjae Yoon, Dahyun Kim, Chang D. Yoo

A video-grounded dialogue system referred to as the Structured Co-reference Graph Attention (SCGA) is presented for decoding the answer sequence to a question regarding a given video while keeping track of the dialogue c…

Graph Attention

A Corpus of Gesture-Annotated Dialogues for Monologue-to-Dialogue Generation from Personal Narratives

2016-05-01 · LREC 2016 5 · Zhichao Hu, Michelle Dick, Chung-Ning Chang, Kevin Bowden 외

Story-telling is a fundamental and prevalent aspect of human social behavior. In the wild, stories are told conversationally in social settings, often as a dialogue and with accompanying gestures and other nonverbal beha…

Dialogue GenerationText Generation

Video-Grounded Dialogues with Pretrained Generation Language Models

2020-06-27 · ACL 2020 6 · Hung Le, Steven C. H. Hoi

Pre-trained language models have shown remarkable success in improving various downstream NLP tasks due to their ability to capture dependencies in textual data and generate natural responses. In this paper, we leverage …

Sentence

End-to-End Audio Visual Scene-Aware Dialog using Multimodal Attention-Based Video Features

2018-06-21 · Chiori Hori, Huda Alamri, Jue Wang, Gordon Wichern 외

Dialog systems need to understand dynamic visual scenes in order to have conversations with users about the objects and events around them. Scene-aware dialog systems for real-world applications could be developed by int…

Question AnsweringVideo DescriptionVisual Question AnsweringVisual Question Answering (VQA)

GDPNet: Refining Latent Multi-View Graph for Relation Extraction

2020-12-12 · Fuzhao Xue, Aixin Sun, Hao Zhang, Eng Siong Chng

Relation Extraction (RE) is to predict the relation type of two entities that are mentioned in a piece of text, e.g., a sentence or a dialogue. When the given text is long, it is challenging to identify indicative words …

Dialog Relation ExtractionDynamic Time WarpingRelationRelation Extraction+2