paper-with-me

Papers

Adapting Multi-objectivized Software Configuration Tuning

2024-04-06 · Tao Chen, Miqing Li

When tuning software configuration for better performance (e.g., latency or throughput), an important issue that many optimizers face is the presence of local optimum traps, compounded by a highly rugged configuration landscape and expensive measurements. To mitigate these issues, a recent effort has shifted to focus on the level of optimization model (called meta multi-objectivization or MMO) instead of designing better optimizers as in traditional methods. This is done by using an auxiliary performance objective, together with the target performance objective, to help the search jump out of local optima. While effective, MMO needs a fixed weight to balance the two objectives-a parameter that has been found to be crucial as there is a large deviation of the performance between the best and the other settings. However, given the variety of configurable software systems, the "sweet spot" of the weight can vary dramatically in different cases and it is not possible to find the right setting without time-consuming trial and error. In this paper, we seek to overcome this significant shortcoming of MMO by proposing a weight adaptation method, dubbed AdMMO. Our key idea is to adaptively adjust the weight at the right time during tuning, such that a good proportion of the nondominated configurations can be maintained. Moreover, we design a partial duplicate retention mechanism to handle the issue of too many duplicate configurations without losing the rich information provided by the "good" duplicates. Experiments on several real-world systems, objectives, and budgets show that, for 71% of the cases, AdMMO is considerably superior to MMO and a wide range of state-of-the-art optimizers while achieving generally better efficiency with the best speedup between 2.2x and 20x.

📄 PDF Abstract BibTeX arXiv:2404.04744

Code (1)

ideas-labo/admmo 공식 구현

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Multi-Objectivizing Software Configuration Tuning (for a single performance concern)

2021-05-31 · Tao Chen, Miqing Li

Automatically tuning software configuration for optimizing a single performance attribute (e.g., minimizing latency) is not trivial, due to the nature of the configuration systems (e.g., complex landscape and expensive m…

Attribute

Domain Adaptation for Different Sensor Configurations in 3D Object Detection

2025-09-04 · Satoshi Tanaka, Kok Seang Tan, Isamu Yamashita arxiv

Recent advances in autonomous driving have underscored the importance of accurate 3D object detection, with LiDAR playing a central role due to its robustness under diverse visibility conditions. However, different vehic…

3D Object DetectionAutonomous DrivingDomain Adaptation

Unlocking the Secrets of Software Configuration Landscapes-Ruggedness, Accessibility, Escapability, and Transferability

2022-01-05 · Mingyu Huang, Peili Mao, Ke Li

Modern software systems are often highly configurable to tailor varied requirements from diverse stakeholders. Understanding the mapping between configurations and the desired performance attributes plays a fundamental r…

Heuristic Search

MMO: Meta Multi-Objectivization for Software Configuration Tuning

2021-12-14 · Pengzhou Chen, Tao Chen, Miqing Li

Software configuration tuning is essential for optimizing a given performance objective (e.g., minimizing latency). Yet, due to the software's intrinsically complex configuration landscape and expensive measurement, ther…

ML$^2$Tuner: Efficient Code Tuning via Multi-Level Machine Learning Models

2024-11-16 · JooHyoung Cha, Munyoung Lee, Jinse Kwon, Jubin Lee 외

The increasing complexity of deep learning models necessitates specialized hardware and software optimizations, particularly for deep learning accelerators. Existing autotuning methods often suffer from prolonged tuning …

Deep Learning