paper-with-me

Papers

Multi-Gradient Descent for Multi-Objective Recommender Systems

2019-12-09 · Nikola Milojkovic, Diego Antognini, Giancarlo Bergamin, Boi Faltings, Claudiu Musat

Recommender systems need to mirror the complexity of the environment they are applied in. The more we know about what might benefit the user, the more objectives the recommender system has. In addition there may be multiple stakeholders - sellers, buyers, shareholders - in addition to legal and ethical constraints. Simultaneously optimizing for a multitude of objectives, correlated and not correlated, having the same scale or not, has proven difficult so far. We introduce a stochastic multi-gradient descent approach to recommender systems (MGDRec) to solve this problem. We show that this exceeds state-of-the-art methods in traditional objective mixtures, like revenue and recall. Not only that, but through gradient normalization we can combine fundamentally different objectives, having diverse scales, into a single coherent framework. We show that uncorrelated objectives, like the proportion of quality products, can be improved alongside accuracy. Through the use of stochasticity, we avoid the pitfalls of calculating full gradients and provide a clear setting for its applicability.

📄 PDF Abstract BibTeX arXiv:2001.00846

Code (1)

swisscom/ai-research-mamo-framework pytorch

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

Momentum-based Gradient Methods in Multi-Objective Recommendation

2020-09-10 · Blagoj Mitrevski, Milena Filipovic, Diego Antognini, Emma Lejal Glaude 외

Multi-objective gradient methods are becoming the standard for solving multi-objective problems. Among others, they show promising results in developing multi-objective recommender systems with both correlated and confli…

Recommendation Systems

Perceptron Collaborative Filtering

2024-06-17 · Arya Chakraborty

While multivariate logistic regression classifiers are a great way of implementing collaborative filtering - a method of making automatic predictions about the interests of a user by collecting preferences or taste infor…

Collaborative FilteringRecommendation Systems

A Differentiable Ranking Metric Using Relaxed Sorting Operation for Top-K Recommender Systems

2020-08-30 · Hyunsung Lee, Yeongjae Jang, Jaekwang Kim, Honguk Woo

A recommender system generates personalized recommendations for a user by computing the preference score of items, sorting the items according to the score, and filtering top-K items with high scores. While sorting and r…

Recommendation Systems

Conflict-Averse Gradient Descent for Multi-task Learning

2021-10-26 · NeurIPS 2021 12 · Bo Liu, Xingchao Liu, Xiaojie Jin, Peter Stone 외

The goal of multi-task learning is to enable more efficient learning than single task learning by sharing model structures for a diverse set of tasks. A standard multi-task learning objective is to minimize the average l…

Multi-Task Learning

Survey Descent: A Multipoint Generalization of Gradient Descent for Nonsmooth Optimization

2021-11-30 · X. Y. Han, Adrian S. Lewis

For strongly convex objectives that are smooth, the classical theory of gradient descent ensures linear convergence relative to the number of gradient evaluations. An analogous nonsmooth theory is challenging. Even when …