MixLacune: Segmentation of lacunes of presumed vascular origin
Denis Kutnar, Bas H.M. van der Velden, Marta Girones Sanguesa, Mirjam, I. Geerlings, J. Matthijs Biesbroek, Hugo J. Kuijf

TL;DR
This paper introduces an automatic two-stage deep learning approach combining Mask R-CNN and U-Net for accurate segmentation of lacunes in brain MRI, improving over manual and semi-automatic methods.
Contribution
The work presents a novel two-stage deep learning pipeline specifically designed for lacune segmentation, with publicly available code and high accuracy metrics.
Findings
Mean DICE score of 0.84 on validation set
Effective two-stage detection and segmentation pipeline
Source code and Docker container available for reproducibility
Abstract
Lacunes of presumed vascular origin are fluid-filled cavities of between 3 - 15 mm in diameter, visible on T1 and FLAIR brain MRI. Quantification of lacunes relies on manual annotation or semi-automatic / interactive approaches; and almost no automatic methods exist for this task. In this work, we present a two-stage approach to segment lacunes of presumed vascular origin: (1) detection with Mask R-CNN followed by (2) segmentation with a U-Net CNN. Data originates from Task 3 of the "Where is VALDO?" challenge and consists of 40 training subjects. We report the mean DICE on the training set of 0.83 and on the validation set of 0.84. Source code is available at: https://github.com/hjkuijf/MixLacune . The docker container hjkuijf/mixlacune can be pulled from https://hub.docker.com/r/hjkuijf/mixlacune .
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
TopicsBrain Tumor Detection and Classification · Medical Image Segmentation Techniques · Advanced Neural Network Applications
MethodsRegion Proposal Network · Max Pooling · Convolution · *Communicated@Fast*How Do I Communicate to Expedia? · Softmax · RoIAlign · Concatenated Skip Connection · U-Net · Mask R-CNN
