paper-with-me

홈 › Papers

Pareto Front Approximation for Multi-Objective Session-Based Recommender Systems

2024-07-23 · Timo Wilm, Philipp Normann, Felix Stepprath

This work introduces MultiTRON, an approach that adapts Pareto front approximation techniques to multi-objective session-based recommender systems using a transformer neural network. Our approach optimizes trade-offs between key metrics such as click-through and conversion rates by training on sampled preference vectors. A significant advantage is that after training, a single model can access the entire Pareto front, allowing it to be tailored to meet the specific requirements of different stakeholders by adjusting an additional input vector that weights the objectives. We validate the model's performance through extensive offline and online evaluation. For broader application and research, the source code is made available at https://github.com/otto-de/MultiTRON. The results confirm the model's ability to manage multiple recommendation objectives effectively, offering a flexible tool for diverse business needs.

📄 PDF Abstract BibTeX arXiv:2407.16828

Code (2)

otto-de/multitron 공식 구현 pytorch
otto-de/recsys-dataset 공식 구현

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

Multi-objective Reinforcement Learning with Continuous Pareto Frontier Approximation Supplementary Material

2014-06-13 · Matteo Pirotta, Simone Parisi, Marcello Restelli

This document contains supplementary material for the paper "Multi-objective Reinforcement Learning with Continuous Pareto Frontier Approximation", published at the Twenty-Ninth AAAI Conference on Artificial Intelligence…

Multi-Objective Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

A Newton Method for Hausdorff Approximations of the Pareto Front within Multi-objective Evolutionary Algorithms

2024-05-09 · Hao Wang, Angel E. Rodriguez-Fernandez, Lourdes Uribe, André Deutz 외

A common goal in evolutionary multi-objective optimization is to find suitable finite-size approximations of the Pareto front of a given multi-objective optimization problem. While many multi-objective evolutionary algor…

Evolutionary Algorithms

Averaged Hausdorff Approximations of Pareto Fronts based on Multiobjective Estimation of Distribution Algorithms

2015-03-26 · Luis Marti, Christian Grimme, Pascal Kerschke, Heike Trautmann 외

In the a posteriori approach of multiobjective optimization the Pareto front is approximated by a finite set of solutions in the objective space. The quality of the approximation can be measured by different indicators t…

Multiobjective Optimization

Pareto Frontier Approximation Network (PA-Net) to Solve Bi-objective TSP

2022-03-02 · Ishaan Mehta, Sharareh Taghipour, Sajad Saeedi

The travelling salesperson problem (TSP) is a classic resource allocation problem used to find an optimal order of doing a set of tasks while minimizing (or maximizing) an associated objective function. It is widely used…

Reinforcement Learning (RL)Scheduling

Pareto Frontier Approximation Network (PA-Net) Applied to Multi-objective TSP

2021-09-29 · Ishaan Mehta, Sajad Saeedi

Multi-objective optimization is used in various areas of robotics like control, planning etc. Their solutions are dependent on multiple objective functions, which can be conflicting in nature. In such cases, the optimali…