paper-with-me

홈 › Papers

Gaze-directed Vision GNN for Mitigating Shortcut Learning in Medical Image

2024-06-20 · Shaoxuan Wu, Xiao Zhang, Bin Wang, Zhuo Jin, Hansheng Li, Jun Feng

Deep neural networks have demonstrated remarkable performance in medical image analysis. However, its susceptibility to spurious correlations due to shortcut learning raises concerns about network interpretability and reliability. Furthermore, shortcut learning is exacerbated in medical contexts where disease indicators are often subtle and sparse. In this paper, we propose a novel gaze-directed Vision GNN (called GD-ViG) to leverage the visual patterns of radiologists from gaze as expert knowledge, directing the network toward disease-relevant regions, and thereby mitigating shortcut learning. GD-ViG consists of a gaze map generator (GMG) and a gaze-directed classifier (GDC). Combining the global modelling ability of GNNs with the locality of CNNs, GMG generates the gaze map based on radiologists' visual patterns. Notably, it eliminates the need for real gaze data during inference, enhancing the network's practical applicability. Utilizing gaze as the expert knowledge, the GDC directs the construction of graph structures by incorporating both feature distances and gaze distances, enabling the network to focus on disease-relevant foregrounds. Thereby avoiding shortcut learning and improving the network's interpretability. The experiments on two public medical image datasets demonstrate that GD-ViG outperforms the state-of-the-art methods, and effectively mitigates shortcut learning. Our code is available at https://github.com/SX-SS/GD-ViG.

📄 PDF Abstract BibTeX arXiv:2406.14050

Code (1)

sx-ss/gd-vig 공식 구현 pytorch

Tasks

Medical Image Analysis

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Rectify ViT Shortcut Learning by Visual Saliency

2022-06-17 · Chong Ma, Lin Zhao, Yuzhong Chen, David Weizhong Liu 외

Shortcut learning is common but harmful to deep learning models, leading to degenerated feature representations and consequently jeopardizing the model's generalizability and interpretability. However, shortcut learning …

Eye-gaze-guided Vision Transformer for Rectifying Shortcut Learning

2022-05-25 · Chong Ma, Lin Zhao, Yuzhong Chen, Lu Zhang 외

Learning harmful shortcuts such as spurious correlations and biases prevents deep neural networks from learning the meaningful and useful representations, thus jeopardizing the generalizability and interpretability of th…

Mitigating Shortcut Learning via Feature Disentanglement in Medical Imaging: A Benchmark Study

2026-02-17 · Sarah Müller, Philipp Berens arxiv

Although deep learning models in medical imaging often achieve excellent classification performance, they can rely on shortcut learning, exploiting spurious correlations or confounding factors that are not causally relat…

Computational Efficiency

Ensuring Medical AI Safety: Explainable AI-Driven Detection and Mitigation of Spurious Model Behavior and Associated Data

2025-01-23 · Frederik Pahde, Thomas Wiegand, Sebastian Lapuschkin, Wojciech Samek

Deep neural networks are increasingly employed in high-stakes medical applications, despite their tendency for shortcut learning in the presence of spurious correlations, which can have potentially fatal consequences in …

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)

A Whac-A-Mole Dilemma: Shortcuts Come in Multiples Where Mitigating One Amplifies Others

2022-12-09 · CVPR 2023 1 · Zhiheng Li, Ivan Evtimov, Albert Gordo, Caner Hazirbas 외

Machine learning models have been found to learn shortcuts -- unintended decision rules that are unable to generalize -- undermining models' reliability. Previous works address this problem under the tenuous assumption t…

Domain GeneralizationImage ClassificationOut-of-Distribution Generalization