paper-with-me

Papers

Exploring Sparse Spatial Relation in Graph Inference for Text-Based VQA

2023-10-13 · Sheng Zhou, Dan Guo, Jia Li, Xun Yang, Meng Wang

Text-based visual question answering (TextVQA) faces the significant challenge of avoiding redundant relational inference. To be specific, a large number of detected objects and optical character recognition (OCR) tokens result in rich visual relationships. Existing works take all visual relationships into account for answer prediction. However, there are three observations: (1) a single subject in the images can be easily detected as multiple objects with distinct bounding boxes (considered repetitive objects). The associations between these repetitive objects are superfluous for answer reasoning; (2) two spatially distant OCR tokens detected in the image frequently have weak semantic dependencies for answer reasoning; and (3) the co-existence of nearby objects and tokens may be indicative of important visual cues for predicting answers. Rather than utilizing all of them for answer prediction, we make an effort to identify the most important connections or eliminate redundant ones. We propose a sparse spatial graph network (SSGN) that introduces a spatially aware relation pruning technique to this task. As spatial factors for relation measurement, we employ spatial distance, geometric dimension, overlap area, and DIoU for spatially aware pruning. We consider three visual relationships for graph learning: object-object, OCR-OCR tokens, and object-OCR token relationships. SSGN is a progressive graph learning architecture that verifies the pivotal relations in the correlated object-token sparse graph, and then in the respective object-based sparse graph and token-based sparse graph. Experiment results on TextVQA and ST-VQA datasets demonstrate that SSGN achieves promising performances. And some visualization results further demonstrate the interpretability of our method.

📄 PDF Abstract BibTeX arXiv:2310.09147

Code (0)

등록된 구현이 없습니다.

Tasks

Graph LearningObjectOptical Character RecognitionOptical Character Recognition (OCR)Question AnsweringRelationTextVQAVisual Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

Subgraph Neighboring Relations Infomax for Inductive Link Prediction on Knowledge Graphs

2022-07-28 · Xiaohan Xu, Peng Zhang, Yongquan He, Chengpeng Chao 외

Inductive link prediction for knowledge graph aims at predicting missing links between unseen entities, those not shown in training stage. Most previous works learn entity-specific embeddings of entities, which cannot ha…

Inductive Link PredictionKnowledge GraphsLink Prediction

Spatial-Aware Graph Relation Network for Large-Scale Object Detection

2019-06-01 · CVPR 2019 6 · Hang Xu, Chenhan Jiang, Xiaodan Liang, Zhenguo Li

How to proper encode high-order object relation in the detection system without any external knowledge? How to leverage the information between co-occurrence and locations of objects for better reasoning? These questions…

Objectobject-detectionObject DetectionObject Recognition+2

Fast Light Field Reconstruction With Deep Coarse-To-Fine Modeling of Spatial-Angular Clues

2018-09-01 · ECCV 2018 9 · Henry Wing Fung Yeung, Junhui Hou, Jie Chen, Yuk Ying Chung 외

Densely-sampled light fields (LFs) are beneficial to many applications such as depth inference and post-capture refocusing. However, it is costly and challenging to capture them. In this paper, we propose a learning base…

Focusing and Diffusion: Bidirectional Attentive Graph Convolutional Networks for Skeleton-based Action Recognition

2019-12-24 · Jialin Gao, Tong He, Xi Zhou, Shiming Ge

A collection of approaches based on graph convolutional networks have proven success in skeleton-based action recognition by exploring neighborhood information and dense dependencies between intra-frame joints. However, …

Action RecognitionSkeleton Based Action Recognition

Structural Graph Neural Networks with Anatomical Priors for Explainable Chest X-ray Diagnosis

2026-01-17 · Khaled Berkani arxiv

We present a structural graph reasoning framework that incorporates explicit anatomical priors for explainable vision-based diagnosis. Convolutional feature maps are reinterpreted as patch-level graphs, where nodes encod…

Relational Reasoning