Memory-Efficient Factorization Machines via Binarizing both Data and Model Coefficients
Yu Geng, Liang Lan

TL;DR
This paper introduces Binarized FM, a memory-efficient variant of SEFM that constrains model parameters to binary values, significantly reducing memory usage while maintaining comparable accuracy across multiple datasets.
Contribution
The paper proposes Binarized FM, a novel method that reduces memory costs of SEFM by binarizing model parameters and introduces an effective learning algorithm using STE and Adagrad.
Findings
Binarized FM achieves similar accuracy to SEFM.
Memory usage is significantly reduced with binarization.
Effective training with STE and Adagrad.
Abstract
Factorization Machines (FM), a general predictor that can efficiently model feature interactions in linear time, was primarily proposed for collaborative recommendation and have been broadly used for regression, classification and ranking tasks. Subspace Encoding Factorization Machine (SEFM) has been proposed recently to overcome the expressiveness limitation of Factorization Machines (FM) by applying explicit nonlinear feature mapping for both individual features and feature interactions through one-hot encoding to each input feature. Despite the effectiveness of SEFM, it increases the memory cost of FM by times, where is the number of bins when applying one-hot encoding on each input feature. To reduce the memory cost of SEFM, we propose a new method called Binarized FM which constraints the model parameters to be binary values (i.e., 1 or ). Then each parameter value can…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Face and Expression Recognition · Advanced Image and Video Retrieval Techniques
