paper-with-me

홈 › Papers

PyTorch Connectomics: A Scalable and Flexible Segmentation Framework for EM Connectomics

2021-12-10 · Zudi Lin, Donglai Wei, Jeff Lichtman, Hanspeter Pfister

We present PyTorch Connectomics (PyTC), an open-source deep-learning framework for the semantic and instance segmentation of volumetric microscopy images, built upon PyTorch. We demonstrate the effectiveness of PyTC in the field of connectomics, which aims to segment and reconstruct neurons, synapses, and other organelles like mitochondria at nanometer resolution for understanding neuronal communication, metabolism, and development in animal brains. PyTC is a scalable and flexible toolbox that tackles datasets at different scales and supports multi-task and semi-supervised learning to better exploit expensive expert annotations and the vast amount of unlabeled data during training. Those functionalities can be easily realized in PyTC by changing the configuration options without coding and adapted to other 2D and 3D segmentation tasks for different tissues and imaging modalities. Quantitatively, our framework achieves the best performance in the CREMI challenge for synaptic cleft segmentation (outperforms existing best result by relatively 6.1$\%$) and competitive performance on mitochondria and neuronal nuclei segmentation. Code and tutorials are publicly available at https://connectomics.readthedocs.io.

📄 PDF Abstract BibTeX arXiv:2112.05754

Code (1)

zudi-lin/pytorch_connectomics 공식 구현 pytorch

Tasks

Instance SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

FusionNet: A deep fully residual convolutional neural network for image segmentation in connectomics

2016-12-16 · Tran Minh Quan, David G. C. Hildebrand, Won-Ki Jeong

Electron microscopic connectomics is an ambitious research direction with the goal of studying comprehensive brain connectivity maps by using high-throughput, nano-scale microscopy. One of the main challenges in connecto…

Brain Image Segmentationimage-classificationImage ClassificationImage Segmentation+2

Hierarchical Manifold Clustering on Diffusion Maps for Connectomics (MIT 18.S096 final project)

2016-07-20 · Gergely Odor

In this paper, we introduce a novel algorithm for segmentation of imperfect boundary probability maps (BPM) in connectomics. Our algorithm can be a considered as an extension of spectral clustering. Instead of clustering…

ClusteringSegmentation

Yucca: A Deep Learning Framework For Medical Image Analysis

2024-07-29 · Sebastian Nørgaard Llambias, Julia Machnio, Asbjørn Munk, Jakob Ambsdorf 외

Medical image analysis using deep learning frameworks has advanced healthcare by automating complex tasks, but many existing frameworks lack flexibility, modularity, and user-friendliness. To address these challenges, we…

Deep LearningHippocampusMedical Image AnalysisSegmentation

Guided Proofreading of Automatic Segmentations for Connectomics

2017-04-04 · CVPR 2018 6 · Daniel Haehn, Verena Kaynig, James Tompkin, Jeff W. Lichtman 외

Automatic cell image segmentation methods in connectomics produce merge and split errors, which require correction through proofreading. Previous research has identified the visual search for these errors as the bottlene…

Image SegmentationSegmentationSemantic Segmentation

FrOoDo: Framework for Out-of-Distribution Detection

2022-08-01 · Jonathan Stieber, Moritz Fuchs, Anirban Mukhopadhyay

FrOoDo is an easy-to-use and flexible framework for Out-of-Distribution detection tasks in digital pathology. It can be used with PyTorch classification and segmentation models, and its modular design allows for easy ext…

Out-of-Distribution Detection