Search papers, labs, and topics across Lattice.
The authors trained a 3D CT vision-language model on a large private dataset of 98k report-volume pairs, combined with public data, using SigLIP-style contrastive pretraining and prompt-based disease supervision. They introduce a novel intra-scan snippet localization task, predicting the axial slice referred to by a text snippet in the radiology report. The resulting model achieves state-of-the-art text-to-image retrieval on CT-RATE and competitive disease classification on both CT-RATE and Rad-ChestCT, while also demonstrating strong performance on the new localization task.
Radiologists routinely pinpoint specific CT scan slices in their reports, and now AI can learn to "read where to look" too, grounding language in 3D volumes with unprecedented accuracy.
Recent 3D CT vision-language models align volumes with reports via contrastive pretraining, but typically rely on limited public data and provide only coarse global supervision. We train a 3D CT vision-language model on 98k report-volume pairs (50k patients) collected at a single hospital, combined with public datasets, using SigLIP-style contrastive pretraining together with prompt-based disease supervision in the shared vision-text embedding space. On CT-RATE, our model achieves state-of-the-art text-to-image retrieval (R@10 31.5 vs. 22.2) and competitive disease classification (AUC 83.8 vs. 83.8), with consistent results on Rad-ChestCT (AUC 77.0 vs. 77.3). We further observe that radiologists routinely reference specific images within their reports (e.g., ``series X, image Y''), linking textual descriptions to precise axial locations. We automatically mine 262k such snippet-slice pairs and introduce the task of intra-scan snippet localization -- predicting the axial depth referred to by a text snippet -- reducing mean absolute error to 36.3 mm at 12 mm feature resolution, compared with 67.0 mm for the best baseline. Adding this localization objective leaves retrieval and classification broadly unchanged within confidence bounds, yielding a single unified model for retrieval, classification, and intra-scan grounding.