IRLGMLApr 2, 2019

Operation-aware Neural Networks for User Response Prediction

arXiv:1904.12579v182 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving prediction accuracy in online advertising and recommendation systems, which is incremental by building on existing methods for feature interaction learning.

The paper tackled the problem of learning feature interactions for user response prediction in online advertising and recommendation systems by proposing Operation-aware Neural Networks (ONN), which learns different representations for different operations, and demonstrated that ONN consistently outperforms state-of-the-art models on two large-scale real-world datasets.

User response prediction makes a crucial contribution to the rapid development of online advertising system and recommendation system. The importance of learning feature interactions has been emphasized by many works. Many deep models are proposed to automatically learn high-order feature interactions. Since most features in advertising system and recommendation system are high-dimensional sparse features, deep models usually learn a low-dimensional distributed representation for each feature in the bottom layer. Besides traditional fully-connected architectures, some new operations, such as convolutional operations and product operations, are proposed to learn feature interactions better. In these models, the representation is shared among different operations. However, the best representation for different operations may be different. In this paper, we propose a new neural model named Operation-aware Neural Networks (ONN) which learns different representations for different operations. Our experimental results on two large-scale real-world ad click/conversion datasets demonstrate that ONN consistently outperforms the state-of-the-art models in both offline-training environment and online-training environment.

Code Implementations4 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes