SEAIJan 1, 2025

Distilled Lifelong Self-Adaptation for Configurable Systems

arXiv:2501.00840v114 citationsh-index: 14Has CodeICSE
Originality Incremental advance
AI Analysis

This addresses the challenge of optimizing performance in configurable software systems for engineers and developers, representing an incremental advance over existing methods.

The paper tackles the problem of self-adapting configurable systems under time-varying workloads by proposing DLiSA, a framework that uses lifelong planning and distilled knowledge seeding, resulting in performance improvements of up to 229% and resource acceleration of up to 2.22x compared to state-of-the-art approaches.

Modern configurable systems provide tremendous opportunities for engineering future intelligent software systems. A key difficulty thereof is how to effectively self-adapt the configuration of a running system such that its performance (e.g., runtime and throughput) can be optimized under time-varying workloads. This unfortunately remains unaddressed in existing approaches as they either overlook the available past knowledge or rely on static exploitation of past knowledge without reasoning the usefulness of information when planning for self-adaptation. In this paper, we tackle this challenging problem by proposing DLiSA, a framework that self-adapts configurable systems. DLiSA comes with two properties: firstly, it supports lifelong planning, and thereby the planning process runs continuously throughout the lifetime of the system, allowing dynamic exploitation of the accumulated knowledge for rapid adaptation. Secondly, the planning for a newly emerged workload is boosted via distilled knowledge seeding, in which the knowledge is dynamically purified such that only useful past configurations are seeded when necessary, mitigating misleading information. Extensive experiments suggest that the proposed DLiSA significantly outperforms state-of-the-art approaches, demonstrating a performance improvement of up to 229% and a resource acceleration of up to 2.22x on generating promising adaptation configurations. All data and sources can be found at our repository: https://github.com/ideas-labo/dlisa.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes