3D Fiber Segmentation with Deep Center Regression and Geometric Clustering

Abstract

Material and biological sciences frequently generate large amounts of microscope data that require 3D object-level segmentation. Often, the objects of interest have a common geometry, for example spherical, ellipsoidal, or cylindrical shapes. Neural networks have became a popular approach for object detection but they are often limited by their training dataset and have difficulties adapting to new data. In this paper, we propose a volumetric object detection approach for microscopy volumes comprised of fibrous structures by using deep centroid regression and geometric regularization. To this end, we train encoder-decoder networks for segmentation and centroid regression. We use the regression information combined with prior system knowledge to propose cylindrical objects and enforce geometric regularization in the segmentation. We train our networks on synthetic data and then test the trained networks in several experimental datasets. Our approach shows competitive results against other 3D segmentation methods when tested on the synthetic data and outperforms those other methods across different datasets. The reference codes and pytorch dictionaries are available at https://github.com/camilo-aguilar/3D-Fiber-Segmentation.

Cite

Text

Aguilar et al. "3D Fiber Segmentation with Deep Center Regression and Geometric Clustering." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2021. doi:10.1109/CVPRW53098.2021.00415

Markdown

[Aguilar et al. "3D Fiber Segmentation with Deep Center Regression and Geometric Clustering." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2021.](https://mlanthology.org/cvprw/2021/aguilar2021cvprw-3d/) doi:10.1109/CVPRW53098.2021.00415

BibTeX

@inproceedings{aguilar2021cvprw-3d,
  title     = {{3D Fiber Segmentation with Deep Center Regression and Geometric Clustering}},
  author    = {Aguilar, Camilo and Comer, Mary L. and Hanhan, Imad and Agyei, Ronald and Sangid, Michael D.},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2021},
  pages     = {3746-3754},
  doi       = {10.1109/CVPRW53098.2021.00415},
  url       = {https://mlanthology.org/cvprw/2021/aguilar2021cvprw-3d/}
}