paper-with-me

홈 › Papers

SonOpt: Sonifying Bi-objective Population-Based Optimization Algorithms

2022-02-24 · Tasos Asonitis, Richard Allmendinger, Matt Benatan, Ricardo Climent

We propose SonOpt, the first (open source) data sonification application for monitoring the progress of bi-objective population-based optimization algorithms during search, to facilitate algorithm understanding. SonOpt provides insights into convergence/stagnation of search, the evolution of the approximation set shape, location of recurring points in the approximation set, and population diversity. The benefits of data sonification have been shown for various non-optimization related monitoring tasks. However, very few attempts have been made in the context of optimization and their focus has been exclusively on single-objective problems. In comparison, SonOpt is designed for bi-objective optimization problems, relies on objective function values of non-dominated solutions only, and is designed with the user (listener) in mind; avoiding convolution of multiple sounds and prioritising ease of familiarizing with the system. This is achieved using two sonification paths relying on the concepts of wavetable and additive synthesis. This paper motivates and describes the architecture of SonOpt, and then validates SonOpt for two popular multi-objective optimization algorithms (NSGA-II and MOEA/D). Experience SonOpt yourself via https://github.com/tasos-a/SonOpt-1.0 .

📄 PDF Abstract BibTeX arXiv:2202.12187

Code (1)

tasos-a/sonopt-1.0 공식 구현

Tasks

Diversity

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Using growth transform dynamical systems for spatio-temporal data sonification

2021-08-21 · Oindrila Chatterjee, Shantanu Chakrabartty

Sonification, or encoding information in meaningful audio signatures, has several advantages in augmenting or replacing traditional visualization methods for human-in-the-loop decision-making. Standard sonification metho…

Decision MakingEEGElectroencephalogram (EEG)

General Subpopulation Framework and Taming the Conflict Inside Populations

2019-01-02 · Danilo Vasconcellos Vargas, Junichi Murata, Hirotaka Takano, Alexandre Claudio Botazzo Delbem

Structured evolutionary algorithms have been investigated for some time. However, they have been under-explored specially in the field of multi-objective optimization. Despite their good results, the use of complex dynam…

Evolutionary Algorithms

Solving Dynamic Multi-objective Optimization Problems Using Incremental Support Vector Machine

2019-10-19 · Weizhen Hu, Min Jiang, Xing Gao, Kay Chen Tan 외

The main feature of the Dynamic Multi-objective Optimization Problems (DMOPs) is that optimization objective functions will change with times or environments. One of the promising approaches for solving the DMOPs is reus…

Evolutionary AlgorithmsPOS

A Two-stage Evolutionary Framework For Multi-objective Optimization

2024-07-09 · Peng Chen, Jing Liang, Kangjia Qiao, Ponnuthurai Nagaratnam Suganthan 외

In the field of evolutionary multi-objective optimization, the approximation of the Pareto front (PF) is achieved by utilizing a collection of representative candidate solutions that exhibit desirable convergence and div…

DiversityEvolutionary Algorithms

A Comparative Evaluation of Population-based Optimization Algorithms for Workflow Scheduling in Cloud-Fog Environments

2020-11-30 · Dineshan Subramoney, Clement N. Nyirenda

This work presents a comparative evaluation of four population-based optimization algorithms for workflow scheduling in cloud-fog environments. These algorithms are as follows: Particle Swarm Optimization (PSO), Genetic …

Scheduling