paper-with-me

홈 › Papers

Stable Training of Probabilistic Models Using the Leave-One-Out Maximum Log-Likelihood Objective

2023-10-05 · Kutay Bölat, Simon H. Tindemans, Peter Palensky

Probabilistic modelling of power systems operation and planning processes depends on data-driven methods, which require sufficiently large datasets. When historical data lacks this, it is desired to model the underlying data generation mechanism as a probability distribution to assess the data quality and generate more data, if needed. Kernel density estimation (KDE) based models are popular choices for this task, but they fail to adapt to data regions with varying densities. In this paper, an adaptive KDE model is employed to circumvent this, where each kernel in the model has an individual bandwidth. The leave-one-out maximum log-likelihood (LOO-MLL) criterion is proposed to prevent the singular solutions that the regular MLL criterion gives rise to, and it is proven that LOO-MLL prevents these. Relying on this guaranteed robustness, the model is extended by adjustable weights for the kernels. In addition, a modified expectation-maximization algorithm is employed to accelerate the optimization speed reliably. The performance of the proposed method and models are exhibited on two power systems datasets using different statistical tests and by comparison with Gaussian mixture models. Results show that the proposed models have promising performance, in addition to their singularity prevention guarantees.

📄 PDF Abstract BibTeX arXiv:2310.03556

Code (1)

kabolat/leave-one-out_maximum-log-likelihood 공식 구현 pytorch

Tasks

Density EstimationSynthetic Data Generation

Similar Papers 제목 키워드 기반

Learning Arbitrary Sum-Product Network Leaves with Expectation-Maximization

2016-04-25 · Mattia Desana, Christoph Schnörr

Sum-Product Networks with complex probability distribution at the leaves have been shown to be powerful tractable-inference probabilistic models. However, while learning the internal parameters has been amply studied, le…

Density Estimation

Flow-GAN: Combining Maximum Likelihood and Adversarial Learning in Generative Models

2017-05-24 · Aditya Grover, Manik Dhar, Stefano Ermon

Adversarial learning of probabilistic models has recently emerged as a promising alternative to maximum likelihood. Implicit models such as generative adversarial networks (GAN) often generate better samples compared to …

Generative Adversarial Network

Learning with Reflective Likelihoods

2018-09-27 · Adji B. Dieng, Kyunghyun Cho, David M. Blei, Yann Lecun

Models parameterized by deep neural networks have achieved state-of-the-art results in many domains. These models are usually trained using the maximum likelihood principle with a finite set of observations. H…

Attribute

Variational f-divergence Minimization

2019-07-27 · Mingtian Zhang, Thomas Bird, Raza Habib, Tianlin Xu 외

Probabilistic models are often trained by maximum likelihood, which corresponds to minimizing a specific f-divergence between the model and data distribution. In light of recent successes in training Generative Adversari…

Image Generation

ARAML: A Stable Adversarial Training Framework for Text Generation

2019-08-20 · IJCNLP 2019 11 · Pei Ke, Fei Huang, Minlie Huang, Xiaoyan Zhu

Most of the existing generative adversarial networks (GAN) for text generation suffer from the instability of reinforcement learning training algorithms such as policy gradient, leading to unstable performance. To tackle…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Text Generation