ICML 2018 深度学习论文及代码集锦(8)

[1] Geometry Score: A Method For Comparing Generative Adversarial Networks

Valentin Khrulkov, Ivan Oseledets

Skolkovo Institute of Science and Technology, Institute of Numerical Mathematics RAS

http://proceedings.mlr.press/v80/khrulkov18a/khrulkov18a.pdf

下面是原始数据和GAN生成的数据对比如下

ICML 2018 深度学习论文及代码集锦(8)_第1张图片

计算RLT的算法伪代码如下

ICML 2018 深度学习论文及代码集锦(8)_第2张图片

ICML 2018 深度学习论文及代码集锦(8)_第3张图片

其中RLT为relative living times。

计算几何相似度的算法伪代码如下

ICML 2018 深度学习论文及代码集锦(8)_第4张图片

不同数据集的平均RLT对比如下

ICML 2018 深度学习论文及代码集锦(8)_第5张图片

不同方法的几何得分对比如下

ICML 2018 深度学习论文及代码集锦(8)_第6张图片

代码地址

https://github.com/KhrulkovV/geometry-score

https://github.com/igul222/improved_wgan_training

https://github.com/carpedm20/DCGAN-tensorflow

https://github.com/hep-lbdl/CaloGAN


              smiley_12.png我是分割线smiley_12.png


[2] K-Beam Minimax: Efficient Optimization for Deep Adversarial Learning

Jihun Hamm, Yung-Kyun Noh

The Ohio State University,  Seoul National University

http://proceedings.mlr.press/v80/hamm18a/hamm18a.pdf

定义一

640?wx_fmt=png

定义二

640?wx_fmt=png

定义三

ICML 2018 深度学习论文及代码集锦(8)_第7张图片

定义四

640?wx_fmt=png

定义五

ICML 2018 深度学习论文及代码集锦(8)_第8张图片

引理一

ICML 2018 深度学习论文及代码集锦(8)_第9张图片

定义六

640?wx_fmt=png

引理二 

640?wx_fmt=png

K-beam -subgradient descent 算法伪代码如下

ICML 2018 深度学习论文及代码集锦(8)_第10张图片

梯度方向算法如下

ICML 2018 深度学习论文及代码集锦(8)_第11张图片

假设

640?wx_fmt=png

引理三

640?wx_fmt=png

引理四

640?wx_fmt=png

引理五

ICML 2018 深度学习论文及代码集锦(8)_第12张图片

引理六

640?wx_fmt=png

定理七

ICML 2018 深度学习论文及代码集锦(8)_第13张图片

引理八

640?wx_fmt=png

640?wx_fmt=png

引理九

640?wx_fmt=png

代码地址

https://github.com/jihunhamm/k-beam-minimax


               smiley_12.png我是分割线smiley_12.png


[3] Learning Dynamics of Linear Denoising Autoencoders

Arnu Pretorius, Steve Kroon, Herman Kamper

Stellenbosch University, CSIR/SU Centre for Artificial Intelligence Research

http://proceedings.mlr.press/v80/pretorius18a/pretorius18a.pdf

不同参数对模型的影响如下

ICML 2018 深度学习论文及代码集锦(8)_第14张图片

ICML 2018 深度学习论文及代码集锦(8)_第15张图片

代码地址

https://github.com/arnupretorius/lindaedynamics_icml2018


             smiley_12.png我是分割线smiley_12.png


[4] Towards Fast Computation of Certified Robustness for ReLU Networks

Tsui-Wei Weng, Huan Zhang, Hongge Chen, Zhao Song, Cho-Jui Hsieh, Duane Boning, Inderjit S. Dhillon, Luca Daniel

Massachusetts Institute of Technology,  UC Davis, Harvard University,  UT Austin

http://proceedings.mlr.press/v80/weng18a/weng18a.pdf

定理3.1

640?wx_fmt=png

推论3.2

ICML 2018 深度学习论文及代码集锦(8)_第16张图片

定义3.3

ICML 2018 深度学习论文及代码集锦(8)_第17张图片

定义3.4

ICML 2018 深度学习论文及代码集锦(8)_第18张图片

本文网络结构如下

ICML 2018 深度学习论文及代码集锦(8)_第19张图片

定理3.5

ICML 2018 深度学习论文及代码集锦(8)_第20张图片

定义3.6

ICML 2018 深度学习论文及代码集锦(8)_第21张图片

推论3.7

ICML 2018 深度学习论文及代码集锦(8)_第22张图片

不同方法结果对比如下

ICML 2018 深度学习论文及代码集锦(8)_第23张图片

ICML 2018 深度学习论文及代码集锦(8)_第24张图片

ICML 2018 深度学习论文及代码集锦(8)_第25张图片

代码地址

https://github.com/huanzhang12/CertifiedReLURobustness


                smiley_12.png我是分割线smiley_12.png


[5] prDeep: Robust Phase Retrieval with a Flexible Deep Network

Christopher A. Metzler, Philip Schniter, Ashok Veeraraghavan, Richard G. Baraniuk

Rice University, The Ohio State University

http://proceedings.mlr.press/v80/metzler18a/metzler18a.pdf

dnCNN网络结构如下

ICML 2018 深度学习论文及代码集锦(8)_第26张图片

多种方法的效果对比如下

ICML 2018 深度学习论文及代码集锦(8)_第27张图片

ICML 2018 深度学习论文及代码集锦(8)_第28张图片

ICML 2018 深度学习论文及代码集锦(8)_第29张图片

ICML 2018 深度学习论文及代码集锦(8)_第30张图片

代码地址

https://github.com/ricedsp/prDeep


              smiley_12.png我是分割线smiley_12.png


您可能感兴趣

你可能感兴趣的:(ICML 2018 深度学习论文及代码集锦(8))