LGOCJun 17

Interactive Pareto navigation for deep multi-task learning

arXiv:2606.195212.9
Predicted impact top 94% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For deep learning practitioners dealing with multi-objective optimization, this work addresses the challenge of efficiently incorporating user preferences into Pareto exploration without expensive Hessian computations.

The paper introduces Preference Pareto Exploration (PPE), a framework for interactive multi-task learning that enforces decision maker preferences while accounting for Pareto front geometry, using a predictor-corrector method with Krylov subspace techniques to avoid Hessian computations. The method is demonstrated on toy problems and deep learning examples.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes