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.
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.
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.
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 →
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.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
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.