paper-with-me

Papers

MaS-VQA: A Mask-and-Select Framework for Knowledge-Based Visual Question Answering

2026-02-17 · Xianwei Mao, Kai Ye, Sheng Zhou, Nan Zhang, Haikuan Huang, Bin Li, Jiajun Bu arxiv

Knowledge-based Visual Question Answering (KB-VQA) requires models to answer questions by integrating visual information with external knowledge. However, retrieved knowledge is often noisy, partially irrelevant, or misaligned with the visual content, while internal model knowledge is difficult to control and interpret. Naive aggregation of these sources limits reasoning effectiveness and reduces answer accuracy. To address this, we propose MaS-VQA, a selection-driven framework that tightly couples explicit knowledge filtering with implicit knowledge reasoning. MaS-VQA first retrieves candidate passages and applies a Mask-and-Select mechanism to jointly prune irrelevant image regions and weakly relevant knowledge fragments, producing compact, high-signal multimodal knowledge . This filtered knowledge then guides the activation of internal knowledge in a constrained semantic space, enabling complementary co-modeling of explicit and implicit knowledge for robust answer prediction. Experiments on Encyclopedic-VQA and InfoSeek demonstrate consistent performance gains across multiple MLLM backbones, and ablations verify that the selection mechanism effectively reduces noise and enhances knowledge utilization.

📄 PDF Abstract BibTeX arXiv:2602.15915

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Question Answering

Similar Papers 제목 키워드 기반

Spatial Knowledge Distillation to aid Visual Reasoning

2018-12-10 · Somak Aditya, Rudra Saha, Yezhou Yang, Chitta Baral

For tasks involving language and vision, the current state-of-the-art methods tend not to leverage any additional information that might be present to gather relevant (commonsense) knowledge. A representative task is Vis…

DiagnosticKnowledge DistillationQuestion AnsweringRelational Reasoning+3

Self-Bootstrapped Visual-Language Model for Knowledge Selection and Question Answering

2024-04-22 · Dongze Hao, Qunbo Wang, Longteng Guo, Jie Jiang 외

While large visual-language models (LVLM) have shown promising results on traditional visual question answering benchmarks, it is still challenging for them to answer complex VQA problems which requires diverse world kno…

Language ModelingLanguage ModellingLarge Language ModelPassage Retrieval+6

Reason Twice: Segmentation via Candidate Discovery and Comparative Reasoning

2026-06-08 · Xinyan Gao, Haoran Hao, Xiangyu Yue arxiv

The rapid development of pretrained foundation models has enabled more general image segmentation. Multimodal large language models (MLLMs) have been widely explored for image segmentation with complex queries that requi…

Image SegmentationSpatial Reasoning

Toward Ambulatory Vision: Learning Visually-Grounded Active View Selection

2025-12-15 · Juil Koo, Daehyeon Choi, Sangwoo Youn, Phillip Y. Lee 외 arxiv

Vision Language Models (VLMs) excel at visual question answering (VQA) but remain limited to snapshot vision, reasoning from static images. In contrast, embodied agents require ambulatory vision, actively moving to obtai…

Visual Question Answering

Does Pre-training Induce Systematic Inference? How Masked Language Models Acquire Commonsense Knowledge

2021-12-16 · NAACL 2022 7 · Ian Porada, Alessandro Sordoni, Jackie Chi Kit Cheung

Transformer models pre-trained with a masked-language-modeling objective (e.g., BERT) encode commonsense knowledge as evidenced by behavioral probes; however, the extent to which this knowledge is acquired by systematic …

Language ModelingLanguage ModellingMasked Language ModelingOpen-Ended Question Answering