A Discussion of 'Adversarial Examples Are Not Bugs, They Are Features': Two Examples of Useful, Non-Robust Features

📰 Distill.pub

Adversarial examples can be useful features in certain contexts, such as inlining SVGs with webpack and svelte-loader

intermediate Published 6 Aug 2019
Action Steps
  1. Use webpack and svelte-loader to inline SVGs in web applications
  2. Leverage ejs templating to dynamically generate SVGs
  3. Experiment with non-robust features to find useful applications
  4. Consider the trade-offs between robustness and performance in design decisions
Who Needs to Know This

Frontend developers and designers can benefit from understanding how to leverage non-robust features for tasks like inlining SVGs, improving webpage performance and design

Key Insight

💡 Non-robust features can be useful in specific contexts, such as frontend development

Share This
🚀 Inlining SVGs with webpack and svelte-loader can improve webpage performance
Read full paper → ← Back to News