Robust Object Detection with Multi-input Multi-output Faster R-CNN
Sebastian Cygert, Andrzej Czyzewski

TL;DR
This paper extends the multi-input multi-output (MIMO) architecture to Faster R-CNN for object detection, achieving competitive accuracy and robustness with minimal additional parameters and inference time, outperforming traditional ensemble methods.
Contribution
It introduces a MIMO-based approach to object detection with Faster R-CNN, enhancing robustness and accuracy while maintaining efficiency and opening new avenues for high-level vision tasks.
Findings
MIMO Faster R-CNN achieves competitive accuracy with only 0.5% more parameters.
The approach increases inference time by 15.9%.
It outperforms Deep Ensemble in robustness and uncertainty calibration.
Abstract
Recent years have seen impressive progress in visual recognition on many benchmarks, however, generalization to the real-world in out-of-distribution setting remains a significant challenge. A state-of-the-art method for robust visual recognition is model ensembling. however, recently it was shown that similarly competitive results could be achieved with a much smaller cost, by using multi-input multi-output architecture (MIMO). In this work, a generalization of the MIMO approach is applied to the task of object detection using the general-purpose Faster R-CNN model. It was shown that using the MIMO framework allows building strong feature representation and obtains very competitive accuracy when using just two input/output pairs. Furthermore, it adds just 0.5\% additional model parameters and increases the inference time by 15.9\% when compared to the standard Faster R-CNN. It also…
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 · COVID-19 diagnosis using AI · Brain Tumor Detection and Classification
MethodsSoftmax · Convolution · Region Proposal Network · RoIPool · Faster R-CNN
