paper-with-me

홈 › Papers

Missingness Bias in Model Debugging

2022-04-19 · ICLR 2022 4 · Saachi Jain, Hadi Salman, Eric Wong, Pengchuan Zhang, Vibhav Vineet, Sai Vemprala, Aleksander Madry

Missingness, or the absence of features from an input, is a concept fundamental to many model debugging tools. However, in computer vision, pixels cannot simply be removed from an image. One thus tends to resort to heuristics such as blacking out pixels, which may in turn introduce bias into the debugging process. We study such biases and, in particular, show how transformer-based architectures can enable a more natural implementation of missingness, which side-steps these issues and improves the reliability of model debugging in practice. Our code is available at https://github.com/madrylab/missingness

📄 PDF Abstract BibTeX arXiv:2204.08945

Code (1)

madrylab/missingness 공식 구현 pytorch

Tasks

model

Similar Papers 제목 키워드 기반

Missingness Bias Calibration in Feature Attribution Explanations

2026-03-05 · Shailesh Sridhar, Anton Xue, Eric Wong arxiv

Popular explanation methods often produce unreliable feature importance scores due to missingness bias, a systematic distortion that arises when models are probed with ablated, out-of-distribution inputs. Existing soluti…

Feature Importance

To Impute or not to Impute? Missing Data in Treatment Effect Estimation

2022-02-04 · Jeroen Berrevoets, Fergus Imrie, Trent Kyono, James Jordon 외

Missing data is a systemic problem in practical scenarios that causes noise and bias when estimating treatment effects. This makes treatment effect estimation from data with missingness a particularly tricky endeavour. A…

Imputation

Increasing Missingness to Reduce Bias: Richardson-SGD with Missing Data

2026-05-19 · Ferdinand Genans, Erwan Scornet arxiv

Stochastic gradient methods are central to modern large-scale learning, but their use with incomplete covariates remains delicate since imputation schemes generally introduce systematic gradient biases, as shown for line…

Dimension Reduction for Data with Heterogeneous Missingness

2021-09-24 · Yurong Ling, Zijing Liu, Jing-Hao Xue

Dimension reduction plays a pivotal role in analysing high-dimensional data. However, observations with missing values present serious difficulties in directly applying standard dimension reduction techniques. As a large…

Dimensionality ReductionMissing Values

Off-Policy Evaluation Under Nonignorable Missing Data

2025-07-09 · Han Wang, Yang Xu, Wenbin Lu, Rui Song arxiv

Off-Policy Evaluation (OPE) aims to estimate the value of a target policy using offline data collected from potentially different policies. In real-world applications, however, logged data often suffers from missingness.…