Siamese network to compare image similarity in percentage - based on Keras deep learning model (VGG16, ResNet50) & cosine similarity, euclidean similarity
The cosine similarity and euclidean similarity are shown in the table.
- This image similarity model is developed based on Keras deep learning model from https://github.com/fchollet/deep-learning-models
- The ResNet50 weights are ported from the ones released by Kaiming He under the MIT license.
- The VGG16 and VGG19 weights are ported from the ones released by VGG at Oxford under the Creative Commons Attribution License.
- The Inception v3 weights are trained by ourselves and are released under the MIT license.
- Thanks to DAmageNet: A Universal Adversarial Dataset https://arxiv.org/abs/1912.07160
@inproceedings{Panagiotis2021,
author = {Panagiotis Kasnesis, Ryan Heartfield, Xing Liang, Lazaros Toumanidis, Georgia Sakellari, Charalampos Patrikakis, George Loukas},
booktitle = {Journal of Applied Soft Computing},
title = {Transformer-based identification of stochastic information cascades in social networks using text and image similarity},
year = {2021}
}