paper-with-me

홈 › Papers

A Survey on Dropout Methods and Experimental Verification in Recommendation

2022-04-05 · Yangkun Li, Weizhi Ma, Chong Chen, Min Zhang, Yiqun Liu, Shaoping Ma, Yuekui Yang

Overfitting is a common problem in machine learning, which means the model too closely fits the training data while performing poorly in the test data. Among various methods of coping with overfitting, dropout is one of the representative ways. From randomly dropping neurons to dropping neural structures, dropout has achieved great success in improving model performances. Although various dropout methods have been designed and widely applied in past years, their effectiveness, application scenarios, and contributions have not been comprehensively summarized and empirically compared by far. It is the right time to make a comprehensive survey. In this paper, we systematically review previous dropout methods and classify them into three major categories according to the stage where dropout operation is performed. Specifically, more than seventy dropout methods published in top AI conferences or journals (e.g., TKDE, KDD, TheWebConf, SIGIR) are involved. The designed taxonomy is easy to understand and capable of including new dropout methods. Then, we further discuss their application scenarios, connections, and contributions. To verify the effectiveness of distinct dropout methods, extensive experiments are conducted on recommendation scenarios with abundant heterogeneous information. Finally, we propose some open problems and potential research directions about dropout that worth to be further explored.

📄 PDF Abstract BibTeX arXiv:2204.02027

Code (0)

등록된 구현이 없습니다.

Tasks

Survey

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Survey of Dropout Methods for Deep Neural Networks

2019-04-25 · Alex Labach, Hojjat Salehinejad, Shahrokh Valaee

Dropout methods are a family of stochastic techniques used in neural network training or inference that have generated significant research interest and are widely used in practice. They have been successfully applied in…

Model CompressionSurvey

Recency Dropout for Recurrent Recommender Systems

2022-01-26 · Bo Chang, Can Xu, Matthieu Lê, Jingchen Feng 외

Recurrent recommender systems have been successful in capturing the temporal dynamics in users' activity trajectories. However, recurrent neural networks (RNNs) are known to have difficulty learning long-term dependencie…

Data AugmentationRecommendation Systems

SafeRx-Agent: A Knowledge-Grounded Multi-Agent Framework for Safe and Explainable Medication Recommendation

2026-05-27 · Xinyu Wang, Hanwei Wu, Zhenghan Tai, Sicheng Lyu 외 arxiv

Medication recommendation predicts medications for patient visits, but existing methods still face two key challenges. At the model level, traditional drug recommendation methods only predict structured drug codes with l…

Clinical KnowledgeCode Generation

A Survey on Cross-domain Recommendation: Taxonomies, Methods, and Future Directions

2021-08-07 · Tianzi Zang, Yanmin Zhu, Haobing Liu, Ruohan Zhang 외

Traditional recommendation systems are faced with two long-standing obstacles, namely, data sparsity and cold-start problems, which promote the emergence and development of Cross-Domain Recommendation (CDR). The core ide…

Recommendation SystemsSurvey

Data Augmentation for Sequential Recommendation: A Survey

2024-09-20 · Yizhou Dang, Enneng Yang, YuTing Liu, Guibing Guo 외

As an essential branch of recommender systems, sequential recommendation (SR) has received much attention due to its well-consistency with real-world situations. However, the widespread data sparsity issue limits the SR …

Data AugmentationRecommendation SystemsSequential RecommendationSurvey