menshikh-iv / image2pic

Home Page:https://image2pic.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image2pic

logo

Image topic modeling.

We are two students: Ivan Menshikh && Gennady Shtekh. This repo is created to complete project assignment for one of master degree courses in IMCS UrFU. The idea of the project was to use pictures from some social network in some parallel way. We decided to create search-annotation engine based on cutting edge topic modeling technique called Additive Regularization of Topic Models(ARTM). Long story short: ARTM allows us to tie different discrete features of "documents" together, e.g. text tokens, some hashtags and discrete image descriptors can be used for describing of one post in a social network. With ARTM it is possible to find a stochastic-matrix-based connection between text tokens and discreet image descriptors. We use this feature for:

  • Search similar(by semantic) posts and images for given posts and images(works well now)
  • Give some term-based description for given photo(works badly now)
  • Search pictures for given descriptions(works badly now)

The Plan:

  • To collect posts with photo and text description(long enough)
  • Clean them from ad posts
  • Find a way to build discrete image descriptors(based on inception-v3 now)
  • Build a textual preprocessing pipeline(based on nltk, pymorphy2 and some custom solutions, now it supports english and russian via stemming)
  • Combine text and image date together with topic modeling framework called BigARTM
  • Build a search index for fast search in semantic space(It is simple linear search now)
  • Build a demo website with our search
  • Pack the app into Docker-Compose

We are almost done but we need to crawl more data for finer tuning of the model.

Links:

About

https://image2pic.tech

License:MIT License


Languages

Language:Jupyter Notebook 70.0%Language:Python 13.6%Language:HTML 11.6%Language:Dockerfile 2.6%Language:JavaScript 1.5%Language:CSS 0.6%Language:Shell 0.3%