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

Experiments into Occlusion scoring heuristics for input prediction bias normalization #41

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Purg
Copy link
Member

@Purg Purg commented Aug 2, 2021

We have found previously that there are deficiencies with the classifier-confidence-based saliency map generator when there perturbed image confidences that are imbalanced on the on the positive/negative scale when differenced from reference prediction results. This branch includes experiments into a "heuristic" (so named because I have not investigated a proof of generality) that aims add a "normalization" to counteract this bias.

Currently this is just experiments shown in-line in the image classification confidence saliency generation notebook. The PR is more for recordkeeping that an actual merge candidate.

The "winner" looks like heuristic # 3. This weights classification confidence difference vector based on the geometric mean of the >0 and <0 "classes". The intuition here is when there are mask regions that contribute to rare changes in prediction results, they must be relatively more important to that prediction.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Aug 2, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov
Copy link

codecov bot commented Aug 2, 2021

Codecov Report

Merging #41 (1c2f4ff) into master (2e4bc29) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #41   +/-   ##
=======================================
  Coverage   99.41%   99.41%           
=======================================
  Files          28       28           
  Lines         853      853           
=======================================
  Hits          848      848           
  Misses          5        5           
Flag Coverage Δ
unittests 99.41% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2e4bc29...1c2f4ff. Read the comment docs.

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

Successfully merging this pull request may close these issues.

1 participant