Noise-Aware Visual Representation Learning for Medical Visual Question Answering
Quick Answer
The proposed noise-aware Med-VQA framework integrates a denoising autoencoder to enhance visual representations for medical question answering, achieving improved robustness against noisy inputs while maintaining competitive performance on SLAKE and PathVQA benchmarks.
Quick Take
The proposed noise-aware Med-VQA framework integrates a denoising autoencoder to enhance visual representations for medical question answering, achieving improved robustness against noisy inputs while maintaining competitive performance on SLAKE and PathVQA benchmarks.
Key Points
- Introduces a denoising autoencoder to improve visual representation robustness.
- Achieves competitive performance on SLAKE and PathVQA benchmarks.
- Employs low-rank adaptation for efficient fine-tuning without full retraining.
- Demonstrates enhanced resilience to noise in input embeddings.
- Supports clinical decision-making through improved Med-VQA capabilities.
Article Content
From source RSS / original summaryarXiv:2606. 05535v1 Announce Type: new Abstract: Medical visual question answering (Med-VQA) has strong potential for clinical decision support by enabling AI models to interpret medical images and answer clinically relevant queries. Recent approaches typically connect off-the-shelf vision encoders with large language models (LLMs) through lightweight mapping networks to reduce computational cost.
However, these methods often overlook the importance of handling noise and small irrelevant changes in visual representations. To address these challenges, we propose a noise-aware Med-VQA framework that incorporates a denoising autoencoder before visual embeddings are mapped into the input space of an LLM. The denoising autoencoder is pretrained to reconstruct clean visual embeddings from corrupted inputs, encouraging the model to learn robust visual representations that are less sensitive to noise.
The resulting embeddings are then projected into the language model embedding space using a multi-layer perceptron (MLP), forming visual prefix tokens that provide image information to the LLM. To enable efficient adaptation without full retraining, we employ parameter-efficient fine-tuning using low-rank adaptation (LoRA). The proposed method is evaluated on the SLAKE and PathVQA benchmarks.
Experimental results show improved robustness to noisy input embeddings while maintaining competitive clean performance across multiple evaluation criteria. These findings suggest that learning more robust visual representations can enhance Med-VQA performance and robustness.
Reader Mode unavailable (could not extract clean content).
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from arXiv cs.CV
See more →LLM-Guided ANN Index Optimization for Human-Object Interaction Retrieval
A phase-aware LLM agent optimizes human-object interaction retrieval, outperforming Optuna TPE by 33.3% and VDTuner by 34.2% on the HICO-DET benchmark. This method enhances throughput by 15.3x over UniIR and demonstrates strong transferability across vector database management systems.