Papers › Topology-Aware Uncertainty for Image Segmentation

Topology-Aware Uncertainty for Image Segmentation

9 Jun 2023NeurIPS 2023 11arXiv:2306.05671archive 2025-07-28

Saumya Gupta, Yikai Zhang, Xiaoling Hu, Prateek Prasanna, Chao Chen

Segmentation of curvilinear structures such as vasculature and road networks is challenging due to relatively weak signals and complex geometry/topology. To facilitate and accelerate large scale annotation, one has to adopt semi-automatic approaches such as proofreading by experts. In this work, we focus on uncertainty estimation for such tasks, so that highly uncertain, and thus error-prone structures can be identified for human annotators to verify. Unlike most existing works, which provide pixel-wise uncertainty maps, we stipulate it is crucial to estimate uncertainty in the units of topological structures, e.g., small pieces of connections and branches. To achieve this, we leverage tools from topological data analysis, specifically discrete Morse theory (DMT), to first capture the structures, and then reason about their uncertainties. To model the uncertainty, we (1) propose a joint prediction model that estimates the uncertainty of a structure while taking the neighboring structures into consideration (inter-structural uncertainty); (2) propose a novel Probabilistic DMT to model the inherent uncertainty within each structure (intra-structural uncertainty) by sampling its representations via a perturb-and-walk scheme. On various 2D and 3D datasets, our method produces better structure-wise uncertainty maps compared to existing works. Code available at https://github.com/Saumya-Gupta-26/struct-uncertainty

PaperPDFConference PDFCodeCode 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="2306.05671")

Code

Syntology Ran 13 of 27 code samples harvested from 5 repositories linked to this paper; 14 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 1 ran · fixture could not drive it; 9 ran with no contract checked.

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

Saumya-Gupta-26/struct-uncertainty officialmentioned in papermentioned on GitHubpytorch 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

27 samples harvested; 13 ran; 0 honoured the contract we drafted; 14 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
1ran · fixture could not drive it
9ran
14unverified

Licence: 7 of the 27 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 5 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.

parse_func saumya-gupta-26/struct-uncertainty/infer.py official repository ran · our draft was wrong no licence file found · pointer only · d30fa705b8e23cb4 · report
DMT Saumya-Gupta-26/struct-uncertainty/dmt_2d.py official repository unverified no licence file found · pointer only · e63919c931ba1e99 · report
AffinityAttention iMED-Lab/CS-Net/model/csnet.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 605dbaeb7a17d95a · report
AxisAlignedConvGaussian HuXiaoling/Structural_Uncertainty/probabilistic_unet.py found in paper text by Syntology ran no licence file found · pointer only · c163bba7de076605 · report
CSNet iMED-Lab/CS-Net/model/csnet.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · efdf1f54291e5b38 · report
ChannelAttentionBlock iMED-Lab/CS-Net/model/csnet.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 5b2a9f8699891fa8 · report
Decoder iMED-Lab/CS-Net/model/csnet.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · b5b8a23ced0e8669 · report
Encoder HuXiaoling/Structural_Uncertainty/probabilistic_unet.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 0326380a477a365f · report
ResEncoder iMED-Lab/CS-Net/model/csnet.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · ea12770312446fcc · report
SpatialAttentionBlock iMED-Lab/CS-Net/model/csnet.py found in paper text by Syntology ran MIT (permissive) · c96bc45ac6dfcbdf · report
autocrop johschmidt42/PyTorch-2D-3D-UNet-Tutorial/unet.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · b128f04e610e22c8 · report
deconv iMED-Lab/CS-Net/model/csnet.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · b528298ef3ced2c0 · report
downsample iMED-Lab/CS-Net/model/csnet.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · a7606e101556581b · report
get_conv_layer johschmidt42/PyTorch-2D-3D-UNet-Tutorial/unet.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 53bab7232f605d02 · report
ProbabilisticUnet HuXiaoling/Structural_Uncertainty/probabilistic_unet.py found in paper text by Syntology unverified no licence file found · pointer only · 260ed13140183edd · report
UNet HuXiaoling/Structural_Uncertainty/probabilistic_unet.py found in paper text by Syntology unverified no licence file found · pointer only · 477da3a4420e7316 · report
conv_layer johschmidt42/PyTorch-2D-3D-UNet-Tutorial/unet.py found in paper text by Syntology unverified MIT (permissive) · c78cf3e9f814160b · report
create_dense_target johschmidt42/PyTorch-2D-3D-UNet-Tutorial/transformations.py found in paper text by Syntology unverified MIT (permissive) · 7f1458886e91abd9 · report
dice_loss johschmidt42/PyTorch-2D-3D-UNet-Tutorial/losses.py found in paper text by Syntology unverified MIT (permissive) · 291fdb8dff7cf15e · report
increase_resolution gigantenbein/UNet-Zoo/models/phiseg3D.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 497d8b92031530bc · report
init_weights HuXiaoling/Structural_Uncertainty/probabilistic_unet.py found in paper text by Syntology unverified no licence file found · pointer only · f0e750b2fb39dd62 · report
initialize_weights iMED-Lab/CS-Net/model/csnet.py found in paper text by Syntology unverified MIT (permissive) · fe857ca50126df0e · report
load_data_into_loader gigantenbein/UNet-Zoo/load_LIDC_data.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 4463af1a7a2f90d4 · report
normalize johschmidt42/PyTorch-2D-3D-UNet-Tutorial/transformations.py found in paper text by Syntology unverified MIT (permissive) · ab7d4eaddf5ca7e9 · report
normalize_01 johschmidt42/PyTorch-2D-3D-UNet-Tutorial/transformations.py found in paper text by Syntology unverified MIT (permissive) · a207a2db9756ef69 · report
plot_training johschmidt42/PyTorch-2D-3D-UNet-Tutorial/visual.py found in paper text by Syntology unverified MIT (permissive) · 66aa286caeb3283b · report
predict johschmidt42/PyTorch-2D-3D-UNet-Tutorial/inference.py found in paper text by Syntology unverified MIT (permissive) · 02c8d4823f0bd036 · report

Tasks

Image SegmentationSegmentationSemantic SegmentationTopological Data Analysis

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Focus

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