-
Notifications
You must be signed in to change notification settings - Fork 6
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
Hello Insik #1
Comments
Hi @willard-yuan. I don't use IM nowadays. If your topic is relevant to CBIR, we can discuss about it in this repo. Feel free to communicate through making issues here. I glad to see that more discussions about CBIR happens in this repository. |
It's a good habit. IM makes time wasted. I find you focus on local features such as SIFT (COLMAP/geometric_burstiness), DELF, correspondence matching and encoding local features to global feature. These are very important for CBIR, but CBIR is not matured in industry since methods at this stage still don't work well at large-scale dataset as the performance of CBIR such as MAP is low, especially instance retrieval/object retrieval/near-duplicate search. I tried to make something for CBIR, such as cnn-cbir-benchmark, But I find these means nothing to CBIR. We need explore method to bring CBIR to a big stage😆😆 |
Hi @willard-yuan , I did some research work on CBIR during 2017.2--2017.8. My image retrieval syetem still based on BOW model. I used 10 thousand images to build my dictionary ( SIFT ), and built kd-tree for faster retrieval. I also talk with a professor in CAS-ICT who got fancy result in imagenet. He told me that his team's best model also based on BOW instead of CNN. |
@keloli BOW is a good choice for middle-scale dataset, but it's hard to adapt very large scale dataset such as billion-scale. I have done a lot of experiment about BOW/VLAD/FV on small dataset such as oxford building dataset, and the result seems OK, but its performance decreases heavily on middle-scale dataset, such as on on million images dataset. |
@willard-yuan Thanks for you advise. I hadn't experise on million images dataset. But indeed, it is important to experience together at a same dataset. |
@willard-yuan @keloli Nice to meet you guys. I am also interested in solving content-based image retrieval problem. The reason why I am studying BoW and local feature based work is I want to know what great ideas have been to solve the CBIR problem. I also observed that state-of-the-art method and top-models are using CNN based features. I made leaderboard page to track not only CNN based model, but also local feature based model. I am not sure about large-scale image dataset. Oxford benchmark has been almost 10 years and almost solved considering SOTA model achieving >90% mAP. I wish some group publish new dataset both have large size and higher quality. Good luck on your research! |
Hi, guys! @insikk @willard-yuan |
@willard-yuan @insikk @keloli hi guys , i am new to this topic i have queries . I appreciate a lot if you guys can answer my query |
@abhigoku10 Thank you for having interest in this topic.
Both CBIR and image captioning may need semantic understanding of the image. 2,3. You may want to read this: https://arxiv.org/abs/1411.4555. PDF: https://arxiv.org/pdf/1411.4555.pdf Start from here. And try to find recent papers citing this one. Good luck on your journey~ 😄 |
@insikk thanks for response one more question so can i use FasterRCNN, yolo and other networks for the detection . can you share any link which you would have gone thru which gives u the overview of stuff |
Here are good place to start various modern detectors including FasterR-CNN and YOLO-sytle SSD. Tensorflow code with paper paper: Speed/accuracy trade-offs for modern convolutional object detectors code: https://github.com/tensorflow/models/tree/master/research/object_detection |
Good work. 🙃 |
Hi Insik,
I'm Yong Yuan and I come from China. I find you are also focused on Image Retrieval and have done much work on CBIR. I'd like to discuss technical communication about CBIR with you. What's your IM software you use? Telegram?
The text was updated successfully, but these errors were encountered: