Boosting Factorization Machines via Saliency-Guided Mixup
Chenwang Wu, Defu Lian, Yong Ge, Min Zhou, Enhong Chen, Dacheng Tao

TL;DR
This paper introduces MixFM and SMFM, novel methods that generate auxiliary training data for factorization machines using Mixup-inspired techniques, enhancing their ability to learn direct feature interactions and improve generalization.
Contribution
The paper proposes MixFM and SMFM, which generate informative training data for FMs without extra domain knowledge, and provides the first generalization bound for FMs.
Findings
MixFM improves FM performance by generating auxiliary data.
SMFM guides data generation with saliency for better informativeness.
Experiments show superior results on five datasets.
Abstract
Factorization machines (FMs) are widely used in recommender systems due to their adaptability and ability to learn from sparse data. However, for the ubiquitous non-interactive features in sparse data, existing FMs can only estimate the parameters corresponding to these features via the inner product of their embeddings. Undeniably, they cannot learn the direct interactions of these features, which limits the model's expressive power. To this end, we first present MixFM, inspired by Mixup, to generate auxiliary training data to boost FMs. Unlike existing augmentation strategies that require labor costs and expertise to collect additional information such as position and fields, these extra data generated by MixFM only by the convex combination of the raw ones without any professional knowledge support. More importantly, if the parent samples to be mixed have non-interactive features,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Face and Expression Recognition · Face recognition and analysis
MethodsMixup
