IRApr 6

SilverTorch: A Unified Model-based System to Democratize Large-Scale Recommendation on GPUs

arXiv:2511.1488125.7h-index: 15
Predicted impact top 1% in IR · last 90 daysOriginality Highly original
AI Analysis

This work addresses inefficiencies in large-scale recommendation systems for industry applications, offering a novel co-design approach that is not incremental.

The paper tackles the challenge of serving deep learning recommendation models at scale by introducing SilverTorch, a unified model-based system that replaces separate indexing and filtering services with integrated model layers, resulting in up to 23.7x higher throughput and 13.35x better cost-efficiency compared to state-of-the-art approaches.

Serving deep learning based recommendation models (DLRM) at scale is challenging. Existing approaches rely on dedicated ANN indexing and filtering services on CPUs, suffering from non-negligible costs and missing co-design opportunities. Such inefficiency makes them difficult to support complex model architectures, such as learned similarities and multi-task retrieval. In this paper, we present SilverTorch, a model-based serving system that brings all components into one unified model. It unifies model serving by replacing standalone indexing and filtering services with model layers. We propose a model-based GPU Bloom index for feature filtering and a fused Int8 ANN kernel for nearest neighbor search. Through co-design of the ANN search and feature filtering, we reduce GPU memory usage and eliminate computation. Benefiting from this design, we scale up retrieval by introducing an OverArch scoring layer and a multi-task retrieval with a Value Model to aggregate scores. These advancements improve the retrieval accuracy and enable future studies for serving more complex models. Our evaluation on industry-scale datasets show that SilverTorch achieves up to 23.7\times higher throughput compared to the state-of-the-art approaches. We also demonstrate that SilverTorch solution is 13.35\times more cost-efficient than CPU-based solution while improving accuracy via serving more complex models. SilverTorch is deployed at scale, serving hundreds of models online and supporting recommendation for diverse applications.

Foundations

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

Your Notes