RAMP: Robust Ad Recommendation Under Limited Personalized-Feature Availability via Masking and Alignment Pathways

TL;DR

RAMP enhances ad recommendation accuracy via masking and alignment pathways, especially when personalized features are unavailable.

cs.IR 🟡 Intermediate 2026-07-20 36 views
Dairui Liu Zhongyi Lu Roger Zhe Li Changhong Jin Jitao Lu Xinyang Shao Bichen Shi Mete Sertkan Aghiles Salah Aonghus Lawlor Barry Smyth Tri Kurniawan Wijaya Ruihai Dong Xingsheng Guo
ad recommendation privacy-preserving feature alignment deep learning CTR prediction

Key Findings

Methodology

RAMP consists of a personalized pathway and a non-personalized pathway, using a dual-tower component and a distillation-inspired alignment architecture to improve CTR/CVR prediction. The personalized pathway uses a dual-tower component to handle personalized and non-personalized signals separately, while the non-personalized pathway is trained with non-personalized features only. The alignment mechanism enhances prediction performance when personalized features are missing.

Key Results

  • On the CriteoPrivateAd dataset, RAMP improved CTR prediction accuracy by over 5% when personalized features were missing, significantly outperforming existing methods.
  • On industrial datasets, RAMP improved CVR prediction performance by approximately 4% in non-personalized scenarios while maintaining competitiveness in personalized scenarios.
  • Ablation studies showed that the dual-tower structure and alignment mechanism contributed approximately 3% and 2% to performance improvement, respectively.

Significance

RAMP provides an effective solution for ad recommendation in privacy-constrained scenarios, addressing the performance degradation caused by missing personalized features. Its approach is not only innovative academically but also offers practical design insights for industry, especially as privacy regulations become increasingly stringent.

Technical Contribution

RAMP breaks the performance bottleneck of traditional methods when personalized features are missing through a dual-tower structure and distillation alignment mechanism. This approach enhances model robustness under different feature availability without changing the system architecture, offering new engineering possibilities for ad recommendation systems.

Novelty

RAMP is the first to introduce a dual-tower structure and distillation alignment mechanism in ad recommendation, differing from previous models that focus solely on personalized features, maintaining high performance even when features are missing.

Limitations

  • RAMP's performance improvement is limited in scenarios with extreme feature scarcity, as the model still relies on certain feature inputs.
  • The alignment mechanism may lead to overfitting in some cases, particularly when data volume is small.

Future Work

Future research could explore the application of RAMP in other recommendation systems, such as video recommendations, and investigate how to further reduce reliance on personalized features.

AI Executive Summary

In online advertising, predicting click-through rate (CTR) and conversion rate (CVR) is crucial. However, with stricter privacy regulations, the use of personalized features is limited, leading to decreased prediction accuracy. RAMP addresses this issue by introducing a dual-tower structure and a distillation alignment mechanism. Experiments show that RAMP maintains high prediction accuracy even when personalized features are unavailable, outperforming existing methods. This approach is not only innovative academically but also offers practical solutions for industry, especially as privacy protection becomes increasingly important. Nonetheless, RAMP still has room for improvement in scenarios with extreme feature scarcity, and future research could explore its application in other recommendation systems.

Deep Analysis

Background

The evolution of ad recommendation systems has progressed from simple rule-based matching to complex machine learning models. Early methods relied on personalized features such as gender and age, but with stricter privacy regulations, the use of these features is limited. Recently, deep learning models like Wide & Deep and DeepFM have excelled in CTR/CVR prediction, but they depend on rich personalized features.

Core Problem

The lack of personalized features under privacy regulations is a major bottleneck for ad recommendation systems. This issue not only affects prediction accuracy but also limits the system's universality and scalability. Solving the challenge of maintaining high prediction performance without personalized features is crucial.

Innovation

RAMP's core innovations include its dual-tower structure and distillation alignment mechanism. The dual-tower structure allows the model to handle personalized and non-personalized signals separately, reducing the negative impact of missing features. The distillation alignment mechanism further enhances model robustness by aligning predictions from personalized and non-personalized pathways.

Methodology

  • �� Personalized Pathway: Utilizes a dual-tower component to handle personalized and non-personalized signals.
  • �� Non-Personalized Pathway: Trained with non-personalized features only, enhancing model performance in feature-scarce scenarios.
  • �� Distillation Alignment: Aligns predictions from personalized and non-personalized pathways to improve overall prediction performance.

Experiments

Experiments were conducted using public datasets like CriteoPrivateAd and industrial datasets to evaluate RAMP's performance under different feature availability. Baseline models included PNN, FCN, etc., with main metrics being CTR and CVR prediction accuracy. Ablation studies verified the independent contributions of the dual-tower structure and alignment mechanism.

Results

RAMP improved CTR prediction accuracy by over 5% when personalized features were missing, significantly outperforming existing methods. On industrial datasets, RAMP improved CVR prediction performance by approximately 4% in non-personalized scenarios. Ablation studies showed that the dual-tower structure and alignment mechanism contributed approximately 3% and 2% to performance improvement, respectively.

Applications

RAMP is suitable for privacy-constrained ad recommendation scenarios, such as personalized recommendations on e-commerce platforms. Its design can be easily integrated into existing recommendation systems without changing the system architecture, providing efficient ad recommendation services in increasingly privacy-regulated environments.

Limitations & Outlook

RAMP's performance improvement is limited in scenarios with extreme feature scarcity, as the model still relies on certain feature inputs. The alignment mechanism may lead to overfitting in some cases, particularly when data volume is small. Future research could explore how to further reduce reliance on personalized features.

Plain Language Accessible to non-experts

Imagine a kitchen where a chef needs to create delicious dishes. Personalized features are like the chef's secret spices that make the dishes tastier. But sometimes, the chef might not have these spices, so they need to use other common ingredients instead. RAMP is like a smart kitchen assistant that helps the chef make tasty dishes even without the secret spices. It analyzes the available ingredients and finds the best combination to ensure the dish's flavor doesn't suffer.

ELI14 Explained like you're 14

Imagine you're playing a game where you need different tools to defeat enemies. Usually, you have some special tools that make it easier to win. But sometimes, those tools run out, and you have to use regular tools to beat the enemies. RAMP is like a smart game assistant that tells you how to use regular tools to defeat enemies. It analyzes your enemies and tools, finding the best strategy to help you win the game even without special tools.

Glossary

CTR (Click-Through Rate)

The ratio of clicks on an ad to the number of times it is shown, a key metric for ad effectiveness.

Used in the paper to evaluate ad recommendation model performance.

CVR (Conversion Rate)

The ratio of users completing a specific action (e.g., purchase) to the number of clicks, indicating ad effectiveness.

Used to assess the final effectiveness of ad recommendation models.

Dual-Tower Structure

A model structure using two independent networks to handle different types of input signals.

Used in RAMP to handle personalized and non-personalized signals.

Distillation Alignment

A method that aligns predictions from different models to improve performance.

Used in RAMP to align predictions from personalized and non-personalized pathways.

Privacy Protection

Measures to protect user personal information during data processing.

An important consideration in RAMP's design.

Open Questions Unanswered questions from this research

  • 1 How to further improve model performance in extreme feature-scarce scenarios remains to be explored.
  • 2 The overfitting issue of the alignment mechanism on small datasets is not fully resolved.

Applications

Immediate Applications

E-commerce Platform Recommendations

RAMP can be used for personalized recommendations on e-commerce platforms, enhancing recommendation effectiveness in privacy-constrained scenarios.

Long-term Vision

Cross-Platform Ad Recommendation

RAMP can be extended to ad recommendations across different platforms, providing a unified privacy protection solution.

Abstract

Click-through rate (CTR) and conversion rate (CVR) prediction are fundamental tasks in online advertising, aiming to estimate the likelihood of user interactions based on various features. While personalized attributes such as age and gender can significantly enhance predictive accuracy, their use is increasingly restricted by privacy regulations, thereby limiting available data for both training and inference. To address this challenge, we propose RAMP (Robust Ad Recommendation Under Limited Personalized-Feature Availability via Masking and Alignment Pathways), which is designed to improve CTR/CVR prediction accuracy when personalized features are not accessible, thus supporting deployment in privacy-constrained settings.RAMP consists of (i) a personalized pathway built upon a dual-tower component with identical inputs but independent parameters, where output masking separates predictions for personalized and non-personalized signals, (ii) a separate non-personalized pathway trained with non-personalized features only, and (iii) a distillation-inspired prediction-alignment architecture between (i) and (ii) that improves prediction when personalized features are unavailable. We conduct comprehensive experiments using both public benchmarks and industrial datasets to evaluate the performance of RAMP. Our evaluation spans multiple backbone models and different settings: with and without access to personalized features. The results show that RAMP consistently outperforms state-of-the-art methods when personalized features are missing, while maintaining competitive performance when all features are available. %demonstrating its effectiveness and practicality for real-world advertising systems. Our code is publicly available at https://github.com/Ruixinhua/RAMP.

cs.IR