LGAIMay 27, 2025

Relevance-driven Input Dropout: an Explanation-guided Regularization Technique

arXiv:2505.21595v12 citationsh-index: 32Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of overfitting for machine learning practitioners by offering an incremental improvement over existing regularization techniques through explanation-guided input dropout.

The paper tackles overfitting in machine learning models by introducing Relevance-driven Input Dropout (RelDrop), a data augmentation method that selectively occludes the most relevant input regions to improve generalization, resulting in enhanced robustness to occlusion and better inference performance on benchmark datasets.

Overfitting is a well-known issue extending even to state-of-the-art (SOTA) Machine Learning (ML) models, resulting in reduced generalization, and a significant train-test performance gap. Mitigation measures include a combination of dropout, data augmentation, weight decay, and other regularization techniques. Among the various data augmentation strategies, occlusion is a prominent technique that typically focuses on randomly masking regions of the input during training. Most of the existing literature emphasizes randomness in selecting and modifying the input features instead of regions that strongly influence model decisions. We propose Relevance-driven Input Dropout (RelDrop), a novel data augmentation method which selectively occludes the most relevant regions of the input, nudging the model to use other important features in the prediction process, thus improving model generalization through informed regularization. We further conduct qualitative and quantitative analyses to study how Relevance-driven Input Dropout (RelDrop) affects model decision-making. Through a series of experiments on benchmark datasets, we demonstrate that our approach improves robustness towards occlusion, results in models utilizing more features within the region of interest, and boosts inference time generalization performance. Our code is available at https://github.com/Shreyas-Gururaj/LRP_Relevance_Dropout.

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