How we exploit networks with ENM attacks

In Deep Learning, to learn means to understand that some objects are similar on certain aspects/features and use those similarities for classification.

It means to discard irrelevant information which does not contribute to understand those similarities.

Discarding information is achieved by progressively compressing input data into a space of lower dimensionality using several Neural Networks layers.

Neural Networks then aim to map similar objects close together in this low dimensionality space.

We exploit this to generate attack samples.