Retina U-Net: Embarrassingly Simple Exploitation of Segmentation Supervision for Medical Object Detection
Paul F. Jaeger, Simon A. A. Kohl, Sebastian Bickelhaupt, Fabian, Isensee, Tristan Anselm Kuder, Heinz-Peter Schlemmer, and Klaus H. Maier-Hein

TL;DR
Retina U-Net combines object detection and semantic segmentation in a simple architecture, improving medical image detection especially with small datasets by utilizing full pixel-wise supervision.
Contribution
It introduces a straightforward Retina U-Net architecture that leverages segmentation supervision for enhanced object detection in medical images without added complexity.
Findings
Improves detection performance on medical datasets.
Performance gain increases with smaller datasets.
Achieves results comparable to complex two-stage detectors.
Abstract
The task of localizing and categorizing objects in medical images often remains formulated as a semantic segmentation problem. This approach, however, only indirectly solves the coarse localization task by predicting pixel-level scores, requiring ad-hoc heuristics when mapping back to object-level scores. State-of-the-art object detectors on the other hand, allow for individual object scoring in an end-to-end fashion, while ironically trading in the ability to exploit the full pixel-wise supervision signal. This can be particularly disadvantageous in the setting of medical image analysis, where data sets are notoriously small. In this paper, we propose Retina U-Net, a simple architecture, which naturally fuses the Retina Net one-stage detector with the U-Net architecture widely used for semantic segmentation in medical images. The proposed architecture recaptures discarded supervision…
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.
Code & Models
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 · Retinal Imaging and Analysis
MethodsConcatenated Skip Connection · *Communicated@Fast*How Do I Communicate to Expedia? · Max Pooling · Convolution · U-Net
