paper-with-me

Papers

Multi-objective Genetic Programming with Multi-view Multi-level Feature for Enhanced Protein Secondary Structure Prediction

2026-03-11 · Yining Qian, Lijie Su, Meiling Xu, Xianpeng Wang arxiv

Predicting protein secondary structure is essential for understanding protein function and advancing drug discovery. However, the intricate sequence-structure relationship poses significant challenges for accurate modeling. To address these, we propose MOGP-MMF, a multi-objective genetic programming framework that reformulates PSSP as an automated optimization task focused on feature selection and fusion. Specifically, MOGP-MMF introduces a multi-view multi-level representation strategy that integrates evolutionary, semantic, and newly introduced structural views to capture the comprehensive protein folding logic. Leveraging an enriched operator set, the framework evolves both linear and nonlinear fusion functions, effectively capturing high-order feature interactions while reducing fusion complexity. To resolve the accuracy-complexity trade-off, an improved multi-objective GP algorithm is developed, incorporating a knowledge transfer mechanism that utilizes prior evolutionary experience to guide the population toward global optima. Extensive experiments across seven benchmark datasets demonstrate that MOGP-MMF surpasses state-of-the-art methods, particularly in Q8 accuracy and structural integrity. Furthermore, MOGP-MMF generates a diverse set of non-dominated solutions, offering flexible model selection schemes for various practical application scenarios. The source code is available on GitHub: https://github.com/qian-ann/MOGP-MMF/tree/main.

📄 PDF Abstract BibTeX arXiv:2603.12293

Code (0)

등록된 구현이 없습니다.

Tasks

Protein Secondary Structure PredictionDrug Discovery

Similar Papers 제목 키워드 기반

Semantic Neighborhood Ordering in Multi-objective Genetic Programming based on Decomposition

2021-02-28 · Fergal Stapleton, Edgar Galván

Semantic diversity in Genetic Programming has proved to be highly beneficial in evolutionary search. We have witnessed a surge in the number of scientific works in the area, starting first in discrete spaces and moving t…

DiversityEvolutionary Algorithms

Using Traceless Genetic Programming for Solving Multiobjective Optimization Problems

2021-10-07 · Mihai Oltean, Crina Grosan

Traceless Genetic Programming (TGP) is a Genetic Programming (GP) variant that is used in cases where the focus is rather the output of the program than the program itself. The main difference between TGP and other GP te…

Multiobjective Optimization

Highlights of Semantics in Multi-objective Genetic Programming

2022-06-10 · Edgar Galván, Leonardo Trujillo, Fergal Stapleton

Semantics is a growing area of research in Genetic programming (GP) and refers to the behavioural output of a Genetic Programming individual when executed. This research expands upon the current understanding of semantic…

Binary ClassificationDiversitySemantic SimilaritySemantic Textual Similarity

Guiding Multi-Objective Genetic Programming with Description Length Improves Symbolic Regression Solutions

2026-05-21 · Gabriel Kronberger, Fabricio Olivetti de Franca, Deaglan J. Bartlett, Harry Desmond 외 arxiv

Symbolic regression with genetic programming (GPSR) may suffer from overfitting and structural bloat, especially when noise is present. In this paper we evaluate description length (DL) and fractional Bayes factor (FBF) …

EC-KitY: Evolutionary Computation Tool Kit in Python with Seamless Machine Learning Integration

2022-07-21 · Moshe Sipper, Tomer Halperin, Itai Tzruia, Achiya Elyasaf

EC-KitY is a comprehensive Python library for doing evolutionary computation (EC), licensed under the BSD 3-Clause License, and compatible with scikit-learn. Designed with modern software engineering and machine learning…

BIG-bench Machine Learning