paper-with-me

홈 › Papers

HI-MoE: Hierarchical Instance-Conditioned Mixture-of-Experts for Object Detection

2026-04-06 · Vadim Vashkelis, Natalia Trukhina arxiv

Mixture-of-Experts (MoE) architectures enable conditional computation by activating only a subset of model parameters for each input. Although sparse routing has been highly effective in language models and has also shown promise in vision, most vision MoE methods operate at the image or patch level. This granularity is poorly aligned with object detection, where the fundamental unit of reasoning is an object query corresponding to a candidate instance. We propose Hierarchical Instance-Conditioned Mixture-of-Experts (HI-MoE), a DETR-style detection architecture that performs routing in two stages: a lightweight scene router first selects a scene-consistent expert subset, and an instance router then assigns each object query to a small number of experts within that subset. This design aims to preserve sparse computation while better matching the heterogeneous, instance-centric structure of detection. In the current draft, experiments are concentrated on COCO with preliminary specialization analysis on LVIS. Under these settings, HI-MoE improves over a dense DINO baseline and over simpler token-level or instance-only routing variants, with especially strong gains on small objects. We also provide an initial visualization of expert specialization patterns. We present the method, ablations, and current limitations in a form intended to support further experimental validation.

📄 PDF Abstract BibTeX arXiv:2604.04908

Code (0)

등록된 구현이 없습니다.

Tasks

Object Detection

Similar Papers 제목 키워드 기반

MoEGen: Mixture-of-Experts for Instance-Adaptive LoRA Generation

2026-08-04 · Yiming Zeng, Lei Lu, Zexin Li, Zhuochun Li 외 arxiv

Parameter-efficient fine-tuning (PEFT) enables efficient adaptation of large language models, but existing MoE-based PEFT methods typically improve capacity by storing multiple full LoRA experts, causing adapter storage …

parameter-efficient fine-tuningDomain Adaptation

MoCaE: Mixture of Calibrated Experts Significantly Improves Object Detection

2023-09-26 · Kemal Oksuz, Selim Kuzucu, Tom Joy, Puneet K. Dokania

Combining the strengths of many existing predictors to obtain a Mixture of Experts which is superior to its individual components is an effective way to improve the performance without having to develop new architectures…

Instance SegmentationMixture-of-ExpertsObjectobject-detection+6

Dropout Regularization in Hierarchical Mixture of Experts

2018-12-25 · Ozan İrsoy, Ethem Alpaydin

Dropout is a very effective method in preventing overfitting and has become the go-to regularizer for multi-layer neural networks in recent years. Hierarchical mixture of experts is a hierarchically gated model that defi…

Mixture-of-Experts

Multimodal LLM With Hierarchical Mixture-of-Experts for VQA on 3D Brain MRI

2025-09-30 · Arvind Murari Vepa, Yannan Yu, Jingru Gan, Anthony Cuturrufo 외 arxiv

Multiparametric 3D brain MRI (mpMRI) is central to neuroradiology, but producing tumor location, appearance, size, and involvement of critical structures for neurosurgical planning remains challenging. We introduce mpLLM…

Visual Question Answering

CBDES MoE: Hierarchically Decoupled Mixture-of-Experts for Functional Modules in Autonomous Driving

2025-08-11 · Qi Xiang, Kunsong Shi, Zhigui Lin, Lei He arxiv

Bird's Eye View (BEV) perception systems based on multi-sensor feature fusion have become a fundamental cornerstone for end-to-end autonomous driving. However, existing multi-modal BEV methods commonly suffer from limite…

3D Object DetectionAutonomous Driving