From 6c62c07467b0620687bdb42bd648f8544ee0b650 Mon Sep 17 00:00:00 2001 From: Aidan Sharpe <33038791+Adog64@users.noreply.github.com> Date: Tue, 26 Mar 2024 13:29:49 -0400 Subject: [PATCH] More clinic citations --- citations.bib | 40 ++++++++++++++++++++++++++++++++++------ 1 file changed, 34 insertions(+), 6 deletions(-) diff --git a/citations.bib b/citations.bib index 52b307c..ddb9b70 100644 --- a/citations.bib +++ b/citations.bib @@ -2,8 +2,8 @@ title={On Symmetric Invertible Binary Pairing Functions}, author={Jianrui Xie}, year={2021}, - eprint={2105.10752}, - archivePrefix={arXiv}, + volume={2105.10752}, + journal={arXiv}, primaryClass={math.CO} } @@ -11,8 +11,8 @@ title={DeepFool: a simple and accurate method to fool deep neural networks}, author={Seyed-Mohsen Moosavi-Dezfooli and Alhussein Fawzi and Pascal Frossard}, year={2016}, - eprint={1511.04599}, - archivePrefix={arXiv}, + volume={1511.04599}, + journal={arXiv}, primaryClass={cs.LG} } @@ -20,8 +20,8 @@ title={Explaining and Harnessing Adversarial Examples}, author={Ian J. Goodfellow and Jonathon Shlens and Christian Szegedy}, year={2015}, - eprint={1412.6572}, - archivePrefix={arXiv}, + volume={1412.6572}, + journal={arXiv}, primaryClass={stat.ML} } @@ -35,3 +35,31 @@ journal = {Signal, Image and Video Processing}, doi = {10.1007/s11760-015-0791-3} } + +@misc{carlini2017evaluating, + title={Towards Evaluating the Robustness of Neural Networks}, + author={Nicholas Carlini and David Wagner}, + year={2017}, + volume={1608.04644}, + journal={arXiv}, + primaryClass={cs.CR} +} + +@misc{xie2019feature, + title={Feature Denoising for Improving Adversarial Robustness}, + author={Cihang Xie and Yuxin Wu and Laurens van der Maaten and Alan Yuille and Kaiming He}, + year={2019}, + volume={1812.03411}, + journal={arXiv}, + primaryClass={cs.CV} +} + +@article{nair2019robust, + title={A robust anisotropic diffusion filter with low arithmetic complexity for images}, + author={Nair, Resmi R and David, Ebenezer and Rajagopal, Sivakumar}, + journal={EURASIP Journal on Image and Video Processing}, + volume={2019}, + pages={1--14}, + year={2019}, + publisher={Springer} +}