Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Could simplified stimuli change how the brain p...
Search
David Nicholson
November 23, 2021
Research
95
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
Could simplified stimuli change how the brain performs visual search tasks?
flash talk for Neuromatch 4.0
David Nicholson
November 23, 2021
More Decks by David Nicholson
See All by David Nicholson
VocalPy: a core Python package for acoustic communication research
nickledave
0
42
sorry-no-chatgpt-PyCon-2023-lightning-talk
nickledave
0
76
pyvanot
nickledave
0
73
vak: software for automated annotation of vocalizations with neural networks
nickledave
0
94
scipy-2019-visual-search-Tensorflow-talk
nickledave
0
110
scipy-2019-lightning-talk
nickledave
0
150
Automated Annotation of Animal Vocalizations
nickledave
0
87
Neural networks for segmentation of vocalizations
nickledave
0
440
Teaching Data Science to Scientists
nickledave
0
200
Other Decks in Research
See All in Research
SAKURAONE:An Open Ethernet-based AI HPC System And Its Observed Workload Dynamicsin a Single-Tenant LLM Development Environment
yuukit
1
350
進学校の生徒にはア行の苗字が多いのか
ozekinote
0
450
Claude Code × autoresearch 実践
mathbullet
0
160
「なんとなく」の顧客理解から脱却する ──顧客の解像度を武器にするインサイトマネジメント
tajima_kaho
10
7.6k
オーストリア流 都市の公共交通サービス水準評価@公共交通オープンデータ最前線2026
trafficbrain
0
190
2026年度 生成AI を活用した論文執筆ガイド/ワークショップ / 2026 Academic Year Guide to Writing Papers Using Generative AI - Workshop
ks91
PRO
0
170
AI Agentの精度改善に見るML開発との共通点 / commonalities in accuracy improvements in agentic era
shimacos
6
1.7k
AGI4OPT:自然言語から数理最適化を導くエ ージェントスキル Translating Human Intent into Mathematical Optimization
mickey_kubo
0
140
コーディングエージェントとABNを再考
hf149
2
720
IEEE AIxVR 2026 Keynote Talk: "Beyond Visibility: Understanding Scenes and Humans under Challenging Conditions with Diverse Sensing"
miso2024
0
200
ブレグマン距離最小化に基づくリース表現量推定:バイアス除去学習の統一理論
masakat0
0
290
Research Engineerという仕事 / Research Engineering: Bridging Research and Business
chck
1
210
Featured
See All Featured
Applied NLP in the Age of Generative AI
inesmontani
PRO
4
2.3k
How to make the Groovebox
asonas
2
2.2k
Into the Great Unknown - MozCon
thekraken
41
2.6k
[SF Ruby Conf 2025] Rails X
palkan
2
1.1k
Crafting Experiences
bethany
1
180
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
201
75k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
10
1.2k
Stop Working from a Prison Cell
hatefulcrawdad
274
21k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
659
62k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.5k
svc-hook: hooking system calls on ARM64 by binary rewriting
retrage
2
300
Measuring & Analyzing Core Web Vitals
bluesmoon
9
870
Transcript
Could simplified stimuli change how the brain performs visual search
tasks? David Nicholson NMC4 December 2021
Introduction Visual search: a real-world behavior we engage in constantly
Introduction In the laboratory, visual search tasks use simplified stimuli
Peelen and Kastner, 2014
Introduction Hallmark of behavior exhibited in laboratory visual search tasks:
set size effects
Introduction The visual system is optimized to search natural images
Peelen and Kastner, 2014
Introduction → simplified stimuli change visual search behavior How could
we test this? Peelen and Kastner, 2014
Methods deep neural networks for image classification AlexNet DNN architecture
"plane"
Methods ~ state-of-the-art models of object recognition in the visual
system adapted from DiCarlo and Cox 2007 AlexNet ANN architecture: ~ primate ventral visual stream "retina space" "inferior temporal cortex space" separating hyperplane
Methods deep neural networks optimized for image classification (Kell McDermott
2019) step
Methods Transfer learning to adapt pre-trained DNNs to visual search
tasks https://github.com/NickleDave/searchstims
Methods Transfer learning to adapt pre-trained DNNs to visual search
tasks the Visual Search Difficulty dataset "How Hard Can It Be? Estimating the Difficulty of Visual Search in an Image". Ionescu, et al. 2016
Results DNNs exhibit set size effects
Results Set size effects result from optimizing DNNs to classify
natural images
Results Optimizing DNNs with natural images --> improved, human-like behavior
on search tasks with natural images
Results Optimizing DNNs with natural images --> improved, human-like behavior
on search tasks with natural images Training method Source dataset DNN architecture Accuracy (largest object) (mean (S. D.)) transfer ImageNet VGG16 0.786 (0.007) transfer ImageNet AlexNet 0.652 (0.010) initialize Pascal VOC AlexNet 0.390 (0.010) initialize Pascal VOC VGG16 0.353 (0.060) transfer search stimuli VGG16 0.262 (0.004) transfer search stimuli AlexNet 0.208 (0.000)
Results Optimizing DNNs with natural images --> improved, human-like behavior
on search tasks with natural images Training method Source dataset DNN architecture Accuracy (largest object) (mean (S. D.)) transfer ImageNet VGG16 0.786 (0.007) transfer ImageNet AlexNet 0.652 (0.010) initialize Pascal VOC AlexNet 0.390 (0.010) initialize Pascal VOC VGG16 0.353 (0.060) transfer search stimuli VGG16 0.262 (0.004) transfer search stimuli AlexNet 0.208 (0.000)
Results Optimizing DNNs with natural images --> improved, human-like behavior
on search tasks with natural images Training method Source dataset DNN architecture Accuracy (largest object) (mean (S. D.)) transfer ImageNet VGG16 0.786 (0.007) transfer ImageNet AlexNet 0.652 (0.010) initialize Pascal VOC AlexNet 0.390 (0.010) initialize Pascal VOC VGG16 0.353 (0.060) transfer search stimuli VGG16 0.262 (0.004) transfer search stimuli AlexNet 0.208 (0.000)
Results Optimizing DNNs with natural images --> improved, human-like behavior
on search tasks with natural images
Discussion Mismatch may be impeding our ability to understand visual
search behavior
Discussion Future work could compare behavior of different models on
a benchmark set of stimuli and tasks Guided Search 6.0, Wolfe 2021
NickleDave Thank you! Lifelong Learning Machines program, DARPA HR0011-18-2-0019 2017
William K. and Katherine W. Estes Fund to F. Pestilli, R. Goldstone and L. Smith, Indiana University Bloomington. nicholdav