TLDR: COME is a novel AI framework for universal lesion detection in ultrasound images. It addresses challenges posed by diverse ultrasound datasets by using dual shared experts to create a universal feature space and source-specific experts that learn unique features from each dataset. This collaborative approach, combined with intelligent data routing and loss functions, significantly improves detection performance and generalization across various ultrasound data, making it more reliable for clinical use.
Ultrasound (US) imaging is a crucial tool in modern medicine, especially for detecting lesions. However, conventional AI models trained on single datasets often struggle when faced with new or diverse ultrasound data. This is due to challenges like limited data availability, acoustic shadows, and speckle noise, which vary significantly across different ultrasound machines and institutions. This variability makes it difficult to create a single, reliable framework that works universally.
Introducing COME: A Universal Framework
To address these limitations, researchers have developed a new framework called COME, which stands for Universal Collaborative Mixture of Heterogeneous Source-Specific Experts. COME aims to build a robust system for universal lesion detection across multiple, diverse ultrasound datasets. The core idea behind COME is to effectively manage interference between different datasets while still preserving the unique, discriminative features specific to each dataset.
Previous attempts often used single source-specific decoders or domain adaptation strategies, but these methods frequently saw a drop in performance when applied to data from other domains. COME tackles this by establishing dual structure-semantic shared experts. These shared experts work together to create a universal representation space, which then collaborates with source-specific experts. This collaboration allows the system to extract distinct features from each dataset by providing complementary information. This innovative design enables the model to generalize well, leveraging experiences from various datasets and offering universal ultrasound insights, even for small or previously unseen data.
How COME Works: The Expert System
COME operates on a sophisticated Mixture-of-Experts (MoE) architecture. It integrates two types of shared experts with a module of heterogeneous source-specific experts:
-
Structure Shared Expert (STE): This expert focuses on learning dataset-agnostic imaging and structural consistency. It uses a pre-trained ultrasound foundation model (USFM) that has learned robust anatomical features from a large corpus of ultrasound data, even with noise and variations.
-
Semantic Shared Expert (SEE): This expert is designed to encode high-level, invariant anatomical semantics. It achieves this by aligning semantic features using multimodal ultrasound image-text pairs, essentially understanding the meaning behind the images.
These two shared experts provide a dual source of prior knowledge, enhancing the ability of the source-specific experts to extract rich features. The system also includes a Mixture of Heterogeneous Source-Specific Experts (S²E) module. This module comprises multiple expert networks and a dynamic routing system. It’s designed to extract discriminative features unique to individual datasets. To ensure these experts specialize effectively, COME employs clever clustering strategies, such as Fine2Coarse Hierarchical Clustering or Multi-Step Clustering, which help route similar data tokens to specific experts.
Enhanced Training and Performance
COME’s training process is further optimized with a collaborative source-specific loss function. This function helps prevent expert learning bias and load imbalance, ensuring that each expert specializes in its assigned domain while maintaining balanced utilization. This means that inputs from the same source dataset are consistently routed to the appropriate specialized experts.
The framework was rigorously tested across three evaluation modes: single-dataset, intra-organ consolidation (combining datasets from the same organ, like different breast ultrasound datasets), and inter-organ integration (combining datasets from different organs, like breast and thyroid). Experiments on eight diverse ultrasound datasets, covering both breast and thyroid organs, demonstrated COME’s superior performance. It achieved significant improvements in mean Average Precision (AP) scores compared to state-of-the-art methods.
For instance, in inter-organ integration, COME showed a substantial gain in mean AP, highlighting its enhanced synergy across different organs and its potential for real-world clinical use. It also proved to be a viable alternative to single-source training, offering significant performance boosts on individual datasets.
Also Read:
- MedReasoner: Advancing Medical Image Analysis with AI Reasoning and Precision Grounding
- Automated Spinal Imaging: A Robotic Ultrasound and AI-Powered Reconstruction System
Looking Ahead
The development of COME marks a significant step towards creating more universal and reliable AI models for ultrasound image analysis. By intelligently combining shared and specialized knowledge, COME effectively handles the inherent complexities and variations in heterogeneous ultrasound data. This research opens new avenues for the ultrasound analysis community, especially as more public datasets become available. Future work will focus on further optimizing the model and expanding its applicability to an even broader range of medical tasks and dataset domains. You can find more details about this project at https://universalcome.github.io/UniversalCOME/.


