Sequential recommendation systems have become essential for personalized services in e-commerce and content platforms. While recent research has extended these systems with multi-modal features, existing approaches face three major challenges. First, they inadequately model fine-grained temporal interval distributions, failing to discriminate between high-frequency short intervals and low-frequency long intervals. Second, uniform fusion in the time domain leads to semantic misalignment across modalities because it ignores their inherent differences in the frequency domain. Third, rigid fusion strategies without self-supervised constraints lead to limited representation quality and semantic drift from pre-trained embeddings. To address these issues, we propose ATHWE, an A daptive T emporal Expert Routing with H ierarchical W avelet E nhancement framework. ATHWE employs exponential saturation time mapping to generate temporally adaptive embeddings. These embeddings guide a sparse mixture of experts to model multi-scale user behavior dynamics. A hierarchical wavelet decomposition with band-specific gating selectively fuses complementary frequency components across modalities. Furthermore, contrastive learning and cluster-preserving objectives preserve semantic information during multi-modal fusion. Extensive experiments on multiple datasets validate the effectiveness of our framework. Our code is available at https://github.com/lulusiyuyu/ATHWE .
Liu et al. (Mon,) studied this question.