paper-with-me

홈 › Papers

Provable Accuracy Bounds for Hybrid Dynamical Optimization and Sampling

2024-10-08 · Matthew X. Burns, Qingyuan Hou, Michael C. Huang

Analog dynamical accelerators (DXs) are a growing sub-field in computer architecture research, offering order-of-magnitude gains in power efficiency and latency over traditional digital methods in several machine learning, optimization, and sampling tasks. However, limited-capacity accelerators require hybrid analog/digital algorithms to solve real-world problems, commonly using large-neighborhood local search (LNLS) frameworks. Unlike fully digital algorithms, hybrid LNLS has no non-asymptotic convergence guarantees and no principled hyperparameter selection schemes, particularly limiting cross-device training and inference. In this work, we provide non-asymptotic convergence guarantees for hybrid LNLS by reducing to block Langevin Diffusion (BLD) algorithms. Adapting tools from classical sampling theory, we prove exponential KL-divergence convergence for randomized and cyclic block selection strategies using ideal DXs. With finite device variation, we provide explicit bounds on the 2-Wasserstein bias in terms of step duration, noise strength, and function parameters. Our BLD model provides a key link between established theory and novel computing platforms, and our theoretical results provide a closed-form expression linking device variation, algorithm hyperparameters, and performance.

📄 PDF Abstract BibTeX arXiv:2410.06397

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Uniform error bounds for quantized dynamical models

2026-02-17 · Abdelkader Metakalard, Fabien Lauer, Kevin Colin, Marion Gilson arxiv

This paper provides statistical guarantees on the accuracy of dynamical models learned from dependent data sequences. Specifically, we develop uniform error bounds that apply to quantized models and imperfect optimizatio…

Dyn-D$^2$P: Dynamic Differentially Private Decentralized Learning with Provable Utility Guarantee

2025-05-10 · Zehan Zhu, Yan Huang, Xin Wang, Shouling Ji 외

Most existing decentralized learning methods with differential privacy (DP) guarantee rely on constant gradient clipping bounds and fixed-level DP Gaussian noises for each node throughout the training process, leading to…

A Hybridizable Neural Time Integrator for Stable Autoregressive Forecasting

2026-04-22 · Brooks Kinch, Xiaozhe Hu, Yilong Huang, Martine Dyring Hansen 외 arxiv

For autoregressive modeling of chaotic dynamical systems over long time horizons, the stability of both training and inference is a major challenge in building scientific foundation models. We present a hybrid technique …

SpectraLDS: Provable Distillation for Linear Dynamical Systems

2025-05-23 · Devan Shah, Shlomo Fortgang, Sofiia Druchyna, Elad Hazan

We present the first provable method for identifying symmetric linear dynamical systems (LDS) with accuracy guarantees that are independent of the systems' state dimension or effective memory. Our approach builds upon re…

Language ModelingLanguage Modelling

A Natural Extension To Online Algorithms For Hybrid RL With Limited Coverage

2024-03-07 · Kevin Tan, Ziping Xu

Hybrid Reinforcement Learning (RL), leveraging both online and offline data, has garnered recent interest, yet research on its provable benefits remains sparse. Additionally, many existing hybrid RL algorithms (Song et a…

Efficient ExplorationReinforcement Learning (RL)