MLLGAPCOAug 24, 2021

Predicting Census Survey Response Rates With Parsimonious Additive Models and Structured Interactions

arXiv:2108.11328v54 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the need for interpretable models in government applications like the US Census Bureau's ROAM, where black-box methods are not adoptable, offering a solution that balances accuracy and transparency.

The paper tackles the problem of predicting US Census survey response rates by developing interpretable nonparametric additive models with structured interactions, achieving prediction accuracy comparable to black-box machine learning methods like gradient boosting and neural networks.

In this paper, we consider the problem of predicting survey response rates using a family of flexible and interpretable nonparametric models. The study is motivated by the US Census Bureau's well-known ROAM application, which uses a linear regression model trained on the US Census Planning Database data to identify hard-to-survey areas. A crowdsourcing competition (Erdman and Bates, 2016) organized more than ten years ago revealed that machine learning methods based on ensembles of regression trees led to the best performance in predicting survey response rates; however, the corresponding models could not be adopted for the intended application due to their black-box nature. We consider nonparametric additive models with a small number of main and pairwise interaction effects using $\ell_0$-based penalization. From a methodological viewpoint, we study our estimator's computational and statistical aspects and discuss variants incorporating strong hierarchical interactions. Our algorithms (open-sourced on GitHub) extend the computational frontiers of existing algorithms for sparse additive models to be able to handle datasets relevant to the application we consider. We discuss and interpret findings from our model on the US Census Planning Database. In addition to being useful from an interpretability standpoint, our models lead to predictions comparable to popular black-box machine learning methods based on gradient boosting and feedforward neural networks - suggesting that it is possible to have models that have the best of both worlds: good model accuracy and interpretability.

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