paper-with-me

홈 › Papers

Memory-Augmented Multimodal LLMs for Surgical VQA via Self-Contained Inquiry

2024-11-17 · Wenjun Hou, Yi Cheng, Kaishuai Xu, Yan Hu, Wenjie Li, Jiang Liu

Comprehensively understanding surgical scenes in Surgical Visual Question Answering (Surgical VQA) requires reasoning over multiple objects. Previous approaches address this task using cross-modal fusion strategies to enhance reasoning ability. However, these methods often struggle with limited scene understanding and question comprehension, and some rely on external resources (e.g., pre-extracted object features), which can introduce errors and generalize poorly across diverse surgical environments. To address these challenges, we propose SCAN, a simple yet effective memory-augmented framework that leverages Multimodal LLMs to improve surgical context comprehension via Self-Contained Inquiry. SCAN operates autonomously, generating two types of memory for context augmentation: Direct Memory (DM), which provides multiple candidates (or hints) to the final answer, and Indirect Memory (IM), which consists of self-contained question-hint pairs to capture broader scene context. DM directly assists in answering the question, while IM enhances understanding of the surgical scene beyond the immediate query. Reasoning over these object-aware memories enables the model to accurately interpret images and respond to questions. Extensive experiments on three publicly available Surgical VQA datasets demonstrate that SCAN achieves state-of-the-art performance, offering improved accuracy and robustness across various surgical scenarios.

📄 PDF Abstract BibTeX arXiv:2411.10937

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringScene UnderstandingVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

SurgTEMP: Temporal-Aware Surgical Video Question Answering with Text-guided Visual Memory for Laparoscopic Cholecystectomy

2026-03-31 · Shi Li, Vinkle Srivastav, Nicolas Chanel, Saurav Sharma 외 arxiv

Surgical procedures are inherently complex and risky, requiring extensive expertise and constant focus to navigate evolving intraoperative scenes. Computer-assisted systems such as surgical visual question answering (VQA…

Visual Question AnsweringVideo Question Answering

SURGENT: A Surgical Multi-Agent Assistance System Across the Perioperative Workflow

2026-05-28 · Dongsheng Shi, Yue Li, Xin Yi, Yongyi Cui 외 arxiv

The intricate nature of modern surgical care necessitates intelligent systems that can synthesize extensive patient records, support collaborative decision-making, and provide transparent, auditable reasoning across the …

SurgMLLMBench: A Multimodal Large Language Model Benchmark Dataset for Surgical Scene Understanding

2025-11-26 · Tae-Min Choi, Tae Kyeong Jeong, Garam Kim, Jaemin Lee 외 arxiv

Recent advances in multimodal large language models (LLMs) have highlighted their potential for medical and surgical applications. However, existing surgical datasets predominantly adopt a Visual Question Answering (VQA)…

Visual Question AnsweringScene Understanding

Memory-Augmented SAM2 for Training-Free Surgical Video Segmentation

2025-07-13 · Ming Yin, Fu Wang, Xujiong Ye, Yanda Meng 외

Surgical video segmentation is a critical task in computer-assisted surgery, essential for enhancing surgical quality and patient outcomes. Recently, the Segment Anything Model 2 (SAM2) framework has demonstrated remarka…

SegmentationSemantic SegmentationVideo Object SegmentationVideo Segmentation+1

SurgBox: Agent-Driven Operating Room Sandbox with Surgery Copilot

2024-12-06 · Jinlin Wu, Xusheng Liang, Xuexue Bai, Zhen Chen

Surgical interventions, particularly in neurology, represent complex and high-stakes scenarios that impose substantial cognitive burdens on surgical teams. Although deliberate education and practice can enhance cognitive…

Decision MakingRAGRetrieval-augmented Generation