paper-with-me

홈 › Papers

Multi-objective Optimization by Learning Space Partition

2021-09-29 · ICLR 2022 4 · Yiyang Zhao, Linnan Wang, Kevin Yang, Tianjun Zhang, Tian Guo, Yuandong Tian

In contrast to single-objective optimization (SOO), multi-objective optimization (MOO) requires an optimizer to find the Pareto frontier, a subset of feasible solutions that are not dominated by other feasible solutions. In this paper, we propose LaMOO, a novel multi-objective optimizer that learns a model from observed samples to partition the search space and then focus on promising regions that are likely to contain a subset of the Pareto frontier. The partitioning is based on the dominance number, which measures "how close'' a data point is to the Pareto frontier among existing samples. To account for possible partition errors due to limited samples and model mismatch, we leverage Monte Carlo Tree Search (MCTS) to exploit promising regions while exploring suboptimal regions that may turn out to contain good solutions later. Theoretically, we prove the efficacy of learning space partitioning via LaMOO under certain assumptions. Empirically, on the HyperVolume (HV) benchmark, a popular MOO metric, LaMOO substantially outperforms strong baselines on multiple real-world MOO tasks, by up to 225% in sample efficiency for neural architecture search on Nasbench201, and up to 10% for molecular design.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Architecture Search

Similar Papers 제목 키워드 기반

Multi-objective Optimization by Learning Space Partitions

2021-10-07 · Yiyang Zhao, Linnan Wang, Kevin Yang, Tianjun Zhang 외

In contrast to single-objective optimization (SOO), multi-objective optimization (MOO) requires an optimizer to find the Pareto frontier, a subset of feasible solutions that are not dominated by other feasible solutions.…

Neural Architecture Search

Multi-Objective Neural Architecture Search by Learning Search Space Partitions

2024-06-01 · Yiyang Zhao, Linnan Wang, Tian Guo

Deploying deep learning models requires taking into consideration neural network metrics such as model size, inference latency, and #FLOPs, aside from inference accuracy. This results in deep learning model designers lev…

Bayesian OptimizationGPUNeural Architecture Search

A Manifold Approach to Learning Mutually Orthogonal Subspaces

2017-03-08 · Stephen Giguere, Francisco Garcia, Sridhar Mahadevan

Although many machine learning algorithms involve learning subspaces with particular characteristics, optimizing a parameter matrix that is constrained to represent a subspace can be challenging. One solution is to use R…

Domain AdaptationRiemannian optimization

HASCO: Towards Agile HArdware and Software CO-design for Tensor Computation

2021-05-04 · Qingcheng Xiao, Size Zheng, Bingzhe Wu, Pengcheng Xu 외

Tensor computations overwhelm traditional general-purpose computing devices due to the large amounts of data and operations of the computations. They call for a holistic solution composed of both hardware acceleration an…

Bayesian OptimizationQ-Learning

NeuroCUT: A Neural Approach for Robust Graph Partitioning

2023-10-18 · Rishi Shah, Krishnanshu Jain, Sahil Manchanda, Sourav Medya 외

Graph partitioning aims to divide a graph into disjoint subsets while optimizing a specific partitioning objective. The majority of formulations related to graph partitioning exhibit NP-hardness due to their combinatoria…

Graph Neural Networkgraph partitioning