Skip to content
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

Interesting computer vision articles #1

Open
jan-kleks opened this issue Jul 11, 2022 · 2 comments
Open

Interesting computer vision articles #1

jan-kleks opened this issue Jul 11, 2022 · 2 comments

Comments

@jan-kleks
Copy link

I have recently stumbled upon this very interesting computer vision article about recognizing species of insects which can be hard to identify. Maybe you will find there some ideas for further improving the iNaturalist project.

Automated Taxonomic Identification of Insects with Expert-Level Accuracy Using Effective Feature Transfer from Convolutional Networks -- https://academic.oup.com/sysbio/article/68/6/876/5368535

Keep up the great work!

@jan-kleks
Copy link
Author

jan-kleks commented Jul 12, 2023

@jan-kleks jan-kleks changed the title Automated Taxonomic Identification of Insects with Expert-Level Accuracy -- research article Interesting computer vision articles Jul 12, 2023
@LDNOOBWV2
Copy link

I read the articles you linked here and I found another one that might be interesting, using "Deformable Convolutions": https://arxiv.org/pdf/1703.06211
About the Log-Gabor-Filters: One might try with simpler filters in the data pipeline like:

In one AI project for image classification (pharmaceuticalIndustry, drug plants identification) we successfully used:

  • "Histogram Equalization" and
  • "Gaussian Blur" and
  • "Pillow Edge Enhance" in the pipeline. We tested "Canny Edge", "Sobel" and "Scharr" as well, but the above mentioned combination worked best.

In another project for object-detection (Self Dirving Cars) we tested "Deformable Convolutions" vs. "Dilated Convolutions" and decided due to better results to use "Deformable Convolutions".
Hope some of the ideas help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants