Comparing evolutionary and Bayesian multi-objective optimization for energy-efficient brain tumor classification.
This research investigates the use of NSGA-II and Optuna (Tree-structured Parzen Estimator) for multi-objective hyperparameter optimization of convolutional neural networks for brain tumor classification. Unlike conventional optimization approaches that prioritize predictive accuracy alone, this work jointly optimizes validation accuracy, Macro F1-score, AUC-ROC, model size, training time, and inference time to develop computationally efficient deep learning models suitable for deployment in resource-constrained medical environments.
NSGA-II is well suited for discovering diverse trade-offs between competing objectives, making it appropriate for comprehensive multi-objective optimization studies. Optuna offers substantially faster optimization and lightweight models, making it ideal for rapid experimentation and deployment where computational resources are limited. The study highlights that the choice of optimizer depends on whether solution diversity or optimization efficiency is the primary objective.