Papers › BSC-Net: A Small-Branch-Sensitive Structural Continuity Network for Coronary Vessel...

BSC-Net: A Small-Branch-Sensitive Structural Continuity Network for Coronary Vessel Segmentation and Quantitative Angiographic Analysis

14 Sep 2026arXiv:2609.15400added by Syntology

Wanxian Li, Jiaqian Qin, Qingyi Xian, Yazhi Li, Song Chen, Liman Li, Hao He

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Vessel segmentation in X-ray coronary angiography (XCA) is a fundamental step for quantitative coronary analysis and subsequent assessment of coronary artery disease. However, accurate vessel segmentation remains challenging because of imaging noise, complex bifurcations, and the overlap of vessels and background structures, which can lead to disrupted vascular connectivity and missed small branches. In this work, we propose BSC-Net, a ResNet-U-Net-based framework tailored to improve small-vessel representation and repair vascular structural continuity. BSC-Net enhances small-vessel representation through targeted sampling and improves vascular structural continuity by integrating long-range contextual modeling and Edge-Informed Loss (EIL). BSC-Net was validated on two public XCA datasets, demonstrating state-of-the-art (SOTA) performance in coronary vessel segmentation with Dice and IoU scores of 77.8%/90.6% and 64.5%/83.0%, respectively. Furthermore, based on the obtained vessel segmentation, we performed automated quantitative coronary analysis and derived clinically relevant morphological and hemodynamic parameters, including stenosis ratio, time-to-peak, and relative propagation velocity. These results demonstrate that BSC-Net produces accurate vessel segmentation results with preserved vascular continuity for quantitative coronary assessment, enabling reliable downstream analysis and clinical evaluation of coronary artery disease.

PaperPDFCode 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="2609.15400")

Code

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

By repository: found in paper text by Syntology: 22 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.

liwx-deeplearning/BSC-Net found in paper text by SyntologyMIT report

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

22unverified

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 liwx-deeplearning/BSC-Net. “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.

apply_paper_defaults liwx-deeplearning/BSC-Net/bscnet/presets.py found in paper text by Syntology unverified MIT (permissive) · 7aa2c0a99d9f16bd · report
build_parser liwx-deeplearning/BSC-Net/bscnet/engine.py found in paper text by Syntology unverified MIT (permissive) · 84438a6e0993dcfc · report
compute_pseudo_timi liwx-deeplearning/BSC-Net/quantitative_analysis/hemodynamics/hemodynamic_analysis.py found in paper text by Syntology unverified MIT (permissive) · a9b5d6b05b3b5220 · report
conv3x3 liwx-deeplearning/BSC-Net/bscnet/model.py found in paper text by Syntology unverified MIT (permissive) · 6c78331c95fa908e · report
cv2_imread_unicode liwx-deeplearning/BSC-Net/bscnet/data.py found in paper text by Syntology unverified MIT (permissive) · b03e736e56686b91 · report
detect_arrival_frame liwx-deeplearning/BSC-Net/quantitative_analysis/hemodynamics/hemodynamic_analysis.py found in paper text by Syntology unverified MIT (permissive) · b3fe8e4455b5c8b1 · report
keep_largest_component liwx-deeplearning/BSC-Net/quantitative_analysis/morphology/structural_analysis.py found in paper text by Syntology unverified MIT (permissive) · 878454838376aa31 · report
load_data_module liwx-deeplearning/BSC-Net/bscnet/engine.py found in paper text by Syntology unverified MIT (permissive) · 961358f6e2e3acac · report
load_dynamic_results liwx-deeplearning/BSC-Net/quantitative_analysis/generate_figures.py found in paper text by Syntology unverified MIT (permissive) · db5abdc2b8cf25e5 · report
load_structural_results liwx-deeplearning/BSC-Net/quantitative_analysis/generate_figures.py found in paper text by Syntology unverified MIT (permissive) · 658782313f819cd3 · report
numeric_sort_key liwx-deeplearning/BSC-Net/bscnet/data.py found in paper text by Syntology unverified MIT (permissive) · 320ecd8704a26369 · report
process_dataset liwx-deeplearning/BSC-Net/postprocessing/vessel_repair.py found in paper text by Syntology unverified MIT (permissive) · 55661f629f654c22 · report
read_image_unicode liwx-deeplearning/BSC-Net/quantitative_analysis/morphology/structural_analysis.py found in paper text by Syntology unverified MIT (permissive) · 97a5a7d3adc5f842 · report
read_static_split_file liwx-deeplearning/BSC-Net/bscnet/data.py found in paper text by Syntology unverified MIT (permissive) · a36d7b5885057edc · report
refine_mask_v3 liwx-deeplearning/BSC-Net/postprocessing/vessel_repair.py found in paper text by Syntology unverified MIT (permissive) · 207b84d45a54fa3d · report
repair_overlay liwx-deeplearning/BSC-Net/postprocessing/vessel_repair.py found in paper text by Syntology unverified MIT (permissive) · 00a5f17e37eb8249 · report
resolve_device liwx-deeplearning/BSC-Net/bscnet/engine.py found in paper text by Syntology unverified MIT (permissive) · 4b237633928b8e99 · report
set_paper_style liwx-deeplearning/BSC-Net/quantitative_analysis/generate_figures.py found in paper text by Syntology unverified MIT (permissive) · fd75108fe947f287 · report
smooth_and_normalize_curve liwx-deeplearning/BSC-Net/quantitative_analysis/hemodynamics/hemodynamic_analysis.py found in paper text by Syntology unverified MIT (permissive) · f89c05accdb5a25b · report
to_binary_mask liwx-deeplearning/BSC-Net/quantitative_analysis/morphology/structural_analysis.py found in paper text by Syntology unverified MIT (permissive) · fce9892c32304093 · report
window_partition liwx-deeplearning/BSC-Net/bscnet/model.py found in paper text by Syntology unverified MIT (permissive) · e616ae0c5f8fdf66 · report
window_reverse liwx-deeplearning/BSC-Net/bscnet/model.py found in paper text by Syntology unverified MIT (permissive) · 66b84c8e175ac73a · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2609.15400, was issued in September 2026, after that date, so the archive has no leaderboard rows for it.

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