paper-with-me

Papers

Iterative Context-Aware Graph Inference for Visual Dialog

2020-04-05 · CVPR 2020 6 · Dan Guo, Hui Wang, Hanwang Zhang, Zheng-Jun Zha, Meng Wang

Visual dialog is a challenging task that requires the comprehension of the semantic dependencies among implicit visual and textual contexts. This task can refer to the relation inference in a graphical model with sparse contexts and unknown graph structure (relation descriptor), and how to model the underlying context-aware relation inference is critical. To this end, we propose a novel Context-Aware Graph (CAG) neural network. Each node in the graph corresponds to a joint semantic feature, including both object-based (visual) and history-related (textual) context representations. The graph structure (relations in dialog) is iteratively updated using an adaptive top-$K$ message passing mechanism. Specifically, in every message passing step, each node selects the most $K$ relevant nodes, and only receives messages from them. Then, after the update, we impose graph attention on all the nodes to get the final graph embedding and infer the answer. In CAG, each node has dynamic relations in the graph (different related $K$ neighbor nodes), and only the most relevant nodes are attributive to the context-aware relational graph inference. Experimental results on VisDial v0.9 and v1.0 datasets show that CAG outperforms comparative methods. Visualization results further validate the interpretability of our method.

📄 PDF Abstract BibTeX arXiv:2004.02194

Code (1)

wh0330/CAG_VisDial pytorch

Tasks

Graph AttentionGraph EmbeddingRelationVisual Dialog

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Scene Graph Generation by Iterative Message Passing

2017-01-10 · CVPR 2017 7 · Danfei Xu, Yuke Zhu, Christopher B. Choy, Li Fei-Fei

Understanding a visual scene goes beyond recognizing individual objects in isolation. Relationships between objects also constitute rich semantic information about the scene. In this work, we explicitly model the objects…

Graph GenerationPanoptic Scene Graph GenerationScene Graph Generation

Multi-Step Visual Reasoning with Visual Tokens Scaling and Verification

2025-06-08 · Tianyi Bai, Zengjie Hu, Fupeng Sun, Jiantao Qiu 외

Multi-modal large language models (MLLMs) have achieved remarkable capabilities by integrating visual perception with language understanding, enabling applications such as image-grounded dialogue, visual question answeri…

Question AnsweringVisual Question AnsweringVisual Reasoning

Iteratively Prompt Pre-trained Language Models for Chain of Thought

2022-03-16 · Boshi Wang, Xiang Deng, Huan Sun

While Pre-trained Language Models (PLMs) internalize a great amount of world knowledge, they have been shown incapable of recalling these knowledge to solve tasks requiring complex & multi-step reasoning. Similar to how …

World Knowledge

Memory-aware Scheduling for Complex Wired Networks with Iterative Graph Optimization

2023-08-26 · Shuzhang Zhong, Meng Li, Yun Liang, Runsheng Wang 외

Memory-aware network scheduling is becoming increasingly important for deep neural network (DNN) inference on resource-constrained devices. However, due to the complex cell-level and network-level topologies, memory-awar…

Scheduling

Language-Conditioned Graph Networks for Relational Reasoning

2019-05-10 · ICCV 2019 10 · Ronghang Hu, Anna Rohrbach, Trevor Darrell, Kate Saenko

Solving grounded language tasks often requires reasoning about relationships between objects in the context of a given task. For example, to answer the question "What color is the mug on the plate?" we must check the col…

ObjectReferring Expression ComprehensionRelational ReasoningVisual Question Answering (VQA)