Papers › Efficient Multi-Scale 3D CNN with Fully Connected CRF for Accurate Brain Lesion Segmentation

Efficient Multi-Scale 3D CNN with Fully Connected CRF for Accurate Brain Lesion Segmentation

18 Mar 2016arXiv:1603.05959archive 2025-07-28

Konstantinos Kamnitsas, Christian Ledig, Virginia F. J. Newcombe, Joanna P. Simpson, Andrew D. Kane, David K. Menon, Daniel Rueckert, Ben Glocker

We propose a dual pathway, 11-layers deep, three-dimensional Convolutional Neural Network for the challenging task of brain lesion segmentation. The devised architecture is the result of an in-depth analysis of the limitations of current networks proposed for similar applications. To overcome the computational burden of processing 3D medical scans, we have devised an efficient and effective dense training scheme which joins the processing of adjacent image patches into one pass through the network while automatically adapting to the inherent class imbalance present in the data. Further, we analyze the development of deeper, thus more discriminative 3D CNNs. In order to incorporate both local and larger contextual information, we employ a dual pathway architecture that processes the input images at multiple scales simultaneously. For post-processing of the network's soft segmentation, we use a 3D fully connected Conditional Random Field which effectively removes false positives. Our pipeline is extensively evaluated on three challenging tasks of lesion segmentation in multi-channel MRI patient data with traumatic brain injuries, brain tumors, and ischemic stroke. We improve on the state-of-the-art for all three applications, with top ranking performance on the public benchmarks BRATS 2015 and ISLES 2015. Our method is computationally efficient, which allows its adoption in a variety of research and clinical settings. The source code of our implementation is made publicly available.

PaperPDFCodeCode 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="1603.05959")

Code

Syntology Ran 0 of 12 code samples harvested from 1 repository linked to this paper; 12 have no recorded run.

By repository: community (archive-listed): 12 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

etjoa003/medical_imaging mentioned on GitHub report
Kamnitsask/deepmedic tfBSD-3-Clause report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

12 samples harvested; 0 ran; 0 honoured the contract we drafted; 12 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.

12unverified

Licence: 0 of the 12 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 Kamnitsask/deepmedic. “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.

augment_imgs_of_case Kamnitsask/deepmedic/deepmedic/dataManagement/augmentImage.py community (archive-listed) unverified BSD-3-Clause (permissive) · b79ab7d1e72f7b3b · report
calc_rec_field_of_path_assuming_strides_1 Kamnitsask/deepmedic/deepmedic/neuralnet/utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · 8db9843f9dcbf528 · report
check_kern_dims_per_l_correct_3d_and_n_layers Kamnitsask/deepmedic/deepmedic/neuralnet/utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · 338063673d94ab09 · report
check_rec_field_vs_inp_dims Kamnitsask/deepmedic/deepmedic/neuralnet/utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · 8aecaa717071051e · report
conv_3d Kamnitsask/deepmedic/deepmedic/neuralnet/ops.py community (archive-listed) unverified BSD-3-Clause (permissive) · 4357cf5f087db495 · report
dsc Kamnitsask/deepmedic/deepmedic/neuralnet/cost_functions.py community (archive-listed) unverified BSD-3-Clause (permissive) · 9d5e70582a1d30c1 · report
iou Kamnitsask/deepmedic/deepmedic/neuralnet/cost_functions.py community (archive-listed) unverified BSD-3-Clause (permissive) · 730ced37040cedf6 · report
prelu Kamnitsask/deepmedic/deepmedic/neuralnet/ops.py community (archive-listed) unverified BSD-3-Clause (permissive) · a6fcd9282f9d659f · report
random_affine_deformation Kamnitsask/deepmedic/deepmedic/dataManagement/augmentImage.py community (archive-listed) unverified BSD-3-Clause (permissive) · 346f2897c0851202 · report
random_gamma_correction Kamnitsask/deepmedic/deepmedic/dataManagement/augmentImage.py community (archive-listed) unverified BSD-3-Clause (permissive) · 9a505431f15e3e27 · report
relu Kamnitsask/deepmedic/deepmedic/neuralnet/ops.py community (archive-listed) unverified BSD-3-Clause (permissive) · 5d605f64da7a03e1 · report
x_entr Kamnitsask/deepmedic/deepmedic/neuralnet/cost_functions.py community (archive-listed) unverified BSD-3-Clause (permissive) · 21d9f65263774216 · report

Tasks

3D Medical Imaging SegmentationBrain Lesion Segmentation From MriBrain Tumor SegmentationLesion SegmentationMedical Image SegmentationSegmentation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Brain Tumor Segmentation BRATS-2015 3D CNN + CRF Dice Score 85.0% #3 of 4 Archive leaderboard report
Lesion Segmentation ISLES-2015 3D CNN + CRF Dice Score 59.0% #1 of 1 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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