paper-with-me

Papers

Location-Aware Visual Question Generation with Lightweight Models

2023-10-23 · Nicholas Collin Suwono, Justin Chih-Yao Chen, Tun Min Hung, Ting-Hao Kenneth Huang, I-Bin Liao, Yung-Hui Li, Lun-Wei Ku, Shao-Hua Sun

This work introduces a novel task, location-aware visual question generation (LocaVQG), which aims to generate engaging questions from data relevant to a particular geographical location. Specifically, we represent such location-aware information with surrounding images and a GPS coordinate. To tackle this task, we present a dataset generation pipeline that leverages GPT-4 to produce diverse and sophisticated questions. Then, we aim to learn a lightweight model that can address the LocaVQG task and fit on an edge device, such as a mobile phone. To this end, we propose a method which can reliably generate engaging questions from location-aware information. Our proposed method outperforms baselines regarding human evaluation (e.g., engagement, grounding, coherence) and automatic evaluation metrics (e.g., BERTScore, ROUGE-2). Moreover, we conduct extensive ablation studies to justify our proposed techniques for both generating the dataset and solving the task.

📄 PDF Abstract BibTeX arXiv:2310.15129

Code (1)

academiasinicanlplab/locavqg 공식 구현 pytorch

Tasks

Dataset GenerationQuestion GenerationQuestion-Generation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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$…
Position-Wise Feed-Forward Layer 설명 없음
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Adam 설명 없음

Similar Papers 제목 키워드 기반

InViC: Intent-aware Visual Cues for Medical Visual Question Answering

2026-03-17 · Zhisong Wang, Ziyang Chen, Zanting Ye, Hongze Zhu 외 arxiv

Medical visual question answering (Med-VQA) aims to answer clinically relevant questions grounded in medical images. However, existing multimodal large language models (MLLMs) often exhibit shortcut answering, producing …

Visual Question AnsweringAnswer Generation

GRACE: Grounded Reasoning via Adapter Composition and Evidence-Aware Calibration for Educational Visual Question Answering

2026-08-19 · Xinjin Li, Yudi Xia, Xi Zhao, Yiliu Xu 외 arxiv

Educational visual question answering, or VQA, requires models to solve curriculum-oriented multiple-choice questions using both language and visual evidence. Compared with conventional open-ended VQA, educational exampl…

Visual Question Answering

LiVLR: A Lightweight Visual-Linguistic Reasoning Framework for Video Question Answering

2021-11-29 · Jingjing Jiang, Ziyi Liu, Nanning Zheng

Video Question Answering (VideoQA), aiming to correctly answer the given question based on understanding multi-modal video content, is challenging due to the rich video content. From the perspective of video understandin…

DiversityQuestion AnsweringVideo Question AnsweringVideo Understanding+1

Enhancing Medical Large Vision-Language Models via Alignment Distillation

2025-12-21 · Aofei Chang, Ting Wang, Fenglong Ma arxiv

Medical Large Vision-Language Models (Med-LVLMs) have shown promising results in clinical applications, but often suffer from hallucinated outputs due to misaligned visual understanding. In this work, we identify two fun…

Visual Question AnsweringMedical Report GenerationRepresentation Learning

Location-Aware Fine-Grained Representation Learning for Medical Vision Foundation Models

2026-08-02 · Myeongkyun Kang, Yanting Yang, Xiaoxiao Li arxiv

Fine-grained visual representations are essential for medical image analysis, particularly when diagnostically relevant evidence is subtle and spatially localized. Modern transformer-based medical vision encoders must th…

Visual Question AnsweringSelf-Supervised LearningRepresentation LearningPhrase Grounding