paper-with-me

Papers

DN-CL: Deep Symbolic Regression against Noise via Contrastive Learning

2024-06-21 · Jingyi Liu, YanJie Li, Lina Yu, Min Wu, Weijun Li, Wenqiang Li, Meilan Hao, Yusong Deng, Shu Wei

Noise ubiquitously exists in signals due to numerous factors including physical, electronic, and environmental effects. Traditional methods of symbolic regression, such as genetic programming or deep learning models, aim to find the most fitting expressions for these signals. However, these methods often overlook the noise present in real-world data, leading to reduced fitting accuracy. To tackle this issue, we propose \textit{\textbf{D}eep Symbolic Regression against \textbf{N}oise via \textbf{C}ontrastive \textbf{L}earning (DN-CL)}. DN-CL employs two parameter-sharing encoders to embed data points from various data transformations into feature shields against noise. This model treats noisy data and clean data as different views of the ground-truth mathematical expressions. Distances between these features are minimized, utilizing contrastive learning to distinguish between 'positive' noise-corrected pairs and 'negative' contrasting pairs. Our experiments indicate that DN-CL demonstrates superior performance in handling both noisy and clean data, presenting a promising method of symbolic regression.

📄 PDF Abstract BibTeX arXiv:2406.14844

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningregressionSymbolic Regression

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Contrastive learning for regression in multi-site brain age prediction

2022-11-14 · Carlo Alberto Barbano, Benoit Dufumier, Edouard Duchesnay, Marco Grangetto 외

Building accurate Deep Learning (DL) models for brain age prediction is a very relevant topic in neuroimaging, as it could help better understand neurodegenerative disorders and find new biomarkers. To estimate accurate …

Contrastive Learningregression

Beyond Least Squares: Robust Regression Transformer (R2T)

2025-08-04 · Roman Gutierrez, Tony Kai Tang, Isabel Gutierrez arxiv

Robust regression techniques rely on least-squares optimization, which works well for Gaussian noise but fails in the presence of asymmetric structured noise. We propose a hybrid neural-symbolic architecture where a tran…

Bayesian Symbolic Regression via Posterior Sampling

2025-12-11 · Geoffrey F. Bomarito, Patrick E. Leser arxiv

Symbolic regression is a powerful tool for discovering governing equations directly from data, but its sensitivity to noise hinders its broader application. This paper introduces a Sequential Monte Carlo (SMC) framework …

A Reinforcement Learning Approach to Domain-Knowledge Inclusion Using Grammar Guided Symbolic Regression

2022-02-09 · Laure Crochepierre, Lydia Boudjeloud-Assala, Vincent Barbesant

In recent years, symbolic regression has been of wide interest to provide an interpretable symbolic representation of potentially large data relationships. Initially circled to genetic algorithms, symbolic regression met…

regressionreinforcement-learningReinforcement Learning (RL)Symbolic Regression

Symbolic Discovery of Stochastic Differential Equations with Genetic Programming

2026-03-10 · Sigur de Vries, Sander W. Keemink, Marcel A. J. van Gerven arxiv

Automated scientific discovery aims to improve scientific understanding through machine learning. A central approach in this field is symbolic regression, which uses genetic programming or sparse regression to learn inte…