NeuroRefiner multi-agent 3D neuron segmentation framework.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill neurorefiner-multi-agent-neuron-segmentation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Neurorefiner Multi Agent Neuron Segmentation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-neurorefiner-multi-agent-neuron-segmentation-ai-collection)More formats (shields.io, HTML) on the badges page.
---
name: neurorefiner-multi-agent-neuron-segmentation
description: "NeuroRefiner multi-agent 3D neuron segmentation framework."
metadata:
arxiv_id: "2608.09636"
published: "2026-08-10"
authors: "Yuqi Wu, Shengming Zhao, Jie Chen"
conference: "ECCV 2026"
tags: [neuroscience, multi-agent, neuron-segmentation, 3d-imaging, fluorescence-microscopy]
license: Complete terms in LICENSE.txt
---
# NeuroRefiner: Multi-Agent Neuron Segmentation Framework
## Overview
NeuroRefiner is a morphology-aware multi-agent refinement framework specifically designed for 3D fluorescence microscopy neuron segmentation. The system formalizes the human expert workflow into three collaborative agents that work together to diagnose, correct, and validate neuron segmentation results.
## Key Contributions
1. **Multi-Agent Architecture**: Three specialized agents work collaboratively:
- **Diagnosis Agent**: Identifies topological errors in initial segmentation
- **Correction Agent**: Generates precise correction instructions based on diagnosis
- **Validation Agent**: Validates the quality of refinement results
2. **TopoRefineNet**: A 3D U-Net-based tool with cross-modality feature fusion that implements the refinement process
3. **Performance**: Achieves 3.02% improvement in F1 score on the ZBFWB dataset compared to baseline methods
4. **Morphology Awareness**: Explicitly handles complex neuronal morphologies including branching structures, thin processes, and overlapping regions
## When to Use This Skill
Use this skill when:
- Working with 3D fluorescence microscopy neuron segmentation tasks
- Needing to implement multi-agent collaborative refinement systems
- Analyzing complex neuronal morphologies in volumetric imaging data
- Developing automated neuron reconstruction pipelines
- Comparing multi-agent vs single-agent approaches for biomedical image analysis
## Implementation Guidelines
### Multi-Agent Workflow
1. **Initial Segmentation**: Start with a baseline 3D segmentation method (e.g., 3D U-Net)
2. **Diagnosis Phase**: Apply the Diagnosis Agent to identify:
- Broken neuronal processes
- False merges between adjacent neurons
- Missing branches or terminals
- Topological inconsistencies
3. **Correction Phase**: The Correction Agent generates specific instructions:
- Connect broken segments with appropriate morphology constraints
- Split false merges while preserving valid connections
- Add missing branches based on intensity and shape priors
4. **Validation Phase**: The Validation Agent ensures:
- Biological plausibility of refined structures
- Consistency with original fluorescence signal
- Improvement in quantitative metrics (F1, precision, recall)
### TopoRefineNet Architecture
- **Input**: 3D fluorescence volume + initial segmentation mask
- **Backbone**: 3D U-Net with residual connections
- **Cross-Modality Fusion**: Combines intensity features with topological features
- **Output**: Refined segmentation mask with improved topology
### Training Strategy
- **Loss Function**: Combination of dice loss, topological loss, and boundary loss
- **Data Augmentation**: 3D rotations, intensity scaling, elastic deformations
- **Validation Metrics**: F1 score, topology-aware metrics, branch detection accuracy
## Pitfalls and Considerations
### Common Issues
1. **Over-correction**: Agents may introduce false structures if confidence thresholds are too low
- **Solution**: Implement conservative correction policies with high validation requirements
2. **Computational Complexity**: 3D processing is resource-intensive
- **Solution**: Use patch-based inference with overlap for large volumes
3. **Dataset Bias**: Performance may vary across different microscopy protocols
- **Solution**: Fine-tune on target dataset or use domain adaptation techniques
### Parameter Tuning
- **Diagnosis Sensitivity**: Balance between false positives and false negatives
- **Correction Aggressiveness**: Control how much the system modifies initial segmentation
- **Validation Stringency**: Determine acceptance criteria for refined results
## Integration with Existing Workflows
### Input Requirements
- **Format**: 3D TIFF or HDF5 files containing fluorescence volumes
- **Resolution**: Isotropic or near-isotropic voxels preferred
- **Preprocessing**: Background subtraction and noise reduction recommended
### Output Format
- **Segmentation Masks**: 3D binary or instance masks matching input dimensions
- **Confidence Maps**: Optional per-voxel confidence scores
- **Error Reports**: Structured reports of detected and corrected errors
## Evaluation Protocol
### Datasets
- **ZBFWB**: Primary benchmark dataset used in the original paper
- **Other Datasets**: Can be adapted to other 3D neuron imaging datasets
### Metrics
- **Standard**: Dice coefficient, F1 score, precision, recall
- **Topology-Aware**: Branch detection accuracy, connection completeness
- **Morphology**: Process length accuracy, branching point detection
## References
- Original Paper: arXiv:2608.09636
- ECCV 2026 Conference Proceedings
- Related Work: Multi-agent systems in biomedical image analysis
- Topological Data Analysis in Neuroscience
## Activation Keywords
- neurorefiner
- multi-agent neuron segmentation
- 3d fluorescence microscopy
- neuron morphology refinement
- topological error correction
- TopoRefineNetIs this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!