# Learning Metric Graphs for Neuron Segmentation In Electron Microscopy   Images

**Authors:** Kyle Luther, H. Sebastian Seung

arXiv: 1902.00100 · 2019-02-04

## TL;DR

This paper compares deep metric learning and direct affinity prediction for neuron segmentation in electron microscopy images, finding that metric graphs often produce more robust segmentations due to the triangle inequality property.

## Contribution

It provides a theoretical and empirical comparison showing the advantages of metric graphs over affinity graphs in challenging neuron segmentation tasks.

## Key findings

- Metric graph segmentation can outperform affinity graph methods.
- Postprocessing by thresholding and connected components is effective for metric graphs.
- The triangle inequality property enhances robustness against noise in segmentation.

## Abstract

In the deep metric learning approach to image segmentation, a convolutional net densely generates feature vectors at the pixels of an image. Pairs of feature vectors are trained to be similar or different, depending on whether the corresponding pixels belong to same or different ground truth segments. To segment a new image, the feature vectors are computed and clustered. Both empirically and theoretically, it is unclear whether or when deep metric learning is superior to the more conventional approach of directly predicting an affinity graph with a convolutional net. We compare the two approaches using brain images from serial section electron microscopy images, which constitute an especially challenging example of instance segmentation. We first show that seed-based postprocessing of the feature vectors, as originally proposed, produces inferior accuracy because it is difficult for the convolutional net to predict feature vectors that remain uniform across large objects. Then we consider postprocessing by thresholding a nearest neighbor graph followed by connected components. In this case, segmentations from a "metric graph" turn out to be competitive or even superior to segmentations from a directly predicted affinity graph. To explain these findings theoretically, we invoke the property that the metric function satisfies the triangle inequality. Then we show with an example where this constraint suppresses noise, causing connected components to more robustly segment a metric graph than an unconstrained affinity graph.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1902.00100/full.md

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1902.00100/full.md

## References

12 references — full list in the complete paper: https://tomesphere.com/paper/1902.00100/full.md

---
Source: https://tomesphere.com/paper/1902.00100