Darvin Yi · January 4, 2022
The Unique Problems of Medical Computer Vision

When I first asked a team of radiologists to segment brain lesions across thousands of MR scans, I had no idea what I was really asking of them. Coming from computer science, where datasets routinely contain tens of thousands of images, I underestimated the burden this placed on healthcare professionals. That experience fundamentally changed how I think about building medical AI.
“Do No Harm”
An exhausted radiology colleague once confronted me with a critical question: “At what point does starting a medical AI project cross the line into healthcare burden?” That moment became foundational to my approach. The core insight is that every annotation requested represents a patient diagnosis delayed. Medical data labeling cannot be crowdsourced like general computer vision tasks, creating genuine healthcare system strain.
The Unique Signal-to-Noise Problem
Through visual analysis of “mean images,” we can see why medical imaging differs fundamentally from standard computer vision. While ImageNet’s average appears as a blur due to heterogeneous content, CheXpert’s average chest X-ray remains recognizable. This reveals the paradox: medical images have low inter-image variance but require detecting small clinical signals against minimal noise—the opposite of general computer vision’s large-signal-on-large-noise problem.
“When You Have a Hammer, Everything’s a Nail”
Rather than pursuing more data through deep learning approaches, at Sirona we advocate developing specialized tools: metric learning, weakly-supervised and semi-supervised techniques, and human-in-the-loop training. Our strategy combines expert annotations with NLP-derived labels from clinical reports, minimizing the direct radiologist annotation burden.
Clinical Integration Over Innovation Theater
Algorithmic sophistication means nothing without healthcare workflow integration. Basic spine MRI segmentation, when integrated into the Anatomic Navigator feature, demonstrably improves radiology operations—validating the true measure of medical computer vision success. The goal is not to publish papers but to make radiologists faster and more accurate in the real world.
Darvin Yi works on Sirona’s R&D team developing computer vision and AI algorithms.
View more blog posts