Weighted Multi-Level Feature Factorization for App ads CTR and installation prediction
Juan Manuel Rodriguez, Antonela Tommasel

TL;DR
This paper introduces Weighted Multi-Level Feature Factorization, a neural network approach for predicting app ad click-through and installation probabilities, emphasizing feature interactions and task-specific modeling to improve deep funnel optimization while respecting user privacy.
Contribution
The paper presents a novel neural network model that separately models click and install probabilities using shared and task-specific features, enhancing prediction accuracy in app ad campaigns.
Findings
Achieved 11th place in ACM RecSys Challenge 2023
Demonstrated effectiveness of multi-level feature interaction modeling
Released source code for reproducibility
Abstract
This paper provides an overview of the approach we used as team ISISTANITOS for the ACM RecSys Challenge 2023. The competition was organized by ShareChat, and involved predicting the probability of a user clicking an app ad and/or installing an app, to improve deep funnel optimization and a special focus on user privacy. Our proposed method inferring the probabilities of clicking and installing as two different, but related tasks. Hence, the model engineers a specific set of features for each task and a set of shared features. Our model is called Weighted Multi-Level Feature Factorization because it considers the interaction of different order features, where the order is associated to the depth in a neural network. The prediction for a given task is generated by combining the task specific and shared features on the different levels. Our submission achieved the 11 rank and overall…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Green IT and Sustainability · Human Mobility and Location-Based Analysis
MethodsFocus
