Skip to content

Latest commit

 

History

History
71 lines (62 loc) · 3.75 KB

conclusions.md

File metadata and controls

71 lines (62 loc) · 3.75 KB

Conclusions

Although the LSDs significantly increase boundary prediction accuracy, it is unclear whether different shape descriptors could lead to further improvements. The LSDs we propose were subjectively engineered based on features deemed important to encode object shape. Future experiments could incorporate different features or focus on learning an optimal embedding. Additionally, the LSDs are only implemented as an auxiliary learning task for affinity prediction. An interesting direction would be to agglomerate directly from the LSDs and remove the need for affinities entirely.

Aside from aiding boundary detection, LSDs could also be used in other ways. For example, they could be incorporated to provide a secondary source of information for identifying errors in a segmentation. Specifically, after generating a segmentation, LSDs could be calculated on the labels and then compared with the initial LSD predictions. The difference between the two would likely highlight regions containing errors:

Example predicted LSDs between two neurons (1). If the resulting segmentation is correct (2), segmentation LSDs do not differ from predicted LSDs. If the resulting segmentation is incorrect (3), segmentation LSDs (4) might differ from the predicted LSDs. The difference (5) could expose errors in a segmentation.

We've also seen promising results when using the LSDs for other segmentation problems. For example, LSDs have been successful in generating segmentations of cell bodies:

Nuclei segmentation on full zebrafish brain. Columns from left to right: raw, LSD offset vectors, LSD direction vectors (covariance), LSD direction vectors (Pearson’s), size, resulting segmentation. Scale bars from top to bottom: ∼ 150μm, 20μm, 5μm.

The LSDs also produce nice segmentations on mitochondria:

Mitochondria segmentation on cropout from FIB-25. Inset shows LSD predictions and corresponding segmentation. Right image shows 3D reconstructions of a random sample (n=1000) in predicted ROI. Scale bars from left to right: ∼ 3μm, 750nm, 4μm.

Additionally, LSDs have been used for Golgi apparatus and endoplasmic reticulum segmentation . It is likely that objects with a blob-like structure such as other organelles and various cell types would benefit from LSDs. Although originally designed for the goal of neuron segmentation, it would be exciting to see LSDs extended and applied to other scientific problems.