Papers › FinalMLP: An Enhanced Two-Stream MLP Model for CTR Prediction

FinalMLP: An Enhanced Two-Stream MLP Model for CTR Prediction

3 Apr 2023arXiv:2304.00902archive 2025-07-28

Kelong Mao, Jieming Zhu, Liangcai Su, Guohao Cai, Yuru Li, Zhenhua Dong

Click-through rate (CTR) prediction is one of the fundamental tasks for online advertising and recommendation. While multi-layer perceptron (MLP) serves as a core component in many deep CTR prediction models, it has been widely recognized that applying a vanilla MLP network alone is inefficient in learning multiplicative feature interactions. As such, many two-stream interaction models (e.g., DeepFM and DCN) have been proposed by integrating an MLP network with another dedicated network for enhanced CTR prediction. As the MLP stream learns feature interactions implicitly, existing research focuses mainly on enhancing explicit feature interactions in the complementary stream. In contrast, our empirical study shows that a well-tuned two-stream MLP model that simply combines two MLPs can even achieve surprisingly good performance, which has never been reported before by existing work. Based on this observation, we further propose feature gating and interaction aggregation layers that can be easily plugged to make an enhanced two-stream MLP model, FinalMLP. In this way, it not only enables differentiated feature inputs but also effectively fuses stream-level interactions across two streams. Our evaluation results on four open benchmark datasets as well as an online A/B test in our industrial system show that FinalMLP achieves better performance than many sophisticated two-stream CTR models. Our source code will be available at MindSpore/models.

PaperPDFConference PDFCodeCode 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="2304.00902")

Code

Syntology Ran 13 of 16 code samples harvested from 2 repositories linked to this paper; 3 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 1 ran · our draft was wrong; 10 ran with no contract checked.

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

reczoo/RecZoo officialpytorch report
clabrugere/final-mlp mentioned on GitHubpytorch report
reczoo/FuxiCTR mentioned on GitHubpytorch 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

16 samples harvested; 13 ran; 1 honoured the contract we drafted; 3 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.

1ran · honoured contract
1ran · violated contract
1ran · our draft was wrong
10ran
3unverified

Licence: 0 of the 16 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 2 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.

Aggregation clabrugere/final-mlp/model/pytorch/final_mlp.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · d5e892b1d0d28990 · report
FeatureSelection clabrugere/final-mlp/model/pytorch/final_mlp.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 07f45f16e61c0ae2 · report
FinalMLP clabrugere/final-mlp/model/pytorch/final_mlp.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 0a00a4a1ea6c8870 · report
InteractionAggregation reczoo/FuxiCTR/model_zoo/FinalMLP/src/FinalMLP.py community (archive-listed) ran · metamorphic tier: invariant Apache-2.0 (permissive) · 0ab1e9e21b122c6e · report
MLP clabrugere/final-mlp/model/pytorch/final_mlp.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 51a52dde5114fedf · report
Monitor reczoo/FuxiCTR/model_zoo/FinalMLP/src/FinalMLP.py community (archive-listed) ran · metamorphic tier: well formed Apache-2.0 (permissive) · 499d39b01f527cf2 · report
evaluate_block reczoo/FuxiCTR/model_zoo/FinalMLP/src/FinalMLP.py community (archive-listed) ran Apache-2.0 (permissive) · 3bdff5f3c936a29e · report
evaluate_metrics reczoo/FuxiCTR/model_zoo/FinalMLP/src/FinalMLP.py community (archive-listed) ran Apache-2.0 (permissive) · 35e81e110e77d460 · report
get_device reczoo/FuxiCTR/model_zoo/FinalMLP/src/FinalMLP.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · d84794ade6798b01 · report
get_loss reczoo/FuxiCTR/model_zoo/FinalMLP/src/FinalMLP.py community (archive-listed) ran Apache-2.0 (permissive) · ea1739926fa16075 · report
get_optimizer reczoo/FuxiCTR/model_zoo/FinalMLP/src/FinalMLP.py community (archive-listed) ran Apache-2.0 (permissive) · f4900d192f5425d4 · report
get_regularizer reczoo/FuxiCTR/model_zoo/FinalMLP/src/FinalMLP.py community (archive-listed) ran · honoured contract fingerprinted Apache-2.0 (permissive) · 9bc88c320ce26df9 · report
not_in_whitelist reczoo/FuxiCTR/model_zoo/FinalMLP/src/FinalMLP.py community (archive-listed) ran · violated contract fingerprinted Apache-2.0 (permissive) · c8d2350eac52fbd6 · report
BaseModel reczoo/FuxiCTR/model_zoo/FinalMLP/src/FinalMLP.py community (archive-listed) unverified Apache-2.0 (permissive) · 50a4a3e87fa74c6f · report
FeatureSelection reczoo/FuxiCTR/model_zoo/FinalMLP/src/FinalMLP.py community (archive-listed) unverified Apache-2.0 (permissive) · fd88018841000e9e · report
FinalMLP reczoo/FuxiCTR/model_zoo/FinalMLP/src/FinalMLP.py community (archive-listed) unverified Apache-2.0 (permissive) · 443355df7a417c7f · report

Tasks

Click-Through Rate PredictionVocal Bursts Valence Predictionfeature selection

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Click-Through Rate Prediction Criteo FinalMLP AUC 0.8149 #7 of 39 Archive leaderboard report
Click-Through Rate Prediction Frappe FinalMLP AUC 0.9861 #2 of 5 Archive leaderboard report
Click-Through Rate Prediction MovieLens FinalMLP AUC 0.9720 #2 of 3 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

Feature SelectionTest

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