HiFIRec Towards High-Frequency yet Low-Intention Behaviors for Multi-Behavior Recommendation
Ruiqi Luo, Ran Jin, Kaixi Hu, Xiaohui Tao, Lin Li
TL;DR
HiFIRec tackles the challenge of heterogeneous multi-behavior data by explicitly distinguishing high-frequency, low-intention signals from more intentional interactions. It combines a graph-based embedding with a Hierarchical Noise Correction Module (layer-wise neighborhood aggregation and adaptive cross-layer fusion) and a Behavioral Intention Refinement Module, followed by an Intensity-Aware Non-Sampling strategy and joint multi-behavior optimization. Empirical results on Beibei and Taobao show state-of-the-art performance and robust improvements when removing or altering key components, validating the approach. The work advances robust multi-behavior recommendation by addressing both noisy signals and plausible but misleading frequent patterns, with practical implications for large-scale e-commerce and healthcare domains.
Abstract
Multi behavior recommendation leverages multiple types of user-item interactions to address data sparsity and cold-start issues,providing personalized services in domains such as healthcare and ecommerce.Most existing methods utilize graph neural networks to model user intention in a unified manner,which inadequately considers the heterogeneity across different behaviors.Especially,high frequency yet low intention behaviors may implicitly contain noisy signals,and frequent patterns that are plausible while misleading,thereby hindering the learning of user intentions.To this end,this paper proposes a novel multi-behavior recommendation method,HiFIRec,that corrects the effect of high-frequency yet low-intention behaviors by differential behavior modeling.To revise the noisy signals,we hierarchically suppress it across layers by extracting neighborhood information through layer-wise neighborhood aggregation and further capturing user intentions through adaptive cross layer feature fusion.To correct plausible frequent patterns,we propose an intensity-aware non-sampling strategy that dynamically adjusts the weights of negative samples.Extensive experiments on two benchmarks show that HiFIRec relatively improves HR@10 by 4.21%-6.81% over several state-of-the-art methods.
