Overcoming the Challenges of Training AI Models for POCUS

Michael Fiman
January 13, 2025
Overcoming the Challenges of Training AI Models for POCUS with AISAP

Training deep learning models on ultrasound videos presents unique challenges, especially when focusing on Point-of-Care Ultrasound (POCUS) machines. These devices, while extremely valuable for real-time bedside assessments, often yield images with lower spatial and temporal resolution, higher noise levels, and a limited field of view. Inconsistent imaging settings, less penetration for deeper anatomical structures, and operator-dependent variations in scanning technique can further affect image quality. When we came to develop our deep learning models, we found ourselves with a very large dataset derived from high-end ultrasound machines but only a small set of images obtained from POCUS devices. Since our ultimate aim was to make the models effective for POCUS imaging, we had to take specific steps to address this imbalance and ensure the models could generalize to the lower-quality, more variable data produced by POCUS machines.

We address these limitations by implementing two main solutions. The first solution focuses on manipulating the data itself and achieving domain generalization through a variety of augmentation techniques. Specifically, we apply geometric transformations such as rotation and translation, alongside intensity transformations that include brightness and contrast adjustments, gamma correction, and color jitter as general augmentation strategies. To better reflect lower-quality imaging, we also incorporate resolution drop and Gaussian noise to approximate the inherent noise patterns commonly found in ultrasound acquisitions. Additionally, we simulate shadowing and enhancement artifacts to capture some of the unique challenges associated with POCUS. By combining these augmentations, we effectively expand our training set, expose the model to a broad range of variability, and help it learn representations that remain informative even under suboptimal imaging conditions.

The second solution targets training methods that deal with domain discrepancies. We employ an approach inspired by domain-adversarial training, which encourages the model’s internal features to be invariant to the source of the ultrasound data, whether high-end devices or POCUS. The system contains a shared feature extractor used both for the main prediction task (such as classification or segmentation) and for an auxiliary objective related to domain discrimination. During training, the feature extractor learns to “trick” the part of the network trying to distinguish the image’s origin, effectively reducing domain-specific cues. By promoting domain-invariant features, the model becomes better at handling images across different device types and imaging conditions, even when the amount of POCUS data is limited.

Through this combination of specific data augmentation and additional training objectives, we have significantly narrowed the gap between models trained on abundant, high-end ultrasound data and those required to perform reliably on potentially lower-quality POCUS scans. By focusing on extracting robust, generalizable features, our system can maintain consistent performance across a wide range of imaging scenarios, ultimately improving the feasibility of deep learning for real-world, point-of-care ultrasound applications. In particular, these enhancements have led to more accurate classification for diagnostic purposes as well as more precise segmentation of anatomical structures and organs.

To read more about our POCAD™ platform click here.

Michael Fiman
Michael Fiman is the VP of AI Algorithms at AISAP, a startup transforming point-of-care ultrasound diagnostics using artificial intelligence. Holding both a Master’s and Bachelor’s degree in Electrical Engineering, Michael has extensive experience in computer vision and deep learning models. He leverages this expertise to drive innovation in medical imaging technology, bridging the gap between advanced AI algorithms and practical healthcare solutions.