1. Introduction

2. Related Work

3. ROAR: Remove And Retrain

4. Large scale experiments

4.1. Estimators under consideration

Base estimators

$$ \mathbf{e} = \frac{\partial A^l_n}{\partial x_i} $$

$$ \mathbf{e} = (\mathbf{x}i-\mathbf{x}^0_i) \times \sum^k{i=1} \frac{\partial f_w(\mathbf{x}^0 + \frac{i}{k}(\mathbf{x}-\mathbf{x}^0))}{\partial \mathbf{x}_i} \times \frac{1}{k} $$

Ensembling methods

$$ \mathbf{e} = \sum^J_{i=1} (g_i(\mathbf{x} + \eta, A^l_n)) $$

$$ \mathbf{e} = \sum^J_{i=1} (g_i(\mathbf{x}+\eta, A^l_n)^2) $$

$$ \mathbf{e} = \mathbf{Var}(g_i(\mathbf{x}+\eta, A^l_n)) $$

Control Variants