paper-with-me

Papers

Meta-optimized Joint Generative and Contrastive Learning for Sequential Recommendation

2023-10-21 · Yongjing Hao, Pengpeng Zhao, Junhua Fang, Jianfeng Qu, Guanfeng Liu, Fuzhen Zhuang, Victor S. Sheng, Xiaofang Zhou

Sequential Recommendation (SR) has received increasing attention due to its ability to capture user dynamic preferences. Recently, Contrastive Learning (CL) provides an effective approach for sequential recommendation by learning invariance from different views of an input. However, most existing data or model augmentation methods may destroy semantic sequential interaction characteristics and often rely on the hand-crafted property of their contrastive view-generation strategies. In this paper, we propose a Meta-optimized Seq2Seq Generator and Contrastive Learning (Meta-SGCL) for sequential recommendation, which applies the meta-optimized two-step training strategy to adaptive generate contrastive views. Specifically, Meta-SGCL first introduces a simple yet effective augmentation method called Sequence-to-Sequence (Seq2Seq) generator, which treats the Variational AutoEncoders (VAE) as the view generator and can constitute contrastive views while preserving the original sequence's semantics. Next, the model employs a meta-optimized two-step training strategy, which aims to adaptively generate contrastive views without relying on manually designed view-generation techniques. Finally, we evaluate our proposed method Meta-SGCL using three public real-world datasets. Compared with the state-of-the-art methods, our experimental results demonstrate the effectiveness of our model and the code is available.

📄 PDF Abstract BibTeX arXiv:2310.13925

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningSequential Recommendation

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Contrastive Learning 설명 없음
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Meta-optimized Contrastive Learning for Sequential Recommendation

2023-04-16 · Xiuyuan Qin, Huanhuan Yuan, Pengpeng Zhao, Junhua Fang 외

Contrastive Learning (CL) performances as a rising approach to address the challenge of sparse and noisy recommendation data. Although having achieved promising results, most existing CL methods only perform either hand-…

Contrastive LearningData AugmentationMeta-LearningSequential Recommendation

Contrastive Conditional Neural Processes

2022-03-08 · CVPR 2022 1 · Zesheng Ye, Lina Yao

Conditional Neural Processes~(CNPs) bridge neural networks with probabilistic inference to approximate functions of Stochastic Processes under meta-learning settings. Given a batch of non-{\it i.i.d} function instantiati…

Contrastive LearningMeta-LearningTime SeriesTime Series Analysis

Global optimization of dielectric metasurfaces using a physics-driven neural network

2019-05-13 · Jiaqi Jiang, Jonathan A. Fan

We present a global optimizer, based on a conditional generative neural network, which can output ensembles of highly efficient topology-optimized metasurfaces operating across a range of parameters. A key feature of the…

global-optimization

Integrating Textual Embeddings from Contrastive Learning with Generative Recommender for Enhanced Personalization

2025-04-13 · Yijun Liu

Recent advances in recommender systems have highlighted the complementary strengths of generative modeling and pretrained language models. We propose a hybrid framework that augments the Hierarchical Sequential Transduct…

Contrastive LearningRecommendation Systems

Information-Aware Time Series Meta-Contrastive Learning

2021-09-29 · Dongsheng Luo, Wei Cheng, Yingheng Wang, Dongkuan Xu 외

Various contrastive learning approaches have been proposed in recent years and achieve significant empirical success. While effective and prevalent, contrastive learning has been less explored for time series data. A key…

Contrastive LearningMeta-LearningOpen-Ended Question AnsweringRepresentation Learning+2