Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image Filtering Tooling #33

Open
mattmotoki opened this issue Oct 29, 2018 · 0 comments
Open

Image Filtering Tooling #33

mattmotoki opened this issue Oct 29, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@mattmotoki
Copy link
Contributor

mattmotoki commented Oct 29, 2018

Create a tool to aid in filtering out misclassified images.

To find the images that are highly related to a set of query words:

  1. Obtain a pretrained model for classification (probably trained on ImageNet)
  2. Look up word vectors associated with the output categories and query words
  3. Create a word vector corresponding to the set of query words (just average the word vectors)
  4. Create a word vector corresponding to each image
    • Make category predictions on each image
    • Take a weighted sum of the word vectors for each category using the predicted probabilities as weights.
  5. Find the images whose word vectors have the smallest cosine similarity with word vector for the set of query words.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants