paper-with-me

홈 › Papers

AutoFAS: Automatic Feature and Architecture Selection for Pre-Ranking System

2022-05-19 · Xiang Li, Xiaojiang Zhou, Yao Xiao, Peihao Huang, Dayao Chen, Sheng Chen, Yunsen Xian

Industrial search and recommendation systems mostly follow the classic multi-stage information retrieval paradigm: matching, pre-ranking, ranking, and re-ranking stages. To account for system efficiency, simple vector-product based models are commonly deployed in the pre-ranking stage. Recent works consider distilling the high knowledge of large ranking models to small pre-ranking models for better effectiveness. However, two major challenges in pre-ranking system still exist: (i) without explicitly modeling the performance gain versus computation cost, the predefined latency constraint in the pre-ranking stage inevitably leads to suboptimal solutions; (ii) transferring the ranking teacher's knowledge to a pre-ranking student with a predetermined handcrafted architecture still suffers from the loss of model performance. In this work, a novel framework AutoFAS is proposed which jointly optimizes the efficiency and effectiveness of the pre-ranking model: (i) AutoFAS for the first time simultaneously selects the most valuable features and network architectures using Neural Architecture Search (NAS) technique; (ii) equipped with ranking model guided reward during NAS procedure, AutoFAS can select the best pre-ranking architecture for a given ranking teacher without any computation overhead. Experimental results in our real world search system show AutoFAS consistently outperforms the previous state-of-the-art (SOTA) approaches at a lower computing cost. Notably, our model has been adopted in the pre-ranking module in the search system of Meituan, bringing significant improvements.

📄 PDF Abstract BibTeX arXiv:2205.09394

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalNeural Architecture SearchRecommendation SystemsRe-RankingRetrieval

Similar Papers 제목 키워드 기반

Towards a Better Tradeoff between Effectiveness and Efficiency in Pre-Ranking: A Learnable Feature Selection based Approach

2021-05-17 · Xu Ma, Pengjie Wang, Hui Zhao, Shaoguo Liu 외

In real-world search, recommendation, and advertising systems, the multi-stage ranking architecture is commonly adopted. Such architecture usually consists of matching, pre-ranking, ranking, and re-ranking stages. In the…

feature selectionRe-Ranking

GRAFT: Decoupling Ranking and Calibration for Survival Analysis

2026-02-08 · Mohammad Ashhad, Robert Hoehndorf, Ricardo Henao arxiv

Survival analysis is complicated by censored data, high-dimensional features, and non-linear interactions. Classical models offer interpretability and superior calibration but are restricted to linear or predefined funct…

Towards Feature Selection for Ranking and Classification Exploiting Quantum Annealers

2022-05-09 · Maurizio Ferrari Dacrema, Fabio Moroni, Riccardo Nembrini, Nicola Ferro 외

Feature selection is a common step in many ranking, classification, or prediction tasks and serves many purposes. By removing redundant or noisy features, the accuracy of ranking or classification can be improved and the…

feature selectionGeneral Classification

Quantitative Analysis of Automatic Image Cropping Algorithms: A Dataset and Comparative Study

2017-01-05 · Yi-Ling Chen, Tzu-Wei Huang, Kai-Han Chang, Yu-Chen Tsai 외

Automatic photo cropping is an important tool for improving visual quality of digital photos without resorting to tedious manual selection. Traditionally, photo cropping is accomplished by determining the best proposal w…

Image CroppingLearning-To-RankSaliency Detection

Both Efficiency and Effectiveness! A Large Scale Pre-ranking Framework in Search System

2023-04-05 · Qihang Zhao, Rui-Jie Zhu, Liu Yang, He Yongming 외

In the realm of search systems, multi-stage cascade architecture is a prevalent method, typically consisting of sequential modules such as matching, pre-ranking, and ranking. It is generally acknowledged that the model u…

feature selection