LGIROct 31, 2023

Farthest Greedy Path Sampling for Two-shot Recommender Search

arXiv:2310.20705v1h-index: 26
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in neural architecture search for recommender systems, offering an incremental improvement in path sampling to enhance model performance.

The paper tackles the challenge of distinguishing superior from inferior architectures in weight-sharing neural architecture search for deep recommender models by introducing Farthest Greedy Path Sampling (FGPS), a strategy that balances path quality and diversity, resulting in consistently superior performance on three Click-Through Rate prediction benchmarks.

Weight-sharing Neural Architecture Search (WS-NAS) provides an efficient mechanism for developing end-to-end deep recommender models. However, in complex search spaces, distinguishing between superior and inferior architectures (or paths) is challenging. This challenge is compounded by the limited coverage of the supernet and the co-adaptation of subnet weights, which restricts the exploration and exploitation capabilities inherent to weight-sharing mechanisms. To address these challenges, we introduce Farthest Greedy Path Sampling (FGPS), a new path sampling strategy that balances path quality and diversity. FGPS enhances path diversity to facilitate more comprehensive supernet exploration, while emphasizing path quality to ensure the effective identification and utilization of promising architectures. By incorporating FGPS into a Two-shot NAS (TS-NAS) framework, we derive high-performance architectures. Evaluations on three Click-Through Rate (CTR) prediction benchmarks demonstrate that our approach consistently achieves superior results, outperforming both manually designed and most NAS-based models.

Foundations

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

Your Notes