paper-with-me

Papers

Gradient-based Discrete Sampling with Automatic Cyclical Scheduling

2024-02-27 · Patrick Pynadath, Riddhiman Bhattacharya, Arun Hariharan, Ruqi Zhang

Discrete distributions, particularly in high-dimensional deep models, are often highly multimodal due to inherent discontinuities. While gradient-based discrete sampling has proven effective, it is susceptible to becoming trapped in local modes due to the gradient information. To tackle this challenge, we propose an automatic cyclical scheduling, designed for efficient and accurate sampling in multimodal discrete distributions. Our method contains three key components: (1) a cyclical step size schedule where large steps discover new modes and small steps exploit each mode; (2) a cyclical balancing schedule, ensuring "balanced" proposals for given step sizes and high efficiency of the Markov chain; and (3) an automatic tuning scheme for adjusting the hyperparameters in the cyclical schedules, allowing adaptability across diverse datasets with minimal tuning. We prove the non-asymptotic convergence and inference guarantee for our method in general discrete distributions. Extensive experiments demonstrate the superiority of our method in sampling complex multimodal discrete distributions.

📄 PDF Abstract BibTeX arXiv:2402.17699

Code (1)

patrickpynadath1/automatic_cyclical_sampling 공식 구현 pytorch

Tasks

Scheduling

Similar Papers 제목 키워드 기반

Learning to Explore for Stochastic Gradient MCMC

2024-08-17 · SeungHyun Kim, Seohyeon Jung, Seonghyeon Kim, Juho Lee

Bayesian Neural Networks(BNNs) with high-dimensional parameters pose a challenge for posterior inference due to the multi-modality of the posterior distributions. Stochastic Gradient MCMC(SGMCMC) with cyclical learning r…

image-classificationImage ClassificationMeta-LearningScheduling

Cyclical Stochastic Gradient MCMC for Bayesian Deep Learning

2019-02-11 · ICLR 2020 1 · Ruqi Zhang, Chunyuan Li, Jianyi Zhang, Changyou Chen 외

The posteriors over neural network weights are high dimensional and multimodal. Each mode typically characterizes a meaningfully different representation of the data. We develop Cyclical Stochastic Gradient MCMC (SG-MCMC…

Bayesian InferenceDeep LearningStochastic Optimization

General Cyclical Training of Neural Networks

2022-02-17 · Leslie N. Smith

This paper describes the principle of "General Cyclical Training" in machine learning, where training starts and ends with "easy training" and the "hard training" happens during the middle epochs. We propose several mani…

Data AugmentationKnowledge Distillation

Enhancing Gradient-based Discrete Sampling via Parallel Tempering

2025-02-26 · Luxu Liang, Yuhang Jia, Feng Zhou

While gradient-based discrete samplers are effective in sampling from complex distributions, they are susceptible to getting trapped in local minima, particularly in high-dimensional, multimodal discrete distributions, o…

Stochastic Gradient Descent with Hyperbolic-Tangent Decay on Classification

2018-06-05 · Bo Yang Hsueh, Wei Li, I-Chen Wu

Learning rate scheduler has been a critical issue in the deep neural network training. Several schedulers and methods have been proposed, including step decay scheduler, adaptive method, cosine scheduler and cyclical sch…

ClassificationGeneral ClassificationScheduling