White-box adversarial attacks on images

In the first post, we introduced the concept of adversarial attacks and contextualized them in the case of images. In this post, we are going to explore the first category of attacks, namely, white-box attacks. Under this setting, the adversary has full access and knowledge of the model, that is, the architecture of the model, its parameters, gradients, and loss of respect to the input … Continue reading White-box adversarial attacks on images

Introduction to adversarial attacks on images

Nowadays, image classification deep learning models are always more present in our systems in order to create smarter applications or simply to replace human operators to automatically perform some repetitive tasks. Their increased utilization is due to their high accuracy such that recent models are now able to outperform human brains in many object classification tasks. However, despite their good generalization, deep neural networks are … Continue reading Introduction to adversarial attacks on images

MovieSearch: a smart movie search engine

MovieSearch is a content specific search engine with the aim to retrieve movie information given the contents of a user’s query. The search engine relies on the OkapiBM25 algorithm and takes into consideration the text present in the overview, the title, the names of the cast, and the production companies of each movie. The backend has been developed with the framework Django while the front-end … Continue reading MovieSearch: a smart movie search engine