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/LT-OCF: Learnable-Time ODE-based Collaborative Filtering

LT-OCF: Learnable-Time ODE-based Collaborative Filtering

Jeongwhan Choi, Jinsung Jeon, Noseong Park

2021-08-08Collaborative FilteringRecommendation Systems
PaperPDFCodeCode(official)

Abstract

Collaborative filtering (CF) is a long-standing problem of recommender systems. Many novel methods have been proposed, ranging from classical matrix factorization to recent graph convolutional network-based approaches. After recent fierce debates, researchers started to focus on linear graph convolutional networks (GCNs) with a layer combination, which show state-of-the-art accuracy in many datasets. In this work, we extend them based on neural ordinary differential equations (NODEs), because the linear GCN concept can be interpreted as a differential equation, and present the method of Learnable-Time ODE-based Collaborative Filtering (LT-OCF). The main novelty in our method is that after redesigning linear GCNs on top of the NODE regime, i) we learn the optimal architecture rather than relying on manually designed ones, ii) we learn smooth ODE solutions that are considered suitable for CF, and iii) we test with various ODE solvers that internally build a diverse set of neural network connections. We also present a novel training method specialized to our method. In our experiments with three benchmark datasets, Gowalla, Yelp2018, and Amazon-Book, our method consistently shows better accuracy than existing methods, e.g., a recall of 0.0411 by LightGCN vs. 0.0442 by LT-OCF and an NDCG of 0.0315 by LightGCN vs. 0.0341 by LT-OCF in Amazon-Book. One more important discovery in our experiments that is worth mentioning is that our best accuracy was achieved by dense connections rather than linear connections.

Results

TaskDatasetMetricValueModel
Recommendation SystemsGowallaRecall@200.1875LT-OCF
Recommendation SystemsGowallanDCG@200.1574LT-OCF
Recommendation SystemsYelp2018NDCG@200.0549LT-OCF
Recommendation SystemsYelp2018Recall@200.0671LT-OCF
Recommendation SystemsAmazon-BookRecall@200.0442LT-OCF
Recommendation SystemsAmazon-BooknDCG@200.0341LT-OCF
Recommendation SystemsAmazon-bookRecall@200.1875LT-OCF
Collaborative FilteringGowallaNDCG@200.1574LT-OCF
Collaborative FilteringGowallaRecall@200.1875LT-OCF
Collaborative FilteringYelp2018NDCG@200.0549LT-OCF
Collaborative FilteringYelp2018Recall@200.0671LT-OCF
Collaborative FilteringAmazon-BookNDCG@200.0341LT-OCF
Collaborative FilteringAmazon-BookRecall@200.0442LT-OCF

Related Papers

IP2: Entity-Guided Interest Probing for Personalized News Recommendation2025-07-18A Reproducibility Study of Product-side Fairness in Bundle Recommendation2025-07-18SGCL: Unifying Self-Supervised and Supervised Learning for Graph Recommendation2025-07-17Similarity-Guided Diffusion for Contrastive Sequential Recommendation2025-07-16Looking for Fairness in Recommender Systems2025-07-16Journalism-Guided Agentic In-Context Learning for News Stance Detection2025-07-15LLM-Stackelberg Games: Conjectural Reasoning Equilibria and Their Applications to Spearphishing2025-07-12NLGCL: Naturally Existing Neighbor Layers Graph Contrastive Learning for Recommendation2025-07-10