From 9fd34f6bef066011eca67182b2b91b76b8f0ee29 Mon Sep 17 00:00:00 2001 From: Kieran Browne Date: Thu, 8 Oct 2020 15:17:55 +1100 Subject: [PATCH 1/2] Adding to contestational tech projects Adding Camera Adversaria - an anti-DL-surveilance camera app - to contestational tech projects. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6719193..400a7a0 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ Known current autonomous weapons projects include: [Center for Democracy & Technology](https://cdt.info/ddtool/) - Digital Decisions is an interactive graphic that helps you ask the right questions when designing/implementing or building a new algorithm. +[Camera Adversaria] - A camera app designed to disrupt AI surveillance. The app adds generative adversarial perturbations to users’ photographs, which confound DL image classification systems but are virtually imperceptible to humans.[[code](https://github.com/kieranbrowne/camera-adversaria)] [[paper](https://kieranbrowne.com/publications/camera_adversaria.pdf)] ## License From d41f44cb092f092490ddf742febecc676022e2a8 Mon Sep 17 00:00:00 2001 From: Kieran Browne Date: Thu, 8 Oct 2020 16:39:53 +1100 Subject: [PATCH 2/2] Added webpage for Camera Adversaria --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 400a7a0..5a9e7c6 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ Known current autonomous weapons projects include: [Center for Democracy & Technology](https://cdt.info/ddtool/) - Digital Decisions is an interactive graphic that helps you ask the right questions when designing/implementing or building a new algorithm. -[Camera Adversaria] - A camera app designed to disrupt AI surveillance. The app adds generative adversarial perturbations to users’ photographs, which confound DL image classification systems but are virtually imperceptible to humans.[[code](https://github.com/kieranbrowne/camera-adversaria)] [[paper](https://kieranbrowne.com/publications/camera_adversaria.pdf)] +[Camera Adversaria](http://kieranbrowne.com/camera-adversaria/) - A camera app designed to disrupt AI surveillance. The app adds generative adversarial perturbations to users’ photographs, which confound DL image classification systems but are virtually imperceptible to humans.[[code](https://github.com/kieranbrowne/camera-adversaria)] [[paper](https://kieranbrowne.com/publications/camera_adversaria.pdf)] ## License