paper-with-me

Papers

Informative Dropout for Robust Representation Learning: A Shape-bias Perspective

2020-08-10 · ICML 2020 1 · Baifeng Shi, Dinghuai Zhang, Qi Dai, Zhanxing Zhu, Yadong Mu, Jingdong Wang

Convolutional Neural Networks (CNNs) are known to rely more on local texture rather than global shape when making decisions. Recent work also indicates a close relationship between CNN's texture-bias and its robustness against distribution shift, adversarial perturbation, random corruption, etc. In this work, we attempt at improving various kinds of robustness universally by alleviating CNN's texture bias. With inspiration from the human visual system, we propose a light-weight model-agnostic method, namely Informative Dropout (InfoDrop), to improve interpretability and reduce texture bias. Specifically, we discriminate texture from shape based on local self-information in an image, and adopt a Dropout-like algorithm to decorrelate the model output from the local texture. Through extensive experiments, we observe enhanced robustness under various scenarios (domain generalization, few-shot classification, image corruption, and adversarial perturbation). To the best of our knowledge, this work is one of the earliest attempts to improve different kinds of robustness in a unified model, shedding new light on the relationship between shape-bias and robustness, also on new approaches to trustworthy machine learning algorithms. Code is available at https://github.com/bfshi/InfoDrop.

📄 PDF Abstract BibTeX arXiv:2008.04254

Code (1)

bfshi/InfoDrop 공식 구현 pytorch

Tasks

Domain GeneralizationRepresentation Learning

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Assessing the robustness of heterogeneous treatment effects in survival analysis under informative censoring

2025-10-15 · Yuxin Wang, Dennis Frauen, Jonas Schweisthal, Maresa Schröder 외 arxiv

Dropout is common in clinical studies, with up to half of patients leaving early due to side effects or other reasons. When dropout is informative (i.e., dependent on survival time), it introduces censoring bias, because…

Dropout as a Regularizer of Interaction Effects

2020-07-02 · Benjamin Lengerich, Eric P. Xing, Rich Caruana

We examine Dropout through the perspective of interactions. This view provides a symmetry to explain Dropout: given $N$ variables, there are ${N \choose k}$ possible sets of $k$ variables to form an interaction (i.e. $\m…

On Dropout, Overfitting, and Interaction Effects in Deep Neural Networks

2020-09-28 · Ben Lengerich, Eric Xing, Rich Caruana

We examine Dropout through the perspective of interactions. Given $N$ variables, there are $\mathcal{O}(N^2)$ possible pairwise interactions, $\mathcal{O}(N^3)$ possible 3-way interactions, i.e. $\mathcal{O}(N^k)$ possib…

Dropout Neural Network Training Viewed from a Percolation Perspective

2025-12-15 · Finley Devlin, Jaron Sanders arxiv

In this work, we investigate the existence and effect of percolation in training deep Neural Networks (NNs) with dropout. Dropout methods are regularisation techniques for training NNs, first introduced by G. Hinton et a…

D$^2$CSG: Unsupervised Learning of Compact CSG Trees with Dual Complements and Dropouts

2023-01-27 · NeurIPS 2023 11

We present D$^2$CSG, a neural model composed of two dual and complementary network branches, with dropouts, for unsupervised learning of compact constructive solid geometry (CSG) representations of 3D CAD shapes. Our net…