Optimizing Neural Network Architecture for Medical Image Segmentation Using Monte Carlo Tree Search
Liping Meng, Fan Nie, Yunyun Zhang, and Chao Han

TL;DR
This paper introduces MNAS-Unet, a novel framework combining Monte Carlo Tree Search and Neural Architecture Search to efficiently find accurate, lightweight medical image segmentation models with reduced search time and resource usage.
Contribution
It presents a new MCTS-based NAS method for medical image segmentation that improves search efficiency and model performance over existing NAS approaches.
Findings
Outperforms NAS-Unet and other models in segmentation accuracy.
Reduces architecture search budget by 54%.
Produces lightweight models with 0.6M parameters.
Abstract
This paper proposes a novel medical image segmentation framework, MNAS-Unet, which combines Monte Carlo Tree Search (MCTS) and Neural Architecture Search (NAS). MNAS-Unet dynamically explores promising network architectures through MCTS, significantly enhancing the efficiency and accuracy of architecture search. It also optimizes the DownSC and UpSC unit structures, enabling fast and precise model adjustments. Experimental results demonstrate that MNAS-Unet outperforms NAS-Unet and other state-of-the-art models in segmentation accuracy on several medical image datasets, including PROMISE12, Ultrasound Nerve, and CHAOS. Furthermore, compared with NAS-Unet, MNAS-Unet reduces the architecture search budget by 54% (early stopping at 139 epochs versus 300 epochs under the same search setting), while achieving a lightweight model with only 0.6M parameters and lower GPU memory consumption,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Medical Image Segmentation Techniques · Medical Imaging and Analysis
