paper-with-me

Papers

A Simple Baseline for Knowledge-Based Visual Question Answering

2023-10-20 · Alexandros Xenos, Themos Stafylakis, Ioannis Patras, Georgios Tzimiropoulos

This paper is on the problem of Knowledge-Based Visual Question Answering (KB-VQA). Recent works have emphasized the significance of incorporating both explicit (through external databases) and implicit (through LLMs) knowledge to answer questions requiring external knowledge effectively. A common limitation of such approaches is that they consist of relatively complicated pipelines and often heavily rely on accessing GPT-3 API. Our main contribution in this paper is to propose a much simpler and readily reproducible pipeline which, in a nutshell, is based on efficient in-context learning by prompting LLaMA (1 and 2) using question-informative captions as contextual information. Contrary to recent approaches, our method is training-free, does not require access to external databases or APIs, and yet achieves state-of-the-art accuracy on the OK-VQA and A-OK-VQA datasets. Finally, we perform several ablation studies to understand important aspects of our method. Our code is publicly available at https://github.com/alexandrosXe/ASimple-Baseline-For-Knowledge-Based-VQA

📄 PDF Abstract BibTeX arXiv:2310.13570

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context LearningQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
15 Ways to Contact How can i speak to someone at Delta Airlines 설명 없음
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
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…

Similar Papers 제목 키워드 기반

Simple Baseline for Visual Question Answering

2015-12-07 · Bolei Zhou, Yuandong Tian, Sainbayar Sukhbaatar, Arthur Szlam 외

We describe a very simple bag-of-words baseline for visual question answering. This baseline concatenates the word features from the question and CNN features from the image to predict the answer. When evaluated on the c…

Visual Question AnsweringVisual Question Answering (VQA)

A Dataset and Baselines for Visual Question Answering on Art

2020-08-28 · Noa Garcia, Chentao Ye, Zihua Liu, Qingtao Hu 외

Answering questions related to art pieces (paintings) is a difficult task, as it implies the understanding of not only the visual information that is shown in the picture, but also the contextual knowledge that is acquir…

Question AnsweringQuestion GenerationQuestion-GenerationVisual Question Answering+1

Blindfold Baselines for Embodied QA

2018-11-12 · Ankesh Anand, Eugene Belilovsky, Kyle Kastner, Hugo Larochelle 외

We explore blindfold (question-only) baselines for Embodied Question Answering. The EmbodiedQA task requires an agent to answer a question by intelligently navigating in a simulated environment, gathering necessary visua…

Embodied Question AnsweringQuestion Answering

Strong Baselines for Simple Question Answering over Knowledge Graphs with and without Neural Networks

2017-12-05 · NAACL 2018 6 · Salman Mohammed, Peng Shi, Jimmy Lin

We examine the problem of question answering over knowledge graphs, focusing on simple questions that can be answered by the lookup of a single fact. Adopting a straightforward decomposition of the problem into entity de…

Entity LinkingKnowledge GraphsQuestion AnsweringRelation Prediction

OK-VQA: A Visual Question Answering Benchmark Requiring External Knowledge

2019-05-31 · CVPR 2019 6 · Kenneth Marino, Mohammad Rastegari, Ali Farhadi, Roozbeh Mottaghi

Visual Question Answering (VQA) in its ideal form lets us study reasoning in the joint space of vision and language and serves as a proxy for the AI task of scene understanding. However, most VQA benchmarks to date are f…

object-detectionObject DetectionQuestion AnsweringScene Understanding+2