paper-with-me

Papers

DREAM: Debugging and Repairing AutoML Pipelines

2023-12-31 · XiaoYu Zhang, Juan Zhai, Shiqing Ma, Chao Shen

Deep Learning models have become an integrated component of modern software systems. In response to the challenge of model design, researchers proposed Automated Machine Learning (AutoML) systems, which automatically search for model architecture and hyperparameters for a given task. Like other software systems, existing AutoML systems suffer from bugs. We identify two common and severe bugs in AutoML, performance bug (i.e., searching for the desired model takes an unreasonably long time) and ineffective search bug (i.e., AutoML systems are not able to find an accurate enough model). After analyzing the workflow of AutoML, we observe that existing AutoML systems overlook potential opportunities in search space, search method, and search feedback, which results in performance and ineffective search bugs. Based on our analysis, we design and implement DREAM, an automatic debugging and repairing system for AutoML systems. It monitors the process of AutoML to collect detailed feedback and automatically repairs bugs by expanding search space and leveraging a feedback-driven search strategy. Our evaluation results show that DREAM can effectively and efficiently repair AutoML bugs.

📄 PDF Abstract BibTeX arXiv:2401.00379

Code (0)

등록된 구현이 없습니다.

Tasks

AutoML

Similar Papers 제목 키워드 기반

Completing and Debugging Ontologies: state of the art and challenges

2019-08-08 · Patrick Lambrix

As semantically-enabled applications require high-quality ontologies, developing and maintaining ontologies that are as correct and complete as possible is an important although difficult task in ontology engineering. A …

Repairing Networks of $\mathcal{EL_\perp}$ Ontologies using Weakening and Completing -- Extended version

2024-07-26 · Ying Li, Patrick Lambrix

The quality of ontologies and their alignments is crucial for developing high-quality semantics-based applications. Traditional debugging techniques repair ontology networks by removing unwanted axioms and mappings, but …

XAutoML: A Visual Analytics Tool for Understanding and Validating Automated Machine Learning

2022-02-24 · Marc-André Zöller, Waldemar Titov, Thomas Schlegel, Marco F. Huber

In the last ten years, various automated machine learning (AutoM ) systems have been proposed to build end-to-end machine learning (ML) pipelines with minimal human interaction. Even though such automatically synthesized…

AutoMLBIG-bench Machine LearningExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)

Omni-SimpleMem: Autoresearch-Guided Discovery of Lifelong Multimodal Agent Memory

2026-04-01 · Jiaqi Liu, Zipeng Ling, Shi Qiu, Yanqing Liu 외 arxiv

AI agents increasingly operate over extended time horizons, yet their ability to retain, organize, and recall multimodal experiences remains a critical bottleneck. Building effective lifelong memory requires navigating a…

Prompt Engineering

A Scalable AutoML Approach Based on Graph Neural Networks

2021-10-29 · Mossad Helali, Essam Mansour, Ibrahim Abdelaziz, Julian Dolby 외

AutoML systems build machine learning models automatically by performing a search over valid data transformations and learners, along with hyper-parameter optimization for each learner. Many AutoML systems use meta-learn…

AutoMLGraph GenerationMeta-Learningvalid