LGMLOct 24, 2021

Learning to Estimate Without Bias

arXiv:2110.12403v315 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of designing computationally efficient unbiased estimators for nonlinear models, which is incremental as it builds on classical theory with deep learning methods.

The paper tackles the problem of extending minimum variance unbiased estimation to nonlinear settings by proposing a bias-constrained deep learning estimator, which asymptotically achieves the Cramer Rao bound and is demonstrated in signal-to-noise ratio and covariance estimation tasks.

The Gauss Markov theorem states that the weighted least squares estimator is a linear minimum variance unbiased estimation (MVUE) in linear models. In this paper, we take a first step towards extending this result to non linear settings via deep learning with bias constraints. The classical approach to designing non-linear MVUEs is through maximum likelihood estimation (MLE) which often involves computationally challenging optimizations. On the other hand, deep learning methods allow for non-linear estimators with fixed computational complexity. Learning based estimators perform optimally on average with respect to their training set but may suffer from significant bias in other parameters. To avoid this, we propose to add a simple bias constraint to the loss function, resulting in an estimator we refer to as Bias Constrained Estimator (BCE). We prove that this yields asymptotic MVUEs that behave similarly to the classical MLEs and asymptotically attain the Cramer Rao bound. We demonstrate the advantages of our approach in the context of signal to noise ratio estimation as well as covariance estimation. A second motivation to BCE is in applications where multiple estimates of the same unknown are averaged for improved performance. Examples include distributed sensor networks and data augmentation in test-time. In such applications, we show that BCE leads to asymptotically consistent estimators.

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