TL;DR
This paper introduces YOLO-NAS-Bench, a surrogate benchmark for YOLO object detection architectures, featuring a self-evolving predictor that enhances architecture search efficiency and discovers superior models.
Contribution
It presents the first YOLO-specific NAS benchmark with a self-evolving predictor, improving search accuracy and enabling the discovery of better detection architectures.
Findings
The surrogate predictor achieved R2 of 0.815 and Kendall Tau of 0.752.
The evolutionary search found architectures surpassing YOLOv8-YOLO12 baselines.
The code is publicly available at https://github.com/VDIGPKU/YOLO-NAS-Bench.
Abstract
Neural Architecture Search (NAS) for object detection is severely bottlenecked by high evaluation cost, as fully training each candidate YOLO architecture on COCO demands days of GPU time. Meanwhile, existing NAS benchmarks largely target image classification, leaving the detection community without a comparable benchmark for NAS evaluation. To address this gap, we introduce YOLO-NAS-Bench, the first surrogate benchmark tailored to YOLO-style detectors. YOLO-NAS-Bench defines a search space spanning channel width, block depth, and operator type across both backbone and neck, covering the core modules of YOLOv8 through YOLO12. We sample 1,000 architectures via random, stratified, and Latin Hypercube strategies, train them on COCO-mini, and build a LightGBM surrogate predictor. To sharpen the predictor in the high-performance regime most relevant to NAS, we propose a Self-Evolving…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Advanced Image and Video Retrieval Techniques
