English

FLAME: Condensing Ensemble Diversity into a Single Network for Efficient Sequential Recommendation

Information Retrieval 2026-04-07 v1

Abstract

Sequential recommendation requires capturing diverse user behaviors, which a single network often fails to capture. While ensemble methods mitigate this by leveraging multiple networks, training them all from scratch leads to high computational cost and instability from noisy mutual supervision. We propose {\bf F}rozen and {\bf L}earnable networks with {\bf A}ligned {\bf M}odular {\bf E}nsemble ({\bf FLAME}), a novel framework that condenses ensemble-level diversity into a single network for efficient sequential recommendation. During training, FLAME simulates exponential diversity using only two networks via {\it modular ensemble}. By decomposing each network into sub-modules (e.g., layers or blocks) and dynamically combining them, FLAME generates a rich space of diverse representation patterns. To stabilize this process, we pretrain and freeze one network to serve as a semantic anchor and employ {\it guided mutual learning}. This aligns the diverse representations into the space of the remaining learnable network, ensuring robust optimization. Consequently, at inference, FLAME utilizes only the learnable network, achieving ensemble-level performance with zero overhead compared to a single network. Experiments on six datasets show that FLAME outperforms state-of-the-art baselines, achieving up to 7.69×\times faster convergence and 9.70\% improvement in NDCG@20. We provide the source code of FLAME at https://github.com/woo-joo/FLAME_SIGIR26.

Keywords

Cite

@article{arxiv.2604.04038,
  title  = {FLAME: Condensing Ensemble Diversity into a Single Network for Efficient Sequential Recommendation},
  author = {WooJoo Kim and JunYoung Kim and JaeHyung Lim and SeongJin Choi and SeongKu Kang and HwanJo Yu},
  journal= {arXiv preprint arXiv:2604.04038},
  year   = {2026}
}

Comments

Accepted to SIGIR 2026 full papers track

R2 v1 2026-07-01T11:54:21.761Z