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

· Source: cs.CV updates on arXiv.org · Field: Science & Research — Health & Medical Research, Mathematics & Computational Sciences · Depth: Expert, extended

Summary

A systematic benchmark compared seven intensity normalisation methods for 3D U-Net meniscus segmentation from knee MRI, evaluating their impact on model generalisability. Researchers from the University of Leeds trained models on the IWOAI 2019 dataset and tested them on both internal and external data (SKM-TEA). The methods included Z-score, min-max scaling, robust min-max scaling, histogram equalisation (HE), contrast-limited adaptive histogram equalisation (CLAHE), Nyúl standardisation, and Gaussian Mixture Model (GMM) normalisation. While internal performance differences were minimal, external evaluation on SKM-TEA revealed small but statistically significant advantages for Nyúl, Z-score, and CLAHE, which outperformed other methods by approximately 1% in Dice Similarity Coefficient (DSC). However, all methods experienced a substantial performance drop of about 10% DSC between internal and external datasets, indicating that domain shift has a much greater impact than the choice of normalisation method. The study highlights the limited role of simple intensity normalisation in mitigating domain shift for robust clinical deployment.

Key takeaway

For Machine Learning Engineers deploying 3D knee MRI segmentation models across different clinical sites, selecting an intensity normalisation method like Nyúl, Z-score, or CLAHE can offer a small, statistically significant improvement in cross-domain generalisability. However, you should recognize that these methods only account for about 0.5% of performance variance. Focus your efforts on more comprehensive domain adaptation strategies, as domain shift between datasets causes a much larger performance drop (around 10% DSC) than normalisation choice.

Key insights

Intensity normalisation minimally improves 3D knee MRI segmentation generalisability; domain shift remains the primary performance challenge.

Principles

Method

Seven intensity normalisation methods (Z-score, min-max, robust min-max, HE, CLAHE, Nyúl, GMM) were systematically compared using a 3D U-Net for meniscus segmentation on IWOAI 2019 and SKM-TEA datasets.

In practice

Topics

Code references

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

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.