Hyperparameter optimization of YOLO models for invasive coronary angiography lesion detection and assessment.

Journal: Computers in biology and medicine
Published Date:

Abstract

Coronary artery disease (CAD) remains the leading cause of mortality, creating an urgent need for reproducible, image-based decision support. Although YOLOv8-based detectors underpin much of today's state-of-the-art stenosis detection, their accuracy is sensitive to dozens of interacting hyperparameters. We therefore perform a systematic study of hyperparameter optimizers for YOLO-style models, pairing YOLOv8 and its Double Coordinate Attention (DCA) variant with three model-based engines: Covariance-Matrix-Adaptation Evolution Strategy (CMA-ES), Tree-structured Parzen Estimator (TPE), and a Gaussian-process sampler; and contrasting them with Random Search and the mutation-only routine that serves as the default optimizer in the ultralytics package. Optimization targets binary detection and was benchmarked using the CADICA (full sequences) and ARCADE (single key-frames) datasets, maximizing the F1-Score under stratified three-fold cross-validation within a fixed compute budget. Model-based methods consistently lift the F1-speed Pareto frontier: CMA-ES attains 0.355±0.079 on v8l, while Bayesian strategies top the medium and small backbones with 0.346±0.048 (v8m) and 0.304±0.054 (v8s). All surpass the default optimizer and yield more lesion-centric EigenCAM saliency, confirming the value of adaptive probabilistic search for tuning high-dimensional YOLO-based CAD pipelines. The complete code-base is open-source and released at https://github.com/MarioPasc/Coronary_Angiography_Detection.

Authors

  • Mario Pascual-González
    Instituto de Investigación Biomédica de Málaga y Plataforma en Nanomedicina-IBIMA Plataforma BIONAND, Málaga TechPark, Campanillas, 29590, Spain.
  • Ariadna Jiménez-Partinen
    ITIS Software, University of Málaga, Málaga, 29071, Spain; Instituto de Investigación Biomédica de Málaga y Plataforma en Nanomedicina-IBIMA Plataforma BIONAND, Málaga TechPark, Campanillas, 29590, Spain.
  • Esteban J Palomo
    ITIS Software, University of Málaga, Málaga, 29071, Spain; Instituto de Investigación Biomédica de Málaga y Plataforma en Nanomedicina-IBIMA Plataforma BIONAND, Málaga TechPark, Campanillas, 29590, Spain. Electronic address: ejpalomo@uma.es.
  • Ezequiel López-Rubio
    Department of Computer Languages and Computer Science, University of Málaga, 29071 Málaga, Spain.
  • Almudena Ortega-Gómez
    Instituto de Investigación Biomédica de Málaga y Plataforma en Nanomedicina-IBIMA Plataforma BIONAND, Málaga TechPark, Campanillas, 29590, Spain; Department of Endocrinology and Nutrition, Virgen de la Victoria University Hospital, Málaga, 29010, Spain; Centro de Investigación Biomédica en Red de la Fisiopatología de la Obesidad y Nutrición (CIBEROBN), Instituto de Salud Carlos III (ISCIII), Madrid, 28029, Spain; Cardiology and Cardiovascular Surgery Department, Virgen de la Victoria University Hospital, Málaga, 29010, Spain.