Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide the outlines of the paper #70

Open
kayhan-batmanghelich opened this issue Mar 1, 2019 · 3 comments
Open

Provide the outlines of the paper #70

kayhan-batmanghelich opened this issue Mar 1, 2019 · 3 comments
Assignees
Labels

Comments

@kayhan-batmanghelich
Copy link
Collaborator

kayhan-batmanghelich commented Mar 1, 2019

write the outlines in the following format:

Introduction

  • introduce classification task with different data settings ordinary setting, weak supervision, noisy label, and complementary label learning.
  • introduce recent generative models then gans and conditional gans.
  • the reason why we apply conditional generative model on complementary learning.
    • the difficulties of proposed complementary gans.
    • semi-supervised learning on unlabeled data helps complementary learning.
  • the results of experiments support our method.
  • contribution paragraph:
    • We are the first method doing complementary in semi-supervised setting
    • We developed a new variant of conditional GAN that can use complementary information
    • We provide preliminary theoretical supporting under which the true conditional model is identifiable using complementary data

Method

Notation

Background

  • cGAN:
    • classical gans formulation
    • conditional gans formulation
  • complementary learning:
    • general method of complementary learning
    • simply introduce the method of transition matrix for mapping true label learning and complementary label learning.

Proposed method

  • Complementary gans
  • Semi-Supervised Learning with unlabeled data
    • cannot prove why it works mathematically but we can draw a figure to intuitively explain it. (improve estimation of p(x) will improve p(x|y) =p(x,y)/p(x))

Related Work

Experiments

  • Mnist
    • training settings
    • generative examples vs true examples
    • ordinary acc vs complementary acc
    • semi complementary acc vs complementary acc
  • Cifar 10
    • training settings
    • generative examples vs true examples
    • ordinary acc vs complementary acc
    • semi complementary acc vs complementary acc
  • VGG face 100
    • training settings
    • generative examples vs true examples
    • ordinary acc vs complementary acc
    • semi complementary acc vs complementary acc

Ablation study and experiments

  • complementary learning converges speed vs semi complementary learning converge speed (semi setting improves the converge speed by a big gap)
  • the influence of the weight between class condition loss and adversarial loss
@kayhan-batmanghelich
Copy link
Collaborator Author

@xuyanwu this is not what I want. I asked you to complete bullet point not to write sentences or equations.

Do it again:

  • Write the section and subsections
  • For each subsection, you are going to have a couple of paragraph. For each paragraph you are going to write, write one bullet point. The bullet point is not the paragraph, it is a short sentence on what you are going to say in the paragraph.
  • I want this for method section and experiment section
  • No equation

@mgong2
Copy link
Collaborator

mgong2 commented Mar 2, 2019 via email

@mgong2
Copy link
Collaborator

mgong2 commented Mar 2, 2019

Outline of the unpaired paper

Introduction

  • a brief introduction of gene association methods, random effect model, HSIC, multi-phenotype
  • the motivation of unpaired data, examples...
  • how the proposed method make use of unpaired data
    • improve estimation of null distribution
    • explore low-rank structure of both genotype and phenotype features
  • summarise experimental results and draw conclusions

Method

  • schematic illustration
  • random effect model, univariate phenotype, null distribution
    • show how estimation of null distribution can be immediately improved from unpaired data
  • random effect model, multivariate phenotype
    • improve null distribution by better estimation of eigenvalues of phenotype covariance, give a bound
    • derive the new test statistic under low-rank assumption
      • infinite unpaired sample size
        • prove higher power
        • derive null distribution
      • finite unpaired sample size (incomplete)
        • prove xxx
        • derive xxx
  • independence test, HSIC, multivariate phenotype
    • same as random effect model
  • include covariates, conditional independence test

Experiment

  • simulation 1.1

    • random effect model
    • univariate/multivariate phenotype
    • low-rank assumption of phenotype
    • type I , II error
  • simulation 1.2

    • HSIC
    • univariate/multivariate phenotype
    • low-rank assumption of phenotype and genotype
    • type I, II error
  • simulation 2

    • random effect model
    • genotype from COPD
    • multivariate phenotype
    • type I, II error
  • simulation 3

    • COPD genotype and phenotype (including Smedha's)
    • p-value
  • simulation 4

    • part of Uganda
    • p-value
  • real data

    • part of Uganda with missing phenotypes
    • p-value

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants