Visual Search - What makes it hard to find things? For our last post (at least, I think it is), we’re going to discuss another problem in high-level vision: visual search. By visual search , I mean more or less what you probably think: The problem of searching for something in a cluttered display. For example, where is “Waldo” in the image below? Figure 1 - Finding an object in clutter can be challenging. "Where's Waldo?" books play with search difficulty by manipulating a number of properties of search displays. Naively, you might think that a problem like this more or less boils down to carrying out your procedures for object recognition a bunch of times. To look for Waldo (or your keys, or a particular street corner on a map), don’t you just have to look around a bunch within the scene and try to recognize him as you go? To some extent, yes. However, there are several ways in which visual search seems to have different properties than we’d expect if w...