{"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/dimensionality-reduction-for-improving-out-of","title":"Dimensionality Reduction for Improving Out-of-Distribution Detection in Medical Image Segmentation","arxiv_id":"2308.03723","date":"2023-08-07","proceeding":null,"authors":["McKell Woodland","Nihil Patel","Mais Al Taie","Joshua P. Yung","Tucker J. Netherton","Ankit B. Patel","Kristy K. Brock"],"abstract":"Clinically deployed segmentation models are known to fail on data outside of their training distribution. As these models perform well on most cases, it is imperative to detect out-of-distribution (OOD) images at inference to protect against automation bias. This work applies the Mahalanobis distance post hoc to the bottleneck features of a Swin UNETR model that segments the liver on T1-weighted magnetic resonance imaging. By reducing the dimensions of the bottleneck features with principal component analysis, OOD images were detected with high performance and minimal computational load.","url_abs":"https://arxiv.org/abs/2308.03723v2","url_pdf":"https://arxiv.org/pdf/2308.03723v2.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":"dimensionality-reduction-for-improving-out-of","repo_url":"https://github.com/mckellwoodland/dimen_reduce_mahal","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"dimensionality-reduction","task_name":"Dimensionality Reduction"},{"task_slug":"image-segmentation","task_name":"Image Segmentation"},{"task_slug":"medical-image-segmentation","task_name":"Medical Image Segmentation"},{"task_slug":"out-of-distribution-detection","task_name":"Out-of-Distribution Detection"},{"task_slug":"semantic-segmentation","task_name":"Semantic Segmentation"}],"methods":[{"method_slug":"1x1-convolution","method_name":"1x1 Convolution"},{"method_slug":"attention","method_name":"Attention"},{"method_slug":"batch-normalization","method_name":"Batch Normalization"},{"method_slug":"concatenated-skip-connection","method_name":"Concatenated Skip Connection"},{"method_slug":"convolution","method_name":"Convolution"},{"method_slug":"dense-connections","method_name":"Dense Connections"},{"method_slug":"hoc","method_name":"HOC"},{"method_slug":"linear-layer","method_name":"Linear Layer"},{"method_slug":"max-pooling","method_name":"Max Pooling"},{"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":"relu","method_name":"ReLU"},{"method_slug":"residual-connection","method_name":"Residual Connection"},{"method_slug":"softmax","method_name":"Softmax"},{"method_slug":"u-net","method_name":"U-Net"},{"method_slug":"unetr","method_name":"UNETR"},{"method_slug":"fail","method_name":"fail"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2308.03723","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2308.03723"}},"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/mckellwoodland/dimen_reduce_mahal","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":7,"unverified":2},"by_repo_kind":{"official":{"samples":9,"ran":7,"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":"66c0b787946bfcf5","entry":"evaluate","repo":"mckellwoodland/dimen_reduce_mahal","repo_kind":"official","path":"OOD/utils.py","file_url":"https://github.com/mckellwoodland/dimen_reduce_mahal/blob/HEAD/OOD/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"66c0b787946bfcf5"}},{"code_sha256_prefix":"7b48e9bc7c96636d","entry":"get_fpr","repo":"mckellwoodland/dimen_reduce_mahal","repo_kind":"official","path":"OOD/utils.py","file_url":"https://github.com/mckellwoodland/dimen_reduce_mahal/blob/HEAD/OOD/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7b48e9bc7c96636d"}},{"code_sha256_prefix":"4d59a27c6a9afcfc","entry":"get_stats","repo":"mckellwoodland/dimen_reduce_mahal","repo_kind":"official","path":"OOD/calc_md.py","file_url":"https://github.com/mckellwoodland/dimen_reduce_mahal/blob/HEAD/OOD/calc_md.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4d59a27c6a9afcfc"}},{"code_sha256_prefix":"4894fa2578110cd2","entry":"mahal_dist","repo":"mckellwoodland/dimen_reduce_mahal","repo_kind":"official","path":"OOD/calc_md.py","file_url":"https://github.com/mckellwoodland/dimen_reduce_mahal/blob/HEAD/OOD/calc_md.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4894fa2578110cd2"}},{"code_sha256_prefix":"b69c3d1607b3eac9","entry":"prepend_zeros","repo":"mckellwoodland/dimen_reduce_mahal","repo_kind":"official","path":"utils/preprocess_Duke.py","file_url":"https://github.com/mckellwoodland/dimen_reduce_mahal/blob/HEAD/utils/preprocess_Duke.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b69c3d1607b3eac9"}},{"code_sha256_prefix":"046ac2e0378d4085","entry":"reduce_avgpool","repo":"mckellwoodland/dimen_reduce_mahal","repo_kind":"official","path":"OOD/calc_knn.py","file_url":"https://github.com/mckellwoodland/dimen_reduce_mahal/blob/HEAD/OOD/calc_knn.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"046ac2e0378d4085"}},{"code_sha256_prefix":"00885083fb400172","entry":"reduce_pca","repo":"mckellwoodland/dimen_reduce_mahal","repo_kind":"official","path":"OOD/calc_knn.py","file_url":"https://github.com/mckellwoodland/dimen_reduce_mahal/blob/HEAD/OOD/calc_knn.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"00885083fb400172"}},{"code_sha256_prefix":"ab6b51dac891df2b","entry":"kth_distance","repo":"mckellwoodland/dimen_reduce_mahal","repo_kind":"official","path":"OOD/calc_knn.py","file_url":"https://github.com/mckellwoodland/dimen_reduce_mahal/blob/HEAD/OOD/calc_knn.py","link_basis":"first_harvest_node","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":"ab6b51dac891df2b"}},{"code_sha256_prefix":"847c9225d0fd28b3","entry":"read_embeddings","repo":"mckellwoodland/dimen_reduce_mahal","repo_kind":"official","path":"OOD/utils.py","file_url":"https://github.com/mckellwoodland/dimen_reduce_mahal/blob/HEAD/OOD/utils.py","link_basis":"first_harvest_node","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":"847c9225d0fd28b3"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}