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

[1] Spline Filters For End-to-End Deep Learning

Randall Balestriero et al.

Rice University

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

这篇论文的贡献在于

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

各方法效果对比如下

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

640?wx_fmt=png

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

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

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

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

代码地址

https://github.com/RandallBalestriero/SplineWavelet


              smiley_12.png我是分割线smiley_12.png


[2] Predict and Constrain: Modeling Cardinality in Deep Structured Prediction

Nataly Brukhim

Tel Aviv University

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

模型结构示例如下

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

映射算法伪代码如下

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

各算法效果对比如下

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

其中上表中的部分算法解释如下

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

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

代码地址

https://github.com/Natalybr/predict_and_constrain


               smiley_12.png我是分割线smiley_12.png


[3] Learning Deep ResNet Blocks Sequentially using Boosting Theory

Furong Huang et al.

University of Maryland, Princeton University, Microsoft Research. 

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

ResNet网络结构如下

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

BoostResNet的算法伪代码如下

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

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

算法效果对比如下

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

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


               smiley_12.png我是分割线smiley_12.png


[4] Self-Consistent Trajectory Autoencoder: Hierarchical Reinforcement Learning with Trajectory Embeddings

John D. Co-Reyes et al.

University of California, Berkeley; Google Brain

状态及策略解码图示如下

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

SeCTAR(self-consistent trajectory autoencoder)图示如下

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

算法伪代码如下

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

代码地址

https://github.com/wyndwarrior/Sectar


               smiley_12.png我是分割线smiley_12.png


[5] Deep Reinforcement Learning in Continuous Action Spaces: a Case Study in the Game of Simulated Curling

Kyowoon Lee et al.

Ulsan National Institute of Science and Technology, Korea University

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

网络结构如下

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

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

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

算法伪代码如下

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

代码地址

https://github.com/ leekwoon/KR-DL-UCT


               smiley_12.png我是分割线smiley_12.png


[6] Dropout Training, Data-dependent Regularization, and Generalization Bounds

Wenlong Mou et al.

University of California, Berkeley; University of Wisconsin, Madison; Peking University

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

算法伪代码如下

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

各方法效果对比如下

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

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


              smiley_12.png我是分割线smiley_12.png


您可能感兴趣

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