The Radiologist Burnout Crisis and DICOM Bottlenecks
Radiologists worldwide are facing an unprecedented level of burnout, a consequence of escalating workloads and the inherent inefficiencies in medical imaging workflows. On average, specialists are tasked with evaluating over 50 volumetric MRI scans daily. Each scan comprises a staggering number of high-resolution DICOM slices, typically ranging from 24 to 40. The manual process of inspecting every plane, meticulously checking ligament continuity across depth slices, and dictating repetitive clinical reports consumes a significant portion of a radiologist's day, often taking between 10 to 15 minutes per study. This bottleneck not only impacts physician well-being but also delays critical patient diagnoses.
To address this critical issue, the RadScan AI project was developed. It aims to create an autonomous radiology co-pilot designed to streamline the triage process and alleviate the immense pressure on human radiologists. By intelligently prioritizing and pre-processing medical imaging studies, RadScan AI seeks to reclaim valuable time for specialists, allowing them to focus on complex cases and patient care.
RadScan AI Architecture: GCP Cloud Run and Vertex AI
The architecture of RadScan AI is built upon Google Cloud Platform (GCP), leveraging its scalable and efficient services to deliver a robust and performant solution. At its core, the system utilizes GCP Cloud Run, a fully managed compute platform that enables developers to run stateless containers. A key advantage of Cloud Run in this context is its L4 GPU support and scale-to-zero capability, allowing for cost-effective microservices that only consume resources when actively processing requests. This is particularly beneficial for handling variable loads of imaging data.
For the machine learning components, Vertex AI is employed. This unified MLOps platform provides the tools and infrastructure necessary for training, deploying, and managing machine learning models at scale. Specifically, RadScan AI integrates with advanced large language models, including Vertex AI Gemini 3.5 Flash and 1.5 Pro. These models are crucial for the multimodal aspect of the system, enabling it to process and understand both visual imaging data and associated textual information, such as clinical notes and reports.

The 2.5D Volumetric CNN-BiGRU Neural Network
The intelligence behind RadScan AI's diagnostic capabilities lies in its sophisticated neural network architecture. The system employs a 2.5D Volumetric Convolutional Neural Network (CNN) combined with a Bidirectional Gated Recurrent Unit (BiGRU). This hybrid approach is designed to effectively process volumetric medical imaging data, such as MRI scans. The 2.5D CNN component allows the model to capture spatial relationships and features within individual slices and across adjacent slices, simulating a limited 3D view. The BiGRU, on the other hand, excels at capturing temporal dependencies and sequential information, which is vital for understanding the continuity and context across the multiple slices that constitute a volumetric study.
This network was trained on an extensive dataset comprising 819,100 DICOM files, totaling 530 GB of data. Such a large and diverse dataset is essential for training a robust model capable of recognizing subtle anomalies and patterns indicative of various medical conditions. The scale of this training data underscores the commitment to developing a highly accurate and reliable AI diagnostic assistant.
Autonomous Triage and Multimodal Processing
RadScan AI's primary function is autonomous multimodal radiology triage. This means it can independently process incoming radiology studies, analyze them using its advanced AI models, and determine their urgency and priority. The multimodal aspect is key: it doesn't just look at the images; it also processes associated clinical information, patient history, and any textual data available. This holistic approach allows for a more nuanced and accurate assessment of a case's criticality.
The system's ability to perform triage autonomously means it can flag urgent cases for immediate radiologist review, while less critical studies can be batched for later examination. This intelligent prioritization directly addresses the workflow bottleneck, ensuring that life-threatening conditions are identified and acted upon swiftly. The integration with Gemini models further enhances this by enabling the AI to generate preliminary reports or summaries that highlight key findings, saving the radiologist considerable dictation time.
Implications for Healthcare and Future Development
The development of RadScan AI represents a significant step towards addressing the global shortage of radiologists and mitigating the effects of burnout. By automating the initial stages of image review and triage, the system allows healthcare institutions to optimize resource allocation and improve diagnostic turnaround times. For radiologists, it acts as a powerful co-pilot, augmenting their capabilities rather than replacing them, and reducing the cognitive load associated with repetitive tasks.
The use of scalable cloud infrastructure like GCP Cloud Run and Vertex AI ensures that RadScan AI can be deployed efficiently and adapted to the needs of various healthcare settings, from large hospital networks to smaller clinics. The project, initially built for the All Things Agentic Hackathon, demonstrates the potential of AI to transform complex, data-intensive fields like medical diagnostics. What remains to be seen is how regulatory bodies will adapt to such autonomous AI systems in clinical decision-making and the long-term impact on radiologist training and specialization.
