IVCVJul 26, 2022

Unsupervised Contrastive Learning of Image Representations from Ultrasound Videos with Hard Negative Mining

arXiv:2207.13148v120 citationsh-index: 22
Originality Incremental advance
AI Analysis

This work addresses the challenge of leveraging ultrasound video data for improved medical image analysis, particularly in detecting gallbladder malignancy and COVID-19 pathologies, though it is incremental as it builds on existing contrastive learning techniques.

The paper tackled the problem of learning image representations from ultrasound videos for medical diagnosis by proposing a novel unsupervised contrastive learning framework with hard negative mining, which improved accuracy for gallbladder malignancy detection by 2-6% and for COVID-19 lung ultrasound by 1.5% compared to state-of-the-art methods.

Rich temporal information and variations in viewpoints make video data an attractive choice for learning image representations using unsupervised contrastive learning (UCL) techniques. State-of-the-art (SOTA) contrastive learning techniques consider frames within a video as positives in the embedding space, whereas the frames from other videos are considered negatives. We observe that unlike multiple views of an object in natural scene videos, an Ultrasound (US) video captures different 2D slices of an organ. Hence, there is almost no similarity between the temporally distant frames of even the same US video. In this paper we propose to instead utilize such frames as hard negatives. We advocate mining both intra-video and cross-video negatives in a hardness-sensitive negative mining curriculum in a UCL framework to learn rich image representations. We deploy our framework to learn the representations of Gallbladder (GB) malignancy from US videos. We also construct the first large-scale US video dataset containing 64 videos and 15,800 frames for learning GB representations. We show that the standard ResNet50 backbone trained with our framework improves the accuracy of models pretrained with SOTA UCL techniques as well as supervised pretrained models on ImageNet for the GB malignancy detection task by 2-6%. We further validate the generalizability of our method on a publicly available lung US image dataset of COVID-19 pathologies and show an improvement of 1.5% compared to SOTA. Source code, dataset, and models are available at https://gbc-iitd.github.io/usucl.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes