Papers › V-Net: Fully Convolutional Neural Networks for Volumetric Medical Image Segmentation

V-Net: Fully Convolutional Neural Networks for Volumetric Medical Image Segmentation

15 Jun 2016arXiv:1606.04797archive 2025-07-28

Fausto Milletari, Nassir Navab, Seyed-Ahmad Ahmadi

Convolutional Neural Networks (CNNs) have been recently employed to solve problems from both the computer vision and medical image analysis fields. Despite their popularity, most approaches are only able to process 2D images while most medical data used in clinical practice consists of 3D volumes. In this work we propose an approach to 3D image segmentation based on a volumetric, fully convolutional, neural network. Our CNN is trained end-to-end on MRI volumes depicting prostate, and learns to predict segmentation for the whole volume at once. We introduce a novel objective function, that we optimise during training, based on Dice coefficient. In this way we can deal with situations where there is a strong imbalance between the number of foreground and background voxels. To cope with the limited number of annotated volumes available for training, we augment the data applying random non-linear transformations and histogram matching. We show in our experimental evaluation that our approach achieves good performances on challenging test data while requiring only a fraction of the processing time needed by other previous methods.

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="1606.04797")

Code

Syntology Ran 2 of 22 code samples harvested from 8 repositories linked to this paper; 20 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · our draft was wrong.

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

28 repositories listed; official and paper-mentioned ones first.

faustomilletari/VNet officialmentioned in papercaffe2GPL-3.0 report
MiguelMonteiro/VNet-Tensorflow mentioned on GitHubtf report
Shrajan/AAAI-2022 mentioned on GitHubpytorch report
alexbmp/run-vnet-keras mentioned on GitHubtfApache-2.0 report
black0017/MedicalZooPytorch mentioned on GitHubpytorch report
bo-10000/VoxResNet mentioned on GitHubpytorch report
chakerouari/UNET_segmetation mentioned on GitHubpytorchMIT report
jackyko1991/vnet-tensorflow mentioned on GitHubtf report
mattmacy/vnet.pytorch mentioned on GitHubpytorchBSD-3-Clause report
mtancak1/PyTorch-UNet-BraTS20 mentioned on GitHubpytorch report
salem-devloper/COVID-Lung-Segment mentioned on GitHubpytorchMIT report
salem-devloper/final mentioned on GitHubpytorchMIT report
salem-devloper/lung-chaker mentioned on GitHubpytorch report
seungjunlee96/U-Net_Lung-Segmentation mentioned on GitHubpytorchMIT report
soymintc/run-vnet-keras mentioned on GitHubtfApache-2.0 report
YellowLight021/Vnet paddleApache-2.0 report
alililia/VNet_Ascend mindsporeApache-2.0 report
alililia/vnet_GPU mindsporeApache-2.0 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

22 samples harvested; 2 ran; 1 honoured the contract we drafted; 20 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
1ran · our draft was wrong
20unverified

Licence: 0 of the 22 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 8 repositories linked to this paper, official or community; each sample names its own and says which. “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.

ELUCons black0017/MedicalZooPytorch/lib/medzoo/Vnet.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 6fc5a148e5f07668 · report
passthrough black0017/MedicalZooPytorch/lib/medzoo/Vnet.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · a8c5d37974c09442 · report
accuracy_check chakerouari/UNET_segmetation/accuracy.py community (archive-listed) unverified MIT (permissive) · 7e697903c073b3a0 · report
accuracy_check_for_batch chakerouari/UNET_segmetation/accuracy.py community (archive-listed) unverified MIT (permissive) · 7ab10393cbead7dc · report
add_midlines alexbmp/run-vnet-keras/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · f08596ef419ba0ac · report
create_annotation salem-devloper/COVID-Lung-Segment/convert_data.py community (archive-listed) unverified MIT (permissive) · 024dccab4cac2206 · report
create_annotation salem-devloper/final/create_annotation.py community (archive-listed) unverified MIT (permissive) · 6d04f81ef4a995bf · report
dice_coefficient alexbmp/run-vnet-keras/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 4424b776451228fd · report
dice_coefficient chakerouari/UNET_segmetation/dice_loss.py community (archive-listed) unverified MIT (permissive) · 0d9114af7594414b · report
dice_error YellowLight021/Vnet/torchloss.py community (archive-listed) unverified Apache-2.0 (permissive) · 17de72646615f9f3 · report
dice_loss YellowLight021/Vnet/torchloss.py community (archive-listed) unverified Apache-2.0 (permissive) · 90323f24b4378887 · report
dice_loss alexbmp/run-vnet-keras/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · c42f9764fcc069fb · report
file_name alililia/VNet_Ascend/src/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · b572a2481649012d · report
generate_masks salem-devloper/final/convert_data.py community (archive-listed) unverified MIT (permissive) · 1bf057c43ddab42d · report
get_all_file_paths salem-devloper/COVID-Lung-Segment/croped_data.py community (archive-listed) unverified MIT (permissive) · 05f8948471f6b376 · report
get_all_file_paths salem-devloper/final/create_zip_file.py community (archive-listed) unverified MIT (permissive) · 0b888ac62a0e9b95 · report
linear_warmup_learning_rate alililia/VNet_Ascend/src/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · d6a99ec714147ac1 · report
mask_to_image salem-devloper/COVID-Lung-Segment/predict.py community (archive-listed) unverified MIT (permissive) · 438eb3c1325aef0d · report
predict salem-devloper/COVID-Lung-Segment/predict.py community (archive-listed) unverified MIT (permissive) · 9711482ce4405f41 · report
rolling mattmacy/vnet.pytorch/plot.py community (archive-listed) unverified BSD-3-Clause (permissive) · 76cc7194ae64e0dc · report
train_test_split YellowLight021/Vnet/luna.py community (archive-listed) unverified Apache-2.0 (permissive) · c4bee74346152dc3 · report
truncate YellowLight021/Vnet/luna.py community (archive-listed) unverified Apache-2.0 (permissive) · 60f0bebd8c9d6ac0 · report

Tasks

Image SegmentationMedical Image AnalysisMedical Image SegmentationSemantic SegmentationVolumetric Medical Image Segmentation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Volumetric Medical Image Segmentation PROMISE 2012 V-Net + Dice-based loss Dice Score 0.869 #1 of 2 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