paper-with-me

Papers

FLASH: Fast Bayesian Optimization for Data Analytic Pipelines

2016-02-20 · Yuyu Zhang, Mohammad Taha Bahadori, Hang Su, Jimeng Sun

Modern data science relies on data analytic pipelines to organize interdependent computational steps. Such analytic pipelines often involve different algorithms across multiple steps, each with its own hyperparameters. To achieve the best performance, it is often critical to select optimal algorithms and to set appropriate hyperparameters, which requires large computational efforts. Bayesian optimization provides a principled way for searching optimal hyperparameters for a single algorithm. However, many challenges remain in solving pipeline optimization problems with high-dimensional and highly conditional search space. In this work, we propose Fast LineAr SearcH (FLASH), an efficient method for tuning analytic pipelines. FLASH is a two-layer Bayesian optimization framework, which firstly uses a parametric model to select promising algorithms, then computes a nonparametric model to fine-tune hyperparameters of the promising algorithms. FLASH also includes an effective caching algorithm which can further accelerate the search process. Extensive experiments on a number of benchmark datasets have demonstrated that FLASH significantly outperforms previous state-of-the-art methods in both search speed and accuracy. Using 50% of the time budget, FLASH achieves up to 20% improvement on test error rate compared to the baselines. FLASH also yields state-of-the-art performance on a real-world application for healthcare predictive modeling.

📄 PDF Abstract BibTeX arXiv:1602.06468

Code (1)

yuyuz/FLASH 공식 구현

Tasks

Bayesian Optimization

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 제목 키워드 기반

FLASH: Fast Neural Architecture Search with Hardware Optimization

2021-08-01 · Guihong Li, Sumit K. Mandal, Umit Y. Ogras, Radu Marculescu

Neural architecture search (NAS) is a promising technique to design efficient and high-performance deep neural networks (DNNs). As the performance requirements of ML applications grow continuously, the hardware accelerat…

global-optimizationNeural Architecture Search

FLASH: Efficient Visuomotor Policy via Sparse Sampling

2026-05-15 · Jiaqi Bai, Jindou Jia, Yuxuan Hu, Gen Li 외 arxiv

Generative models such as diffusion and flow matching have become dominant paradigms for visuomotor policy learning, yet their reliance on iterative denoising incurs high inference latency incompatible with real-time rob…

DNN-aided Read-voltage Threshold Optimization for MLC Flash Memory with Finite Block Length

2020-04-11 · Cheng Wang, Kang Wei, Lingjun Kong, Long Shi 외

The error correcting performance of multi-level-cell (MLC) NAND flash memory is closely related to the block length of error correcting codes (ECCs) and log-likelihood-ratios (LLRs) of the read-voltage thresholds. Driven…

Taming the Expressiveness and Programmability of Graph Analytical Queries

2020-04-20 · Lu Qin, Longbin Lai, Kongzhang Hao, Zhongxin Zhou 외

Graph database has enjoyed a boom in the last decade, and graph queries accordingly gain a lot of attentions from both the academia and industry. We focus on analytical queries in this paper. While analyzing existing dom…

Code Generation

FlashDecoding++: Faster Large Language Model Inference on GPUs

2023-11-02 · Ke Hong, Guohao Dai, Jiaming Xu, Qiuli Mao 외

As the Large Language Model (LLM) becomes increasingly important in various domains. However, the following challenges still remain unsolved in accelerating LLM inference: (1) Synchronized partial softmax update. The sof…

Language ModelingLanguage ModellingLarge Language Modelmodel