paper-with-me

Papers

CBOL-Tuner: Classifier-pruned Bayesian optimization to explore temporally structured latent spaces for particle accelerator tuning

2024-12-02 · Mahindra Rautela, Alan Williams, Alexander Scheinker

Complex dynamical systems, such as particle accelerators, often require complicated and time-consuming tuning procedures for optimal performance. It may also be required that these procedures estimate the optimal system parameters, which govern the dynamics of a spatiotemporal beam -- this can be a high-dimensional optimization problem. To address this, we propose a Classifier-pruned Bayesian Optimization-based Latent space Tuner (CBOL-Tuner), a framework for efficient exploration within a temporally-structured latent space. The CBOL-Tuner integrates a convolutional variational autoencoder (CVAE) for latent space representation, a long short-term memory (LSTM) network for temporal dynamics, a dense neural network (DNN) for parameter estimation, and a classifier-pruned Bayesian optimizer (C-BO) to adaptively search and filter the latent space for optimal solutions. CBOL-Tuner demonstrates superior performance in identifying multiple optimal settings and outperforms alternative global optimization methods.

📄 PDF Abstract BibTeX arXiv:2412.01748

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationEfficient Explorationglobal-optimizationparameter estimation

Similar Papers 제목 키워드 기반

AutoRAGTuner: A Declarative Framework for Automatic Optimization of RAG Pipelines

2026-05-03 · Xintan Zeng, Yongchao Liu, Yice Luo, Jiajun Zhen arxiv

Retrieval-Augmented Generation (RAG) enhances LLMs, but performance is highly sensitive to complex architecture designs and hyper-parameter configurations, which currently rely on inefficient manual tuning. We present Au…

VDTuner: Automated Performance Tuning for Vector Data Management Systems

2024-04-16 · Tiannuo Yang, Wen Hu, Wangqi Peng, Yusen Li 외

Vector data management systems (VDMSs) have become an indispensable cornerstone in large-scale information retrieval and machine learning systems like large language models. To enhance the efficiency and flexibility of s…

Bayesian OptimizationInformation RetrievalManagement

Recent Advances in RecBole: Extensions with more Practical Considerations

2022-11-28 · Lanling Xu, Zhen Tian, Gaowei Zhang, Lei Wang 외

RecBole has recently attracted increasing attention from the research community. As the increase of the number of users, we have received a number of suggestions and update requests. This motivates us to make some signif…

BaCO: A Fast and Portable Bayesian Compiler Optimization Framework

2022-12-01 · Erik Hellsten, Artur Souza, Johannes Lenfers, Rubens Lacouture 외

We introduce the Bayesian Compiler Optimization framework (BaCO), a general purpose autotuner for modern compilers targeting CPUs, GPUs, and FPGAs. BaCO provides the flexibility needed to handle the requirements of moder…

Compiler Optimization

Evaluating the performance-deviation of itemKNN in RecBole and LensKit

2024-07-18 · Michael Schmidt, Jannik Nitschke, Tim Prinz

This study examines the performance of item-based k-Nearest Neighbors (ItemKNN) algorithms in the RecBole and LensKit recommender system libraries. Using four data sets (Anime, Modcloth, ML-100K, and ML-1M), we assess ea…

Recommendation Systems