paper-with-me

Papers

Federated Cross-Domain Click-Through Rate Prediction With Large Language Model Augmentation

2025-03-21 · Jiangcheng Qin, Xueyuan Zhang, Baisong Liu, Jiangbo Qian, Yangyang Wang

Accurately predicting click-through rates (CTR) under stringent privacy constraints poses profound challenges, particularly when user-item interactions are sparse and fragmented across domains. Conventional cross-domain CTR (CCTR) methods frequently assume homogeneous feature spaces and rely on centralized data sharing, neglecting complex inter-domain discrepancies and the subtle trade-offs imposed by privacy-preserving protocols. Here, we present Federated Cross-Domain CTR Prediction with Large Language Model Augmentation (FedCCTR-LM), a federated framework engineered to address these limitations by synchronizing data augmentation, representation disentanglement, and adaptive privacy protection. Our approach integrates three core innovations. First, the Privacy-Preserving Augmentation Network (PrivAugNet) employs large language models to enrich user and item representations and expand interaction sequences, mitigating data sparsity and feature incompleteness. Second, the Independent Domain-Specific Transformer with Contrastive Learning (IDST-CL) module disentangles domain-specific and shared user preferences, employing intra-domain representation alignment (IDRA) and crossdomain representation disentanglement (CDRD) to refine the learned embeddings and enhance knowledge transfer across domains. Finally, the Adaptive Local Differential Privacy (AdaLDP) mechanism dynamically calibrates noise injection to achieve an optimal balance between rigorous privacy guarantees and predictive accuracy. Empirical evaluations on four real-world datasets demonstrate that FedCCTR-LM substantially outperforms existing baselines, offering robust, privacy-preserving, and generalizable cross-domain CTR prediction in heterogeneous, federated environments.

📄 PDF Abstract BibTeX arXiv:2503.16875

Code (0)

등록된 구현이 없습니다.

Tasks

Click-Through Rate PredictionContrastive LearningData AugmentationDisentanglementLanguage ModelingLanguage ModellingLarge Language ModelPrivacy PreservingTransfer Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Contrastive Learning 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Residual Connection 설명 없음
Adam 설명 없음

Similar Papers 제목 키워드 기반

Federated Hierarchical Hybrid Networks for Clickbait Detection

2019-06-03 · Feng Liao, Hankz Hankui Zhuo, Xiaoling Huang, Yu Zhang

Online media outlets adopt clickbait techniques to lure readers to click on articles in a bid to expand their reach and subsequently increase revenue through ad monetization. As the adverse effects of clickbait attract m…

ArticlesClickbait Detection

FedUD: Exploiting Unaligned Data for Cross-Platform Federated Click-Through Rate Prediction

2024-07-26 · Wentao Ouyang, Rui Dong, Ri Tao, Xiangzheng Liu

Click-through rate (CTR) prediction plays an important role in online advertising platforms. Most existing methods use data from the advertising platform itself for CTR prediction. As user behaviors also exist on many ot…

Click-Through Rate PredictionFederated LearningKnowledge DistillationPrediction+2

Effective and secure federated online learning to rank

2024-12-26 · Shuyi Wang

Online Learning to Rank (OLTR) optimises ranking models using implicit user feedback, such as clicks. Unlike traditional Learning to Rank (LTR) methods that rely on a static set of training data with relevance judgements…

Federated LearningLearning-To-Rank

Is Non-IID Data a Threat in Federated Online Learning to Rank?

2022-04-20 · Shuyi Wang, Guido Zuccon

In this perspective paper we study the effect of non independent and identically distributed (non-IID) data on federated online learning to rank (FOLTR) and chart directions for future work in this new and largely unexpl…

Federated LearningInformation RetrievalLearning-To-RankRetrieval

Online Meta-Learning for Model Update Aggregation in Federated Learning for Click-Through Rate Prediction

2022-08-30 · Xianghang Liu, Bartłomiej Twardowski, Tri Kurniawan Wijaya

In Federated Learning (FL) of click-through rate (CTR) prediction, users' data is not shared for privacy protection. The learning is performed by training locally on client devices and communicating only model changes to…

Click-Through Rate PredictionFederated LearningMeta-Learning