paper-with-me

홈 › Papers

Variational Inference for Discriminative Learning with Generative Modeling of Feature Incompletion

2021-09-29 · ICLR 2022 4 · Kohei Miyaguchi, Takayuki Katsuki, Akira Koseki, Toshiya Iwamori

We are concerned with the problem of distributional prediction with incomplete features: The goal is to estimate the distribution of target variables given feature vectors with some of the elements missing. A typical approach to this problem is to perform missing-value imputation and regression, simultaneously or sequentially, which we call the generative approach. Another approach is to perform regression after appropriately encoding missing values into the feature, which we call the discriminative approach. In comparison, the generative approach is more robust to the feature corruption while the discriminative approach is more favorable to maximize the performance of prediction. In this study, we propose a hybrid method to take the best of both worlds. Our method utilizes the black-box variational inference framework so that it can be applied to a wide variety of modern machine learning models, including the variational autoencoders. We also confirmed the effectiveness of the proposed method empirically.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ImputationMissing ValuesregressionVariational Inference

Methods 이 논문이 사용한 방법론

Variational Inference 설명 없음

Similar Papers 제목 키워드 기반

A Generative Parser with a Discriminative Recognition Algorithm

2017-08-01 · ACL 2017 7 · Jianpeng Cheng, Adam Lopez, Mirella Lapata

Generative models defining joint distributions over parse trees and sentences are useful for parsing and language modeling, but impose restrictions on the scope of features and are often outperformed by discriminative mo…

Constituency ParsingDecoderLanguage ModelingLanguage Modelling+1

Towards Unsupervised Classification with Deep Generative Models

2018-01-01 · ICLR 2018 1 · Dimitris Kalatzis, Konstantia Kotta, Ilias Kalamaras, Anastasios Vafeiadis 외

Deep generative models have advanced the state-of-the-art in semi-supervised classification, however their capacity for deriving useful discriminative features in a completely unsupervised fashion for classification in d…

ClassificationClusteringGeneral Classification

Probabilistic Discriminative Learning with Layered Graphical Models

2019-01-31 · Yuesong Shen, Tao Wu, Csaba Domokos, Daniel Cremers

Probabilistic graphical models are traditionally known for their successes in generative modeling. In this work, we advocate layered graphical models (LGMs) for probabilistic discriminative learning. To this end, we desi…

General Classificationimage-classificationImage ClassificationVariational Inference

Semi-supervised Neural Chord Estimation Based on a Variational Autoencoder with Latent Chord Labels and Features

2020-05-14 · Yiming Wu, Tristan Carsault, Eita Nakamura, Kazuyoshi Yoshii

This paper describes a statistically-principled semi-supervised method of automatic chord estimation (ACE) that can make effective use of music signals regardless of the availability of chord annotations. The typical app…

General ClassificationVariational Inference

VCDM: Leveraging Variational Bi-encoding and Deep Contextualized Word Representations for Improved Definition Modeling

2020-10-07 · EMNLP 2020 11 · Machel Reid, Edison Marrese-Taylor, Yutaka Matsuo

In this paper, we tackle the task of definition modeling, where the goal is to learn to generate definitions of words and phrases. Existing approaches for this task are discriminative, combining distributional and lexica…

Variational InferenceWord Embeddings