Artificial Intelligence 12 min read

ADSNet: Cross-Domain LTV Prediction with an Adaptive Siamese Network in Advertising

ADSNet introduces an adaptive Siamese network for cross‑domain lifetime value (LTV) prediction in advertising, leveraging external channel data to mitigate sample sparsity, employing gain‑based sample selection, domain adaptation, and ordinal classification to improve pLTV accuracy and address negative transfer.

Tencent Advertising Technology
Tencent Advertising Technology
Tencent Advertising Technology
ADSNet: Cross-Domain LTV Prediction with an Adaptive Siamese Network in Advertising

At KDD 2024, the Tencent Advertising Technology team presented a paper titled "ADSNet: Cross-Domain LTV Prediction with an Adaptive Siamese Network in Advertising" addressing the challenge of sparse paid conversion data in ad systems and the need for personalized user value estimation to align bidding with advertiser ROI goals.

The authors define user Lifetime Value (LTV) as the revenue contributed by a user over a period and formulate the pLTV prediction task as estimating LTV for a given pair. They highlight the difficulty caused by sparse conversion data and the negative transfer that can arise when simply aggregating multi‑domain data.

To overcome these issues, the paper proposes (1) expanding the paid sample pool by incorporating external‑channel data and (2) a novel Adaptive Difference Siamese Network (ADSNet) that evaluates information gain to reject noisy samples and improve cross‑domain transfer.

ADSNet consists of three parts: a pseudo‑siamese network that measures gain between source and target domains, a gain‑measurement strategy that quantifies the benefit of external samples, and a domain‑adaptation module that bridges distribution gaps at both embedding and tower levels using knowledge distillation.

The backbone model is an ordinal‑classification‑based multi‑expert network with an encoder, MoE expert layer, and a tower that jointly predicts payment probability and multi‑granular payment amount, handling the long‑tail and multi‑modal nature of LTV distribution.

During inference, the final pLTV is computed by combining the predicted payment probability with the weighted average LTV of each ordinal segment, using binary cross‑entropy losses for both probability and amount predictions.

Training objectives combine losses from the gain network, the original network, and the domain‑adaptation network, with an iterative alignment strategy that first warms up on internal data and then jointly trains with external data while periodically syncing parameters.

Extensive offline experiments and online A/B tests demonstrate that ADSNet outperforms several SOTA LTV models, especially when external data is used, mitigating negative transfer and significantly improving performance on long‑tail samples (up to 15.2% GINI gain).

Ablation studies confirm the effectiveness of each ADSNet component, and visualizations show the model progressively learning to reject negative‑gain samples during training.

The paper concludes that leveraging external‑channel data together with the adaptive siamese architecture effectively addresses data sparsity and cross‑domain challenges in advertising LTV prediction.

References include recent works on large‑scale LTV prediction, multi‑task learning, cross‑domain recommendation, and related machine‑learning techniques.

advertisingmachine learningdomain adaptationadaptive siamese networkcross-domain transferLTV prediction
Tencent Advertising Technology
Written by

Tencent Advertising Technology

Official hub of Tencent Advertising Technology, sharing the team's latest cutting-edge achievements and advertising technology applications.

0 followers
Reader feedback

How this landed with the community

login Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.