paper-with-me

Papers

Multi-Modal Learning meets Genetic Programming: Analyzing Alignment in Latent Space Optimization

2026-04-09 · Benjamin Léger, Kazem Meidani, Christian Gagné arxiv

Symbolic regression (SR) aims to discover mathematical expressions from data, a task traditionally tackled using Genetic Programming (GP) through combinatorial search over symbolic structures. Latent Space Optimization (LSO) methods use neural encoders to map symbolic expressions into continuous spaces, transforming the combinatorial search into continuous optimization. SNIP (Meidani et al., 2024), a contrastive pre-training model inspired by CLIP, advances LSO by introducing a multi-modal approach: aligning symbolic and numeric encoders in a shared latent space to learn the phenotype-genotype mapping, enabling optimization in the numeric space to implicitly guide symbolic search. However, this relies on fine-grained cross-modal alignment, whereas literature on similar models like CLIP reveals that such an alignment is typically coarse-grained. In this paper, we investigate whether SNIP delivers on its promise of effective bi-modal optimization for SR. Our experiments show that: (1) cross-modal alignment does not improve during optimization, even as fitness increases, and (2) the alignment learned by SNIP is too coarse to efficiently conduct principled search in the symbolic space. These findings reveal that while multi-modal LSO holds significant potential for SR, effective alignment-guided optimization remains unrealized in practice, highlighting fine-grained alignment as a critical direction for future work.

📄 PDF Abstract BibTeX arXiv:2604.08324

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

When Darwin meets Lorenz: Evolving new chaotic attractors through genetic programming

2014-09-27 · Indranil Pan, Saptarshi Das

In this paper, we propose a novel methodology for automatically finding new chaotic attractors through a computational intelligence technique known as multi-gene genetic programming (MGGP). We apply this technique to the…

Time SeriesTime Series Analysis

Function Class Learning with Genetic Programming: Towards Explainable Meta Learning for Tumor Growth Functionals

2024-02-19 · E. M. C. Sijben, J. C. Jansen, P. A. N. Bosman, T. Alderliesten

Paragangliomas are rare, primarily slow-growing tumors for which the underlying growth pattern is unknown. Therefore, determining the best care for a patient is hard. Currently, if no significant tumor growth is observed…

Meta-Learning

On the Effectiveness of Genetic Operations in Symbolic Regression

2021-08-24 · Bogdan Burlacu, Michael Affenzeller, Michael Kommenda

This paper describes a methodology for analyzing the evolutionary dynamics of genetic programming (GP) using genealogical information, diversity measures and information about the fitness variation from parent to offspri…

DiversityregressionSymbolic Regression

Optimization meets Big Data: A survey

2021-02-03 · Ricardo Di Pasquale, Javier Marenco

This paper reviews recent advances in big data optimization, providing the state-of-art of this emerging field. The main focus in this review are optimization techniques being applied in big data analysis environments. I…

Survey

Improving the Search by Encoding Multiple Solutions in a Chromosome

2021-10-13 · Mihai Oltean

We investigate the possibility of encoding multiple solutions of a problem in a single chromosome. The best solution encoded in an individual will represent (will provide the fitness of) that individual. In order to obta…