# ElasticSearch5系での画像検索方法を知りたい

**URL:** https://discuss.elastic.co/t/elasticsearch5/62120
**Category:** 日本語による質問・議論はこちら
**Created:** [October 4, 2016, 1:00am UTC](https://discuss.elastic.co/t/elasticsearch5/62120 "2016-10-04T01:00:53Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![s-hatanaka](https://avatars.discourse-cdn.com/v4/letter/s/c68b51/32.png) [@s-hatanaka](https://discuss.elastic.co/u/s-hatanaka)
#### Post date: [October 4, 2016, 1:00am UTC](https://discuss.elastic.co/t/elasticsearch5/62120/1 "2016-10-04T01:00:53Z")

</div>

Elasticsearch5系を利用しています。画像検索のプラグイン（elasticsearch-image plugin）は下記URLに参照がありますが、2年ほど更新されていないようで、Elasticsearchの1.1までしか対応できていないようです。

画像検索にあたり、他に良い方法がありますでしょうか？あればご共有頂きたいです。

□URL  
[https://www.elastic.co/guide/en/elasticsearch/plugins/5.x/api.html](https://www.elastic.co/guide/en/elasticsearch/plugins/5.x/api.html)

---

<div class="post-metadata">

### Author: ![johtani](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/johtani/32/44956_2.png) [@johtani](https://discuss.elastic.co/u/johtani)
#### Post date: [October 7, 2016, 3:53am UTC](https://discuss.elastic.co/t/elasticsearch5/62120/2 "2016-10-07T03:53:15Z")

</div>

どういう画像検索をお望みかはわからないですが、  
image pluginをフォークしてメンテナンスしている方はいるようです。

> **[GitHub - kiwionly/elasticsearch-image: Content Based Image Retrieval Plugin...](https://github.com/kiwionly/elasticsearch-image)**
>
> Content Based Image Retrieval Plugin for Elasticsearch. It allows users to index images and search for similar images. - GitHub - kiwionly/elasticsearch-image: Content Based Image Retrieval Plugin ...

あとはこの辺りが参考になるかもしれません。

> [@Categorizing images with deep learning into Elasticsearch](https://discuss.elastic.co/t/categorizing-images-with-deep-learning-into-elasticsearch/33217):
>
> Hi all, I've built a short pipeline for using deep learning over images (e.g. for image categorization) and indexing them into Elasticsearch. I thought this could be of interest to other practitioners as well. In a nutshell, this allows to tag and retrieve image documents via ES even when no caption is available. On the technical side, a deep learning server directly pushes the image classification results into an instance of ES, so that no glue code is necessary. See [http://www.deepdetect.c…](http://www.deepdetect.com/tutorials/es-image-classifier/)

> [@What is the best scheme for similarity search based on binary codes with Elasticsearch ? (Context is image search with deep nets)](https://discuss.elastic.co/t/what-is-the-best-scheme-for-similarity-search-based-on-binary-codes-with-elasticsearch-context-is-image-search-with-deep-nets/42915):
>
> Hi Elastic! We're using deep convolutional neural networks to fast process images and make the building of image similarity search engines a commodity for everyone. Our pipeline uses the neural nets to turn images into actionable binary (or float) hash codes that are then used for image similarity retrieval. Performances and accuracy are well above those of existing techniques such as the LIRE plugin ([https://www.elastic.co/blog/found-getting-started-with-lire-and-elasticsearch](https://www.elastic.co/blog/found-getting-started-with-lire-and-elasticsearch)). An easy to re…

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 6, 2017, 1:44pm UTC](https://discuss.elastic.co/t/elasticsearch5/62120/3 "2017-07-06T13:44:56Z")

</div>


