Deep Position-wise Interaction Network for CTR Prediction

The Meituan team introduces DPIN, a three‑module deep network that jointly models ads and their positions to mitigate position bias in CTR prediction, achieving up to 2.98% AUC improvement, 2.25% higher CTR and 2.15% RPM gains while keeping latency modest, and is applicable to broader ranking tasks.

Meituan Technology Team
Meituan Technology Team
Meituan Technology Team
Deep Position-wise Interaction Network for CTR Prediction

The Meituan advertising team extends its previous work on bias mitigation by focusing on position bias in click‑through‑rate (CTR) prediction. Building on the framework presented in their KDD Cup 2020 paper, they propose a novel Deep Position-wise Interaction Network (DPIN) that jointly models ads and positions.

Model Architecture

DPIN consists of three modules:

Base Module : an embedding‑MLP pipeline that encodes user, context, and candidate‑ad features.

Deep Position-wise Interaction Module : extracts position‑specific behavior sequences, aggregates them with attention, applies a non‑linear fully‑connected layer, and further refines the representations with a stack of Transformer blocks.

Position-wise Combination Module : combines the ad representation from the Base Module with the position representation from the interaction module via a non‑linear layer to produce a position‑aware CTR estimate.

The overall loss is binary cross‑entropy, and training uses real position labels.

Experiments

Offline evaluations on billions of Meituan search‑keyword ad impressions (both regular traffic and random‑exploration traffic) show that DPIN improves AUC by up to 2.98% and introduces a new metric, PAUC (Position‑wise AUC), which better reflects bias‑corrected ranking quality. Service‑side latency grows only modestly with candidate‑ad count because the heavy sequence modeling is confined to the position‑wise module.

Online A/B tests confirm the gains: DPIN raises CTR by 2.25% and RPM (revenue per mille) by 2.15% compared with the production baseline.

Conclusion

DPIN effectively mitigates position bias while maintaining high service performance, and its design—deep non‑linear interaction among position, context, and user—can be extended to other combinatorial ranking problems in advertising.

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 learningDeep LearningCTR predictionposition biasDPIN
Meituan Technology Team
Written by

Meituan Technology Team

Over 10,000 engineers powering China’s leading lifestyle services e‑commerce platform. Supporting hundreds of millions of consumers, millions of merchants across 2,000+ industries. This is the public channel for the tech teams behind Meituan, Dianping, Meituan Waimai, Meituan Select, and related services.

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.