paper-with-me

홈 › Papers

Evolutionary Hyperparameter Optimization to Find Lightweight CNN Models for Autonomous Steering

2026-06-29 · Devson Butani, Ryan Kaddis, Chan-Jin Chung arxiv

This research investigates the optimization of Convolutional and Dense Neural Networks (CNNs and DNNs) for autonomous steering using the (N+M) Evolution Strategy (ES) with the 1/5th success rule. The primary objective is to develop a lightweight CNN based model capable of real-time steering angle prediction, mimicking human driving behavior on predefined paths. The ES algorithm automates hyperparameter tuning, dynamically adjusting parameters such as filter sizes and layer configurations. Data collection encompasses driving scenarios recorded via the LTU ACTor autonomous driving platform, including variations in path direction and driving style. The very small dataset consists of timestamped images labeled with steering angles and pre-processed to focus on relevant visual information. Initial experiments involve training a baseline CNN model, which is then refined using ES to significantly reduce the size of the model while maintaining competitive predictive accuracy. The results highlight the viability of lightweight neural network architectures for real-time autonomous systems, striking a balance between computational efficiency and performance. This study not only advances research initiatives on the use of evolutionary algorithms for autonomous driving applications but also lays the foundation for the deployment of cost-effective and scalable solutions in self-driving technology.

📄 PDF Abstract BibTeX arXiv:2606.29684

Code (0)

등록된 구현이 없습니다.

Tasks

Hyperparameter OptimizationComputational EfficiencyAutonomous Driving

Similar Papers 제목 키워드 기반

Optimization Problem Solving Can Transition to Evolutionary Agentic Workflows

2025-05-07 · Wenhao Li, Bo Jin, Mingyi Hong, Changhong Lu 외

This position paper argues that optimization problem solving can transition from expert-dependent to evolutionary agentic workflows. Traditional optimization practices rely on human specialists for problem formulation, a…

NavigatePositionScheduling

Hyperparameter Optimization for Driving Strategies Based on Reinforcement Learning

2024-07-19 · Nihal Acharya Adde, Hanno Gottschalk, Andreas Ebert

This paper focuses on hyperparameter optimization for autonomous driving strategies based on Reinforcement Learning. We provide a detailed description of training the RL agent in a simulation environment. Subsequently, w…

Autonomous DrivingBayesian Optimizationglobal-optimizationHyperparameter Optimization+2

Massively-concurrent Agent-based Evolutionary Computing

2015-01-27 · D. Krzywicki, W. Turek, A. Byrski, M. Kisiel-Dorohinicki

The fusion of the multi-agent paradigm with evolutionary computation yielded promising results in many optimization problems. Evolutionary multi-agent system (EMAS) are more similar to biological evolution than classical…

Evolutionary Algorithms

An investigation on the use of Large Language Models for hyperparameter tuning in Evolutionary Algorithms

2024-08-05 · Leonardo Lucio Custode, Fabio Caraffini, Anil Yaman, Giovanni Iacca

Hyperparameter optimization is a crucial problem in Evolutionary Computation. In fact, the values of the hyperparameters directly impact the trajectory taken by the optimization process, and their choice requires extensi…

Evolutionary AlgorithmsHyperparameter Optimization

Better call Surrogates: A hybrid Evolutionary Algorithm for Hyperparameter optimization

2020-12-11 · Subhodip Biswas, Adam D Cobb, Andreea Sistrunk, Naren Ramakrishnan 외

In this paper, we propose a surrogate-assisted evolutionary algorithm (EA) for hyperparameter optimization of machine learning (ML) models. The proposed STEADE model initially estimates the objective function landscape u…

Bayesian OptimizationBIG-bench Machine LearningHyperparameter Optimization