SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 1902.09913 · 2019

HexaGAN: Generative Adversarial Nets for Real World Classification

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 3 functions out of this paper's own repositories and ran 1 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
shinyflight/HexaGAN canonical 1 of 3
FunctionStatusWhere it lives
plot Ran shinyflight/HexaGAN/train_mnist.py
pointer only (licence: NOASSERTION) · get_code("a5e607aa8f22733f")
sample_M Not yet run shinyflight/HexaGAN/train_mnist.py
pointer only (licence: NOASSERTION) · get_code("437abeeb4f96fdc1")
xavier_init Not yet run shinyflight/HexaGAN/train_mnist.py
pointer only (licence: NOASSERTION) · get_code("76ac6beb564477fd")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Most deep learning classification studies assume clean data. However, when dealing with the real world data, we encounter three problems such as 1) missing data, 2) class imbalance, and 3) missing label problems. These problems undermine the performance of a classifier. Various preprocessing techniques have been proposed to mitigate one of these problems, but an algorithm that assumes and resolves all three problems together has not been proposed yet. In this paper, we propose HexaGAN, a generative adversarial network framework that shows promising classification performance for all three problems. We interpret the three problems from a single perspective to solve them jointly. To enable this, the framework consists of six components, which interact with each other. We also devise novel loss functions corresponding to the architecture. The designed loss functions allow us to achieve state-of-the-art imputation performance, with up to a 14% improvement, and to generate high-quality class-conditional data. We evaluate the classification performance (F1-score) of the proposed method with 20% missingness and confirm up to a 5% improvement in comparison with the performance of combinations of state-of-the-art methods.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("1902.09913")
get_code_for_paper("1902.09913")
have("1902.09913")

Connect an agent — have() is free.