STDSLGMLMay 6, 2022

What Makes A Good Fisherman? Linear Regression under Self-Selection Bias

arXiv:2205.03246v210 citationsh-index: 57
Originality Incremental advance
AI Analysis

This addresses a fundamental problem in econometrics and applied fields like treatment effect estimation and imitation learning, offering efficient solutions for linear models under self-selection, but it is incremental as it builds on prior theoretical work in self-selection.

The paper tackles the problem of learning multiple linear models under self-selection bias, where the observed output depends on a selection criterion like the maximum among models, and presents the first computationally and statistically efficient estimation algorithms. For known-index cases, it achieves poly(1/ε, k, d) sample and time complexity to estimate parameters to accuracy ε, and for unknown-index cases, it proves identifiability and provides algorithms with poly(d) exp(poly(k)) complexity for general k and poly(d, 1/ε) for k=2.

In the classical setting of self-selection, the goal is to learn $k$ models, simultaneously from observations $(x^{(i)}, y^{(i)})$ where $y^{(i)}$ is the output of one of $k$ underlying models on input $x^{(i)}$. In contrast to mixture models, where we observe the output of a randomly selected model, here the observed model depends on the outputs themselves, and is determined by some known selection criterion. For example, we might observe the highest output, the smallest output, or the median output of the $k$ models. In known-index self-selection, the identity of the observed model output is observable; in unknown-index self-selection, it is not. Self-selection has a long history in Econometrics and applications in various theoretical and applied fields, including treatment effect estimation, imitation learning, learning from strategically reported data, and learning from markets at disequilibrium. In this work, we present the first computationally and statistically efficient estimation algorithms for the most standard setting of this problem where the models are linear. In the known-index case, we require poly$(1/\varepsilon, k, d)$ sample and time complexity to estimate all model parameters to accuracy $\varepsilon$ in $d$ dimensions, and can accommodate quite general selection criteria. In the more challenging unknown-index case, even the identifiability of the linear models (from infinitely many samples) was not known. We show three results in this case for the commonly studied $\max$ self-selection criterion: (1) we show that the linear models are indeed identifiable, (2) for general $k$ we provide an algorithm with poly$(d) \exp(\text{poly}(k))$ sample and time complexity to estimate the regression parameters up to error $1/\text{poly}(k)$, and (3) for $k = 2$ we provide an algorithm for any error $\varepsilon$ and poly$(d, 1/\varepsilon)$ sample and time complexity.

Foundations

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

Your Notes