TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Neural Network Matrix Factorization

Neural Network Matrix Factorization

Gintare Karolina Dziugaite, Daniel M. Roy

2015-11-19Collaborative Filtering
PaperPDFCodeCode

Abstract

Data often comes in the form of an array or matrix. Matrix factorization techniques attempt to recover missing or corrupted entries by assuming that the matrix can be written as the product of two low-rank matrices. In other words, matrix factorization approximates the entries of the matrix by a simple, fixed function---namely, the inner product---acting on the latent feature vectors for the corresponding row and column. Here we consider replacing the inner product by an arbitrary function that we learn from the data at the same time as we learn the latent feature vectors. In particular, we replace the inner product by a multi-layer feed-forward neural network, and learn by alternating between optimizing the network for fixed latent features, and optimizing the latent features for a fixed network. The resulting approach---which we call neural network matrix factorization or NNMF, for short---dominates standard low-rank techniques on a suite of benchmark but is dominated by some recent proposals that take advantage of the graph features. Given the vast range of architectures, activation functions, regularizers, and optimization techniques that could be used within the NNMF framework, it seems likely the true potential of the approach has yet to be reached.

Results

TaskDatasetMetricValueModel
Recommendation SystemsMovieLens 1MRMSE0.843NNMF

Related Papers

SGCL: Unifying Self-Supervised and Supervised Learning for Graph Recommendation2025-07-17NLGCL: Naturally Existing Neighbor Layers Graph Contrastive Learning for Recommendation2025-07-10From ID-based to ID-free: Rethinking ID Effectiveness in Multimodal Collaborative Filtering Recommendation2025-07-08RAG-VisualRec: An Open Resource for Vision- and Text-Enhanced Retrieval-Augmented Generation in Recommendation2025-06-25LLM2Rec: Large Language Models Are Powerful Embedding Models for Sequential Recommendation2025-06-16CORONA: A Coarse-to-Fine Framework for Graph-based Recommendation with Large Language Models2025-06-14Dual-View Disentangled Multi-Intent Learning for Enhanced Collaborative Filtering2025-06-13Discrete Scale-invariant Metric Learning for Efficient Collaborative Filtering2025-06-11