IVCVCYLGJan 16, 2024

Faster ISNet for Background Bias Mitigation on Deep Neural Networks

arXiv:2401.08409v21 citationsIEEE Access
AI Analysis

This work addresses background bias mitigation for deep learning applications like medical imaging, representing an incremental improvement over ISNet by enabling faster training for multi-class scenarios.

The authors tackled the problem of background bias in deep neural networks by proposing faster reformulated architectures of ISNet, which reduce training time from scaling linearly with the number of classes to being independent of it, and introduced a model-agnostic LRP implementation; they demonstrated effectiveness in synthetic bias and COVID-19 detection tasks, surpassing state-of-the-art models on out-of-distribution datasets.

Bias or spurious correlations in image backgrounds can impact neural networks, causing shortcut learning (Clever Hans Effect) and hampering generalization to real-world data. ISNet, a recently introduced architecture, proposed the optimization of Layer-Wise Relevance Propagation (LRP, an explanation technique) heatmaps, to mitigate the influence of backgrounds on deep classifiers. However, ISNet's training time scales linearly with the number of classes in an application. Here, we propose reformulated architectures whose training time becomes independent from this number. Additionally, we introduce a concise and model-agnostic LRP implementation. We challenge the proposed architectures using synthetic background bias, and COVID-19 detection in chest X-rays, an application that commonly presents background bias. The networks hindered background attention and shortcut learning, surpassing multiple state-of-the-art models on out-of-distribution test datasets. Representing a potentially massive training speed improvement over ISNet, the proposed architectures introduce LRP optimization into a gamut of applications that the original model cannot feasibly handle.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes