paper-with-me

Papers

Interval Arithmetic and Interval-Aware Operators for Genetic Programming

2017-04-17 · Grant Dick

Symbolic regression via genetic programming is a flexible approach to machine learning that does not require up-front specification of model structure. However, traditional approaches to symbolic regression require the use of protected operators, which can lead to perverse model characteristics and poor generalisation. In this paper, we revisit interval arithmetic as one possible solution to allow genetic programming to perform regression using unprotected operators. Using standard benchmarks, we show that using interval arithmetic within model evaluation does not prevent invalid solutions from entering the population, meaning that search performance remains compromised. We extend the basic interval arithmetic concept with `safe' search operators that integrate interval information into their process, thereby greatly reducing the number of invalid solutions produced during search. The resulting algorithms are able to more effectively identify good models that generalise well to unseen data. We conclude with an analysis of the sensitivity of interval arithmetic-based operators with respect to the accuracy of the supplied input feature intervals.

📄 PDF Abstract BibTeX arXiv:1704.04998

Code (0)

등록된 구현이 없습니다.

Tasks

regressionSymbolic Regression

Similar Papers 제목 키워드 기반

A hybrid evolutionary algorithm with importance sampling for multi-dimensional optimization

2013-08-23 · Guanghui Huang, Zhifeng Pan

A hybrid evolutionary algorithm with importance sampling method is proposed for multi-dimensional optimization problems in this paper. In order to make use of the information provided in the search process, a set of visi…

Interval Simulation of Narmax Models Based on Computer Arithmetic

2018-07-25

System identification is an important area of science, which aims to describe the characteristics of the system, representing them by mathematical models. Since many of these models can be seen as recursive functions, it…

Generalized Interval-valued OWA Operators with Interval Weights Derived from Interval-valued Overlap Functions

2016-10-20 · Benjamin Bedregal, Humberto Bustince, Eduardo Palmeira, Graçaliz Pereira Dimuro 외

In this work we extend to the interval-valued setting the notion of an overlap functions and we discuss a method which makes use of interval-valued overlap functions for constructing OWA operators with interval-valued we…

The Fundamental Limits of Interval Arithmetic for Neural Networks

2021-12-09 · Matthew Mirman, Maximilian Baader, Martin Vechev

Interval analysis (or interval bound propagation, IBP) is a popular technique for verifying and training provably robust deep neural networks, a fundamental challenge in the area of reliable machine learning. However, de…

valid

Beyond Prediction: Interval Neural Networks for Uncertainty-Aware System Identification

2026-05-12 · Mehmet Ali Ferah, Tufan Kumbasar arxiv

System identification (SysID) is critical for modeling dynamical systems from experimental data, yet traditional approaches often fail to capture nonlinear behaviors. While deep learning offers powerful tools for modelin…