Papers › Diffusion Model-Based Data Augmentation for Enhanced Neuron Segmentation

Diffusion Model-Based Data Augmentation for Enhanced Neuron Segmentation

22 Jan 2026arXiv:2601.15779added by Syntology

Liuyun Jiang, Yanchao Zhang, Jinyue Guo, Yizhuo Lu, Ruining Zhou, Hua Han

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Neuron segmentation in electron microscopy (EM) aims to reconstruct the complete neuronal connectome; however, current deep learning-based methods are limited by their reliance on large-scale training data and extensive, time-consuming manual annotations. Traditional methods augment the training set through geometric and photometric transformations; however, the generated samples remain highly correlated with the original images and lack structural diversity. To address this limitation, we propose a diffusion-based data augmentation framework capable of generating diverse and structurally plausible image-label pairs for neuron segmentation. Specifically, the framework employs a resolution-aware conditional diffusion model with multi-scale conditioning and EM resolution priors to enable voxel-level image synthesis from 3D masks. It further incorporates a biology-guided mask remodeling module that produces augmented masks with enhanced structural realism. Together, these components effectively enrich the training set and improve segmentation performance. On the AC3 and AC4 datasets under low-annotation regimes, our method improves the ARAND metric by 32.1% and 30.7%, respectively, when combined with two different post-processing methods. Our code is available at https://github.com/HeadLiuYun/NeuroDiff.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2601.15779")

Code

Syntology Ran 9 of 24 code samples harvested from 1 repository linked to this paper; 15 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · violated contract; 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 4 ran with no contract checked.

By repository: found in paper text by Syntology: 24 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

HeadLiuYun/NeuroDiff found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

24 samples harvested; 9 ran; 1 honoured the contract we drafted; 15 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
2ran · violated contract
1ran · our draft was wrong
1ran · fixture could not drive it
4ran
15unverified

Licence: 24 of the 24 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from HeadLiuYun/NeuroDiff. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

default HeadLiuYun/NeuroDiff/diffusion_model/trainer.py found in paper text by Syntology ran · violated contract no licence file found · pointer only · fbf9ec7be545688e · report
exists HeadLiuYun/NeuroDiff/diffusion_model/trainer.py found in paper text by Syntology ran · violated contract no licence file found · pointer only · 608e364a9d2376a3 · report
get_param_groups_and_shapes HeadLiuYun/NeuroDiff/diffusion_model/fp16_util.py found in paper text by Syntology ran no licence file found · pointer only · e41367ad14ff58fd · report
get_window_size HeadLiuYun/NeuroDiff/segmentation_scripts/model/model_Swin_UNETR.py found in paper text by Syntology ran · fixture could not drive it no licence file found · pointer only · 34484ba7deb03520 · report
make_master_params HeadLiuYun/NeuroDiff/diffusion_model/fp16_util.py found in paper text by Syntology ran no licence file found · pointer only · e20dd5102da3b050 · report
make_output_format HeadLiuYun/NeuroDiff/diffusion_model/logger.py found in paper text by Syntology ran no licence file found · pointer only · bcd8b4acab199405 · report
num_to_groups HeadLiuYun/NeuroDiff/diffusion_model/trainer.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 4f66ae7f14b3b240 · report
unflatten_master_params HeadLiuYun/NeuroDiff/diffusion_model/fp16_util.py found in paper text by Syntology ran no licence file found · pointer only · 64fff1e30802b815 · report
zero_module HeadLiuYun/NeuroDiff/diffusion_model/neurodiff.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 129b804760b3115f · report
build_criterion HeadLiuYun/NeuroDiff/segmentation_scripts/inference.py found in paper text by Syntology unverified no licence file found · pointer only · e1909b8866534992 · report
checkpoint HeadLiuYun/NeuroDiff/diffusion_model/modules.py found in paper text by Syntology unverified no licence file found · pointer only · 6c034e82ba5f0bd3 · report
conv_nd HeadLiuYun/NeuroDiff/diffusion_model/modules.py found in paper text by Syntology unverified no licence file found · pointer only · fe4eb545bbb728e0 · report
get_positional_encoding HeadLiuYun/NeuroDiff/diffusion_model/neurodiff.py found in paper text by Syntology unverified no licence file found · pointer only · 3a2fbd46f87f521e · report
label_to_condition HeadLiuYun/NeuroDiff/sample.py found in paper text by Syntology unverified no licence file found · pointer only · 8f194461987f4c2e · report
load_gt_label HeadLiuYun/NeuroDiff/segmentation_scripts/evaluate.py found in paper text by Syntology unverified no licence file found · pointer only · 139a6ad68dd79c69 · report
load_h5 HeadLiuYun/NeuroDiff/segmentation_scripts/evaluate.py found in paper text by Syntology unverified no licence file found · pointer only · e4019caa2d0a2f13 · report
mpi_weighted_mean HeadLiuYun/NeuroDiff/diffusion_model/logger.py found in paper text by Syntology unverified no licence file found · pointer only · e515a67f7f32e76d · report
profile HeadLiuYun/NeuroDiff/diffusion_model/logger.py found in paper text by Syntology unverified no licence file found · pointer only · 0c6607473a4c4c55 · report
read_mask_stack HeadLiuYun/NeuroDiff/sample.py found in paper text by Syntology unverified no licence file found · pointer only · 4272aefe07cb6693 · report
read_score_lines HeadLiuYun/NeuroDiff/segmentation_scripts/get_results.py found in paper text by Syntology unverified no licence file found · pointer only · 23e6f260d85a7294 · report
relabel HeadLiuYun/NeuroDiff/segmentation_scripts/evaluate.py found in paper text by Syntology unverified no licence file found · pointer only · 781ac8f422a292c6 · report
uniform_window_3d HeadLiuYun/NeuroDiff/sample.py found in paper text by Syntology unverified no licence file found · pointer only · 39e744e9d9af0c31 · report
window_partition HeadLiuYun/NeuroDiff/segmentation_scripts/model/model_Swin_UNETR.py found in paper text by Syntology unverified no licence file found · pointer only · 8cd5fa7e1d693a92 · report
window_reverse HeadLiuYun/NeuroDiff/segmentation_scripts/model/model_Swin_UNETR.py found in paper text by Syntology unverified no licence file found · pointer only · 1545b891ff0bbdd7 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2601.15779, was issued in January 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections