paper-with-me

홈 › Papers

Annealing Gaussian into ReLU: a New Sampling Strategy for Leaky-ReLU RBM

2016-11-11 · Chun-Liang Li, Siamak Ravanbakhsh, Barnabas Poczos

Restricted Boltzmann Machine (RBM) is a bipartite graphical model that is used as the building block in energy-based deep generative models. Due to numerical stability and quantifiability of the likelihood, RBM is commonly used with Bernoulli units. Here, we consider an alternative member of exponential family RBM with leaky rectified linear units -- called leaky RBM. We first study the joint and marginal distributions of leaky RBM under different leakiness, which provides us important insights by connecting the leaky RBM model and truncated Gaussian distributions. The connection leads us to a simple yet efficient method for sampling from this model, where the basic idea is to anneal the leakiness rather than the energy; -- i.e., start from a fully Gaussian/Linear unit and gradually decrease the leakiness over iterations. This serves as an alternative to the annealing of the temperature parameter and enables numerical estimation of the likelihood that are more efficient and more accurate than the commonly used annealed importance sampling (AIS). We further demonstrate that the proposed sampling algorithm enjoys faster mixing property than contrastive divergence algorithm, which benefits the training without any additional computational cost.

📄 PDF Abstract BibTeX arXiv:1611.03879

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

N-ReLU: Zero-Mean Stochastic Extension of ReLU

2025-11-10 · Md Motaleb Hossen Manik, Md Zabirul Islam, Ge Wang arxiv

Activation functions are fundamental for enabling nonlinear representations in deep neural networks. However, the standard rectified linear unit (ReLU) often suffers from inactive or "dead" neurons caused by its hard zer…

GaussianSR: 3D Gaussian Super-Resolution with 2D Diffusion Priors

2024-06-14 · Xiqian Yu, Hanxin Zhu, Tianyu He, Zhibo Chen

Achieving high-resolution novel view synthesis (HRNVS) from low-resolution input views is a challenging task due to the lack of high-resolution data. Previous methods optimize high-resolution Neural Radiance Field (NeRF)…

3DGSNeRFNovel View SynthesisSuper-Resolution

Flow Annealing Posterior Sampling for Function-Space Regression and Inverse Problems

2026-06-21 · Yaozhong Shi, Zachary E. Ross, Yisong Yue arxiv

Principled regression for stochastic processes is a long-standing challenge with deep connections to scientific inverse problems. We introduce Flow Annealing Posterior Sampling (FAPS), to our knowledge the first function…

Zeroth-order Logconcave Sampling

2025-07-24 · Yunbum Kook, Santosh S. Vempala arxiv

We study the zeroth-order query complexity of sampling from a general logconcave distribution: given access to an evaluation oracle for a convex function $V:\mathbb{R}^{d}\rightarrow\mathbb{R}\cup\{\infty\}$, output a po…

$λ$-GELU: Learning Gating Hardness for Controlled ReLU-ization in Deep Networks

2026-03-23 · Cristian Pérez-Corral, Alberto Fernández-Hernández, Jose I. Mestre, Manuel F. Dolz 외 arxiv

Gaussian Error Linear Unit (GELU) is a widely used smooth alternative to Rectifier Linear Unit (ReLU), yet many deployment, compression, and analysis toolchains are most naturally expressed for piecewise-linear (ReLU-typ…