Skip to content

Difference between LDM and pixel-level DDPM. #305

@Kenny-K

Description

@Kenny-K

In pixel-level DDPM, the linear noise schedule is established with beta_0 = 1e-4 and beta_T = 0.02. However, in LDM, the range of (beta_0, beta_T) is reduced. For instance:

params:  
    linear_start: 0.0015  
    linear_end: 0.0195  

Additionally, DDPM learns a weighting on the variance, while LDM fixes the variance as posterior and eliminates the VLB term.

What is the rationale for this discrepancy?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions