paper-with-me

Papers

Seq103: A Unified Neuroevolution Framework for Compact Sequence Architecture Discovery

2026-06-03 · Wenxiao Li, Yongjian Liu, Qing Xie arxiv

Neuroevolution is a representative neural architecture search paradigm that evolves both network topology and weights through evolutionary algorithms. In this paper, we propose Seq103, a unified NEAT-style neuroevolution framework for compact sequence architecture discovery. Seq103 consists of a shared evolutionary backbone and an optional recurrent extension. The shared backbone includes an elementary node-and-connection representation, per-class RMSE-based evaluation, mutation-based evolution with class-wise recombination, and elitism. The optional hidden-state mechanism extends the search space with hidden-state nodes and hidden connections, enabling temporal memory when step-wise recurrent inference is required. With this design, Seq103 applies the same core search pipeline to both step-wise recurrent and sample-wise feedforward sequence classification. In recurrent tasks, the hidden-state extension is enabled to provide temporal memory; in feedforward tasks, it is disabled while the shared evolutionary backbone remains unchanged. We evaluate Seq103 on 8 text classification datasets and the full UCRArchive2018 benchmark with 128 univariate time-series datasets. On step-wise tasks, Seq103 retains 86.96% of the best-baseline accuracy on average while using 34.6x to 3218.0x fewer parameters. On sample-wise tasks over the full UCRArchive2018 benchmark, Seq103 retains 81.95% of the best-baseline accuracy on average while using 11.8x to 160,601.0x fewer parameters.

📄 PDF Abstract BibTeX arXiv:2606.07664

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Architecture SearchText Classification

Similar Papers 제목 키워드 기반

AD-NEv++ : The multi-architecture neuroevolution-based multivariate anomaly detection framework

2024-03-25 · Marcin Pietroń, Dominik Żurek, Kamil Faber, Roberto Corizzo

Anomaly detection tools and methods enable key analytical capabilities in modern cyberphysical and sensor-based systems. Despite the fast-paced development in deep learning architectures for anomaly detection, model opti…

Anomaly DetectionModel Optimization

Provably Sub-Linear Two-Timescale NeuroEvolution with Online Plasticity

2026-06-18 · Shishen Lin, Yixin Chen arxiv

NeuroEvolution of Augmenting Topologies (NEAT) is a widely used neuroevolution algorithm for learning neural network architectures and weights for control tasks. However, standard offline optimisation searches for connec…

Reinforcement LearningContinuous Control

AD-NEV: A Scalable Multi-level Neuroevolution Framework for Multivariate Anomaly Detection

2023-05-25 · Marcin Pietron, Dominik Zurek, Kamil Faber, Roberto Corizzo

Anomaly detection tools and methods present a key capability in modern cyberphysical and failure prediction systems. Despite the fast-paced development in deep learning architectures for anomaly detection, model optimiza…

Anomaly DetectionModel OptimizationTime SeriesTime Series Anomaly Detection

Ensemble neuroevolution based approach for multivariate time series anomaly detection

2021-08-08 · Kamil Faber, Dominik Żurek, Marcin Pietroń, Kamil Piętak

Multivariate time series anomaly detection is a very common problem in the field of failure prevention. Fast prevention means lower repair costs and losses. The amount of sensors in novel industry systems makes the anoma…

Anomaly DetectionDeep LearningTime SeriesTime Series Analysis+1

Parameter-Efficient Neuroevolution for Diverse LLM Generation: Quality-Diversity Optimization via Prompt Embedding Evolution

2026-05-10 · Dongxin Guo, Jikun Wu, Siu Ming Yiu arxiv

Large Language Models exhibit mode collapse, producing homogeneous outputs that fail to explore valid solution spaces. We present QD-LLM, a framework for parameter-efficient neuroevolution that evolves prompt embeddings,…