Liu (2004) Robit Regression: A Simple Robust Alternative to Logistic and Probit Regression

data-augmentationscale-mixtureprobitlogistic-regressionmcmcbayesianem-algorithmstudent-t

Summary

Liu (2006) proposes robit regression, which replaces the normal cumulative distribution function (CDF) link in probit with a Student-t CDF with ν\nu degrees of freedom. The robit maximum likelihood estimator (MLE) has a bounded influence function (limit ν-\nu as xβ^x'\hat\beta\to-\infty), making it robust to outliers, whereas logistic influence is unbounded and probit influence diverges quadratically. Robit(7) approximates the logistic link to within 0.0006 maximum deviation. Efficient expectation-maximization (EM)-type algorithms (EM, ECME, PX-EM) and accelerated data augmentation (DA) algorithms (E-DA 1, E-DA 2) for Bayesian inference are derived, with the accelerated DA schemes substantially outperforming basic DA via parameter expansion over latent scale and weight variables.

Key Claims

Concepts Introduced or Extended

Entities Mentioned

Quotes

"This paper considers a robit regression, which replaces the normal distribution in probit regression with a t-distribution with a known or unknown number of degrees of freedom."

"The DA algorithms for robit regression model are much simpler to implement than the existing Gibbs sampler for the logistic regression model."

My Take

The robustness argument is clean and the bounded-influence property follows immediately from the heavier t-tails, requiring minimal analytical machinery. The PX-EM acceleration is a high-value addition that exploits the Gamma scale mixture structure for faster MLE convergence at near-zero extra computation. The most important comparison is with Holmes-Held (2006): both papers address binary regression via scale mixtures and DA, but Liu targets ML robustness (t-link with moderate ν\nu) while Holmes-Held targets exact logistic posterior inference (Kolmogorov-Smirnov, KS, mixture). Liu's DA algorithms are simpler — standard Gamma and truncated-t draws only, no generalized inverse Gaussian (GIG) rejection sampler — making them easier to implement in multivariate or high-dimensional extensions. The robit(7) approximation to logistic is very tight (max error 0.0006) but not exact; for strict logistic inference Holmes-Held is preferable.