paper-with-me

Papers

GBO:AMulti-Granularity Optimization Algorithm via Granular-ball for Continuous Problems

2023-03-18 · Shuyin Xia, Xinyu Lin, Guan Wang, De-Gang Chen, Sen Zhao, Guoyin Wang, Jing Liang

Optimization problems aim to find the optimal solution, which is becoming increasingly complex and difficult to solve. Traditional evolutionary optimization methods always overlook the granular characteristics of solution space. In the real scenario of numerous optimizations, the solution space is typically partitioned into sub-regions characterized by varying degree distributions. These sub-regions present different granularity characteristics at search potential and difficulty. Considering the granular characteristics of the solution space, the number of coarse-grained regions is smaller than the number of points, so the calculation is more efficient. On the other hand, coarse-grained characteristics are not easily affected by fine-grained sample points, so the calculation is more robust. To this end, this paper proposes a new multi-granularity evolutionary optimization method, namely the Granular-ball Optimization (GBO) algorithm, which characterizes and searches the solution space from coarse to fine. Specifically, using granular-balls instead of traditional points for optimization increases the diversity and robustness of the random search process. At the same time, the search range in different iteration processes is limited by the radius of granular-balls, covering the solution space from large to small. The mechanism of granular-ball splitting is applied to continuously split and evolve the large granular-balls into smaller ones for refining the solution space. Extensive experiments on commonly used benchmarks have shown that GBO outperforms popular and advanced evolutionary algorithms. The code can be found in the supporting materials.

📄 PDF Abstract BibTeX arXiv:2303.12807

Code (0)

등록된 구현이 없습니다.

Tasks

Evolutionary Algorithms

Methods 이 논문이 사용한 방법론

GBO GBO is a novel metaheuristic optimization algorithm. The GBO, inspired by the gradient-based Newton’s method, uses two main operators: gradient search rule (GSR) and local…

Similar Papers 제목 키워드 기반

GBMST: An Efficient Minimum Spanning Tree Clustering Based on Granular-Ball Computing

2023-03-02 · Jiang Xie, Shuyin Xia, Guoyin Wang, Xinbo Gao

Most of the existing clustering methods are based on a single granularity of information, such as the distance and density of each data. This most fine-grained based approach is usually inefficient and susceptible to noi…

Clustering

Granular-ball computing: an efficient, robust, and interpretable adaptive multi-granularity representation and computation method

2023-04-21 · Shuyin Xia, Guoyin Wang, Xinbo Gao, Xiaoyu Lian

Human cognition operates on a "Global-first" cognitive mechanism, prioritizing information processing based on coarse-grained details. This mechanism inherently possesses an adaptive multi-granularity description capacit…

GBSVM: Granular-ball Support Vector Machine

2022-10-06 · Shuyin Xia, Xiaoyu Lian, Guoyin Wang, Xinbo Gao 외

GBSVM (Granular-ball Support Vector Machine) is a significant attempt to construct a classifier using the coarse-to-fine granularity of a granular-ball as input, rather than a single data point. It is the first classifie…

GBFRS: Robust Fuzzy Rough Sets via Granular-ball Computing

2025-01-30 · Shuyin Xia, Xiaoyu Lian, Binbin Sang, Guoyin Wang 외

Fuzzy rough set theory is effective for processing datasets with complex attributes, supported by a solid mathematical foundation and closely linked to kernel methods in machine learning. Attribute reduction algorithms a…

Attributefeature selection

GBGC: Efficient and Adaptive Graph Coarsening via Granular-ball Computing

2025-06-24 · Shuyin Xia, Guan Wang, Gaojie Xu, Sen Zhao 외

The objective of graph coarsening is to generate smaller, more manageable graphs while preserving key information of the original graph. Previous work were mainly based on the perspective of spectrum-preserving, using so…