CVFeb 7, 2025

DCFormer: Efficient 3D Vision-Language Modeling with Decomposed Convolutions

arXiv:2502.05091v216 citationsh-index: 5Has Code
Originality Highly original
AI Analysis

This work addresses the problem of high computational cost in 3D vision-language models for medical imaging, offering a more scalable solution for clinical deployment.

The paper tackled the computational challenge of extending vision-language models to 3D medical imaging by introducing DCFormer, an efficient 3D image encoder that uses decomposed convolutions, achieving state-of-the-art performance in pathology detection and image-text retrieval on a dataset of 50,188 CT volumes.

Vision-language models (VLMs) have been widely applied to 2D medical image analysis due to their ability to align visual and textual representations. However, extending VLMs to 3D imaging remains computationally challenging. Existing 3D VLMs often rely on Vision Transformers (ViTs), which are computationally expensive due to the quadratic complexity of self-attention, or on 3D convolutions, which require large numbers of parameters and FLOPs as kernel size increases. We introduce DCFormer, an efficient 3D image encoder that factorizes 3D convolutions into three parallel 1D convolutions along the depth, height, and width dimensions. This design preserves spatial information while significantly reducing computational cost. Integrated into a CLIP-based vision-language framework, DCFormer is trained and evaluated on CT-RATE, a dataset of 50,188 paired 3D chest CT volumes and radiology reports. In zero-shot and fine-tuned detection of 18 pathologies, as well as in image-text retrieval tasks, DCFormer consistently outperforms state-of-the-art 3D vision encoders, including CT-ViT, ViT, ConvNeXt, PoolFormer, and TransUNet. These results highlight DCFormer's potential for scalable, clinically deployable 3D medical VLMs. Our code is available at: https://github.com/mirthAI/DCFormer.

Foundations

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

Your Notes