paper-with-me

홈 › Papers

Autonomous Configuration of Network Parameters in Operating Systems using Evolutionary Algorithms

2018-08-31 · Bartosz Gembala, Anis Yazidi, Hårek Haugerud, Stefano Nichele

By default, the Linux network stack is not configured for highspeed large file transfer. The reason behind this is to save memory resources. It is possible to tune the Linux network stack by increasing the network buffers size for high-speed networks that connect server systems in order to handle more network packets. However, there are also several other TCP/IP parameters that can be tuned in an Operating System (OS). In this paper, we leverage Genetic Algorithms (GAs) to devise a system which learns from the history of the network traffic and uses this knowledge to optimize the current performance by adjusting the parameters. This can be done for a standard Linux kernel using sysctl or /proc. For a Virtual Machine (VM), virtually any type of OS can be installed and an image can swiftly be compiled and deployed. By being a sandboxed environment, risky configurations can be tested without the danger of harming the system. Different scenarios for network parameter configurations are thoroughly tested, and an increase of up to 65% throughput speed is achieved compared to the default Linux configuration.

📄 PDF Abstract BibTeX arXiv:1808.10733

Code (0)

등록된 구현이 없습니다.

Tasks

Evolutionary Algorithms

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar 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…

Hyperparameter OptimizationComputational EfficiencyAutonomous Driving

Model Guided Road Intersection Classification

2021-04-26 · Augusto Luis Ballardini, Álvaro Hernández, Miguel Ángel Sotelo

Understanding complex scenarios from in-vehicle cameras is essential for safely operating autonomous driving systems in densely populated areas. Among these, intersection areas are one of the most critical as they concen…

Autonomous DrivingAutonomous VehiclesClassificationGeneral Classification+1

Evolutionary Neural AutoML for Deep Learning

2019-02-18 · Jason Liang, Elliot Meyerson, Babak Hodjat, Dan Fink 외

Deep neural networks (DNNs) have produced state-of-the-art results in many benchmarks and problem domains. However, the success of DNNs depends on the proper configuration of its architecture and hyperparameters. Such a …

AutoMLDeep LearningDistributed ComputingEvolutionary Algorithms+5

A Search-Based Framework for Automatic Generation of Testing Environments for Cyber-Physical Systems

2022-03-23 · Dmytro Humeniuk, Foutse khomh, Giuliano Antoniol

Many modern cyber physical systems incorporate computer vision technologies, complex sensors and advanced control software, allowing them to interact with the environment autonomously. Testing such systems poses numerous…

Coverage-based Scene Fuzzing for Virtual Autonomous Driving Testing

2021-06-02 · Zhisheng Hu, Shengjian Guo, Zhenyu Zhong, Kang Li

Simulation-based virtual testing has become an essential step to ensure the safety of autonomous driving systems. Testers need to handcraft the virtual driving scenes and configure various environmental settings like sur…

Autonomous Driving