https://github.com/agrover112/siamesenet-search
MNIST digits image similarity search by Indexing with Annoy and using trained embeddings from a Siamese Net with Triplet Loss .
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.8%) to scientific vocabulary
Keywords
Repository
MNIST digits image similarity search by Indexing with Annoy and using trained embeddings from a Siamese Net with Triplet Loss .
Basic Info
Statistics
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
SiameseNet-Search
Search can be performed in various ways and using various architectures. In the following repository embeddings are created by using an non-cnn base embedding model which is tuned using a Siamese Neural Net with Triplet Loss inspired from F. Schroff, D. Kalenichenko and J. Philbin, "FaceNet: A unified embedding for face recognition and clustering," 2015 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Boston, MA, 2015, pp. 815-823. paper from Google , on 10K MNIST digits images from train-set.The trained model is used to create embeddings for entire train-set and then Indexed using Approx Nearest Neighbours being faster than K-NN. More like a prototype.
Embedding Space Visualized
PCA used for visualizing the embedding space of 10K images of different classes.

References
- https://arxiv.org/pdf/1503.03832.pdf
- http://www.cs.cmu.edu/~rsalakhu/papers/oneshot1.pdf
- http://yann.lecun.com/exdb/mnist/
- http://cseweb.ucsd.edu/~dasgupta/papers/rptree-stoc.pdf
- https://github.com/spotify/annoy
- https://github.com/PotatoSpudowski/S.I.D.E
Owner
- Login: Agrover112
- Kind: user
- Repositories: 113
- Profile: https://github.com/Agrover112
Humans trying to understand machines and people.
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0