From 93cb0207331bf3b517cb3fce1c55da9a430de252 Mon Sep 17 00:00:00 2001 From: "Anh M. Nguyen" Date: Wed, 17 Aug 2022 23:49:46 -0500 Subject: [PATCH] inverting adversarially robust CNNs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 220d22b..f85fa4e 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ This is an on-going attempt to consolidate interesting efforts in the area of un * Understanding Deep Image Representations by Inverting Them. _Mahendran & Vedaldi. CVPR 2015_ [pdf](https://arxiv.org/abs/1412.0035) * Inverting Visual Representations with Convolutional Networks. _Dosovitskiy & Brox. CVPR 2016_ [pdf](https://arxiv.org/abs/1506.02753) * Neural network inversion beyond gradient descent. _Wong & Kolter. NIPS workshop 2017_ [pdf](http://opt-ml.org/papers/OPT2017_paper_38.pdf) +* Inverting Adversarially Robust Networks for Image Synthesis. _Rojas-Gomez et al. 2021_ [pdf](https://arxiv.org/abs/2106.06927) | [code](https://github.com/renanrojasg/adv_robust_autoencoder) + ### A2.2 Inverting Generators * Image Processing Using Multi-Code GAN Prior. _Gu et al. 2019_ [pdf](https://arxiv.org/abs/1912.07116)