# ME R-CNN: Multi-Expert R-CNN for Object Detection

**Authors:** Hyungtae Lee, Sungmin Eum, Heesung Kwon

arXiv: 1704.01069 · 2022-04-07

## TL;DR

This paper presents ME R-CNN, a multi-expert architecture for object detection that uses a learnable assignment network to improve region processing, leading to better performance on standard datasets.

## Contribution

Introduction of ME R-CNN with a learnable expert assignment network, enabling automatic RoI-expert relationship learning without supervision.

## Key findings

- Significant performance improvements on PASCAL VOC and MS COCO datasets.
- Effective end-to-end training strategy for the multi-component architecture.
- Enhanced ability to handle appearance variations in object regions.

## Abstract

We introduce Multi-Expert Region-based Convolutional Neural Network (ME R-CNN) which is equipped with multiple experts (ME) where each expert is learned to process a certain type of regions of interest (RoIs). This architecture better captures the appearance variations of the RoIs caused by different shapes, poses, and viewing angles. In order to direct each RoI to the appropriate expert, we devise a novel "learnable" network, which we call, expert assignment network (EAN). EAN automatically learns the optimal RoI-expert relationship even without any supervision of expert assignment. As the major components of ME R-CNN, ME and EAN, are mutually affecting each other while tied to a shared network, neither an alternating nor a naive end-to-end optimization is likely to fail. To address this problem, we introduce a practical training strategy which is tailored to optimize ME, EAN, and the shared network in an end-to-end fashion. We show that both of the architectures provide considerable performance increase over the baselines on PASCAL VOC 07, 12, and MS COCO datasets.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1704.01069/full.md

## Figures

12 figures with captions in the complete paper: https://tomesphere.com/paper/1704.01069/full.md

## References

78 references — full list in the complete paper: https://tomesphere.com/paper/1704.01069/full.md

---
Source: https://tomesphere.com/paper/1704.01069