CVMay 7, 2022

Calibrating Label Distribution for Class-Imbalanced Barely-Supervised Knee Segmentation

arXiv:2205.03644v162 citationsh-index: 38
Originality Incremental advance
AI Analysis

This addresses the challenge of segmenting knee cartilages for osteoarthritis assessment with limited labeled data, though it appears incremental as it builds on existing semi-supervised learning methods with specific modifications for medical imaging.

The paper tackles the problem of class imbalance in barely-supervised knee MRI segmentation, where cartilages occupy only 6% of foreground volumes, by proposing a framework that uses label distribution to focus learning on cartilage areas. The method outperforms state-of-the-art semi-supervised learning approaches, showing significant improvements in handling imbalanced data with insufficient labeled samples.

Segmentation of 3D knee MR images is important for the assessment of osteoarthritis. Like other medical data, the volume-wise labeling of knee MR images is expertise-demanded and time-consuming; hence semi-supervised learning (SSL), particularly barely-supervised learning, is highly desirable for training with insufficient labeled data. We observed that the class imbalance problem is severe in the knee MR images as the cartilages only occupy 6% of foreground volumes, and the situation becomes worse without sufficient labeled data. To address the above problem, we present a novel framework for barely-supervised knee segmentation with noisy and imbalanced labels. Our framework leverages label distribution to encourage the network to put more effort into learning cartilage parts. Specifically, we utilize 1.) label quantity distribution for modifying the objective loss function to a class-aware weighted form and 2.) label position distribution for constructing a cropping probability mask to crop more sub-volumes in cartilage areas from both labeled and unlabeled inputs. In addition, we design dual uncertainty-aware sampling supervision to enhance the supervision of low-confident categories for efficient unsupervised learning. Experiments show that our proposed framework brings significant improvements by incorporating the unlabeled data and alleviating the problem of class imbalance. More importantly, our method outperforms the state-of-the-art SSL methods, demonstrating the potential of our framework for the more challenging SSL setting.

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