The Pre-Ranking (Match-Filtering) Architecture is the critical intermediate layer bridging multi-channel retrieval and heavy ranking; within a strict
5ms latency budget, it scores and filters
∼10,000 candidates from multi-channel recall down to
∼1,000 high-potential items for heavy ranking; standard architectures include: 1) Vector-based Pre-Ranking (dual-tower dot products); 2) Distilled Lightweight DNNs (e.g., Alibaba COLD: a compact 2-3 layer MLP sharing lower embedding tables with the heavy ranker); 3) Feature-Separated Cross Networks (FSCD).