paper-with-me

Papers

In-Context Multi-Objective Optimization

2025-12-11 · Xinyu Zhang, Conor Hassan, Julien Martinelli, Daolang Huang, Samuel Kaski arxiv

Balancing competing objectives is omnipresent across disciplines, from drug design to autonomous systems. Multi-objective Bayesian optimization is a promising solution for such expensive, black-box problems: it fits probabilistic surrogates and selects new designs via an acquisition function that balances exploration and exploitation. In practice, it requires tailored choices of surrogate and acquisition that rarely transfer to the next problem, is myopic when multi-step planning is often required, and adds refitting overhead, particularly in parallel or time-sensitive loops. We present TAMO, a fully amortized, universal policy for multi-objective black-box optimization. TAMO uses a transformer architecture that operates across varying input and objective dimensions, enabling pretraining on diverse corpora and transfer to new problems without retraining: at test time, the pretrained model proposes the next design with a single forward pass. We pretrain the policy with reinforcement learning to maximize cumulative hypervolume improvement over full trajectories, conditioning on the entire query history to approximate the Pareto frontier. Across synthetic benchmarks and real tasks, TAMO produces fast proposals, reducing proposal time by 50-1000x versus alternatives while matching or improving Pareto quality under tight evaluation budgets. These results show that transformers can perform multi-objective optimization entirely in-context, eliminating per-task surrogate fitting and acquisition engineering, and open a path to foundation-style, plug-and-play optimizers for scientific discovery workflows.

📄 PDF Abstract BibTeX arXiv:2512.11114

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

MOPO: Multi-Objective Prompt Optimization for Affective Text Generation

2024-12-17 · Yarik Menchaca Resendiz, Roman Klinger

How emotions are expressed depends on the context and domain. On X (formerly Twitter), for instance, an author might simply use the hashtag #anger, while in a news headline, emotions are typically written in a more polit…

Conditional Text GenerationText Generation

Towards Fairness-Aware Multi-Objective Optimization

2022-07-22 · Guo Yu, Lianbo Ma, Wei Du, Wenli Du 외

Recent years have seen the rapid development of fairness-aware machine learning in mitigating unfairness or discrimination in decision-making in a wide range of applications. However, much less attention has been paid to…

BIG-bench Machine LearningDecision MakingFairnessMultiobjective Optimization

Quality Measures of Parameter Tuning for Aggregated Multi-Objective Temporal Planning

2013-05-10 · Mostepha Redouane Khouadjia, Marc Schoenauer, Vincent Vidal, Johann Dréo 외

Parameter tuning is recognized today as a crucial ingredient when tackling an optimization problem. Several meta-optimization methods have been proposed to find the best parameter set for a given optimization algorithm a…

Multi-Scale and Multi-Objective Optimization for Cross-Lingual Aspect-Based Sentiment Analysis

2025-02-19 · Chengyan Wu, Bolei Ma, Ningyuan Deng, yanqing he 외

Aspect-based sentiment analysis (ABSA) is a sequence labeling task that has garnered growing research interest in multilingual contexts. However, recent studies lack more robust feature alignment and finer aspect-level a…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)SentenceSentiment Analysis

Contextual Multi-Objective Optimization: Rethinking Objectives in Frontier AI Systems

2026-05-05 · Jie Zhou, Qin Chen, Liang He arxiv

Frontier AI systems perform best in settings with clear, stable, and verifiable objectives, such as code generation, mathematical reasoning, games, and unit-test-driven tasks. They remain less reliable in open-ended sett…

Mathematical ReasoningCode Generation