paper-with-me

홈 › Papers

Self-Supervised Neuron Segmentation with Multi-Agent Reinforcement Learning

2023-10-06 · Yinda Chen, Wei Huang, Shenglong Zhou, Qi Chen, Zhiwei Xiong

The performance of existing supervised neuron segmentation methods is highly dependent on the number of accurate annotations, especially when applied to large scale electron microscopy (EM) data. By extracting semantic information from unlabeled data, self-supervised methods can improve the performance of downstream tasks, among which the mask image model (MIM) has been widely used due to its simplicity and effectiveness in recovering original information from masked images. However, due to the high degree of structural locality in EM images, as well as the existence of considerable noise, many voxels contain little discriminative information, making MIM pretraining inefficient on the neuron segmentation task. To overcome this challenge, we propose a decision-based MIM that utilizes reinforcement learning (RL) to automatically search for optimal image masking ratio and masking strategy. Due to the vast exploration space, using single-agent RL for voxel prediction is impractical. Therefore, we treat each input patch as an agent with a shared behavior policy, allowing for multi-agent collaboration. Furthermore, this multi-agent model can capture dependencies between voxels, which is beneficial for the downstream segmentation task. Experiments conducted on representative EM datasets demonstrate that our approach has a significant advantage over alternative self-supervised methods on the task of neuron segmentation. Code is available at \url{https://github.com/ydchen0806/dbMiM}.

📄 PDF Abstract BibTeX arXiv:2310.04148

Code (1)

ydchen0806/dbmim 공식 구현 pytorch

Tasks

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)Segmentation

Methods 이 논문이 사용한 방법론

MIM 설명 없음

Similar Papers 제목 키워드 기반

Self-Supervised Feature Extraction for 3D Axon Segmentation

2020-04-20 · Tzofi Klinghoffer, Peter Morales, Young-Gyun Park, Nicholas Evans 외

Existing learning-based methods to automatically trace axons in 3D brain imagery often rely on manually annotated segmentation labels. Labeling is a labor-intensive process and is not scalable to whole-brain analysis, wh…

Segmentation

Self-supervised Learning for Segmentation and Quantification of Dopamine Neurons in Parkinson's Disease

2023-01-11 · Fatemeh Haghighi, Soumitra Ghosh, Hai Ngu, Sarah Chu 외

Parkinson's Disease (PD) is the second most common neurodegenerative disease in humans. PD is characterized by the gradual loss of dopaminergic neurons in the Substantia Nigra (SN). Counting the number of dopaminergic ne…

Deep LearningSelf-Supervised Learning

Fluorescent Neuronal Cells v2: Multi-Task, Multi-Format Annotations for Deep Learning in Microscopy

2023-07-26 · Luca Clissa, Antonio Macaluso, Roberto Morelli, Alessandra Occhinegro 외

Fluorescent Neuronal Cells v2 is a collection of fluorescence microscopy images and the corresponding ground-truth annotations, designed to foster innovative research in the domains of Life Sciences and Deep Learning. Th…

Benchmarkingobject-detectionObject DetectionSegmentation+3

NeuroSeg Meets DINOv3: Transferring 2D Self-Supervised Visual Priors to 3D Neuron Segmentation via DINOv3 Initialization

2026-03-24 · Yik San Cheng, Runkai Zhao, Weidong Cai arxiv

2D visual foundation models, such as DINOv3, a self-supervised model trained on large-scale natural images, have demonstrated strong zero-shot generalization, capturing both rich global context and fine-grained structura…

Zero-shot Generalization

SynthSeg-Agents: Multi-Agent Synthetic Data Generation for Zero-Shot Weakly Supervised Semantic Segmentation

2025-12-17 · Wangyu Wu, Zhenhong Chen, Xiaowei Huang, Fei Ma 외 arxiv

Weakly Supervised Semantic Segmentation (WSSS) with image level labels aims to produce pixel level predictions without requiring dense annotations. While recent approaches have leveraged generative models to augment exis…

Synthetic Data GenerationSemantic SegmentationImage Generation