Abstract
Cold-start challenges in recommender systems necessitate leveraging auxiliaryfeatures beyond user-item interactions. However, the presence of irrelevant ornoisy features can degrade predictive performance, whereas an excessive numberof features increases computational demands, leading to higher memoryconsumption and prolonged training times. To address this, we propose a feature selection strategy that prioritizes theuser behavioral information. Our method enhances the feature representation byincorporating correlations from collaborative behavior data using a hybridmatrix factorization technique and then ranks features using a mechanism basedon the maximum volume algorithm. This approach identifies the most influentialfeatures, striking a balance between recommendation accuracy and computationalefficiency. We conduct an extensive evaluation across various datasets andhybrid recommendation models, demonstrating that our method excels incold-start scenarios by selecting minimal yet highly effective feature subsets.Even under strict feature reduction, our approach surpasses existing featureselection techniques while maintaining superior efficiency.