Elasticsearch Based Image Search Using RGB Signatures
sujitpal.blogspot.com
Elasticsearch Based Image Search Using RGB Signatures
1–10 of 21 posts
Re: Elasticsearch Based Image Search Using RGB Signatures
#2Re: Elasticsearch Based Image Search Using RGB Signatures
#3[1] https://staff.fnwi.uva.nl/r.vandenboomgaard/IPCV/_downloads/...
[2] https://www.cs.utexas.edu/users/dana/Swain1.pdf
[3] http://www.robots.ox.ac.uk/~vgg/publications/papers/sivic03....
[4] http://www-inst.eecs.berkeley.edu/~cs294-6/fa06/papers/niste...
Re: Elasticsearch Based Image Search Using RGB Signatures
#4For anyone interested in the computer vision side of this topic, the author here is using a variant of color histograms, which was state of the art around 1990 [1][2]. Since 2003, bag of visual words approaches have usually meant extracting SIFT-like features from a database of images, quantizing the features down to a list of thousands or millions of "words", and then treating the images like documents containing th…
Its been acouple years since my computer vision course (was my favorite course in university) but isn't SIFT a bit '99? Aren't there better methods now such as neural networks for feature description?
Re: Elasticsearch Based Image Search Using RGB Signatures
#5Re: Elasticsearch Based Image Search Using RGB Signatures
#6Re: Elasticsearch Based Image Search Using RGB Signatures
#7Really cool. But maybe its just me, aren't butterflies kind of hard to distinguish between each other. I feel as though his search result page- i couldn't really tell if it was good or not because they all looked kind of similar shape-wise. Only difference is color and even then its fairly little color.
Re: Elasticsearch Based Image Search Using RGB Signatures
#8For anyone interested in the computer vision side of this topic, the author here is using a variant of color histograms, which was state of the art around 1990 [1][2]. Since 2003, bag of visual words approaches have usually meant extracting SIFT-like features from a database of images, quantizing the features down to a list of thousands or millions of "words", and then treating the images like documents containing th…
Forgive my ignorance, but is there something like word2vec but for images- like an image2vec? In terms of text processing, word2vec is one of the best approaches. So can't you describe the features of images using neural networks and then vectorize them using word2vec? Its been acouple years since my computer vision course (was my favorite course in university) but isn't SIFT a bit '99? Aren't there better methods no…
Re: Elasticsearch Based Image Search Using RGB Signatures
#9For anyone interested in the computer vision side of this topic, the author here is using a variant of color histograms, which was state of the art around 1990 [1][2]. Since 2003, bag of visual words approaches have usually meant extracting SIFT-like features from a database of images, quantizing the features down to a list of thousands or millions of "words", and then treating the images like documents containing th…
Forgive my ignorance, but is there something like word2vec but for images- like an image2vec? In terms of text processing, word2vec is one of the best approaches. So can't you describe the features of images using neural networks and then vectorize them using word2vec? Its been acouple years since my computer vision course (was my favorite course in university) but isn't SIFT a bit '99? Aren't there better methods no…
You're right that bag of words with SIFT is not state of the art, with deep learning dominating computer vision approaches these days.
Re: Elasticsearch Based Image Search Using RGB Signatures
#10But with some of the machine vision API google cloud etc. you could extend to other "features"
Details: http://blog.sandeepchivukula.com/posts/2016/03/06/photo-sear...