Deep Learning Model Applications and Optimizations for Recommendation Ranking at Meituan

The paper describes how Meituan tackles information overload on its lifestyle platform by training multi‑task deep neural networks on billions of interaction logs using a distributed PS‑Lite framework, employing sophisticated feature engineering, missing‑value imputation, KL‑regularization and Neural Factorization Machines to boost offline AUC and online CTR in the “Guess You Like” recommendation feed, while introducing training‑time optimizations and outlining future multi‑task and contextual enhancements.

Meituan Technology Team
Meituan Technology Team
Meituan Technology Team
Deep Learning Model Applications and Optimizations for Recommendation Ranking at Meituan

This article introduces the use of deep learning models for solving information overload and uncovering user demand in Meituan's extensive lifestyle e‑commerce platform, particularly in the "Guess You Like" recommendation scenario.

Meituan collects billions of daily user‑item interaction logs, providing massive training samples. To handle this scale, a distributed training framework (PS‑Lite) is employed to train Multi‑task DNN models.

Feature engineering covers user, item, context, and behavior features. Continuous features are processed with equal‑frequency (quantile) binning to achieve near‑uniform distributions, and low‑frequency sparse features are filtered out.

The Multi‑task DNN shares early layers between click‑through‑rate (CTR) and order‑conversion (CVR) tasks, with separate heads for each. Additional layers include a Missing Value Layer that learns adaptive imputations for absent continuous features, and a KL‑divergence bound that enforces consistency between predicted CTR × CVR and the observed order probability.

Further model enhancements incorporate Neural Factorization Machines (NFM) for low‑order feature interactions and various user‑interest vector constructions (average, max, weighted pooling with attention). Experiments show faster convergence with NFM but limited AUC gain.

Training efficiency is improved by serializing pre‑computed metadata to reduce parsing overhead and by introducing a worker‑interrupt mechanism that skips lagging workers after most have finished an epoch, thus shortening overall training time.

Offline evaluations demonstrate significant AUC improvements over baseline XGBoost, and online A/B tests report notable CTR lifts after deploying the Multi‑task DNN in the "Guess You Like" feed.

The authors conclude with future directions: deeper business rule integration via multi‑task objectives, richer context feature exploration, and continued network architecture innovation.

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.

feature engineeringDeep Learningmulti-task learningRecommendation Systems
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.