paper-with-me

Papers

Python Tool for Visualizing Variability of Pareto Fronts over Multiple Runs

2023-05-15 · Shuhei Watanabe

Hyperparameter optimization is crucial to achieving high performance in deep learning. On top of the performance, other criteria such as inference time or memory requirement often need to be optimized due to some practical reasons. This motivates research on multi-objective optimization (MOO). However, Pareto fronts of MOO methods are often shown without considering the variability caused by random seeds and this makes the performance stability evaluation difficult. Although there is a concept named empirical attainment surface to enable the visualization with uncertainty over multiple runs, there is no major Python package for empirical attainment surface. We, therefore, develop a Python package for this purpose and describe the usage. The package is available at https://github.com/nabenabe0928/empirical-attainment-func.

📄 PDF Abstract BibTeX arXiv:2305.08852

Code (1)

nabenabe0928/empirical-attainment-func 공식 구현

Tasks

Hyperparameter Optimization

Similar Papers 제목 키워드 기반

Hypervolume-Optimal $μ$-Distributions on Line/Plane-based Pareto Fronts in Three Dimensions

2021-04-20 · Ke Shang, Hisao Ishibuchi, WeiYu Chen, Yang Nan 외

Hypervolume is widely used in the evolutionary multi-objective optimization (EMO) field to evaluate the quality of a solution set. For a solution set with $\mu$ solutions on a Pareto front, a larger hypervolume means a b…

Simple Problems: The Simplicial Gluing Structure of Pareto Sets and Pareto Fronts

2017-04-18 · Naoki Hamada

Quite a few studies on real-world applications of multi-objective optimization reported that their Pareto sets and Pareto fronts form a topological simplex. Such a class of problems was recently named the simple problems…

Data-Driven Preference Sampling for Pareto Front Learning

2024-04-12 · Rongguang Ye, Lei Chen, Weiduo Liao, Jinyuan Zhang 외

Pareto front learning is a technique that introduces preference vectors in a neural network to approximate the Pareto front. Previous Pareto front learning methods have demonstrated high performance in approximating simp…

Consistency-diversity-realism Pareto fronts of conditional image generative models

2024-06-14 · Pietro Astolfi, Marlene Careil, Melissa Hall, Oscar Mañas 외

Building world models that accurately and comprehensively represent the real world is the utmost aspiration for conditional image generative models as it would enable their use as world simulators. For these models to be…

Diversity

Multi-Objective Learning to Predict Pareto Fronts Using Hypervolume Maximization

2021-02-08 · Timo M. Deist, Monika Grewal, Frank J. W. M. Dankers, Tanja Alderliesten 외

Real-world problems are often multi-objective with decision-makers unable to specify a priori which trade-off between the conflicting objectives is preferable. Intuitively, building machine learning solutions in such cas…