Litcius/Paper detail

GRACE: A Scalable Graph-Based Approach to Accelerating Recommendation Model Inference

Haojie Ye, Sanketh Vedula, Yuhan Chen, Yichen Yang, Alex Bronstein, Ronald Dreslinski, Trevor Mudge, Nishil Talati

202315 citationsDOIOpen Access PDF

Abstract

The high memory bandwidth demand of sparse embedding layers continues to be a critical challenge in scaling the performance of recommendation models. While prior works have exploited heterogeneous memory system designs and partial embedding sum memoization techniques, they offer limited benefits. This is because prior designs either target a very small subset of embeddings to simplify their analysis or incur a high processing cost to account for all embeddings, which does not scale with the large sizes of modern embedding tables. This paper proposes GRACE-a lightweight and scalable graph-based algorithm-system co-design framework to significantly improve the embedding layer performance of recommendation models. GRACE proposes a novel Item Co-occurrence Graph (ICG) that scalably records item co-occurrences. GRACE then presents a new system-aware ICG clustering algorithm to find frequently accessed item combinations of arbitrary lengths to compute and memoize their partial sums. High-frequency partial sums are stored in a software-managed cache space to reduce memory traffic and improve the throughput of computing sparse features. We further present a cache data layout and low-cost address computation logic to efficiently lookup item embeddings and their partial sums. Our evaluation shows that GRACE significantly outperforms the state-of-the-art techniques SPACE and MERCI by 1.5x and 1.4x, respectively.

Topics & Concepts

Computer scienceScalabilityEmbeddingInferenceGraphCacheMemory bandwidthParallel computingMemoizationTheoretical computer scienceArtificial intelligenceDatabaseRule-based machine translationTop-down parsingRecommender Systems and TechniquesCaching and Content DeliveryAdvanced Graph Neural Networks
GRACE: A Scalable Graph-Based Approach to Accelerating Recommendation Model Inference | Litcius