Papers › DCN V2: Improved Deep & Cross Network and Practical Lessons for Web-scale Learning to...

DCN V2: Improved Deep & Cross Network and Practical Lessons for Web-scale Learning to Rank Systems

19 Aug 2020arXiv:2008.13535archive 2025-07-28

Ruoxi Wang, Rakesh Shivanna, Derek Z. Cheng, Sagar Jain, Dong Lin, Lichan Hong, Ed H. Chi

Learning effective feature crosses is the key behind building recommender systems. However, the sparse and large feature space requires exhaustive search to identify effective crosses. Deep & Cross Network (DCN) was proposed to automatically and efficiently learn bounded-degree predictive feature interactions. Unfortunately, in models that serve web-scale traffic with billions of training examples, DCN showed limited expressiveness in its cross network at learning more predictive feature interactions. Despite significant research progress made, many deep learning models in production still rely on traditional feed-forward neural networks to learn feature crosses inefficiently. In light of the pros/cons of DCN and existing feature interaction learning approaches, we propose an improved framework DCN-V2 to make DCN more practical in large-scale industrial settings. In a comprehensive experimental study with extensive hyper-parameter search and model tuning, we observed that DCN-V2 approaches outperform all the state-of-the-art algorithms on popular benchmark datasets. The improved DCN-V2 is more expressive yet remains cost efficient at feature interaction learning, especially when coupled with a mixture of low-rank architecture. DCN-V2 is simple, can be easily adopted as building blocks, and has delivered significant offline accuracy and online business metrics gains across many web-scale learning to rank systems at Google.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2008.13535")

Code

Syntology Ran 2 of 14 code samples harvested from 3 repositories linked to this paper; 12 have no recorded run. Of those that ran: 2 ran with no contract checked.

By repository: community (archive-listed): 14 samples from 3 repositories, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

shenweichen/DeepCTR mentioned in papermentioned on GitHubtf report
UlionTse/mlgb mentioned on GitHubpytorch report
bytedance/largebatchctr mentioned on GitHubtfApache-2.0 report
sfu-db/feataug mentioned on GitHubtf report
shenweichen/DeepCTR-Torch mentioned on GitHubpytorchApache-2.0 report
xue-pai/FuxiCTR mentioned on GitHubpytorch report
LinJayan/DCN_V2_Paddle paddleApache-2.0 report
pwc-1/Paper-9 mindspore report
simuler/DCN-V2 paddleApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 2 ran; 0 honoured the contract we drafted; 12 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran
12unverified

Licence: 0 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

concat_fun shenweichen/DeepCTR-Torch/deepctr_torch/layers/utils.py community (archive-listed) ran Apache-2.0 (permissive) · 1fe3b872ad1577a2 · report
slice_arrays shenweichen/DeepCTR-Torch/deepctr_torch/layers/utils.py community (archive-listed) ran Apache-2.0 (permissive) · af0fde726ec3b518 · report
activation_layer shenweichen/DeepCTR-Torch/deepctr_torch/layers/activation.py community (archive-listed) unverified Apache-2.0 (permissive) · e8b1b2ea4e2ca71d · report
build_input_features shenweichen/DeepCTR-Torch/deepctr_torch/inputs.py community (archive-listed) unverified Apache-2.0 (permissive) · 2fb349ac030ba393 · report
build_map simuler/DCN-V2/datasets/amazonElec_Din/remap_id.py community (archive-listed) unverified Apache-2.0 (permissive) · 164202595da6a703 · report
combined_dnn_input shenweichen/DeepCTR-Torch/deepctr_torch/inputs.py community (archive-listed) unverified Apache-2.0 (permissive) · 2aea84481b6e2f65 · report
create_linear shenweichen/DeepCTR-Torch/deepctr_torch/layers/core.py community (archive-listed) unverified Apache-2.0 (permissive) · 0587370e9dce83e6 · report
fun1 simuler/DCN-V2/datasets/census/data_preparation.py community (archive-listed) unverified Apache-2.0 (permissive) · b0a4669173a5fc3d · report
fun2 simuler/DCN-V2/datasets/census/data_preparation.py community (archive-listed) unverified Apache-2.0 (permissive) · 4b20e0a2441ecb28 · report
get_feature_names shenweichen/DeepCTR-Torch/deepctr_torch/inputs.py community (archive-listed) unverified Apache-2.0 (permissive) · ba1c9d87dd13207a · report
load_graph LinJayan/DCN_V2_Paddle/datasets/AmazonBook/preprocess.py community (archive-listed) unverified Apache-2.0 (permissive) · e192b64a7c6ac2de · report
read_embedding simuler/DCN-V2/datasets/letor07/process.py community (archive-listed) unverified Apache-2.0 (permissive) · d1c5bda937752b7c · report
to_df simuler/DCN-V2/datasets/amazonElec_Din/convert_pd.py community (archive-listed) unverified Apache-2.0 (permissive) · 37ad8d6ac78854dd · report
word_count LinJayan/DCN_V2_Paddle/datasets/ag_news/text2paddle.py community (archive-listed) unverified Apache-2.0 (permissive) · 5d079a1802fd6cb9 · report

Tasks

Click-Through Rate PredictionLearning-To-RankRecommendation Systems

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Click-Through Rate Prediction Criteo DCN V2 AUC 0.8115 #15 of 39 Archive leaderboard report
Click-Through Rate Prediction Criteo DCN V2 Log Loss 0.4406 #15 of 39 Archive leaderboard report
Click-Through Rate Prediction KKBox DCNv2 AUC 0.8531 #5 of 6 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Introduced by this paper: DCN-V2

DCN-V2

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections