DCN-v2 (Deep & Cross Network V2, proposed by Google in 2021) is a high-performance ranking network that explicitly and efficiently models arbitrary bounded-degree polynomial feature interactions; its core Cross Network evolves via layer-wise recursion:
xl+1=x0⊙(Wlxl+bl)+xl, where
⊙ denotes the Hadamard product and each subsequent layer increments interaction degree by 1 (
l layers model
(l+1)-th order interactions); to control compute over massive feature dimensions, DCN-v2 introduces Low-Rank Matrix Factorization (
W=UVT,r≪d) and Mixture-of-Experts gating.