paper-with-me

홈 › Papers

AutoGL: A Library for Automated Graph Learning

2021-04-11 · ICLR Workshop GTRL 2021 5 · Ziwei Zhang, Yijian Qin, Zeyang Zhang, Chaoyu Guan, Jie Cai, Heng Chang, Jiyan Jiang, Haoyang Li, Zixin Sun, Beini Xie, Yang Yao, YiPeng Zhang, Xin Wang, Wenwu Zhu

Recent years have witnessed an upsurge in research interests and applications of machine learning on graphs. However, manually designing the optimal machine learning algorithms for different graph datasets and tasks is inflexible, labor-intensive, and requires expert knowledge, limiting its adaptivity and applicability. Automated machine learning (AutoML) on graphs, aiming to automatically design the optimal machine learning algorithm for a given graph dataset and task, has received considerable attention. However, none of the existing libraries can fully support AutoML on graphs. To fill this gap, we present Automated Graph Learning (AutoGL), the first dedicated library for automated machine learning on graphs. AutoGL is open-source, easy to use, and flexible to be extended. Specifically, we propose a three-layer architecture, consisting of backends to interface with devices, a complete automated graph learning pipeline, and supported graph applications. The automated machine learning pipeline further contains five functional modules: auto feature engineering, neural architecture search, hyper-parameter optimization, model training, and auto ensemble, covering the majority of existing AutoML methods on graphs. For each module, we provide numerous state-of-the-art methods and flexible base classes and APIs, which allow easy usage and customization. We further provide experimental results to showcase the usage of our AutoGL library. We also present AutoGL-light, a lightweight version of AutoGL to facilitate customizing pipelines and enriching applications, as well as benchmarks for graph neural architecture search. The codes of AutoGL are publicly available at https://github.com/THUMNLab/AutoGL.

📄 PDF Abstract BibTeX arXiv:2104.04987

Code (2)

THUMNLab/AutoGL 공식 구현 pytorch
thumnlab/autogl-light 공식 구현 pytorch

Tasks

AutoMLBIG-bench Machine LearningFeature EngineeringGraph LearningNeural Architecture Search

Similar Papers 제목 키워드 기반

Automated Machine Learning on Graphs: A Survey

2021-03-01 · Ziwei Zhang, Xin Wang, Wenwu Zhu

Machine learning on graphs has been extensively studied in both academic and industry. However, as the literature on graph learning booms with a vast number of emerging methods and techniques, it becomes increasingly dif…

AutoMLBIG-bench Machine LearningGraph LearningNeural Architecture Search+1

AutoGluon-TimeSeries: AutoML for Probabilistic Time Series Forecasting

2023-08-10 · Oleksandr Shchur, Caner Turkmen, Nick Erickson, Huibin Shen 외

We introduce AutoGluon-TimeSeries - an open-source AutoML library for probabilistic time series forecasting. Focused on ease of use and robustness, AutoGluon-TimeSeries enables users to generate accurate point and quanti…

AutoMLPhilosophyProbabilistic Time Series ForecastingTime Series+1

Automated Graph Machine Learning: Approaches, Libraries, Benchmarks and Directions

2022-01-04 · Xin Wang, Ziwei Zhang, Haoyang Li, Wenwu Zhu

Graph machine learning has been extensively studied in both academic and industry. However, as the literature on graph learning booms with a vast number of emerging methods and techniques, it becomes increasingly difficu…

BIG-bench Machine LearningGraph LearningNeural Architecture Search

AutoGluon-Multimodal (AutoMM): Supercharging Multimodal AutoML with Foundation Models

2024-04-24 · Zhiqiang Tang, Haoyang Fang, Su Zhou, Taojiannan Yang 외

AutoGluon-Multimodal (AutoMM) is introduced as an open-source AutoML library designed specifically for multimodal learning. Distinguished by its exceptional ease of use, AutoMM enables fine-tuning of foundation models wi…

AutoMLImage Segmentationobject-detectionObject Detection+2

AutoGLM: Autonomous Foundation Agents for GUIs

2024-10-28 · Xiao Liu, Bo Qin, Dongzhu Liang, Guang Dong 외

We present AutoGLM, a new series in the ChatGLM family, designed to serve as foundation agents for autonomous control of digital devices through Graphical User Interfaces (GUIs). While foundation models excel at acquirin…