PulseAugur
EN
LIVE 14:04:01

New Mem-GF method slashes memory use for scalable collaborative filtering

Researchers have developed Mem-GF, a novel method for memory-efficient graph filtering in collaborative filtering (CF) that significantly reduces memory usage and improves runtime speed. Unlike previous methods that require storing the full item similarity graph, Mem-GF leverages Krylov subspaces to approximate polynomial graph filters without this explicit storage. Experiments show Mem-GF uses up to 5.74x less memory and offers a 4.38x speedup, while outperforming state-of-the-art GF and GCN-based methods in recommendation accuracy and scaling to large datasets. AI

IMPACT This new method could enable more scalable and efficient recommendation systems by overcoming memory limitations in graph-based approaches.

RANK_REASON Academic paper detailing a new method for collaborative filtering. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.IR (Information Retrieval) →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New Mem-GF method slashes memory use for scalable collaborative filtering

COVERAGE [1]

  1. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Won-Yong Shin ·

    Memory Is No Longer a Bottleneck: Memory-Efficient Graph Filtering for Scalable Collaborative Filtering

    Graph convolutional networks (GCNs) have demonstrated significant success in capturing complex user-item relationships for collaborative filtering (CF). However, due to their reliance on extensive model training, training-free graph filtering (GF)-based CF methods have emerged as…