paper-with-me

Papers

Recommendation System in Advertising and Streaming Media: Unsupervised Data Enhancement Sequence Suggestions

2025-03-23 · Kowei Shih, Yi Han, Li Tan

Sequential recommendation is an extensively explored approach to capturing users' evolving preferences based on past interactions, aimed at predicting their next likely choice. Despite significant advancements in this domain, including methods based on RNNs and self-attention, challenges like limited supervised signals and noisy data caused by unintentional clicks persist. To address these challenges, some studies have incorporated unsupervised learning by leveraging local item contexts within individual sequences. However, these methods often overlook the intricate associations between items across multiple sequences and are susceptible to noise in item co-occurrence patterns. In this context, we introduce a novel framework, Global Unsupervised Data-Augmentation (UDA4SR), which adopts a graph contrastive learning perspective to generate more robust item embeddings for sequential recommendation. Our approach begins by integrating Generative Adversarial Networks (GANs) for data augmentation, which serves as the first step to enhance the diversity and richness of the training data. Then, we build a Global Item Relationship Graph (GIG) based on all user interaction sequences. Subsequently, we employ graph contrastive learning on the refined graph to enhance item embeddings by capturing complex global associations. To model users' dynamic and diverse interests more effectively, we enhance the CapsNet module with a novel target-attention mechanism. Extensive experiments show that UDA4SR significantly outperforms state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:2504.08740

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningData AugmentationSequential Recommendation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
CapsNet Capsule Network is a machine learning system that is a type of artificial neural network that can be used to better model hierarchical relationships. The approach is an…

Similar Papers 제목 키워드 기반

Unreliable Multi-Armed Bandits: A Novel Approach to Recommendation Systems

2019-11-14 · Aditya Narayan Ravi, Pranav Poduval, Dr. Sharayu Moharir

We use a novel modification of Multi-Armed Bandits to create a new model for recommendation systems. We model the recommendation system as a bandit seeking to maximize reward by pulling on arms with unknown rewards. The …

Multi-Armed BanditsRecommendation Systems

Lightweight representation learning for efficient and scalable recommendation

2021-01-04 · Olivier Koch, Amine Benhalloum, Guillaume Genthial, Denis Kuzin 외

Over the past decades, recommendation has become a critical component of many online services such as media streaming and e-commerce. Recent advances in algorithms, evaluation methods and datasets have led to continuous …

DecoderRecommendation SystemsRepresentation Learning

Personality-Driven Social Multimedia Content Recommendation

2022-07-25 · Qi Yang, Sergey Nikolenko, Alfred Huang, Aleksandr Farseev

Social media marketing plays a vital role in promoting brand and product values to wide audiences. In order to boost their advertising revenues, global media buying platforms such as Facebook Ads constantly reduce the re…

MarketingRecommendation Systems

Jointly Learning to Recommend and Advertise

2020-02-28 · Xiangyu Zhao, Xudong Zheng, Xiwang Yang, Xiaobing Liu 외

Online recommendation and advertising are two major income channels for online recommendation platforms (e.g. e-commerce and news feed site). However, most platforms optimize recommending and advertising strategies by di…

Reinforcement Learning

External Large Foundation Model: How to Efficiently Serve Trillions of Parameters for Online Ads Recommendation

2025-02-20 · Mingfu Liang, Xi Liu, Rong Jin, Boyang Liu 외

Ads recommendation is a prominent service of online advertising systems and has been actively studied. Recent studies indicate that scaling-up and advanced design of the recommendation model can bring significant perform…

Data Augmentation