gatheluck / PaperReading

Notes about papers (in Japanese)
0 stars 0 forks source link

[2019] Efficient Adversarial Training with Transferable Adversarial Examples #142

Open gatheluck opened 4 years ago

gatheluck commented 4 years ago

論文リンク

公開日(yyyy/mm/dd)

2019/12/27

概要

TeX

% 2019/12/27
@inproceedings{
    zheng2020efficient,
    title={Efficient Adversarial Training with Transferable Adversarial Examples},
    author={Haizhong Zheng and Ziqi Zhang and Juncheng Gu and Honglak Lee and Atul Prakash},
    booktitle=CVPR,
    year={2020}
}
gatheluck commented 4 years ago

Problem (want to solve)

Adversarial Training (AT) の計算コストを小さくしたい。直近のepochのモデルに対するAEsは現在のモデルに対しても高い転移性を持つことを利用して計算を高速化したい。

gatheluck commented 4 years ago

Novelty

gatheluck commented 4 years ago

Result