paper-with-me

Papers

Thinking Outside the Template with Modular GP-GOMEA

2025-05-02 · Joe Harrison, Peter A. N. Bosman, Tanja Alderliesten

The goal in Symbolic Regression (SR) is to discover expressions that accurately map input to output data. Because often the intent is to understand these expressions, there is a trade-off between accuracy and the interpretability of expressions. GP-GOMEA excels at producing small SR expressions (increasing the potential for interpretability) with high accuracy, but requires a fixed tree template, which limits the types of expressions that can be evolved. This paper presents a modular representation for GP-GOMEA that allows multiple trees to be evolved simultaneously that can be used as (functional) subexpressions. While each tree individually is constrained to a (small) fixed tree template, the final expression, if expanded, can exhibit a much larger structure. Furthermore, the use of subexpressions decomposes the original regression problem and opens the possibility for enhanced interpretability through the piece-wise understanding of small subexpressions. We compare the performance of GP-GOMEA with and without modular templates on a variety of datasets. We find that our proposed approach generally outperforms single-template GP-GOMEA and can moreover uncover ground-truth expressions underlying synthetic datasets with modular subexpressions at a faster rate than GP-GOMEA without modular subexpressions.

📄 PDF Abstract BibTeX arXiv:2505.01262

Code (0)

등록된 구현이 없습니다.

Tasks

regressionSymbolic Regression

Similar Papers 제목 키워드 기반

Introns and Templates Matter: Rethinking Linkage in GP-GOMEA

2026-02-02 · Johannes Koch, Tanja Alderliesten, Peter A. N. Bosman arxiv

GP-GOMEA is among the state-of-the-art for symbolic regression, especially when it comes to finding small and potentially interpretable solutions. A key mechanism employed in any GOMEA variant is the exploitation of link…

A Better Multi-Objective GP-GOMEA -- But do we Need it?

2025-07-04 · Joe Harrison, Tanja Alderliesten. Peter A. N. Bosman arxiv

In Symbolic Regression (SR), achieving a proper balance between accuracy and interpretability remains a key challenge. The Genetic Programming variant of the Gene-pool Optimal Mixing Evolutionary Algorithm (GP-GOMEA) is …

Improving the efficiency of GP-GOMEA for higher-arity operators

2024-02-15 · Thalea Schlender, Mafalda Malafaia, Tanja Alderliesten, Peter A. N. Bosman

Deploying machine learning models into sensitive domains in our society requires these models to be explainable. Genetic Programming (GP) can offer a way to evolve inherently interpretable expressions. GP-GOMEA is a form…

GP-GOMEA with GPU-Based Fitness Evaluations: Design and Performance Analysis

2026-05-29 · Jasper Post, Johannes Koch, Anton Bouter, Tanja Alderliesten 외 arxiv

GP-GOMEA is a state-of-the-art evolutionary algorithm for symbolic regression, known for discovering small and interpretable models. However, its computational cost remains substantial, limiting its applicability to larg…

Parameterless Gene-pool Optimal Mixing Evolutionary Algorithms

2021-09-11 · Arkadiy Dushatskiy, Marco Virgolin, Anton Bouter, Dirk Thierens 외

When it comes to solving optimization problems with evolutionary algorithms (EAs) in a reliable and scalable manner, detecting and exploiting linkage information, i.e., dependencies between variables, can be key. In this…

Evolutionary AlgorithmsManagement