VSGT: Variational Spatial and Gaussian Temporal Graph Models for EEG-Based Emotion Recognition

Abstract

In recommender systems, multi-behavior methods have demonstrated significant effectiveness in addressing issues such as data sparsity—challenges commonly encountered by traditional single-behavior recommendation methods. These methods typically infer user preferences from various auxiliary behaviors and apply them to recommendations for the target behavior. However, existing methods face challenges in uncovering the interaction patterns for different behaviors from multi-behavior implicit feedback, as users exhibit varying preference strengths for different items across behaviors. To address this issue, this paper introduces a novel approach, Decision-Aware Preference Modeling (DAPM), for multi-behavior recommendation. We first construct a behavior-agnostic graph to learn comprehensive representations that are not affected by behavior factors, complementing the behavior-specific representations. Subsequently, we introduce an innovative contrastive learning paradigm that emphasizes inter-behavior consistency and intra-behavior uniformity to alleviate the “false repulsion” problem in traditional contrastive learning. Furthermore, we propose a multi-behavior hinge loss with boundary constraints to explicitly model users' decision boundaries across different behaviors, thereby enhancing the model’s ability to accurately capture users' inconsistent preference intensities. Extensive experiments on three real-world datasets demonstrate the consistent improvements achieved by DAPM over thirteen state-of-the-art baselines. We release our code at https://github.com/Breeze-del/DAPM.

Cite

Text

Liu et al. "VSGT: Variational Spatial and Gaussian Temporal Graph Models for EEG-Based Emotion Recognition." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/341

Markdown

[Liu et al. "VSGT: Variational Spatial and Gaussian Temporal Graph Models for EEG-Based Emotion Recognition." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/liu2024ijcai-vsgt/) doi:10.24963/ijcai.2024/341

BibTeX

@inproceedings{liu2024ijcai-vsgt,
  title     = {{VSGT: Variational Spatial and Gaussian Temporal Graph Models for EEG-Based Emotion Recognition}},
  author    = {Liu, Chenyu and Zhou, Xinliang and Xiao, Jiaping and Zhu, Zhengri and Zhai, Liming and Jia, Ziyu and Liu, Yang},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {3078-3086},
  doi       = {10.24963/ijcai.2024/341},
  url       = {https://mlanthology.org/ijcai/2024/liu2024ijcai-vsgt/}
}