paper-with-me

Papers

From Node to Graph: Joint Reasoning on Visual-Semantic Relational Graph for Zero-Shot Detection

2022-02-15 · Winter Conference on Applications of Computer Vision (WACV) 2022 2 · Hui Nie, Ruiping Wang, Xilin Chen

Zero-Shot Detection (ZSD), which aims at localizing andrecognizing unseen objects in a complicated scene, usuallyleverages the visual and semantic information of individ-ual objects alone. However, scene understanding of hu-man exceeds recognizing individual objects separately: thecontextual information among multiple objects such as vi-sual relational information (e.g. visually similar objects)and semantic relational information (e.g. co-occurrences)is helpful for understanding of visual scene. In this pa-per, we verify that contextual information plays a more im-portant role in ZSD than in traditional object detection.To make full use of such information, we propose a newend-to-end ZSD methodGRaphAligningNetwork (GRAN)based on graph modeling and reasoning which simultane-ously considers visual and semantic information of multipleobjects instead of individual objects. Specifically, we for-mulate a Visual Relational Graph (VRG) and a SemanticRelational Graph (SRG), where the nodes are the objectsin the image and the semantic representations of classes re-spectively and the edges are the relevance between nodesin each graph. To characterize mutual effect between twomodalities, the two graphs are further merged into a hetero-geneous Visual-Semantic Relational Graph (VSRG), wheremodal translators are designed for the two subgraphs to en-able modal information to transform into a common spacefor communication, and message passing among nodes isenforced to refine their representations. Comprehensive ex-periments on MSCOCO dataset demonstrate the advantageof our method over state-of-the-arts, and qualitative anal-ysis suggests the validity of using contextual information.

📄 PDF Abstract BibTeX

Code (1)

witnessai/GRAN 공식 구현 pytorch

Tasks

Generalized Zero-Shot Object DetectionScene UnderstandingZero-Shot Object Detection

Similar Papers 제목 키워드 기반

Visual Semantics Allow for Textual Reasoning Better in Scene Text Recognition

2021-12-24 · AAAI 2022 2021 12 · Yue He, Chen Chen, Jing Zhang, Juhua Liu 외

Existing Scene Text Recognition (STR) methods typically use a language model to optimize the joint probability of the 1D character sequence predicted by a visual recognition (VR) model, which ignore the 2D spatial contex…

Language ModelingLanguage ModellingScene Text Recognition

Bilinear Graph Networks for Visual Question Answering

2019-07-23 · Dalu Guo, Chang Xu, DaCheng Tao

This paper revisits the bilinear attention networks in the visual question answering task from a graph perspective. The classical bilinear attention networks build a bilinear attention map to extract the joint representa…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

SRLGRN: Semantic Role Labeling Graph Reasoning Network

2020-10-07 · EMNLP 2020 11 · Chen Zheng, Parisa Kordjamshidi

This work deals with the challenge of learning and reasoning over multi-hop question answering (QA). We propose a graph reasoning network based on the semantic structure of the sentences to learn cross paragraph reasonin…

Multi-hop Question AnsweringQuestion AnsweringSemantic Role LabelingSentence

Iterative Context-Aware Graph Inference for Visual Dialog

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

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 …

Graph AttentionGraph EmbeddingRelationVisual Dialog

Jointly Visual- and Semantic-Aware Graph Memory Networks for Temporal Sentence Localization in Videos

2023-03-02 · Daizong Liu, Pan Zhou

Temporal sentence localization in videos (TSLV) aims to retrieve the most interested segment in an untrimmed video according to a given sentence query. However, almost of existing TSLV approaches suffer from the same lim…

Representation LearningSentenceVisual Reasoning