論文の概要: Contrastive Self-supervised Sequential Recommendation with Robust
Augmentation
- arxiv url: http://arxiv.org/abs/2108.06479v1
- Date: Sat, 14 Aug 2021 07:15:25 GMT
- ステータス: 処理完了
- システム内更新日: 2021-08-18 09:52:01.559005
- Title: Contrastive Self-supervised Sequential Recommendation with Robust
Augmentation
- Title(参考訳): ロバスト増強によるコントラスト型自己教師型シーケンスレコメンデーション
- Authors: Zhiwei Liu, Yongjun Chen, Jia Li, Philip S. Yu, Julian McAuley,
Caiming Xiong
- Abstract要約: Sequential Recommendation Describes a set of technique to model dynamic user behavior to order to predict future interaction in sequence user data。
データスパーシリティやノイズの多いデータなど、古くて新しい問題はまだ残っている。
逐次レコメンデーション(CoSeRec)のためのコントラスト型自己監督学習を提案する。
- 参考スコア(独自算出の注目度): 101.25762166231904
- License: http://creativecommons.org/licenses/by/4.0/
- Abstract: Sequential Recommendationdescribes a set of techniques to model dynamic user
behavior in order to predict future interactions in sequential user data. At
their core, such approaches model transition probabilities between items in a
sequence, whether through Markov chains, recurrent networks, or more recently,
Transformers. However both old and new issues remain, including data-sparsity
and noisy data; such issues can impair the performance, especially in complex,
parameter-hungry models. In this paper, we investigate the application of
contrastive Self-Supervised Learning (SSL) to the sequential recommendation, as
a way to alleviate some of these issues. Contrastive SSL constructs
augmentations from unlabelled instances, where agreements among positive pairs
are maximized. It is challenging to devise a contrastive SSL framework for a
sequential recommendation, due to its discrete nature, correlations among
items, and skewness of length distributions. To this end, we propose a novel
framework, Contrastive Self-supervised Learning for sequential Recommendation
(CoSeRec). We introduce two informative augmentation operators leveraging item
correlations to create high-quality views for contrastive learning.
Experimental results on three real-world datasets demonstrate the effectiveness
of the proposed method on improving model performance and the robustness
against sparse and noisy data. Our implementation is available online at
\url{https://github.com/YChen1993/CoSeRec}
- Abstract(参考訳): Sequential Recommendation Describes a set of technique to model dynamic user behavior to order to predict future interaction in sequence user data。
その核となるアプローチは、マルコフ連鎖、リカレントネットワーク、あるいは最近ではトランスフォーマーを介して、シーケンス内のアイテム間のモデル遷移確率である。
しかし、データスパーシリティやノイズの多いデータなど、古い問題と新しい問題の両方が残っており、特に複雑なパラメータハングリーモデルでは、そのような問題はパフォーマンスを損なう可能性がある。
本稿では、これらの問題を緩和する手段として、コントラッシブな自己監視学習(SSL)のシーケンシャルレコメンデーションへの適用について検討する。
対照的にSSLは、正のペア間の合意が最大化される非競合インスタンスからの拡張を構築する。
離散的な性質、項目間の相関、長さ分布の歪性から、逐次的な推奨のために対照的なsslフレームワークを開発するのは困難である。
この目的のために,コントラスト型自己指導型シーケンシャルレコメンデーション(CoSeRec)のための新しいフレームワークを提案する。
項目相関を利用した2つの情報拡張演算子を導入し、コントラスト学習のための高品質なビューを作成する。
実世界の3つのデータセットに対する実験結果から,提案手法がモデル性能の向上に有効であることを示す。
実装は \url{https://github.com/ychen1993/coserec} で利用可能です。
関連論文リスト
- Graph Masked Autoencoder for Sequential Recommendation [10.319298705782058]
本稿では,自動エンコーダ付きシーケンシャルレコメンダシステム(MAERec, Graph Masked AutoEncoder-enhanced Sequence Recommender System)を提案する。
提案手法は最先端のベースラインモデルを大幅に上回り,データノイズや空間性に対するより正確な表現を学習することができる。
論文 参考訳(メタデータ) (2023-05-08T10:57:56Z) - Conditional Denoising Diffusion for Sequential Recommendation [62.127862728308045]
GAN(Generative Adversarial Networks)とVAE(VAE)の2つの顕著な生成モデル
GANは不安定な最適化に苦しむ一方、VAEは後続の崩壊と過度に平らな世代である。
本稿では,シーケンスエンコーダ,クロスアテンティブデノナイジングデコーダ,ステップワイズディフューザを含む条件付きデノナイジング拡散モデルを提案する。
論文 参考訳(メタデータ) (2023-04-22T15:32:59Z) - GUESR: A Global Unsupervised Data-Enhancement with Bucket-Cluster
Sampling for Sequential Recommendation [58.6450834556133]
本研究では,グローバルな視点から複雑な関連性を持つ項目表現を強化するために,グラフコントラスト学習を提案する。
本稿では,CapsNetモジュールを拡張したターゲットアテンション機構により,ユーザの動的嗜好を導出する。
提案したGUESRは,大幅な改善を達成できただけでなく,汎用的な拡張戦略ともみなすことができた。
論文 参考訳(メタデータ) (2023-03-01T05:46:36Z) - Improving Contrastive Learning with Model Augmentation [123.05700988581806]
このシーケンシャルレコメンデーションは,ユーザ行動における次の項目を予測することを目的としている。
シーケンスにおけるデータの分散性やノイズの問題から,新たな自己教師付き学習(SSL)パラダイムが提案され,性能が向上した。
論文 参考訳(メタデータ) (2022-03-25T06:12:58Z) - Sequential Recommendation via Stochastic Self-Attention [68.52192964559829]
Transformerベースのアプローチでは、アイテムをベクトルとして埋め込んで、ドット積の自己アテンションを使用してアイテム間の関係を測定する。
本稿では,これらの問題を克服するための新しいtextbfStochastic textbfSelf-textbfAttention (STOSA) を提案する。
我々は、アイテムと項目の位置関係を列で特徴づける新しいワッサースタイン自己保持モジュールを考案した。
論文 参考訳(メタデータ) (2022-01-16T12:38:45Z) - Adversarial and Contrastive Variational Autoencoder for Sequential
Recommendation [25.37244686572865]
本稿では、逐次レコメンデーションのためのAdversarial and Contrastive Variational Autoencoder (ACVAE) と呼ばれる新しい手法を提案する。
まず,本モデルが高品質な潜在変数を生成することを可能にするadversarial variational bayesフレームワークの下で,シーケンス生成のためのadversarial trainingを導入する。
さらに、シーケンスをエンコードする場合、シーケンス内のグローバルおよびローカルの関係をキャプチャするために、繰り返しおよび畳み込み構造を適用します。
論文 参考訳(メタデータ) (2021-03-19T09:01:14Z) - S^3-Rec: Self-Supervised Learning for Sequential Recommendation with
Mutual Information Maximization [104.87483578308526]
本稿では,シーケンスレコメンデーションのための自己改善学習のためのモデルS3-Recを提案する。
そこで本稿では,属性,項目,サブシーケンス,シーケンス間の相関関係を学習するために,4つの補助的自己教師対象を考案する。
6つの実世界のデータセットで実施された大規模な実験は、既存の最先端手法よりも提案手法が優れていることを示す。
論文 参考訳(メタデータ) (2020-08-18T11:44:10Z)
関連論文リストは本サイト内にある論文のタイトル・アブストラクトから自動的に作成しています。
指定された論文の情報です。
本サイトの運営者は本サイト(すべての情報・翻訳含む)の品質を保証せず、本サイト(すべての情報・翻訳含む)を使用して発生したあらゆる結果について一切の責任を負いません。