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 .

https://github.com/agrover112/siamesenet-search

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

annoy image-similarity indexing mnist siamese-architecture siamese-network siamese-neural-network similarity-search tensorflow-examples tensorflow2
Last synced: 5 months ago · JSON representation

Repository

MNIST digits image similarity search by Indexing with Annoy and using trained embeddings from a Siamese Net with Triplet Loss .

Basic Info
  • Host: GitHub
  • Owner: Agrover112
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: main
  • Homepage:
  • Size: 617 KB
Statistics
  • Stars: 5
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Topics
annoy image-similarity indexing mnist siamese-architecture siamese-network siamese-neural-network similarity-search tensorflow-examples tensorflow2
Created about 5 years ago · Last pushed about 4 years ago
Metadata Files
Readme License

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

Humans trying to understand machines and people.

GitHub Events

Total
Last Year

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 12
  • Total Committers: 1
  • Avg Commits per committer: 12.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Agrover112 4****2 12

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
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels