NetEase Cloud Music Advertising System: Algorithm Practice and Model Evolution

This article presents a comprehensive overview of NetEase Cloud Music's advertising system, detailing its architecture, core challenges, CTR and CVR prediction models, feature engineering, model evolution from LR to deep learning, user vector modeling, and practical recommendations for improving ad performance.

DataFunTalk
DataFunTalk
DataFunTalk
NetEase Cloud Music Advertising System: Algorithm Practice and Model Evolution

The presentation introduces NetEase Cloud Music's advertising system, highlighting its massive MAU (>100M), dispersed ad slots, and weak recommendation nature, which creates a core problem of balancing advertiser ROI with media revenue.

Core Challenges : Advertisers seek precise targeting and low cost, while media aim for higher click‑through rates and revenue through auction mechanisms.

Economic Models : Comparison of GFP (generalized first‑price) and GSP (generalized second‑price) auctions, emphasizing the need for machine‑learning‑driven CTR estimation to achieve optimal ROI.

CTR Prediction :

Problem: Predict click probability to guide bidding.

Data: Positive samples are clicked impressions; negatives are non‑clicked.

Model history: LR → FM/GBDT → DNN variants (Wide&Deep, DeepFM, DCN, DCN+Wide+Attention).

Key improvements: sample selection, handling imbalance, feature crossing, activation‑function change (ReLU → PReLU), learning‑rate decay, large batch size.

CVR Prediction :

Multi‑objective optimization (oCPC) balances conversion rate with cost.

Unified vs. separate modeling of CTR and CVR; calibration using bucketed PCVR.

User Vector Modeling :

Cold‑start for new ads addressed via Lookalike expansion of seed users.

Methods: manual tags, binary classification, clustering, collaborative filtering, and recent dual‑tower (DSSM) models.

Dual‑tower architecture learns separate user and ad embeddings; cosine similarity measures relevance.

Similarity scoring uses clustering of seed vectors, weighting by historical CTR, and max‑weighted cosine similarity.

Practical Recommendations :

Focus on business‑specific data characteristics when optimizing models.

Ensure data reflects true user intent.

Maintain communication with peers to broaden perspective.

Overall, the talk emphasizes that human behavior is highly predictable (≈93%) and that algorithmic improvements should respect both individual stability and collective patterns.

Cover Image
Cover Image
Slide Image
Slide Image
Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

Advertisingmachine learningrecommendationDeep LearningCTR predictionuser modelingNetEase Cloud Music
DataFunTalk
Written by

DataFunTalk

Dedicated to sharing and discussing big data and AI technology applications, aiming to empower a million data scientists. Regularly hosts live tech talks and curates articles on big data, recommendation/search algorithms, advertising algorithms, NLP, intelligent risk control, autonomous driving, and machine learning/deep learning.

0 followers
Reader feedback

How this landed with the community

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.