DFGNN: Dual-frequency Graph Neural Network for Sign-aware Feedback

Read original: arXiv:2405.15280 - Published 5/27/2024 by Yiqing Wu, Ruobing Xie, Zhao Zhang, Xu Zhang, Fuzhen Zhuang, Leyu Lin, Zhanhui Kang, Yongjun Xu
Total Score

0

DFGNN: Dual-frequency Graph Neural Network for Sign-aware Feedback

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • A new graph neural network model called DFGNN (Dual-Frequency Graph Neural Network) for sign-aware feedback in recommendation systems
  • DFGNN captures both positive and negative feedback signals by learning from both high-frequency and low-frequency patterns in the signed user-item interaction graph
  • Outperforms state-of-the-art sign-aware recommendation models on multiple benchmark datasets

Plain English Explanation

Recommendation systems are algorithms that suggest products or content that a user might like based on their past interactions and preferences. However, traditional recommendation systems only consider positive feedback, like when a user likes or buys something.

<a href="https://aimodels.fyi/papers/arxiv/sigformer-sign-aware-graph-transformer-recommendation">Sign-aware recommendation models</a> aim to also take into account negative feedback, like when a user dislikes or avoids something. This can provide a more nuanced understanding of the user's preferences.

The DFGNN model proposed in this paper is a new type of sign-aware recommendation system. It works by analyzing the user-item interaction graph, which shows the connections between users and the items they have interacted with. DFGNN learns from both the high-frequency patterns (quick decisions) and low-frequency patterns (deeper preferences) in this graph to better capture both positive and negative feedback.

Compared to other sign-aware recommendation models, DFGNN was shown to perform better on several benchmark datasets. This suggests it is a promising approach for building recommendation systems that can account for the full range of user feedback, both positive and negative.

Technical Explanation

The key idea behind DFGNN is to extract both high-frequency and low-frequency signals from the signed user-item interaction graph. High-frequency signals represent quick, impulsive user decisions, while low-frequency signals capture deeper, more thoughtful user preferences.

To do this, DFGNN uses a dual-branch architecture. One branch processes the high-frequency signals using graph convolution, while the other branch processes the low-frequency signals using graph pooling. The outputs of these two branches are then combined to produce the final recommendation.

The high-frequency branch learns representations that capture the local structure and immediate user-item interactions. The low-frequency branch, on the other hand, learns representations that capture the global structure and long-term user preferences. By combining these two complementary views, DFGNN is able to better model both positive and negative feedback signals.

DFGNN was evaluated on several benchmark datasets for sign-aware recommendation, including <a href="https://aimodels.fyi/papers/arxiv/nfarec-negative-feedback-aware-recommender-model">NFAReC</a>, <a href="https://aimodels.fyi/papers/arxiv/dual-channel-multiplex-graph-neural-networks-recommendation">Dual-Channel</a>, and <a href="https://aimodels.fyi/papers/arxiv/neural-causal-graph-collaborative-filtering">Neural Causal Graph</a>. The results show that DFGNN outperforms state-of-the-art sign-aware recommendation models in terms of various evaluation metrics, demonstrating its effectiveness in capturing both positive and negative user feedback.

Critical Analysis

The DFGNN paper presents a well-designed and thorough evaluation of the proposed model. The authors carefully compare DFGNN to a range of state-of-the-art sign-aware recommendation models across multiple benchmark datasets, providing strong evidence for the model's superior performance.

One potential limitation of the research is that it focuses solely on sign-aware recommendation, without considering other important factors such as <a href="https://aimodels.fyi/papers/arxiv/afdgcf-adaptive-feature-de-correlation-graph-collaborative">feature de-correlation</a> or causal effects. It would be interesting to see how DFGNN could be extended or combined with these other techniques to further improve recommendation accuracy and robustness.

Additionally, the paper does not provide much insight into the interpretability or explainability of the DFGNN model. Understanding why the model makes certain recommendations, and how the high-frequency and low-frequency signals contribute to the final output, could be valuable for building trust and transparency in real-world recommendation systems.

Overall, the DFGNN paper presents a compelling and well-executed approach to sign-aware recommendation. The dual-frequency architecture is a clever and effective way to capture both positive and negative feedback signals, and the strong empirical results suggest that DFGNN is a promising direction for further research and development in this area.

Conclusion

The DFGNN model introduced in this paper represents an important advancement in sign-aware recommendation systems. By learning from both high-frequency and low-frequency patterns in the signed user-item interaction graph, DFGNN is able to better capture the nuances of user feedback, including both positive and negative signals.

The superior performance of DFGNN compared to other state-of-the-art sign-aware recommendation models highlights the value of this dual-frequency approach. As recommendation systems become increasingly prevalent in our daily lives, accounting for the full range of user preferences and behaviors will be crucial for providing accurate, personalized, and trustworthy suggestions.

While the DFGNN paper focuses specifically on sign-aware recommendation, the underlying principles of the model could potentially be applied to other domains where capturing complex, multi-dimensional user feedback is important. As such, this research represents an important step forward in the development of more sophisticated and effective recommendation technologies.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

DFGNN: Dual-frequency Graph Neural Network for Sign-aware Feedback
Total Score

0

DFGNN: Dual-frequency Graph Neural Network for Sign-aware Feedback

Yiqing Wu, Ruobing Xie, Zhao Zhang, Xu Zhang, Fuzhen Zhuang, Leyu Lin, Zhanhui Kang, Yongjun Xu

The graph-based recommendation has achieved great success in recent years. However, most existing graph-based recommendations focus on capturing user preference based on positive edges/feedback, while ignoring negative edges/feedback (e.g., dislike, low rating) that widely exist in real-world recommender systems. How to utilize negative feedback in graph-based recommendations still remains underexplored. In this study, we first conducted a comprehensive experimental analysis and found that (1) existing graph neural networks are not well-suited for modeling negative feedback, which acts as a high-frequency signal in a user-item graph. (2) The graph-based recommendation suffers from the representation degeneration problem. Based on the two observations, we propose a novel model that models positive and negative feedback from a frequency filter perspective called Dual-frequency Graph Neural Network for Sign-aware Recommendation (DFGNN). Specifically, in DFGNN, the designed dual-frequency graph filter (DGF) captures both low-frequency and high-frequency signals that contain positive and negative feedback. Furthermore, the proposed signed graph regularization is applied to maintain the user/item embedding uniform in the embedding space to alleviate the representation degeneration problem. Additionally, we conduct extensive experiments on real-world datasets and demonstrate the effectiveness of the proposed model. Codes of our model will be released upon acceptance.

Read more

5/27/2024

NFARec: A Negative Feedback-Aware Recommender Model
Total Score

0

NFARec: A Negative Feedback-Aware Recommender Model

Xinfeng Wang, Fumiyo Fukumoto, Jin Cui, Yoshimi Suzuki, Dongjin Yu

Graph neural network (GNN)-based models have been extensively studied for recommendations, as they can extract high-order collaborative signals accurately which is required for high-quality recommender systems. However, they neglect the valuable information gained through negative feedback in two aspects: (1) different users might hold opposite feedback on the same item, which hampers optimal information propagation in GNNs, and (2) even when an item vastly deviates from users' preferences, they might still choose it and provide a negative rating. In this paper, we propose a negative feedback-aware recommender model (NFARec) that maximizes the leverage of negative feedback. To transfer information to multi-hop neighbors along an optimal path effectively, NFARec adopts a feedback-aware correlation that guides hypergraph convolutions (HGCs) to learn users' structural representations. Moreover, NFARec incorporates an auxiliary task - predicting the feedback sentiment polarity (i.e., positive or negative) of the next interaction - based on the Transformer Hawkes Process. The task is beneficial for understanding users by learning the sentiment expressed in their previous sequential feedback patterns and predicting future interactions. Extensive experiments demonstrate that NFARec outperforms competitive baselines. Our source code and data are released at https://github.com/WangXFng/NFARec.

Read more

9/5/2024

SIGformer: Sign-aware Graph Transformer for Recommendation
Total Score

0

SIGformer: Sign-aware Graph Transformer for Recommendation

Sirui Chen, Jiawei Chen, Sheng Zhou, Bohao Wang, Shen Han, Chanfei Su, Yuqing Yuan, Can Wang

In recommender systems, most graph-based methods focus on positive user feedback, while overlooking the valuable negative feedback. Integrating both positive and negative feedback to form a signed graph can lead to a more comprehensive understanding of user preferences. However, the existing efforts to incorporate both types of feedback are sparse and face two main limitations: 1) They process positive and negative feedback separately, which fails to holistically leverage the collaborative information within the signed graph; 2) They rely on MLPs or GNNs for information extraction from negative feedback, which may not be effective. To overcome these limitations, we introduce SIGformer, a new method that employs the transformer architecture to sign-aware graph-based recommendation. SIGformer incorporates two innovative positional encodings that capture the spectral properties and path patterns of the signed graph, enabling the full exploitation of the entire graph. Our extensive experiments across five real-world datasets demonstrate the superiority of SIGformer over state-of-the-art methods. The code is available at https://github.com/StupidThree/SIGformer.

Read more

5/7/2024

🔗

Total Score

0

Dual-Channel Latent Factor Analysis Enhanced Graph Contrastive Learning for Recommendation

Junfeng Long, Hao Wu

Graph Neural Networks (GNNs) are powerful learning methods for recommender systems owing to their robustness in handling complicated user-item interactions. Recently, the integration of contrastive learning with GNNs has demonstrated remarkable performance in recommender systems to handle the issue of highly sparse user-item interaction data. Yet, some available graph contrastive learning (GCL) techniques employ stochastic augmentation, i.e., nodes or edges are randomly perturbed on the user-item bipartite graph to construct contrastive views. Such a stochastic augmentation strategy not only brings noise perturbation but also cannot utilize global collaborative signals effectively. To address it, this study proposes a latent factor analysis (LFA) enhanced GCL approach, named LFA-GCL. Our model exclusively incorporates LFA to implement the unconstrained structural refinement, thereby obtaining an augmented global collaborative graph accurately without introducing noise signals. Experiments on four public datasets show that the proposed LFA-GCL outperforms the state-of-the-art models.

Read more

8/12/2024