📎 Webclip
The AI behind Uplift
Adyen presents Uplift as a system built around connected decisioning, offline evaluation, weak supervision, exploration strategies, deep learning, transformers, observability, and fairness checks. The text ties these methods to payment processing, fraud detection, and experimentation at scale.
Reading notes#
- Uplift uses message passing so separate machine learning models can condition their estimates on a shared goal and move closer to a global optimum.
- The team has tested larger deep learning artifacts, but online deployments in critical flows can suffer from latency and uptime requirements.
- Adyen funds research with UVA’s AMLAB on reinforcement learning and causal inference, including PhD positions and shared conference work.
- Off-policy evaluation is used to test new variants offline, with reported high correlation to on-policy estimates and savings in time and transactions.
- The text links counterfactual analysis to experiment outcomes and to cases where Adyen cannot observe what would have happened without an intervention.
- Weak supervision is presented as useful when labels arrive late, are missing, or are incomplete, and as a way to improve recall and fraud detection results.
- For contextual bandits, Adyen compares epsilon-greedy exploration with other techniques and says it found value in regression oracles.
- Classical ML baselines such as boosted trees remain important, but heterogeneous neural network ensembles have matched or exceeded them in some online scoring experiments.
- Transformers and unsupervised pretraining are being applied to payments data so the structure of shopper transaction sequences can inform modeling.
- The team uses drift detection and other diagnostics after deployment, including MIST and DTW-based approaches for business performance drift and bias.
- Fairness work includes internal review with technical and legal experts, screening for bias, and monitoring sensitive features after approval.
- Every AI decision is meant to be explainable, with inference calls recorded and methods such as SHAP used to score underlying reasons.
