Delayed and Censored Feedback

Routing Summary

How to learn and make decisions when the label/reward isn’t just noisy but arrives late — and might never arrive at all. Contains 4 notes: a topic overview relating this to classical censoring, Chapelle’s (2014) supervised joint classifier + delay model for conversion prediction, the EM / gradient optimization that fits it (and reduces to weighted censored survival regression), and Vernade, Cappé & Perchet’s (2017) bandit-theoretic generalization with regret lower/upper bounds.

Concept Map

ConceptNoteTypeDepends OnKey Result
Topic overview; delay vs. censoring; supervised vs. bandit framingDelayed and Censored Feedback - Overviewconcept/overviewSurvival AnalysisCensoring here adds a “never happens” outcome absent from classical survival analysis
setup; naive-labeling bias; joint likelihoodDelayed Feedback Model for Conversion Predictionconcept/theoremSurvival Analysis, Delayed and Censored Feedback - Overview
EM algorithm; joint gradient optimization; reduction to censored regressionEM and Gradient Optimization for the Delayed Feedback Modelconcept/theoremDelayed Feedback Model for Conversion PredictionM-step decomposes into weighted logistic regression + weighted censored exponential regression
Delayed/censored bandit model; DelayedUCB/DelayedKLUCB; regret boundsBandit Models with Delayed and Censored Feedbackconcept/theoremSurvival Analysis, Delayed Feedback Model for Conversion PredictionCensored lower bound ; matching upper bounds (Thms 9, 11)

Notes

  • Delayed and Censored Feedback - Overview — CONTAINS: why delayed/censored feedback breaks naive classification and survival-analysis assumptions; comparison table (Chapelle vs. Vernade et al.); explicit mapping of “not-yet-converted” to right-censoring; reading order.
  • Delayed Feedback Model for Conversion Prediction — CONTAINS: the variable setup (Eqs. 2–4); why short/long matching windows both fail; the logistic classifier + exponential hazard joint model (Eq. 5); the full likelihood for observed and pending conversions (Eqs. 6, 8–9); the two limiting-regime interpretation of an unlabeled example; toy convergence and real-traffic (Table 1) results.
  • EM and Gradient Optimization for the Delayed Feedback Model — CONTAINS: E-step posterior (Eq. 10); M-step decomposition into weighted logistic + weighted censored exponential regression (Eqs. 11–13); the direct (non-convex) joint gradient objective (Eqs. 14–17) and its two limiting gradients; the closed-form censored-exponential-MLE special case; empirical comparison against Naive/Rescale/Shifted/STC/Oracle baselines.
  • Bandit Models with Delayed and Censored Feedback — CONTAINS: the stochastic bandit model and -thresholded censored variant (§2); the regret decomposition (Lemma 1); censored and uncensored regret lower bounds (Theorems 3–4, recovering Lai–Robbins in the uncensored limit); the delay-corrected estimator (Eq. 5); DelayedUCB and DelayedKLUCB indices (Prop. 6, Lemma 7) and their finite-time regret upper bounds (Theorems 9, 11 and Corollaries 10, 12); simulation results.

Sources

See Also