paper-with-me

Papers

Cross-Dimension Affinity Distillation for 3D EM Neuron Segmentation

2024-01-01 · CVPR 2024 1 · Xiaoyu Liu, Miaomiao Cai, Yinda Chen, Yueyi Zhang, Te Shi, Ruobing Zhang, Xuejin Chen, Zhiwei Xiong

Accurate 3D neuron segmentation from electron microscopy (EM) volumes is crucial for neuroscience research. However the complex neuron morphology often leads to over-merge and over-segmentation results. Recent advancements utilize 3D CNNs to predict a 3D affinity map with improved accuracy but suffer from two challenges: high computational cost and limited input size especially for practical deployment for large-scale EM volumes. To address these challenges we propose a novel method to leverage lightweight 2D CNNs for efficient neuron segmentation. Our method employs a 2D Y-shape network to generate two embedding maps from adjacent 2D sections which are then converted into an affinity map by measuring their embedding distance. While the 2D network better captures pixel dependencies inside sections with larger input sizes it overlooks inter-section dependencies. To overcome this we introduce a cross-dimension affinity distillation (CAD) strategy that transfers inter-section dependency knowledge from a 3D teacher network to the 2D student network by ensuring consistency between their output affinity maps. Additionally we design a feature grafting interaction (FGI) module to enhance knowledge transfer by grafting embedding maps from the 2D student onto those from the 3D teacher. Extensive experiments on multiple EM neuron segmentation datasets including a newly built one by ourselves demonstrate that our method achieves superior performance over state-of-the-art methods with only 1/20 inference latency.

📄 PDF Abstract BibTeX

Code (1)

liuxy1103/cad 공식 구현 pytorch

Tasks

SegmentationTransfer Learning

Similar Papers 제목 키워드 기반

A Self-Distillation Embedded Supervised Affinity Attention Model for Few-Shot Segmentation

2021-08-14 · Qi Zhao, Binghao Liu, Shuchang Lyu, Huojin Chen

Few-shot segmentation focuses on the generalization of models to segment unseen object with limited annotated samples. However, existing approaches still face two main challenges. First, huge feature distinction between …

Few-Shot Semantic SegmentationSegmentationSemantic Segmentation

Graph Relation Distillation for Efficient Biomedical Instance Segmentation

2024-01-12 · Xiaoyu Liu, Yueyi Zhang, Zhiwei Xiong, Wei Huang 외

Instance-aware embeddings predicted by deep neural networks have revolutionized biomedical instance segmentation, but its resource requirements are substantial. Knowledge distillation offers a solution by transferring di…

Instance SegmentationKnowledge DistillationRelationSemantic Segmentation

Multi-to-Single Knowledge Distillation for Point Cloud Semantic Segmentation

2023-04-28 · Shoumeng Qiu, Feng Jiang, Haiqiang Zhang, xiangyang xue 외

3D point cloud semantic segmentation is one of the fundamental tasks for environmental understanding. Although significant progress has been made in recent years, the performance of classes with few examples or few point…

Knowledge DistillationSemantic Segmentation

Inter-Region Affinity Distillation for Road Marking Segmentation

2020-04-11 · CVPR 2020 6 · Yuenan Hou, Zheng Ma, Chunxiao Liu, Tak-Wai Hui 외

We study the problem of distilling knowledge from a large deep teacher network to a much smaller student network for the task of road marking segmentation. In this work, we explore a novel knowledge distillation (KD) app…

Knowledge DistillationLane DetectionSemantic Segmentation

Anisotropic EM Segmentation by 3D Affinity Learning and Agglomeration

2017-07-27 · Toufiq Parag, Fabian Tschopp, William Grisaitis, Srinivas C. Turaga 외

The field of connectomics has recently produced neuron wiring diagrams from relatively large brain regions from multiple animals. Most of these neural reconstructions were computed from isotropic (e.g., FIBSEM) or near i…

Segmentation