← All stories
● Covered by 1 source · 1 reportLow impact1 neutral

Swiggy Develops Multi-Task MLP Model with 350+ Features for Customer Lifetime Value Prediction

🔄 Updated 2h ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • Swiggy created a pLTV model for new customers in food delivery and Instamart.
  • The model uses over 350 features available before a customer's first order.
  • A multi-task MLP with an auxiliary order count task reduced parameters by 63%.
  • Evaluation focuses on ranking customers by value rather than traditional regression metrics.

Predicting Customer Lifetime Value

Swiggy has implemented an in-house predicted lifetime value (pLTV) model to forecast the long-term value of new customers across its food delivery and Instamart quick commerce platforms. This model aims to generate a value signal before a customer's initial order, allowing Swiggy to optimize advertising bids using predicted value instead of short-term conversion metrics.

Feature Engineering and Cold Start Solution

The model incorporates more than 350 features, categorized by acquisition channel, device and fraud signals, geographic behavior, complaint history, Instamart category affinity, order behavior, payment patterns, and socioeconomic indicators. These features are derived from information available prior to a customer's first order, addressing the cold start problem for advertising systems.

Multi-Task Learning for Efficiency and Accuracy

Swiggy's model utilizes a multilayer perceptron with three shared hidden layers and task-specific heads for Food and Instamart. An auxiliary prediction task for order count was introduced alongside lifetime value. This four-head model achieved marginally better results while reducing the parameter count from 363,000 to 135,000, a 63% reduction.

Evaluation Methodology

Due to a high number of zero-value users and a long tail of customer value, Swiggy found conventional regression metrics like mean absolute error insufficient. Instead, the model's performance is evaluated by its ability to correctly rank customers by value. This involves dividing predicted and actual values into ten quantiles and measuring the alignment between predicted and actual customer groups.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~30 min · 24 stories · Sep 02

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

Swiggy has developed an in-house predicted lifetime value (pLTV) model to estimate the long-term value of new customers for its food delivery and Instamart services. This model uses over 350 features and a multi-task multilayer perceptron, which reduced model parameters by 63% while improving accuracy, enabling Swiggy to optimize advertising bids based on predicted customer value.