YOLO-Master: MOE-Accelerated with Specialized Transformers for Enhanced Real-time Detection
Xu Lin, Jinlong Peng, Zhenye Gan, Jiawen Zhu, Jun Liu

TL;DR
YOLO-Master introduces instance-conditional adaptive computation using a specialized MoE framework to improve real-time object detection accuracy and efficiency, especially in complex scenes, while maintaining fast inference speeds.
Contribution
It proposes a novel adaptive computation framework for YOLO-like models using ES-MoE blocks guided by a dynamic routing network, enhancing detection performance and resource allocation.
Findings
Achieves 42.4% AP on MS COCO with 1.62ms latency.
Outperforms YOLOv3-N by +0.8% mAP and is 17.8% faster.
Excels particularly in dense, complex scenes.
Abstract
Existing Real-Time Object Detection (RTOD) methods commonly adopt YOLO-like architectures for their favorable trade-off between accuracy and speed. However, these models rely on static dense computation that applies uniform processing to all inputs, misallocating representational capacity and computational resources such as over-allocating on trivial scenes while under-serving complex ones. This mismatch results in both computational redundancy and suboptimal detection performance. To overcome this limitation, we propose YOLO-Master, a novel YOLO-like framework that introduces instance-conditional adaptive computation for RTOD. This is achieved through a Efficient Sparse Mixture-of-Experts (ES-MoE) block that dynamically allocates computational resources to each input according to its scene complexity. At its core, a lightweight dynamic routing network guides expert specialization…
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 · Domain Adaptation and Few-Shot Learning · Advanced Data and IoT Technologies
