Recurrent U-Net for Resource-Constrained Segmentation

Abstract

State-of-the-art segmentation methods rely on very deep networks that are not always easy to train without very large training datasets and tend to be relatively slow to run on standard GPUs. In this paper, we introduce a novel recurrent U-Net architecture that preserves the compactness of the original U-Net, while substantially increasing its performance to the point where it outperforms the state of the art on several benchmarks. We will demonstrate its effectiveness for several tasks, including hand segmentation, retina vessel segmentation, and road segmentation. We also introduce a large-scale dataset for hand segmentation.

Cite

Text

Wang et al. "Recurrent U-Net for Resource-Constrained Segmentation." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019. doi:10.1109/ICCV.2019.00223

Markdown

[Wang et al. "Recurrent U-Net for Resource-Constrained Segmentation." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019.](https://mlanthology.org/iccv/2019/wang2019iccv-recurrent/) doi:10.1109/ICCV.2019.00223

BibTeX

@inproceedings{wang2019iccv-recurrent,
  title     = {{Recurrent U-Net for Resource-Constrained Segmentation}},
  author    = {Wang, Wei and Yu, Kaicheng and Hugonot, Joachim and Fua, Pascal and Salzmann, Mathieu},
  booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision},
  year      = {2019},
  doi       = {10.1109/ICCV.2019.00223},
  url       = {https://mlanthology.org/iccv/2019/wang2019iccv-recurrent/}
}