{"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/arxiv-2603-20021","title":"ODySSeI: An Open-Source End-to-End Framework for Automated Detection, Segmentation, and Severity Estimation of Lesions in Invasive Coronary Angiography Images","arxiv_id":"2603.20021","date":"2026-03-20","proceeding":null,"authors":["Anand Choudhary","Xiaowu Sun","Thabo Mahendiran","Ortal Senouf","Denise Auberson","Bernard De Bruyne","Stephane Fournier","Olivier Muller","Emmanuel Abbé","Pascal Frossard","Dorina Thanou"],"abstract":"Invasive Coronary Angiography (ICA) is the clinical gold standard for the assessment of coronary artery disease. However, its interpretation remains subjective and prone to intra- and inter-operator variability. In this work, we introduce ODySSeI: an Open-source end-to-end framework for automated Detection, Segmentation, and Severity estimation of lesions in ICA images. ODySSeI integrates deep learning-based lesion detection and lesion segmentation models trained using a novel Pyramidal Augmentation Scheme (PAS) to enhance robustness and real-time performance across diverse patient cohorts (2149 patients from Europe, North America, and Asia). Furthermore, we propose a quantitative coronary angiography-free Lesion Severity Estimation (LSE) technique that directly computes the Minimum Lumen Diameter (MLD) and diameter stenosis from the predicted lesion geometry. Extensive evaluation on both in-distribution and out-of-distribution clinical datasets demonstrates ODySSeI's strong generalizability. Our PAS yields large performance gains in highly complex tasks as compared to relatively simpler ones, notably, a 2.5-fold increase in lesion detection performance versus a 1-3\\% increase in lesion segmentation performance over their respective baselines. Our LSE technique achieves high accuracy, with predicted MLD values differing by only $\\pm$ 2-3 pixels from the corresponding ground truths. On average, ODySSeI processes a raw ICA image within only a few seconds on a CPU and in a fraction of a second on a GPU and is available as a plug-and-play web interface at swisscardia.epfl.ch. Overall, this work establishes ODySSeI as a comprehensive and open-source framework which supports automated, reproducible, and scalable ICA analysis for real-time clinical decision-making.","url_abs":"https://arxiv.org/abs/2603.20021","url_pdf":"https://arxiv.org/pdf/2603.20021","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2603.20021","atlas_url":"https://app.syntology.ai/?focus=2603.20021","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2603.20021"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+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":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/LTS4/ODySSeI","reach":null}],"summary":{"ran":6,"unverified":6},"by_repo_kind":{"found_in_text":{"samples":12,"ran":6,"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":12,"samples":[{"code_sha256_prefix":"ec8110afe7386793","entry":"ASPP","repo":"LTS4/ODySSeI","repo_kind":"found_in_text","path":"odyssei/models/deeplabv3plus.py","file_url":"https://github.com/LTS4/ODySSeI/blob/HEAD/odyssei/models/deeplabv3plus.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ec8110afe7386793"}},{"code_sha256_prefix":"6f4383da42ec63dd","entry":"ASPPPooling","repo":"LTS4/ODySSeI","repo_kind":"found_in_text","path":"odyssei/models/deeplabv3plus.py","file_url":"https://github.com/LTS4/ODySSeI/blob/HEAD/odyssei/models/deeplabv3plus.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"6f4383da42ec63dd"}},{"code_sha256_prefix":"d6cce00b59353945","entry":"DeepLabHead","repo":"LTS4/ODySSeI","repo_kind":"found_in_text","path":"odyssei/models/deeplabv3plus.py","file_url":"https://github.com/LTS4/ODySSeI/blob/HEAD/odyssei/models/deeplabv3plus.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d6cce00b59353945"}},{"code_sha256_prefix":"c3b25388e58db10a","entry":"DeepLabHeadV3Plus","repo":"LTS4/ODySSeI","repo_kind":"found_in_text","path":"odyssei/models/deeplabv3plus.py","file_url":"https://github.com/LTS4/ODySSeI/blob/HEAD/odyssei/models/deeplabv3plus.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c3b25388e58db10a"}},{"code_sha256_prefix":"41b6cc5173807ee3","entry":"IntermediateLayerGetter","repo":"LTS4/ODySSeI","repo_kind":"found_in_text","path":"odyssei/models/deeplabv3plus.py","file_url":"https://github.com/LTS4/ODySSeI/blob/HEAD/odyssei/models/deeplabv3plus.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"41b6cc5173807ee3"}},{"code_sha256_prefix":"4f11379848c9c310","entry":"_SimpleSegmentationModel","repo":"LTS4/ODySSeI","repo_kind":"found_in_text","path":"odyssei/models/deeplabv3plus.py","file_url":"https://github.com/LTS4/ODySSeI/blob/HEAD/odyssei/models/deeplabv3plus.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4f11379848c9c310"}},{"code_sha256_prefix":"80540e2e72d85db7","entry":"DeepLabV3","repo":"LTS4/ODySSeI","repo_kind":"found_in_text","path":"odyssei/models/deeplabv3plus.py","file_url":"https://github.com/LTS4/ODySSeI/blob/HEAD/odyssei/models/deeplabv3plus.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"80540e2e72d85db7"}},{"code_sha256_prefix":"5fa87f34719d7568","entry":"ResNet","repo":"LTS4/ODySSeI","repo_kind":"found_in_text","path":"odyssei/models/deeplabv3plus.py","file_url":"https://github.com/LTS4/ODySSeI/blob/HEAD/odyssei/models/deeplabv3plus.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"5fa87f34719d7568"}},{"code_sha256_prefix":"1fe3a369dda63d33","entry":"_load_model","repo":"LTS4/ODySSeI","repo_kind":"found_in_text","path":"odyssei/models/deeplabv3plus.py","file_url":"https://github.com/LTS4/ODySSeI/blob/HEAD/odyssei/models/deeplabv3plus.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"1fe3a369dda63d33"}},{"code_sha256_prefix":"aecfeb8c9c421209","entry":"_resnet","repo":"LTS4/ODySSeI","repo_kind":"found_in_text","path":"odyssei/models/deeplabv3plus.py","file_url":"https://github.com/LTS4/ODySSeI/blob/HEAD/odyssei/models/deeplabv3plus.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"aecfeb8c9c421209"}},{"code_sha256_prefix":"61152e0d33891dac","entry":"_segm_resnet","repo":"LTS4/ODySSeI","repo_kind":"found_in_text","path":"odyssei/models/deeplabv3plus.py","file_url":"https://github.com/LTS4/ODySSeI/blob/HEAD/odyssei/models/deeplabv3plus.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"61152e0d33891dac"}},{"code_sha256_prefix":"d5c64f9b8999d413","entry":"deeplabv3plus_resnet101","repo":"LTS4/ODySSeI","repo_kind":"found_in_text","path":"odyssei/models/deeplabv3plus.py","file_url":"https://github.com/LTS4/ODySSeI/blob/HEAD/odyssei/models/deeplabv3plus.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d5c64f9b8999d413"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}