paper-with-me

Papers

Interactive Pareto navigation for deep multi-task learning

2026-06-17 · Augustina C. Amakor, Konstantin Sonntag, Sebastian Peitz arxiv

In multi-task learning, handling an increasing number of objectives can quickly become challenging, both in terms of the computational resources and the decision maker's capacity to choose appropriate trade-offs. A widely used approach is thus to aggregate the individual losses in a single loss function by a weighted sum. This often fails to capture either the decision maker's preferences as a result of the shape of the Pareto front, or requires multiple adjustments and computations which becomes prohibitively expensive in deep learning applications. To address these issues, we introduce a novel framework, Preference Pareto Exploration (PPE), which enforces the decision maker's preferences while accounting for the geometry of the Pareto set in an interactive exploration process. PPE is based on a predictor-corrector method that performs predictor steps tangential to the manifold of Pareto-optimal solutions, following the decision maker's preference. The subsequent corrector step results in a new trade-off reflecting this preference. To avoid explicit Hessian computations when characterizing the tangent space of the manifold, we employ a Krylov subspace method that relies solely on matrix-vector products. These products can be efficiently obtained via automatic differentiation, ensuring both efficiency and robustness throughout the optimization process. The method's functionality and performance are demonstrated using both toy problems and examples from deep learning.

📄 PDF Abstract BibTeX arXiv:2606.19521

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Task Learning

Similar Papers 제목 키워드 기반

Interactive Gibson Benchmark (iGibson 0.5): A Benchmark for Interactive Navigation in Cluttered Environments

2019-10-30 · Fei Xia, William B. Shen, Chengshu Li, Priya Kasimbeg 외

We present Interactive Gibson Benchmark, the first comprehensive benchmark for training and evaluating Interactive Navigation: robot navigation strategies where physical interaction with objects is allowed and even encou…

Robot Navigation

HRL4IN: Hierarchical Reinforcement Learning for Interactive Navigation with Mobile Manipulators

2019-10-24 · Chengshu Li, Fei Xia, Roberto Martin-Martin, Silvio Savarese

Most common navigation tasks in human environments require auxiliary arm interactions, e.g. opening doors, pressing buttons and pushing obstacles away. This type of navigation tasks, which we call Interactive Navigation,…

Hierarchical Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Paper2Web: Let's Make Your Paper Alive!

2025-10-17 · Yuhang Chen, Tianpeng Lv, Siyi Zhang, Yixiang Yin 외 arxiv

Academic project websites can more effectively disseminate research when they clearly present core content and enable intuitive navigation and interaction. However, current approaches such as direct Large Language Model …

Navigating the Wild: Pareto-Optimal Visual Decision-Making in Image Space

2025-11-11 · Durgakant Pushp, Weizhe Chen, Zheng Chen, Chaomin Luo 외 arxiv

Navigating complex real-world environments requires semantic understanding and adaptive decision-making. Traditional reactive methods without maps often fail in cluttered settings, map-based approaches demand heavy mappi…

Visual Navigation

Pareto Navigation Gradient Descent: a First Order Algorithm for Optimization in Pareto Set

2021-09-29 · Mao Ye, Qiang Liu

Many modern machine learning applications, such as multi-task learning, require finding optimal model parameters to trade-off multiple objective functions that may conflict with each other. The notion of the Pareto set a…

Multi-Task Learning