LT-OCF: Learnable-Time ODE-based Collaborative Filtering
Jeongwhan Choi, Jinsung Jeon, Noseong Park

TL;DR
This paper introduces LT-OCF, a novel collaborative filtering method based on neural ordinary differential equations, which learns optimal architectures and smooth solutions, outperforming existing methods on benchmark datasets.
Contribution
It extends linear GCNs into the NODE regime, enabling learned architectures and solutions, with a new training method, demonstrating superior accuracy in recommender system benchmarks.
Findings
LT-OCF outperforms existing methods in accuracy on benchmark datasets.
Dense connections yield better results than linear connections.
The method effectively learns optimal architectures and smooth solutions.
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…
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 · Data Stream Mining Techniques · Music and Audio Processing
MethodsNeural Oblivious Decision Ensembles · LightGCN · Graph Convolutional Network · Graph Convolutional Networks · Dense Connections
