YOLO-Master:基于专家混合与专用Transformer增强的实时检测模型 / YOLO-Master: MOE-Accelerated with Specialized Transformers for Enhanced Real-time Detection
1️⃣ 一句话总结
这篇论文提出了一种名为YOLO-Master的新型实时目标检测框架,它通过智能动态分配计算资源,让模型在处理简单场景时更省力,在复杂场景下更专注,从而在保持实时速度的同时显著提升了检测精度。
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 during training through a diversity enhancing objective, encouraging complementary expertise among experts. Additionally, the routing network adaptively learns to activate only the most relevant experts, thereby improving detection performance while minimizing computational overhead during inference. Comprehensive experiments on five large-scale benchmarks demonstrate the superiority of YOLO-Master. On MS COCO, our model achieves 42.4% AP with 1.62ms latency, outperforming YOLOv13-N by +0.8% mAP and 17.8% faster inference. Notably, the gains are most pronounced on challenging dense scenes, while the model preserves efficiency on typical inputs and maintains real-time inference speed. Code will be available.
YOLO-Master:基于专家混合与专用Transformer增强的实时检测模型 / YOLO-Master: MOE-Accelerated with Specialized Transformers for Enhanced Real-time Detection
这篇论文提出了一种名为YOLO-Master的新型实时目标检测框架,它通过智能动态分配计算资源,让模型在处理简单场景时更省力,在复杂场景下更专注,从而在保持实时速度的同时显著提升了检测精度。
源自 arXiv: 2512.23273