Convolutional Transformer Neural Collaborative Filtering
Pang Li, Shahrul Azman Mohd Noah, Hafiz Mohd Sarim

TL;DR
This paper presents CTNCF, a novel recommendation model combining CNNs and Transformers to better capture complex user-item interaction patterns, leading to improved recommendation accuracy.
Contribution
It introduces a new neural collaborative filtering model that integrates CNNs and Transformer layers to enhance the understanding of high-order interaction structures.
Findings
CTNCF outperforms existing models on real-world datasets.
The integration of CNNs and Transformers improves capturing local and long-range dependencies.
Experimental results show significant performance gains over state-of-the-art methods.
Abstract
In this study, we introduce Convolutional Transformer Neural Collaborative Filtering (CTNCF), a novel approach aimed at enhancing recommendation systems by effectively capturing high-order structural information in user-item interactions. CTNCF represents a significant advancement over the traditional Neural Collaborative Filtering (NCF) model by seamlessly integrating Convolutional Neural Networks (CNNs) and Transformer layers. This sophisticated integration enables the model to adeptly capture and understand complex interaction patterns inherent in recommendation systems. Specifically, CNNs are employed to extract local features from user and item embeddings, allowing the model to capture intricate spatial dependencies within the data. Furthermore, the utilization of Transformer layers enables the model to capture long-range dependencies and interactions among user and item features,…
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
TopicsNeural Networks and Applications
MethodsAttention Is All You Need · Absolute Position Encodings · Residual Connection · Adam · Softmax · Label Smoothing · Dropout · Dense Connections · Layer Normalization · Linear Layer
