CVApr 10, 2018

Mean Field Network based Graph Refinement with application to Airway Tree Extraction

arXiv:1804.03348v13 citations
Originality Incremental advance
AI Analysis

This work addresses airway tree extraction for medical imaging analysis, presenting an incremental advancement over prior techniques.

The paper tackles airway tree extraction from 3D chest CT images by formulating it as a graph refinement task using a mean field approximation framework, resulting in significant improvement in centerline distance error compared to existing methods.

We present tree extraction in 3D images as a graph refinement task, of obtaining a subgraph from an over-complete input graph. To this end, we formulate an approximate Bayesian inference framework on undirected graphs using mean field approximation (MFA). Mean field networks are used for inference based on the interpretation that iterations of MFA can be seen as feed-forward operations in a neural network. This allows us to learn the model parameters from training data using back-propagation algorithm. We demonstrate usefulness of the model to extract airway trees from 3D chest CT data. We first obtain probability images using a voxel classifier that distinguishes airways from background and use Bayesian smoothing to model individual airway branches. This yields us joint Gaussian density estimates of position, orientation and scale as node features of the input graph. Performance of the method is compared with two methods: the first uses probability images from a trained voxel classifier with region growing, which is similar to one of the best performing methods at EXACT'09 airway challenge, and the second method is based on Bayesian smoothing on these probability images. Using centerline distance as error measure the presented method shows significant improvement compared to these two methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes