Advancing In-Context Learning for Efficient and Stable Medical Report Generation
Summary
Vision-language models (VLMs, AI systems that understand both images and text) struggle with medical report generation because they need lots of paired training data that are hard to obtain due to privacy concerns. This research proposes Principal In-Context Vectors (PCVs), a method that compresses example demonstrations into compact semantic patterns using principal component analysis (PCA, a math technique that finds the most important patterns in data), which can then guide the model to generate accurate medical reports without needing to retrain it.
Solution / Mitigation
The paper proposes Principal In-Context Vectors (PCVs) as the solution: extract hidden states from auto-regressive VLMs and apply principal component analysis (PCA) to identify robust semantic directions that remain stable under input perturbations, then inject these PCVs into new queries to steer generation toward accurate and clinically meaningful outputs without any model tuning.
Classification
Original source: http://ieeexplore.ieee.org/document/11503684
First tracked: August 23, 2026 at 02:01 AM
Classified by LLM (prompt v3) · confidence: 85%