Papers › AutoFIS: Automatic Feature Interaction Selection in Factorization Models for...

AutoFIS: Automatic Feature Interaction Selection in Factorization Models for Click-Through Rate Prediction

25 Mar 2020arXiv:2003.11235archive 2025-07-28

Bin Liu, Chenxu Zhu, Guilin Li, Wei-Nan Zhang, Jincai Lai, Ruiming Tang, Xiuqiang He, Zhenguo Li, Yong Yu

Learning feature interactions is crucial for click-through rate (CTR) prediction in recommender systems. In most existing deep learning models, feature interactions are either manually designed or simply enumerated. However, enumerating all feature interactions brings large memory and computation cost. Even worse, useless interactions may introduce noise and complicate the training process. In this work, we propose a two-stage algorithm called Automatic Feature Interaction Selection (AutoFIS). AutoFIS can automatically identify important feature interactions for factorization models with computational cost just equivalent to training the target model to convergence. In the \emph{search stage}, instead of searching over a discrete set of candidate feature interactions, we relax the choices to be continuous by introducing the architecture parameters. By implementing a regularized optimizer over the architecture parameters, the model can automatically identify and remove the redundant feature interactions during the training process of the model. In the \emph{re-train stage}, we keep the architecture parameters serving as an attention unit to further boost the performance. Offline experiments on three large-scale datasets (two public benchmarks, one private) demonstrate that AutoFIS can significantly improve various FM based models. AutoFIS has been deployed onto the training platform of Huawei App Store recommendation service, where a 10-day online A/B test demonstrated that AutoFIS improved the DeepFM model by 20.3\% and 20.1\% in terms of CTR and CVR respectively.

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="2003.11235")

Code

Syntology Ran 1 of 24 code samples harvested from 2 repositories linked to this paper; 23 have no recorded run. Of those that ran: 1 ran · our draft was wrong.

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

zhuchenxv/AutoFIS officialmentioned in papertf report
lucasthim/auto-fuzzy mentioned on GitHubBSD-2-Clause report
renmada/PaddleRec 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

24 samples harvested; 1 ran; 0 honoured the contract we drafted; 23 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 · our draft was wrong
23unverified

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

convert_by_vocab renmada/PaddleRec/datasets/Beauty/data_augment_candi_gen.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · bf6088a6a68ef09c · report
activation_func lucasthim/auto-fuzzy/autoMFIS/card_func.py community (archive-listed) unverified BSD-2-Clause (permissive) · bb3abf278ffb87ad · report
build_map renmada/PaddleRec/datasets/amazonElec_Din/remap_id.py community (archive-listed) unverified Apache-2.0 (permissive) · 164202595da6a703 · report
card_func lucasthim/auto-fuzzy/autoMFIS/card_func.py community (archive-listed) unverified BSD-2-Clause (permissive) · 2b2f31754782bbf6 · report
card_hybrid_func lucasthim/auto-fuzzy/autoMFIS/card_func.py community (archive-listed) unverified BSD-2-Clause (permissive) · 89ad1d70567c19ee · report
check_duplicate_rules lucasthim/auto-fuzzy/autoMFIS/utils.py community (archive-listed) unverified BSD-2-Clause (permissive) · 5e55f3efc3e2a2f8 · report
check_if_inside lucasthim/auto-fuzzy/autoMFIS/utils.py community (archive-listed) unverified BSD-2-Clause (permissive) · 40f27ab16a8578a7 · report
create_NETFLIX_data_timesplit renmada/PaddleRec/datasets/Netflix_deeprec/netflix_data_convert.py community (archive-listed) unverified Apache-2.0 (permissive) · 3e1f263053e0bc1c · report
data_partition renmada/PaddleRec/datasets/Beauty/data_augment_candi_gen.py community (archive-listed) unverified Apache-2.0 (permissive) · 928d8fadc3a9fe9b · report
find_rules_by_antecedent lucasthim/auto-fuzzy/autoMFIS/changeParameterAutoMFIS.py community (archive-listed) unverified BSD-2-Clause (permissive) · a0b7f1e78ffff426 · report
fun1 renmada/PaddleRec/datasets/census/data_preparation.py community (archive-listed) unverified Apache-2.0 (permissive) · b0a4669173a5fc3d · report
fun2 renmada/PaddleRec/datasets/census/data_preparation.py community (archive-listed) unverified Apache-2.0 (permissive) · 4b20e0a2441ecb28 · report
load_graph renmada/PaddleRec/datasets/AmazonBook/preprocess.py community (archive-listed) unverified Apache-2.0 (permissive) · e192b64a7c6ac2de · report
mape lucasthim/auto-fuzzy/autoMFIS/changeParameterAutoMFIS.py community (archive-listed) unverified BSD-2-Clause (permissive) · 17d533ffea6cedc9 · report
printable_text renmada/PaddleRec/datasets/Beauty/data_augment_candi_gen.py community (archive-listed) unverified Apache-2.0 (permissive) · e4dbe9646176983b · report
rearranje_rules lucasthim/auto-fuzzy/autoMFIS/utils.py community (archive-listed) unverified BSD-2-Clause (permissive) · 76b49ab2604e48fe · report
smape lucasthim/auto-fuzzy/autoMFIS/changeParameterAutoMFIS.py community (archive-listed) unverified BSD-2-Clause (permissive) · 58f15678741b6ea5 · report
tnorm lucasthim/auto-fuzzy/autoMFIS/tnorm.py community (archive-listed) unverified BSD-2-Clause (permissive) · 9b75a8fa7b3409a5 · report
tnorm_minimum lucasthim/auto-fuzzy/autoMFIS/tnorm.py community (archive-listed) unverified BSD-2-Clause (permissive) · 655170477e08f166 · report
tnorm_product lucasthim/auto-fuzzy/autoMFIS/tnorm.py community (archive-listed) unverified BSD-2-Clause (permissive) · a405b1e8e770a992 · report
to_df renmada/PaddleRec/datasets/amazonElec_Din/convert_pd.py community (archive-listed) unverified Apache-2.0 (permissive) · 37ad8d6ac78854dd · report
trapmf lucasthim/auto-fuzzy/autoMFIS/basicfuzzy.py community (archive-listed) unverified BSD-2-Clause (permissive) · f97b69dd2097cade · report
trimf lucasthim/auto-fuzzy/autoMFIS/basicfuzzy.py community (archive-listed) unverified BSD-2-Clause (permissive) · e900c0356c108ee1 · report
word_count renmada/PaddleRec/datasets/ag_news/text2paddle.py community (archive-listed) unverified Apache-2.0 (permissive) · 5d079a1802fd6cb9 · report

Tasks

Click-Through Rate PredictionRecommendation Systems

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Click-Through Rate Prediction Criteo AutoDeepFM(3rd) AUC 0.8010 #32 of 39 Archive leaderboard report
Click-Through Rate Prediction Criteo AutoDeepFM(3rd) Log Loss 0.5405 #32 of 39 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.

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