paper-with-me

홈 › Papers

Revisiting Neural Retrieval on Accelerators

2023-06-06 · Jiaqi Zhai, Zhaojie Gong, Yueming Wang, Xiao Sun, Zheng Yan, Fu Li, Xing Liu

Retrieval finds a small number of relevant candidates from a large corpus for information retrieval and recommendation applications. A key component of retrieval is to model (user, item) similarity, which is commonly represented as the dot product of two learned embeddings. This formulation permits efficient inference, commonly known as Maximum Inner Product Search (MIPS). Despite its popularity, dot products cannot capture complex user-item interactions, which are multifaceted and likely high rank. We hence examine non-dot-product retrieval settings on accelerators, and propose \textit{mixture of logits} (MoL), which models (user, item) similarity as an adaptive composition of elementary similarity functions. This new formulation is expressive, capable of modeling high rank (user, item) interactions, and further generalizes to the long tail. When combined with a hierarchical retrieval strategy, \textit{h-indexer}, we are able to scale up MoL to 100M corpus on a single GPU with latency comparable to MIPS baselines. On public datasets, our approach leads to uplifts of up to 77.3\% in hit rate (HR). Experiments on a large recommendation surface at Meta showed strong metric gains and reduced popularity bias, validating the proposed approach's performance and improved generalization.

📄 PDF Abstract BibTeX arXiv:2306.04039

Code (3)

bailuding/rails pytorch
facebookresearch/generative-recommenders pytorch
glb400/Toy-RecLM pytorch

Tasks

GPUInformation RetrievalRetrieval

Similar Papers 제목 키워드 기반

Chameleon: a Heterogeneous and Disaggregated Accelerator System for Retrieval-Augmented Language Models

2023-10-15 · Wenqi Jiang, Marco Zeller, Roger Waleffe, Torsten Hoefler 외

A Retrieval-Augmented Language Model (RALM) combines a large language model (LLM) with a vector database to retrieve context-specific knowledge during text generation. This strategy facilitates impressive generation qual…

CPUGPULanguage ModelingLanguage Modelling+3

MobileDets: Searching for Object Detection Architectures for Mobile Accelerators

2020-04-30 · CVPR 2021 1 · Yunyang Xiong, Hanxiao Liu, Suyog Gupta, Berkin Akin 외

Inverted bottleneck layers, which are built upon depthwise convolutions, have been the predominant building blocks in state-of-the-art object detection models on mobile devices. In this work, we investigate the optimalit…

CPUGPUNeural Architecture SearchObject+2

Vectorizing the Trie: Efficient Constrained Decoding for LLM-based Generative Retrieval on Accelerators

2026-02-26 · Zhengyang Su, Isay Katsman, Yueqi Wang, Ruining He 외 arxiv

Generative retrieval has emerged as a powerful paradigm for LLM-based recommendation. However, industrial recommender systems often benefit from restricting the output space to a constrained subset of items based on busi…

LLM-Driven Design Space Exploration of FPGA-based Accelerators

2026-05-07 · Vinamra Sharma, Xingjian Fu, Jude Haris, José Cano arxiv

Designing field-programmable gate array (FPGA)-based accelerators for modern artificial intelligence workloads requires navigating a large and complex hardware design space encompassing architectural parameters, dataflow…

Revisiting Cross Modal Retrieval

2018-07-19 · Shah Nawaz, Muhammad Kamran Janjua, Alessandro Calefati, Ignazio Gallo

This paper proposes a cross-modal retrieval system that leverages on image and text encoding. Most multimodal architectures employ separate networks for each modality to capture the semantic relationship between them. Ho…

Cross-Modal RetrievalRetrieval