Papers › SAUNet: Shape Attentive U-Net for Interpretable Medical Image Segmentation

SAUNet: Shape Attentive U-Net for Interpretable Medical Image Segmentation

21 Jan 2020arXiv:2001.07645archive 2025-07-28

Jesse Sun, Fatemeh Darbehani, Mark Zaidi, Bo wang

Medical image segmentation is a difficult but important task for many clinical operations such as cardiac bi-ventricular volume estimation. More recently, there has been a shift to utilizing deep learning and fully convolutional neural networks (CNNs) to perform image segmentation that has yielded state-of-the-art results in many public benchmark datasets. Despite the progress of deep learning in medical image segmentation, standard CNNs are still not fully adopted in clinical settings as they lack robustness and interpretability. Shapes are generally more meaningful features than solely textures of images, which are features regular CNNs learn, causing a lack of robustness. Likewise, previous works surrounding model interpretability have been focused on post hoc gradient-based saliency methods. However, gradient-based saliency methods typically require additional computations post hoc and have been shown to be unreliable for interpretability. Thus, we present a new architecture called Shape Attentive U-Net (SAUNet) which focuses on model interpretability and robustness. The proposed architecture attempts to address these limitations by the use of a secondary shape stream that captures rich shape-dependent information in parallel with the regular texture stream. Furthermore, we suggest multi-resolution saliency maps can be learned using our dual-attention decoder module which allows for multi-level interpretability and mitigates the need for additional computations post hoc. Our method also achieves state-of-the-art results on the two large public cardiac MRI image segmentation datasets of SUN09 and AC17.

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

Code

Syntology Ran 3 of 15 code samples harvested from 2 repositories linked to this paper; 12 have no recorded run. Of those that ran: 3 ran · our draft was wrong.

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

sunjesse/shape-attentive-unet officialmentioned in papermentioned on GitHubpytorchBSD-3-Clause report
bowang-lab/shape-attentive-unet mentioned on GitHubpytorch report
rexxxx1234/SAUNet-demo mentioned on GitHubpytorchBSD-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

15 samples harvested; 3 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.

3ran · our draft was wrong
12unverified

Licence: 0 of the 15 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 2 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.

adaptive_avgmax_pool2d sunjesse/shape-attentive-unet/models/adaptive_avgmax_pool.py official repository unverified BSD-3-Clause (permissive) · 24ba52fa75e98634 · report
apply_colormap_on_image sunjesse/shape-attentive-unet/misc_functions.py official repository unverified BSD-3-Clause (permissive) · b27e3b79ace9291a · report
batchnorm sunjesse/shape-attentive-unet/models/attention_blocks.py official repository unverified BSD-3-Clause (permissive) · 5fd9109962bb3e30 · report
calc_pad_same sunjesse/shape-attentive-unet/models/custom_functions.py official repository unverified BSD-3-Clause (permissive) · 264280edf128c77a · report
conv1x1 sunjesse/shape-attentive-unet/models/attention_blocks.py official repository unverified BSD-3-Clause (permissive) · d5715d28a2cf2e5f · report
conv2d_same sunjesse/shape-attentive-unet/models/custom_functions.py official repository unverified BSD-3-Clause (permissive) · c7421ba4abae271c · report
conv3x3 sunjesse/shape-attentive-unet/models/attention_blocks.py official repository unverified BSD-3-Clause (permissive) · ca893f9498143980 · report
convert_to_grayscale sunjesse/shape-attentive-unet/misc_functions.py official repository unverified BSD-3-Clause (permissive) · 1205772b3f3f23ae · report
dice_loss sunjesse/shape-attentive-unet/loss.py official repository unverified BSD-3-Clause (permissive) · 249ebf36856edf1d · report
format_np_output sunjesse/shape-attentive-unet/misc_functions.py official repository unverified BSD-3-Clause (permissive) · 3033223e4e93074d · report
gradient_central_diff sunjesse/shape-attentive-unet/models/custom_functions.py official repository unverified BSD-3-Clause (permissive) · a0843c57fbf62259 · report
pooling_factor sunjesse/shape-attentive-unet/models/adaptive_avgmax_pool.py official repository unverified BSD-3-Clause (permissive) · 3a8857dbf960f1e4 · report
conv1x1_bn_relu bowang-lab/shape-attentive-unet/models/models.py community (archive-listed) ran · our draft was wrong BSD-3-Clause (permissive) · 1f54b5b7c5eed259 · report
conv3x3 bowang-lab/shape-attentive-unet/models/models.py community (archive-listed) ran · our draft was wrong BSD-3-Clause (permissive) · dbcb53696bc43ef9 · report
conv3x3_bn_relu bowang-lab/shape-attentive-unet/models/models.py community (archive-listed) ran · our draft was wrong BSD-3-Clause (permissive) · bf378f5e74f9c237 · report

Tasks

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Concatenated Skip ConnectionConvolutionInterpretabilityMax PoolingReLUU-Net

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