Search papers, labs, and topics across Lattice.
This paper introduces Flow-based Average Velocity Establishment (FAVE), a novel flow-based framework for sequential recommendation that addresses inefficiencies in existing generative recommendation models. FAVE overcomes the "Noise-to-Data" paradigm by learning a direct trajectory from an informative prior (derived from user history) to the target item distribution. The framework employs a two-stage training strategy involving dual-end semantic alignment and a semantic anchor prior to achieve state-of-the-art recommendation accuracy with a 10x improvement in inference efficiency.
Ditch the noise: FAVE achieves 10x faster sequential recommendations by learning a direct, one-step trajectory from user history to predicted item, bypassing the inefficient "noise-to-data" paradigm.
Generative recommendation has emerged as a transformative paradigm for capturing the dynamic evolution of user intents in sequential recommendation. While flow-based methods improve the efficiency of diffusion models, they remain hindered by the ``Noise-to-Data''paradigm, which introduces two critical inefficiencies: prior mismatch, where generation starts from uninformative noise, forcing a lengthy recovery trajectory; and linear redundancy, where iterative solvers waste computation on modeling deterministic preference transitions. To address these limitations, we propose a Flow-based Average Velocity Establishment (Fave) framework for one-step generation recommendation that learns a direct trajectory from an informative prior to the target distribution. Fave is structured via a progressive two-stage training strategy. In Stage 1, we establish a stable preference space through dual-end semantic alignment, applying constraints at both the source (user history) and target (next item) to prevent representation collapse. In Stage 2, we directly resolve the efficiency bottlenecks by introducing a semantic anchor prior, which initializes the flow with a masked embedding from the user's interaction history, providing an informative starting point. Then we learn a global average velocity, consolidating the multi-step trajectory into a single displacement vector, and enforce trajectory straightness via a JVP-based consistency constraint to ensure one-step generation. Extensive experiments on three benchmarks demonstrate that Fave not only achieves state-of-the-art recommendation performance but also delivers an order-of-magnitude improvement in inference efficiency, making it practical for latency-sensitive scenarios.