Insik Kim

Results 13 issues of Insik Kim

Due to popularity of inception network, let's see if it is possible visualizing inception network with GradCAM.

grad-cam visualization is good because it does not force model to be in a certain way. However, current implementation is heavily coupled with inference model. It prevents users to easily...

Thank you for sharing your code. I'm happy to try this seemingly attractive representation learning idea on a different backbone. e.g. ResNet50. Gladly, you mentioned ResNet50 on Table3 in your...

I added additional notebook for demo of tf-resnet support. Please review the result, and merge into this repo. Tensorflow support will definitely help deep learning community. Thank you for sharing...

fix build error caused by wrong filename, and filepath.

Thank you for sharing your source code. It is really helpful to promote CBIR research community. From disclaimer you mentioned that this source code can be differ from the codes...

Add Python binding for FSM with 5DOF

# Efficient Diffusion on Region Manifolds: Recovering Small Objects with Compact CNN Representations by Ahmet Iscen, Giorgos Tolias, Yannis Avrithis, Teddy Furon, Ondrej Chum https://arxiv.org/abs/1611.05113 ![image](https://user-images.githubusercontent.com/2110359/35803718-2309d1dc-0ab8-11e8-9498-45f4264c2727.png)

# SIFT Meets CNN: A Decade Survey of Instance Retrieval (last update 17.05) by Liang Zheng, Yi Yang, Qi Tian https://arxiv.org/abs/1608.01807 ![image](https://user-images.githubusercontent.com/2110359/35803629-ce829efa-0ab7-11e8-8bc3-f5035fd89f5b.png)

Many people use FLANN to do k-means clustering When I tried python binding for the library, it uses only single core. So I concluded it is slow somehow in python....