{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/a-volumetric-transformer-for-accurate-3d","title":"A Robust Volumetric Transformer for Accurate 3D Tumor Segmentation","arxiv_id":"2111.13300","date":"2021-11-26","proceeding":null,"authors":["Himashi Peiris","Munawar Hayat","Zhaolin Chen","Gary Egan","Mehrtash Harandi"],"abstract":"We propose a Transformer architecture for volumetric segmentation, a challenging task that requires keeping a complex balance in encoding local and global spatial cues, and preserving information along all axes of the volume. Encoder of the proposed design benefits from self-attention mechanism to simultaneously encode local and global cues, while the decoder employs a parallel self and cross attention formulation to capture fine details for boundary refinement. Empirically, we show that the proposed design choices result in a computationally efficient model, with competitive and promising results on the Medical Segmentation Decathlon (MSD) brain tumor segmentation (BraTS) Task. We further show that the representations learned by our model are robust against data corruptions. \\href{https://github.com/himashi92/VT-UNet}{Our code implementation is publicly available}.","url_abs":"https://arxiv.org/abs/2111.13300v2","url_pdf":"https://arxiv.org/pdf/2111.13300v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"a-volumetric-transformer-for-accurate-3d","repo_url":"https://github.com/himashi92/vt-unet","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"brain-tumor-segmentation","task_name":"Brain Tumor Segmentation"},{"task_slug":"decoder","task_name":"Decoder"},{"task_slug":"medical-image-segmentation","task_name":"Medical Image Segmentation"},{"task_slug":"segmentation","task_name":"Segmentation"},{"task_slug":"semantic-segmentation","task_name":"Semantic Segmentation"},{"task_slug":"tumor-segmentation","task_name":"Tumor Segmentation"},{"task_slug":"volumetric-medical-image-segmentation","task_name":"Volumetric Medical Image Segmentation"}],"methods":[{"method_slug":"absolute-position-encodings","method_name":"Absolute Position Encodings"},{"method_slug":"adam","method_name":"Adam"},{"method_slug":"attention","method_name":"Attention"},{"method_slug":"bpe","method_name":"BPE"},{"method_slug":"dense-connections","method_name":"Dense Connections"},{"method_slug":"dropout","method_name":"Dropout"},{"method_slug":"label-smoothing","method_name":"Label Smoothing"},{"method_slug":"layer-normalization","method_name":"Layer Normalization"},{"method_slug":"linear-layer","method_name":"Linear Layer"},{"method_slug":"multi-head-attention","method_name":"Multi-Head Attention"},{"method_slug":"position-wise-feed-forward-layer","method_name":"Position-Wise Feed-Forward Layer"},{"method_slug":"residual-connection","method_name":"Residual Connection"},{"method_slug":"softmax","method_name":"Softmax"},{"method_slug":"transformer","method_name":"Transformer"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2111.13300","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2111.13300"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/himashi92/vt-unet","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran_honours":1,"ran_fixture":1,"unverified":8},"by_repo_kind":{"official":{"samples":10,"ran":2,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"f6b944f50d3f15ae","entry":"count_parameters","repo":"himashi92/vt-unet","repo_kind":"official","path":"version_1/utils.py","file_url":"https://github.com/himashi92/vt-unet/blob/HEAD/version_1/utils.py","link_basis":"harvester_set","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f6b944f50d3f15ae"}},{"code_sha256_prefix":"4876d8faacbd6927","entry":"window_partition","repo":"himashi92/vt-unet","repo_kind":"official","path":"version_1/vtunet/vt_unet.py","file_url":"https://github.com/himashi92/vt-unet/blob/HEAD/version_1/vtunet/vt_unet.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4876d8faacbd6927"}},{"code_sha256_prefix":"e65b0d891efe4fc8","entry":"dice","repo":"himashi92/vt-unet","repo_kind":"official","path":"VTUNet/vtunet/inference_tumor.py","file_url":"https://github.com/himashi92/vt-unet/blob/HEAD/VTUNet/vtunet/inference_tumor.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e65b0d891efe4fc8"}},{"code_sha256_prefix":"e8b1900569611f33","entry":"get_brats_folder","repo":"himashi92/vt-unet","repo_kind":"official","path":"version_1/config.py","file_url":"https://github.com/himashi92/vt-unet/blob/HEAD/version_1/config.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e8b1900569611f33"}},{"code_sha256_prefix":"15b5519a4cd968d9","entry":"get_config","repo":"himashi92/vt-unet","repo_kind":"official","path":"version_1/config.py","file_url":"https://github.com/himashi92/vt-unet/blob/HEAD/version_1/config.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"15b5519a4cd968d9"}},{"code_sha256_prefix":"895de5aa8414ecf8","entry":"img2windows","repo":"himashi92/vt-unet","repo_kind":"official","path":"version_1/vtunet/vt_unet.py","file_url":"https://github.com/himashi92/vt-unet/blob/HEAD/version_1/vtunet/vt_unet.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"895de5aa8414ecf8"}},{"code_sha256_prefix":"3fd75644af4ea49e","entry":"master_do","repo":"himashi92/vt-unet","repo_kind":"official","path":"version_1/utils.py","file_url":"https://github.com/himashi92/vt-unet/blob/HEAD/version_1/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3fd75644af4ea49e"}},{"code_sha256_prefix":"2d2f06b87fe3610c","entry":"new_dice","repo":"himashi92/vt-unet","repo_kind":"official","path":"VTUNet/vtunet/inference_tumor.py","file_url":"https://github.com/himashi92/vt-unet/blob/HEAD/VTUNet/vtunet/inference_tumor.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2d2f06b87fe3610c"}},{"code_sha256_prefix":"e59a354e9d506ec1","entry":"reload_ckpt_bis","repo":"himashi92/vt-unet","repo_kind":"official","path":"version_1/utils.py","file_url":"https://github.com/himashi92/vt-unet/blob/HEAD/version_1/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e59a354e9d506ec1"}},{"code_sha256_prefix":"79688e818af0d2a9","entry":"windows2img","repo":"himashi92/vt-unet","repo_kind":"official","path":"version_1/vtunet/vt_unet.py","file_url":"https://github.com/himashi92/vt-unet/blob/HEAD/version_1/vtunet/vt_unet.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"79688e818af0d2a9"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}