paper-with-me

홈 › Papers

ROIDS: Robust Outlier-Aware Informed Down-Sampling

2026-01-27 · Alina Geiger, Martin Briesch, Dominik Sobania, Franz Rothlauf arxiv

Informed down-sampling (IDS) is known to improve performance in symbolic regression when combined with various selection strategies, especially tournament selection. However, recent work found that IDS's gains are not consistent across all problems. Our analysis reveals that IDS performance is worse for problems containing outliers. IDS systematically favors including outliers in subsets which pushes GP towards finding solutions that overfit to outliers. To address this, we introduce ROIDS (Robust Outlier-Aware Informed Down-Sampling), which excludes potential outliers from the sampling process of IDS. With ROIDS it is possible to keep the advantages of IDS without overfitting to outliers and to compete on a wide range of benchmark problems. This is also reflected in our experiments in which ROIDS shows the desired behavior on all studied benchmark problems. ROIDS consistently outperforms IDS on synthetic problems with added outliers as well as on a wide range of complex real-world problems, surpassing IDS on over 80% of the real-world benchmark problems. Moreover, compared to all studied baseline approaches, ROIDS achieves the best average rank across all tested benchmark problems. This robust behavior makes ROIDS a reliable down-sampling method for selection in symbolic regression, especially when outliers may be included in the data set.

📄 PDF Abstract BibTeX arXiv:2601.19477

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Outlier Detection using Improved Genetic K-means

2014-02-27 · M. H. Marghny, Ahmed I. Taloba

The outlier detection problem in some cases is similar to the classification problem. For example, the main concern of clustering-based outlier detection algorithms is to find clusters and outliers, which are often regar…

ClusteringGeneral ClassificationOutlier Detection

Rectified Euler k-means and Beyond

2021-08-06 · Yunxia Lin, Songcan Chen

Euler k-means (EulerK) first maps data onto the unit hyper-sphere surface of equi-dimensional space via a complex mapping which induces the robust Euler kernel and next employs the popular $k$-means. Consequently, beside…

K-bMOM: a robust Lloyd-type clustering algorithm based on bootstrap Median-of-Means

2020-02-10 · Camille Brunet-Saumard, Edouard Genetay, Adrien Saumard

We propose a new clustering algorithm that is robust to the presence of outliers in the dataset. We perform Lloyd-type iterations with robust estimates of the centroids. More precisely, we build on the idea of median-of-…

Clustering

A Static Analysis of Informed Down-Samples

2023-04-04 · Ryan Boldi, Alexander Lalejini, Thomas Helmuth, Lee Spector

We present an analysis of the loss of population-level test coverage induced by different down-sampling strategies when combined with lexicase selection. We study recorded populations from the first generation of genetic…

CodeQuant: Unified Clustering and Quantization for Enhanced Outlier Smoothing in Low-Precision Mixture-of-Experts

2026-04-12 · Xiangyang Yin, Xingyu Liu, Tianhua Xia, Bo Bao 외 arxiv

Outliers have emerged as a fundamental bottleneck in preserving accuracy for low-precision large models, particularly within Mixture-of-Experts (MoE) architectures that are increasingly central to large-scale language mo…