A Systematic Benchmark of Intensity Normalisation Methods for 3D Knee MRI Segmentation and Cross-Domain Generalisability

· Source: Computer Vision and Pattern Recognition · Field: Science & Research — Health & Medical Research, Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

A systematic benchmark compared seven intensity normalization methods for 3D knee MRI meniscus segmentation using a 3D U-Net model. Researchers trained models on the IWOAI 2019 dataset. Evaluation occurred on both internal and external test sets, specifically SKM-TEA, to assess generalizability. The methods included standard scaling, histogram-based techniques, and a Gaussian Mixture Model (GMM)-based approach. While internal performance was similar across methods, Z-score, Nyúl histogram matching, and CLAHE demonstrated greater robustness on external data. However, the observed differences between normalization methods were small compared to the significant performance drop attributed to domain shift between the IWOAI 2019 and SKM-TEA datasets. This highlights that while intensity normalization measurably affects model generalizability, its impact is limited relative to domain shift, necessitating complementary strategies for robust clinical deployment.

Key takeaway

For Machine Learning Engineers deploying medical imaging models, prioritize Z-score, Nyúl histogram matching, or CLAHE for 3D knee MRI intensity normalization. If you are addressing cross-scanner variability, recognize these methods offer only marginal gains compared to domain shift. You must integrate additional domain adaptation techniques to achieve truly robust out-of-the-box clinical performance.

Key insights

Intensity normalization improves MRI segmentation generalizability, but domain shift remains a larger challenge for clinical deployment.

Principles

Method

A 3D U-Net model was trained on IWOAI 2019, then evaluated on internal and SKM-TEA external data, comparing seven intensity normalization methods.

In practice

Topics

Best for: AI Scientist, Research Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.