paper-with-me

홈 › Papers

SURF: Steering the Scalarization Weight to Uniformly Traverse the Pareto Front

2026-05-20 · Liuyuan Jiang, Chentong Huang, Lisha Chen arxiv

Scalarization is widely used in multi-objective optimization owing to its simplicity and scalability. In many applications, the goal is to generate solutions that represent diverse user preferences, ideally with uniform coverage of the Pareto front (PF). However, uniformly sampling scalarization weights usually induces non-uniform coverage of the PF. We explain this mismatch through a geometric analysis of the scalarization path. As the scalarization weight varies, the corresponding solutions trace the PF with a generally non-uniform traversal speed. This speed induces an arc-length cumulative distribution function (CDF); inverting this CDF map yields a principled rule for selecting weights that produce uniform PF coverage. Building on this insight, we propose SURF (Sampling Uniformly along the PaReto Front). For structured problems, including bi-objective bandits, we derive closed-form expressions for this CDF map and the resulting PF-aware weight sampling rule. For general problems, SURF alternates between CDF reconstruction and weight sampling. Theoretically, we show that under provable conditions, SURF converges linearly to an unavoidable finite-sampling floor. Empirically, experiments on bandits, multi-objective-gymnasium, and multi-objective LLM alignment demonstrate that SURF efficiently achieves more uniform PF coverage than baselines.

📄 PDF Abstract BibTeX arXiv:2605.20619

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Optimal Scalarizations for Sublinear Hypervolume Regret

2023-07-06 · Qiuyi Zhang

Scalarization is a general, parallizable technique that can be deployed in any multiobjective setting to reduce multiple objectives into one, yet some have dismissed this versatile approach because linear scalarizations …

Bayesian Optimization

SteeringDiffusion: A Bottlenecked Activation Control Interface for Diffusion Models

2026-05-03 · Fangzheng Wu, Brian Summa arxiv

We introduce SteeringDiffusion, a bottlenecked activation-level control interface for diffusion models that exposes a smooth, monotonic, and runtime-adjustable control surface over the content--style trade-off. Our metho…

Revisiting Scalarization in Multi-Task Learning: A Theoretical Perspective

2023-08-27 · NeurIPS 2023 11

Linear scalarization, i.e., combining all loss functions by a weighted sum, has been the default choice in the literature of multi-task learning (MTL) since its inception. In recent years, there is a surge of interest in…

Multi-Task Learning

AutoScale: Linear Scalarization Guided by Multi-Task Optimization Metrics

2025-08-19 · Yi Yang, Kei Ikemura, Qingwen Zhang, Xiaomeng Zhu 외 arxiv

Recent multi-task learning studies suggest that linear scalarization, when using well-chosen fixed task weights, can achieve comparable to or even better performance than complex multi-task optimization (MTO) methods. It…

Multi-Task Learning

Alternating Reinforcement Learning with Contextual Rubric Rewards: Beyond the Scalarization Strategy

2026-03-04 · Guangchen Lan, Lian Xiong, Xin Zhou, Hejie Cui 외 arxiv

Reinforcement Learning with Rubric Rewards (RLRR) is a framework that extends conventional reinforcement learning from human feedback (RLHF) and verifiable rewards (RLVR) by replacing scalar preference signals with struc…

Reinforcement Learning