The Multi-Stage Recommendation Funnel is a classic industrial cascading architecture that refines global item candidates (
107∼108) down to final user recommendations within a strict
50ms Latency SLA; the standard pipeline enforces a strict latency budget across 4 stages: 1) Multi-Channel Retrieval (10ms budget, filtering down to
∼10,000 items via ANN/collaborative filtering); 2) Pre-Ranking (5ms budget, lightweight scoring reducing to
∼1,000 items); 3) Heavy Ranking (30ms budget, deep multi-task models predicting CTR/CVR for
∼100 items); 4) Re-Ranking (5ms budget, diversity DPP, fatigue rules, yielding Top 10).