以作者查詢圖書館館藏 、以作者查詢臺灣博碩士 、以作者查詢全國書目 、勘誤回報 、線上人數:24 、訪客IP:3.135.190.244
姓名 戴大仁(Da-Ren Dai) 查詢紙本館藏 畢業系所 資訊工程學系 論文名稱
(Tri-directional Hypergraph Contrastive Learning for Session-based Recommendation)相關論文 檔案 [Endnote RIS 格式] [Bibtex 格式] [相關文章] [文章引用] [完整記錄] [館藏目錄] 至系統瀏覽論文 (2027-1-22以後開放) 摘要(中) 會話推薦(Session-based Recommendation)的目標是通過分析使用者,在短時間內的匿名行為序列,預測其未來的行為。近期,會話推薦的相關研究,目光主要集中於利用各式各樣的機器學習技術,來提升推薦表現,而在這個風潮中,也包括引入對比學習 (Contrastive Learning) 這項技術。儘管對於推薦系統,有著一定程度地改善,但現有研究在許多方面,仍存在一些限制,值得我們多加注意。首先,這些研究僅單獨利用項目層面 (Item-level) 或會話層面 (Session-level) 的對比,來改良推薦系統,此外,還忽略了在項目 (Item) 和會話 (Session) 之間的關係中,所蘊含的重要關聯信息。其次,為了去模擬會話數據中,各種錯綜複雜的關係,許多研究設計了繁瑣的處理流程,以構建多個擴充圖,但這個行為降低了在會話推薦領域中,使用圖對比學習 (Graph Contrastive Learning) 的可行性。為了克服這些缺陷,我們提出了Tri-Rec(Tri-directional Hypergraph Contrastive Learning for Session-based Recommendation),一個創新地將三方向對比 (Tri-directional contrast) 整合進會話推薦領域的模型。三方向對比包含三種不同的對比形式,旨在最大化相似性於:相同項目之間、相同會話之間以及每個會話跟其所包含的項目之間。與許多主流方法,僅利用項目層面或會話層面的對比相反,我們不僅僅使用兩者,還引入了會員層面 (Membership-level) 的對比,使模型能夠獲取更全面的信息。此外,我們還在設計中,整合了超圖神經網絡 (Hypergraph Neural Networks) 和基於自注意力機制的讀出 (Readout) 模組,用以捕捉會話之間的高階關係和具代表性的用戶意圖。在三個真實世界的數據集上,所進行的詳細評估實驗顯示,Tri-Rec 在性能上顯著優於最先進的方法。 摘要(英) Session-based recommendation (SBR) aims to forecast users′ future actions by analyzing their unnamed behavioral sequences within a limited time frame. Recent research in SBR has focused on leveraging various techniques, including the incorporation of contrastive learning. Despite these developments, existing studies exhibit several limitations. First, these studies solely employ either item-level or session-level contrast, overlooking the vital correlation information between items and sessions. Second, to model the various relationships present in session data, numerous studies have designed complex processes to construct multiple augmented views, which diminish the accessibility of graph contrastive learning in SBR. To overcome these challenges, we propose $ extbf{Tri-Rec}$ (Tri-directional Hypergraph Contrastive Learning for Session-based Recommendation), a model that innovatively incorporates tri-directional contrast into SBR. Tri-directional contrast consists of three distinct contrastive forms, with the aim of maximizing the similarity: (1) between the same item, (2) between the same session, and (3) between each session and its containing items in augmented views. Contrary to many prevailing methods that solely employ either item-level or session-level contrast, we not only utilize both but also introduce membership-level contrast, allowing the model to harness more comprehensive information. Furthermore, we integrate the hypergraph neural network and a self-attention based readout module to capture both high-order relationships and representative user intent among sessions. Detailed empirical evaluations conducted on three real-world datasets reveal that Tri-Rec markedly surpasses state-of-the-art approaches in performance. 關鍵字(中) ★ 會話推薦
★ 超圖
★ 對比學習關鍵字(英) ★ Session-based Recommendation
★ Hypergraph
★ Contrastive Learning論文目次 Contents
摘要 v
Abstract vii
Contents ix
List of Figures xi
List of Tables xii
1 Introduction 1
2 Related Work 5
2.1 Hypergraph Learning . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
2.2 Contrastive Learning . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
2.3 Hypergraph Contrastive Learning . . . . . . . . . . . . . . . . . . . . . 6
2.4 Session-based Recommendation . . . . . . . . . . . . . . . . . . . . . . 6
3 Methodology 8
3.1 Preliminaries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
3.2 Hypergraph Construction . . . . . . . . . . . . . . . . . . . . . . . . . . 9
3.3 Hypergraph Augmentation . . . . . . . . . . . . . . . . . . . . . . . . . 10
3.4 Hypergraph Neural Network . . . . . . . . . . . . . . . . . . . . . . . . 11
3.5 Session Embedding Module . . . . . . . . . . . . . . . . . . . . . . . . 12
ix
3.6 Recommendation and Model Optimization . . . . . . . . . . . . . . . . . 14
3.7 Tri-directional Contrastive Learning . . . . . . . . . . . . . . . . . . . . 15
4 Experiments 18
4.1 Experimental Setup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
4.2 Overall Performance Comparison . . . . . . . . . . . . . . . . . . . . . 20
4.3 Ablation Study . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
4.4 Sensitivity Analysis on Weights of Contrastive Loss . . . . . . . . . . . . 22
4.5 Performance Impact of Contrasts at Different Levels . . . . . . . . . . . 23
5 Conclusion 24
Bibliography 25參考文獻 Bibliography
[1] B. Hidasi, A. Karatzoglou, L. Baltrunas, and D. Tikk, “Session-based recommenda-
tions with recurrent neural networks,” in ICLR, 2016.
[2] J. Li, P. Ren, Z. Chen, Z. Ren, T. Lian, and J. Ma, “Neural attentive session-based
recommendation,” in CIKM, 2017.
[3] F. Yuan, A. Karatzoglou, I. Arapakis, J. M. Jose, and X. He, “A simple convolutional
generative network for next item recommendation,” in WSDM, 2019.
[4] J. Yuan, Z. Song, M. Sun, X. Wang, and W. X. Zhao, “Dual sparse attention network
for session-based recommendation,” in AAAI, 2021.
[5] P. Zhang, J. Guo, C. Li, Y. Xie, J. B. Kim, Y. Zhang, X. Xie, H. Wang, and S. Kim,
“Efficiently leveraging multi-level user intent for session-based recommendation via
atten-mixer network,” in WSDM, 2023.
[6] S. Wu, Y. Tang, Y. Zhu, L. Wang, X. Xie, and T. Tan, “Session-based recommenda-
tion with graph neural networks,” in AAAI, 2019.
[7] R. Qiu, J. Li, Z. Huang, and H. Yin, “Rethinking the item order in session-based
recommendation with graph neural networks,” in CIKM, 2019.
[8] T. Chen and R. C.-W. Wong, “Handling information loss of graph neural networks
for session-based recommendation,” in KDD, 2020.
[9] Z. Pan, F. Cai, W. Chen, H. Chen, and M. de Rijke, “Star graph neural networks for
session-based recommendation,” in CIKM, 2020.
[10] X. Xia, H. Yin, J. Yu, Q. Wang, L. Cui, and X. Zhang, “Self-supervised hypergraph
convolutional networks for session-based recommendation,” in AAAI, 2021.
[11] L. Xu, W.-D. Xi, and C.-D. Wang, “Session-based recommendation with heteroge-
neous graph neural networks,” in IJCNN, 2021.
[12] Y. Li, D. Tarlow, M. Brockschmidt, and R. S. Zemel, “Gated graph sequence neural
networks,” in ICLR, 2016.
[13] Q. Han, C. Zhang, R. Chen, R. Lai, H. Song, and L. Li, “Multi-faceted global item
relation learning for session-based recommendation,” in SIGIR, 2022.
[14] A. Bretto, Hypergraph Theory: An Introduction. Springer Publishing Company,
Incorporated, 2013.
[15] J. Zhang, M. Gao, J. Yu, L. Guo, J. Li, and H. Yin, “Double-scale self-supervised
hypergraph learning for group recommendation,” in CIKM, 2021.
[16] H. Li, X. Luo, Q. Yu, and H. Wang, “Session-based recommendation via contrastive
learning on heterogeneous graph,” in IEEE BigData, 2021.
[17] D. Lee and K. Shin, “I’m me, we’re us, and i’m us: Tri-directional contrastive learn-
ing on hypergraphs,” in AAAI, 2023.
[18] X. Xia, H. Yin, J. Yu, Y. Shao, and L. Cui, “Self-supervised graph co-training for
session-based recommendation,” in CIKM, 2021.
[19] Y. Feng, H. You, Z. Zhang, R. Ji, and Y. Gao, “Hypergraph neural networks,” in
AAAI, 2019.
[20] L. Li and T. Li, “News recommendation via hypergraph learning: Encapsulation of
user behavior and news content,” in WSDM, 2013.
[21] J. Wang, K. Ding, L. Hong, H. Liu, and J. Caverlee, “Next-item recommendation
with sequential hypergraphs,” in SIGIR, 2020.
[22] T. Chen, S. Kornblith, M. Norouzi, and G. Hinton, “A simple framework for con-
trastive learning of visual representations,” in ICML, 2020.
[23] P. Veličković, W. Fedus, W. L. Hamilton, P. Liò, Y. Bengio, and R. D. Hjelm, “Deep
Graph Infomax,” in ICLR, 2019.
[24] Y. Zhu, Y. Xu, F. Yu, Q. Liu, S. Wu, and L. Wang, “Deep Graph Contrastive Rep-
resentation Learning,” in ICML Workshop on Graph Representation Learning and
Beyond, 2020.
[25] J. Qiu, Q. Chen, Y. Dong, J. Zhang, H. Yang, M. Ding, K. Wang, and J. Tang, “Gcc:
Graph contrastive coding for graph neural network pre-training,” in KDD, 2020.
[26] C. Xu, P. Zhao, Y. Liu, V. S. Sheng, J. Xu, F. Zhuang, J. Fang, and X. Zhou, “Graph
contextualized self-attention network for session-based recommendation,” in IJCAI,
2019.
[27] T. Chen and R. C.-W. Wong, “Session-based recommendation with local invariance,”
in ICDM, 2019.
[28] T. Wei, Y. You, T. Chen, Y. Shen, J. He, and Z. Wang, “Augmentations in hypergraph
contrastive learning: Fabricated and generative,” in NeurIPS, 2022.
[29] S. Thakoor, C. Tallec, M. G. Azar, M. Azabou, E. L. Dyer, R. Munos, P. Veličković,
and M. Valko, “Large-scale representation learning on graphs via bootstrapping,” in
ICLR, 2022.
[30] F. Wu, A. Souza, T. Zhang, C. Fifty, T. Yu, and K. Weinberger, “Simplifying graph
convolutional networks,” in ICML, 2019.
[31] A. Hyvärinen and U. Köster, “Complex cell pooling and the statistics of natural im-
ages,” Network: Computation in Neural Systems, vol. 18, no. 2, pp. 81–100, 2007.
[32] A. v. d. Oord, Y. Li, and O. Vinyals, “Representation learning with contrastive pre-
dictive coding,” arXiv preprint arXiv:1807.03748, 2018.
[33] M. Tschannen, J. Djolonga, P. K. Rubenstein, S. Gelly, and M. Lucic, “On mutual
information maximization for representation learning,” in ICLR, 2020.指導教授 蔡宗翰(Richard Tzong-Han Tsai) 審核日期 2024-1-25 推文 facebook plurk twitter funp google live udn HD myshare reddit netvibes friend youpush delicious baidu 網路書籤 Google bookmarks del.icio.us hemidemi myshare