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

Enhance neural net measure detector with image-processing based measure detector #15

Open
Archer6621 opened this issue Jun 1, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@Archer6621
Copy link
Contributor

Archer6621 commented Jun 1, 2020

Currently the neural net measure detector has proven to be imprecise. Internally we have been working on an image-processing based solution, which ultimately also seems to have unsatisfactory precision and recall. However, since the image-processing solution uses a white-box approach to the problem, we will be able to tweak it in predictable ways to perform as needed.

We've identified that both measure detectors detect some false positives, but they are different in nature for both of them. The image-processing based solution also misses some measures, but can be made more sensitive to detect them anyway, at the cost of precision. The neural net solution seems to have very high recall, as it hasn't missed a measure in scores that we have provided so far. Since the imprecise results of the two detectors do not seem to overlap, they can be ruled out. This should improve precision tremendously and give us much better results.

@Archer6621 Archer6621 added the enhancement New feature or request label Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant