pyro-ppl/pyro

FR: Volume Preserving Real NVP Variant (GIN)

开放

#2,747 创建于 2021年1月22日

 (4 条评论) (0 个反应) (0 位负责人)Python (981 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (8,211 个星标)
PR 合并指标
 (平均合并 10天 19小时) (30 天内合并 1 个 PR)

描述

Hi all,

I noticed that Real-NVP has an option for "Volume Preserving", but this just omits the scale factors, and performs the NICE transform. Would it be possible to implement a more powerful volume preserving transformation (I need it for a specific purpose) by simply modifying Real-NVP so the final scale variable is the negative sum of the others?

The very simple idea can be found in this ICLR2020 paper: https://arxiv.org/abs/2001.04872

Similarly, it should be possible to do this for IAF.

It should be easy for someone who is familiar with the code already.

贡献者指南