CVAIJun 11, 2025

HSENet: Hybrid Spatial Encoding Network for 3D Medical Vision-Language Understanding

arXiv:2506.09634v11 citationsh-index: 8Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of diagnostic inaccuracies and hallucinations in automated 3D CT diagnosis for clinicians, representing a domain-specific advancement.

The paper tackles the problem of limited 3D medical vision-language understanding in existing multimodal large language models, which focus on 2D images and struggle with complex 3D anatomical structures, by proposing HSENet, a framework that achieves state-of-the-art performance in 3D language-visual retrieval (39.85% R@100, +5.96% gain), 3D medical report generation (24.01% BLEU-4, +8.01% gain), and 3D visual question answering (73.60% Major Class Accuracy, +1.99% gain).

Automated 3D CT diagnosis empowers clinicians to make timely, evidence-based decisions by enhancing diagnostic accuracy and workflow efficiency. While multimodal large language models (MLLMs) exhibit promising performance in visual-language understanding, existing methods mainly focus on 2D medical images, which fundamentally limits their ability to capture complex 3D anatomical structures. This limitation often leads to misinterpretation of subtle pathologies and causes diagnostic hallucinations. In this paper, we present Hybrid Spatial Encoding Network (HSENet), a framework that exploits enriched 3D medical visual cues by effective visual perception and projection for accurate and robust vision-language understanding. Specifically, HSENet employs dual-3D vision encoders to perceive both global volumetric contexts and fine-grained anatomical details, which are pre-trained by dual-stage alignment with diagnostic reports. Furthermore, we propose Spatial Packer, an efficient multimodal projector that condenses high-resolution 3D spatial regions into a compact set of informative visual tokens via centroid-based compression. By assigning spatial packers with dual-3D vision encoders, HSENet can seamlessly perceive and transfer hybrid visual representations to LLM's semantic space, facilitating accurate diagnostic text generation. Experimental results demonstrate that our method achieves state-of-the-art performance in 3D language-visual retrieval (39.85% of R@100, +5.96% gain), 3D medical report generation (24.01% of BLEU-4, +8.01% gain), and 3D visual question answering (73.60% of Major Class Accuracy, +1.99% gain), confirming its effectiveness. Our code is available at https://github.com/YanzhaoShi/HSENet.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes