English

Hierarchical Structured Neural Network: Efficient Retrieval Scaling for Large Scale Recommendation

Information Retrieval 2025-01-10 v3 Artificial Intelligence

Abstract

Retrieval, the initial stage of a recommendation system, is tasked with down-selecting items from a pool of tens of millions of candidates to a few thousands. Embedding Based Retrieval (EBR) has been a typical choice for this problem, addressing the computational demands of deep neural networks across vast item corpora. EBR utilizes Two Tower or Siamese Networks to learn representations for users and items, and employ Approximate Nearest Neighbor (ANN) search to efficiently retrieve relevant items. Despite its popularity in industry, EBR faces limitations. The Two Tower architecture, relying on a single dot product interaction, struggles to capture complex data distributions due to limited capability in learning expressive interactions between users and items. Additionally, ANN index building and representation learning for user and item are often separate, leading to inconsistencies exacerbated by representation (e.g. continuous online training) and item drift (e.g. items expired and new items added). In this paper, we introduce the Hierarchical Structured Neural Network (HSNN), an efficient deep neural network model to learn intricate user and item interactions beyond the commonly used dot product in retrieval tasks, achieving sublinear computational costs relative to corpus size. A Modular Neural Network (MoNN) is designed to maintain high expressiveness for interaction learning while ensuring efficiency. A mixture of MoNNs operate on a hierarchical item index to achieve extensive computation sharing, enabling it to scale up to large corpus size. MoNN and the hierarchical index are jointly learnt to continuously adapt to distribution shifts in both user interests and item distributions. HSNN achieves substantial improvement in offline evaluation compared to prevailing methods.

Keywords

Cite

@article{arxiv.2408.06653,
  title  = {Hierarchical Structured Neural Network: Efficient Retrieval Scaling for Large Scale Recommendation},
  author = {Kaushik Rangadurai and Siyang Yuan and Minhui Huang and Yiqun Liu and Golnaz Ghasemiesfeh and Yunchen Pu and Haiyu Lu and Xingfeng He and Fangzhou Xu and Andrew Cui and Vidhoon Viswanathan and Lin Yang and Liang Wang and Jiyan Yang and Chonglin Sun},
  journal= {arXiv preprint arXiv:2408.06653},
  year   = {2025}
}

Comments

Resubmit

R2 v1 2026-06-28T18:11:17.803Z