English

Domain-Specialized Object Detection via Model-Level Mixtures of Experts

Computer Vision and Pattern Recognition 2026-04-21 v1 Machine Learning

Abstract

Mixture-of-Experts (MoE) models provide a structured approach to combining specialized neural networks and offer greater interpretability than conventional ensembles. While MoEs have been successfully applied to image classification and semantic segmentation, their use in object detection remains limited due to challenges in merging dense and structured predictions. In this work, we investigate model-level mixtures of object detectors and analyze their suitability for improving performance and interpretability in object detection. We propose an MoE architecture that combines YOLO-based detectors trained on semantically disjoint data subsets, with a learned gating network that dynamically weights expert contributions. We study different strategies for fusing detection outputs and for training the gating mechanism, including balancing losses to prevent expert collapse. Experiments on the BDD100K dataset demonstrate that the proposed MoE consistently outperforms standard ensemble approaches and provides insights into expert specialization across domains, highlighting model-level MoEs as a viable alternative to traditional ensembling for object detection. Our code is available at https://github.com/KASTEL-MobilityLab/mixtures-of-experts/.

Keywords

Cite

@article{arxiv.2604.18256,
  title  = {Domain-Specialized Object Detection via Model-Level Mixtures of Experts},
  author = {Svetlana Pavlitska and Malte Stüven and Beyza Keskin and J. Marius Zöllner},
  journal= {arXiv preprint arXiv:2604.18256},
  year   = {2026}
}

Comments

Accepted for publication at IJCNN 2026