English

Scheduling Techniques for Liver Segmentation: ReduceLRonPlateau Vs OneCycleLR

Computer Vision and Pattern Recognition 2022-02-15 v1 Machine Learning Image and Video Processing

Abstract

Machine learning and computer vision techniques have influenced many fields including the biomedical one. The aim of this paper is to investigate the important concept of schedulers in manipulating the learning rate (LR), for the liver segmentation task, throughout the training process, focusing on the newly devised OneCycleLR against the ReduceLRonPlateau. A dataset, published in 2018 and produced by the Medical Segmentation Decathlon Challenge organizers, called Task 8 Hepatic Vessel (MSDC-T8) has been used for testing and validation. The reported results that have the same number of maximum epochs (75), and are the average of 5-fold cross-validation, indicate that ReduceLRonPlateau converges faster while maintaining a similar or even better loss score on the validation set when compared to OneCycleLR. The epoch at which the peak LR occurs perhaps should be made early for the OneCycleLR such that the super-convergence feature can be observed. Moreover, the overall results outperform the state-of-the-art results from the researchers who published the liver masks for this dataset. To conclude, both schedulers are suitable for medical segmentation challenges, especially the MSDC-T8 dataset, and can be used confidently in rapidly converging the validation loss with a minimal number of epochs.

Keywords

Cite

@article{arxiv.2202.06373,
  title  = {Scheduling Techniques for Liver Segmentation: ReduceLRonPlateau Vs OneCycleLR},
  author = {Ayman Al-Kababji and Faycal Bensaali and Sarada Prasad Dakua},
  journal= {arXiv preprint arXiv:2202.06373},
  year   = {2022}
}

Comments

8 pages, 4 figures, 1 table, currently submitted The 2nd International Conference on Intelligent Systems and Patterns Recognition (ISPR'2022)

R2 v1 2026-06-24T09:34:12.818Z