paper-with-me

홈 › Papers

ERASE: Benchmarking Feature Selection Methods for Deep Recommender Systems

2024-03-19 · Pengyue Jia, Yejing Wang, Zhaocheng Du, Xiangyu Zhao, Yichao Wang, Bo Chen, Wanyu Wang, Huifeng Guo, Ruiming Tang

Deep Recommender Systems (DRS) are increasingly dependent on a large number of feature fields for more precise recommendations. Effective feature selection methods are consequently becoming critical for further enhancing the accuracy and optimizing storage efficiencies to align with the deployment demands. This research area, particularly in the context of DRS, is nascent and faces three core challenges. Firstly, variant experimental setups across research papers often yield unfair comparisons, obscuring practical insights. Secondly, the existing literature's lack of detailed analysis on selection attributes, based on large-scale datasets and a thorough comparison among selection techniques and DRS backbones, restricts the generalizability of findings and impedes deployment on DRS. Lastly, research often focuses on comparing the peak performance achievable by feature selection methods, an approach that is typically computationally infeasible for identifying the optimal hyperparameters and overlooks evaluating the robustness and stability of these methods. To bridge these gaps, this paper presents ERASE, a comprehensive bEnchmaRk for feAture SElection for DRS. ERASE comprises a thorough evaluation of eleven feature selection methods, covering both traditional and deep learning approaches, across four public datasets, private industrial datasets, and a real-world commercial platform, achieving significant enhancement. Our code is available online for ease of reproduction.

📄 PDF Abstract BibTeX arXiv:2403.12660

Code (2)

applied-machine-learning-lab/erase 공식 구현 pytorch
jia-py/erase 공식 구현 pytorch

Tasks

Benchmarkingfeature selectionRecommendation Systems

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

AltFS: Agency-light Feature Selection with Large Language Models in Deep Recommender Systems

2024-12-11 · Pengyue Jia, Zhaocheng Du, Yichao Wang, Xiangyu Zhao 외

Feature selection is crucial in recommender systems for improving model efficiency and predictive performance. Traditional methods rely on agency models, such as decision trees or neural networks, to estimate feature imp…

Feature Importancefeature selectionRecommendation SystemsWorld Knowledge

STEREO: Towards Adversarially Robust Concept Erasing from Text-to-Image Generation Models

2024-08-29 · Koushik Srivatsan, Fahad Shamshad, Muzammal Naseer, Karthik Nandakumar

The rapid proliferation of large-scale text-to-image generation (T2IG) models has led to concerns about their potential misuse in generating harmful content. Though many methods have been proposed for erasing undesired c…

BenchmarkingImage GenerationText to Image GenerationText-to-Image Generation

Recommendation Unlearning

2022-01-18 · Chong Chen, Fei Sun, Min Zhang, Bolin Ding

Recommender systems provide essential web services by learning users' personal preferences from collected data. However, in many cases, systems also need to forget some training data. From the perspective of privacy, sev…

Machine UnlearningRecommendation Systems

Forgetting Fast in Recommender Systems

2022-08-14 · Wenyan Liu, Juncheng Wan, Xiaoling Wang, Weinan Zhang 외

Users of a recommender system may want part of their data being deleted, not only from the data repository but also from the underlying machine learning model, for privacy or utility reasons. Such right-to-be-forgotten r…

Machine UnlearningRecommendation Systems

FairFS: Addressing Deep Feature Selection Biases for Recommender System

2026-02-23 · Xianquan Wang, Zhaocheng Du, Jieming Zhu, Qinglin Jia 외 arxiv

Large-scale online marketplaces and recommender systems serve as critical technological support for e-commerce development. In industrial recommender systems, features play vital roles as they carry information for downs…

Feature Importance