NickleDave / visual-search-nets

neural network models of visual search behavior
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

VSD analaysis: correlate sigmoid output w/VSD score #40

Closed NickleDave closed 3 years ago

NickleDave commented 4 years ago

hypothesis: lower "output", i.e. lower probability of detecting target, for images with a higher VSD score

could normalize to 0-1 range by computing p(target) / # targets images where targets ~ labels

NickleDave commented 3 years ago

tried this, didn't work probably because of https://arthurdouillard.com/post/miscalibration/ closing, not relevant for this repo