中文
相关论文

相关论文: Memory-Efficient Factorization Machines via Binari…

200 篇论文

In this work, we propose FM-Pair, an adaptation of Factorization Machines with a pairwise loss function, making them effective for datasets with implicit feedback. The optimization model in FM-Pair is based on the BPR (Bayesian Personalized…

信息检索 · 计算机科学 2018-12-21 Babak Loni , Martha Larson , Alan Hanjalic

Non-negative matrix factorization (NMF) is one of the most popular decomposition techniques for multivariate data. NMF is a core method for many machine-learning related computational problems, such as data compression, feature extraction,…

数值分析 · 计算机科学 2017-12-07 Gabriele Torre , Michael Graber

Correlated-noise mechanisms are among the most promising approaches for improving the utility of differentially private model training, but rigorous guarantees require explicit, analyzable factorizations, and practical deployment requires…

机器学习 · 计算机科学 2026-05-19 Nikita P. Kalinin , Aki Rehn , Joel Daniel Andersson , Antti Honkela , Christoph H. Lampert

Boolean matrix has been used to represent digital information in many fields, including bank transaction, crime records, natural language processing, protein-protein interaction, etc. Boolean matrix factorization (BMF) aims to find an…

机器学习 · 计算机科学 2020-02-12 Changlin Wan , Wennan Chang , Tong Zhao , Mengya Li , Sha Cao , Chi Zhang

Various Non-negative Matrix factorization (NMF) based methods add new terms to the cost function to adapt the model to specific tasks, such as clustering, or to preserve some structural properties in the reduced space (e.g., local…

Matrix factorization is a key tool in data analysis; its applications include recommender systems, correlation analysis, signal processing, among others. Binary matrices are a particular case which has received significant attention for…

机器学习 · 统计学 2019-01-30 Ignacio Ramirez

Identifying informative components in binary data is an essential task in many research areas, including life sciences, social sciences, and recommendation systems. Boolean matrix factorization (BMF) is a family of methods that performs…

机器学习 · 计算机科学 2024-07-03 Sebastian Dalleiger , Jilles Vreeken , Michael Kamp

Factorization machine (FM) variants are widely used in recommendation systems that operate under strict throughput and latency requirements, such as online advertising systems. FMs are known both due to their ability to model pairwise…

信息检索 · 计算机科学 2024-08-05 Alex Shtoff , Michael Viderman , Naama Haramaty-Krasne , Oren Somekh , Ariel Raviv , Tularam Ban

This paper introduces a technique to enhance the efficiency of quadratic machine learning models, particularly Field-Aware Factorization Machines (FFMs) handling binary data. Our approach strategically reduces model size through optimized…

材料科学 · 物理学 2025-03-27 Yasuharu Okamoto

Binary quantization approaches, which replace weight matrices with binary matrices and substitute costly multiplications with cheaper additions, offer a computationally efficient approach to address the increasing computational and storage…

机器学习 · 计算机科学 2026-03-03 Vladimír Boža , Vladimír Macko

Feature selection is generally used as one of the most important preprocessing techniques in machine learning, as it helps to reduce the dimensionality of data and assists researchers and practitioners in understanding data. Thereby, by…

机器学习 · 计算机科学 2021-04-26 Yiwen Liao , Raphaël Latty , Bin Yang

Click-through rate (CTR) prediction models are common in many online applications such as digital advertising and recommender systems. Field-Aware Factorization Machine (FFM) and Field-weighted Factorization Machine (FwFM) are…

信息检索 · 计算机科学 2021-06-16 Harshit Pande

Boolean matrix factorization (BMF) approximates a given binary input matrix as the product of two smaller binary factors. Unlike binary matrix factorization based on standard arithmetic, BMF employs the Boolean OR and AND operations for the…

信息检索 · 计算机科学 2025-12-05 Christos Kolomvakis , Thomas Bobille , Arnaud Vandaele , Nicolas Gillis

As a well-established approach, factorization machine (FM) is capable of automatically learning high-order interactions among features to make predictions without the need for manual feature engineering. With the prominent development of…

信息检索 · 计算机科学 2021-04-13 Tong Chen , Hongzhi Yin , Xiangliang Zhang , Zi Huang , Yang Wang , Meng Wang

Supervised matrix factorization (SMF) is a classical machine learning method that simultaneously seeks feature extraction and classification tasks, which are not necessarily a priori aligned objectives. Our goal is to use SMF to learn…

机器学习 · 统计学 2023-11-21 Joowon Lee , Hanbaek Lyu , Weixin Yao

Factorization Machines (FMs) are effective in incorporating side information to overcome the cold-start and data sparsity problems in recommender systems. Traditional FMs adopt the inner product to model the second-order interactions…

信息检索 · 计算机科学 2020-10-27 Yangyang Guo , Zhiyong Cheng , Jiazheng Jing , Yanpeng Lin , Liqiang Nie , Meng Wang

Matrix factorization is a very common machine learning technique in recommender systems. Bayesian Matrix Factorization (BMF) algorithms would be attractive because of their ability to quantify uncertainty in their predictions and avoid…

机器学习 · 计算机科学 2020-04-15 Tom Vander Aa , Xiangju Qin , Paul Blomstedt , Roel Wuyts , Wilfried Verachtert , Samuel Kaski

A fundamental challenge for running machine learning algorithms on battery-powered devices is the time and energy limitations, as these devices have constraints on resources. There are resource-efficient classifier algorithms that can run…

机器学习 · 计算机科学 2020-11-20 Hamidreza Keshavarz , Mohammad Saniee Abadeh , Reza Rawassizadeh

We study the problem of feature selection in general machine learning (ML) context, which is one of the most critical subjects in the field. Although, there exist many feature selection methods, however, these methods face challenges such…

机器学习 · 计算机科学 2024-06-18 Mehmet Y. Turali , Mehmet E. Lorasdagi , Ali T. Koc , Suleyman S. Kozat

This paper aims at a better understanding of matrix factorization (MF), factorization machines (FM), and their combination with deep algorithms' application in recommendation systems. Specifically, this paper will focus on Singular Value…

信息检索 · 计算机科学 2022-03-22 Yuefeng Zhang