Home - Research - Software - Workshops - Contact

Research

I develop machine learning methods to solve the many challenges that come along with biomedical image analysis. The sections below provide an overview of the fields where I have contributed.

Image segmentation

Image segmentation is the fundamental task of assigning class labels to each pixel in the image.

Automated segmentation of mitochondria in an electron micrograph Automated segmentation of endoplasmic reticulum in an electron micrograph

Domain adaptation

In domain adaptation, we consider a (relatively large) labeled source dataset and a target dataset with no or very few label. The goal is to maximize the predictive performance on the target dataset based on all the available labels.

I developed a new domain adaptive architecture that is able to adapt state-of-the-art encoder-decoder models to alternative target domains. The image below illustrates the effect of no domain adaptation (left), a state-of-the-art two-stream architecture (middle) and our proposed network (right). Domain adaptive segmentation

Relevant work:

Active learning

In active learning situations, we assume the availability of an oracle that can provide labeled data. In each iteration, a set of samples is selected and queried to the oracle, after which the predictor is retrained. The goal is to achieve maximum predictive performance with as few queried samples as possible.

As most active learning methods are designed for image classification, we have adapted the state-of-the-art performing sample selection criteria to image segmentation. The images below show the performance curves of the different proposed active learning methods for segmentation of mitochondria in electron microscopy (EPFL, MiRA, VNC dataset from left to right). We are able to achieve close to fully supervised performance with just 200 to 300 labeled samples. Active learning EPFL Active learning MiRA Active learning VNC

Relevant work:

Image restoration

Image restoration aims at improving the quality of the images by removing noise, blur, etc. This can improve performance of automated analysis techniques in subsequent steps.

I developed state-of-the-art image restoration algorithms that estimate and exploit modality specific parameters in statistical estimation frameworks. The images below - from left to right - show the ground truth high quality image data, the corrupted (noisy and blurred) data, two state-of-the-art image restoration algorithms (respectively tikhonov and non-local deconvolution) and our proposed algorithm. The resulting images from our algorithm are more suitable for analysis and allow faster image acquisition. Image restoration

Relevant work: