Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Adaptive Factorization Network: Learning Adaptive-Order Feature Interactions

About

Various factorization-based methods have been proposed to leverage second-order, or higher-order cross features for boosting the performance of predictive models. They generally enumerate all the cross features under a predefined maximum order, and then identify useful feature interactions through model training, which suffer from two drawbacks. First, they have to make a trade-off between the expressiveness of higher-order cross features and the computational cost, resulting in suboptimal predictions. Second, enumerating all the cross features, including irrelevant ones, may introduce noisy feature combinations that degrade model performance. In this work, we propose the Adaptive Factorization Network (AFN), a new model that learns arbitrary-order cross features adaptively from data. The core of AFN is a logarithmic transformation layer to convert the power of each feature in a feature combination into the coefficient to be learned. The experimental results on four real datasets demonstrate the superior predictive performance of AFN against the start-of-the-arts.

Weiyu Cheng, Yanyan Shen, Linpeng Huang• 2019

Related benchmarks

TaskDatasetResultRank
CTR PredictionCriteo
AUC0.8143
282
Click-Through Rate PredictionAvazu (test)
AUC0.7935
191
CTR PredictionAvazu
AUC78.87
144
CTR PredictionCriteo (test)
AUC0.8141
141
CTR PredictionFrappe
AUC0.9844
83
CTR PredictionMovieLens
AUC96.94
55
Click-Through Rate PredictionKKBOX
AUC84.89
48
Click-Through Rate PredictionML 1M
AUC0.9053
46
CTR PredictionFrappe (test)
AUC0.9809
38
Click-Through Rate PredictioniPinYou
Logloss0.0055
37
Showing 10 of 36 rows

Other info

Code

Follow for update