How does the brain represent images?

  • 11 Replies
  • 2406 Views
*

AndyGoode

  • Guest
How does the brain represent images?
« on: November 28, 2019, 02:59:51 am »
How does the brain store images? This is a question that has perplexed me for a long time. The basic problem is that images are so extremely complex, especially from scenes of the real world where there exist shadows and imperfections, that geometry won't work as a representational method, unless there exists some new branch of geometry that hasn't been invented or popularized yet. [There does exist a branch of math called 'shape theory' but it's pretty stupid and impractical, in my opinion.]

A related question, one that I saw in a book on AI, was how humans can 'zoom in' on a memory of a complex or large object like a map or building, to whatever resolution they want, like remembering the exact location of a rock along the side of a road located in the middle of an entire country with which they are familiar, or the location of a dent in a piece of furniture in a house where they lived. The range of zoom in these cases must be many orders of magnitude. Also, we humans don't suddenly reach a point where the smallest objects visualized appear to our brains as pixels, which implies our brains aren't storing images in pixelized formats like JPEG or GIF or BMP.

Another related question is how brains even represent the shape of a well-known mathematical curve. For example, how can we recognize the difference between a parabola versus a catenary at a glance, or the difference between a dampened sine wave and a Bessel function at a glance?





I did a little search on how curves are stored on computers to get a better feel for the topic. That alone is a huge topic. Graphical computer games, for example, often use quadtrees...

Quadtree Explanation
Dec 3, 2014
MrHeyheyhey27
https://www.youtube.com/watch?v=jxbDYxm-pXg

...and SVG image files use functions that allow indefinite zoom due to storing curves as mathematical formulas...

A beginners guide to SVG | Part One: The Why, What, and How
Jun 20, 2018
Kevin Powell
https://www.youtube.com/watch?v=ZJSCl6XEdP8

...and Bezier curves are cool, smooth curves with infinite resolution since they too are based on math formulas...

Bezier Curves
Oct 14, 2014
0612 TV w/ NERDfirst
https://www.youtube.com/watch?v=Qu-QK3uoMdY

...and computerized road maps use some form of smoothing, maybe splines, between their stored data points...

http://roadcurvature.com/technology/

...so are our brains using mathematics like that used in SVG format or Bezier curves?

It also seems to me that computer trees would be useful for storing images, especially in the way that JPG images compress image data so that they don't have to store as many pixels as a BMP file, where the leaves of the tree represent arbitrarily-sized regions, which varies slightly from quadtrees that have pre-defined leaf sizes, but so far I haven't been able to find any references to such work.

----------

(p. 7)
      Introduction

What is shape? What is form? To say that two objects have the same shape has an
intuitively obvious, but very imprecise meaning. As was pointed out by Lord and
Wilson in their preface to [69], a mathematics of form description and analysis is
greatly needed
. This monograph summarises a theory that may help towards this
goal, at least in the study of irregular shapes.
   The majority of the techniques of geometric pattern description require that the
objects being studied be smooth and fairly regular. Methods from differential
geometry, for instance, require smoothness whereas algebraic topological methods
require that the object, whether a physical or an abstract one, may be built up from
cells or simplices (see Spanier [96]). Increasingly, these methods have been applied,
to varying extents, to diverse practical problems of shape, and pattern description
and analysis (see Faux and Pratt [39] and Gasson [46]).
   Naturally occurring objects are rarely smooth and, as the work on fractals has
shown, are by their very nature irregular. Within the abstract setting also, objects
frequently occur that can be arbitrarily irregular, for instance closed bounded subsets
of an Euclidean space. Is it possible to extend methods used in the study of smooth
or regular geometric objects to such as these? With regard to the methods of algebraic
topology, the answer is positive and the resulting theory is known as shape theory.

Cordier, J.-M. and T. Porter. 1989. Shape Theory: Categorical Methods of Approximation. New York: John Wiley & Sons.

« Last Edit: November 28, 2019, 07:42:54 pm by AndyGoode »

*

LOCKSUIT

  • Emerged from nothing
  • Trusty Member
  • *******************
  • Prometheus
  • *
  • 4659
  • First it wiggles, then it is rewarded.
    • Main Project Thread
Re: How does the brain represent images?
« Reply #1 on: November 28, 2019, 03:26:08 am »
"we humans don't suddenly reach a point where the smallest objects visualized appear to our brains as pixels, which implies our brains aren't storing images in pixelized formats like JPEG or GIF or BMP."

But I do see pixels when I look at a cat down the end of the road. My vision is pixels, but what i c is features. I may see a little yellow blob with a spike on its back, which is from the cat, but looks like a horn shape maybe, it is the lowest features, like lines a balls.
Emergent          https://openai.com/blog/

*

goaty

  • Trusty Member
  • ********
  • Replicant
  • *
  • 552
Re: How does the brain represent images?
« Reply #2 on: November 28, 2019, 03:38:08 am »
As humans, we can see pixels if we want,  we don't even have to see whats actually there at all for that matter.

But a robot needs a definite method for doing it,  any way under the sun you could try.
Doing image classification in 2d (like yolo), or 3d (like Kinect) is possible,  you can use a point cloud, or you can use triangles made from corners.  Its a lot like how they make video games different ways, doing computer vision.

*

HS

  • Trusty Member
  • **********
  • Millennium Man
  • *
  • 1175
Re: How does the brain represent images?
« Reply #3 on: November 28, 2019, 05:46:00 am »
We definitely don't see what's there. It seems like we see with associations, eg, triggered memory, since logic is part of memory, this is also triggers "everyday" logic. This is all melted at the edges and fitted into a unified view which makes "everyday" sense to us.

90c8a5c7321bc027f8059e454e5fca84" border="0

*

goaty

  • Trusty Member
  • ********
  • Replicant
  • *
  • 552
Re: How does the brain represent images?
« Reply #4 on: November 28, 2019, 06:22:54 am »
That's fricken amazing,  but that last one doesn't seem to be true,  but the others are.

*

LOCKSUIT

  • Emerged from nothing
  • Trusty Member
  • *******************
  • Prometheus
  • *
  • 4659
  • First it wiggles, then it is rewarded.
    • Main Project Thread
Re: How does the brain represent images?
« Reply #5 on: November 28, 2019, 06:24:41 am »
Looks like nearby context decides what something is recognized as, its rotation, size, location, color, or even if its a cat but truly a dog, even spins if see spirals. What we think we see, is based on the WHOLE context bag of features, the dog, the brick wall, the milk, the babe. That's why commercials sell cars with hot muffin cakes next to em.

I better start doing that.
« Last Edit: November 28, 2019, 07:43:53 am by LOCKSUIT »
Emergent          https://openai.com/blog/

*

goaty

  • Trusty Member
  • ********
  • Replicant
  • *
  • 552
Re: How does the brain represent images?
« Reply #6 on: November 28, 2019, 09:06:17 am »
Ive got my computer vision thing right,  but I haven't really thought about the reality of it to it,  most of its artificially the same,  its all just a bunch of dots connecting each other, Im finding you need very little information to describe the most of things,  but when it comes to the point where the robot has no response to stimuli,  that's where the gaps are... what its missing.   that visual show, is to do with consciousness, something I never study much at all, because there is more pertinent things to do, getting this thing running at all.

*

AndyGoode

  • Guest
Re: How does the brain represent images?
« Reply #7 on: November 28, 2019, 07:56:26 pm »
We definitely don't see what's there. It seems like we see with associations, eg, triggered memory, since logic is part of memory, this is also triggers "everyday" logic. This is all melted at the edges and fitted into a unified view which makes "everyday" sense to us.

Nice examples of optical illusions, but that doesn't address the issue of the final memory storage scheme. The eye and associated visual areas of the brain use heuristics as a way to speed up processing at the cost of accuracy and objectivity, but even assuming that the ensuing illusions get stored in their inaccurate manner, how are they physically stored, using biological neurons? I think you hit on the answer--somehow it's done with associations instead of pixels or math. That narrows it down, but how exactly can neural associations create an image? Last night a possible answer hit me, but it's a little disturbing, and I might want to write an article about it before disclosing it.

*

lordjakian

  • Bumblebee
  • **
  • 33
  • Is this picture tiny on your computer too?
Re: How does the brain represent images?
« Reply #8 on: November 29, 2019, 09:29:57 pm »
I enjoy the supposition that memories are impressions.....lots of es sounds secures the way....An impression of events.

But as for how the brain does it.......no good.

The brain will have an idea....not  a full idea, but enough of an idea with enought knowledge about the feedback.....able to create the impression.......but your arm is missing.
Reminder to self for posting. Point messages to original poster.

*

HS

  • Trusty Member
  • **********
  • Millennium Man
  • *
  • 1175
Re: How does the brain represent images?
« Reply #9 on: November 29, 2019, 11:27:54 pm »
but that doesn't address the issue of the final memory storage scheme.

Not sure how to investigate this, but Ivan linked a cool article on fractals:

Is consciousness a fractal?

I also googled it: https://www.google.com/search?client=ubuntu&channel=fs&q=is+consciousness+a+fractal%3F&ie=utf-8&oe=utf-8

Seems like it's worth a look and a think.

*

AndyGoode

  • Guest
Re: How does the brain represent images?
« Reply #10 on: November 30, 2019, 04:20:26 am »
but Ivan linked a cool article on fractals:

I don't like fractals. They look like they'd be sharp to the touch.

*

HS

  • Trusty Member
  • **********
  • Millennium Man
  • *
  • 1175
Re: How does the brain represent images?
« Reply #11 on: November 30, 2019, 05:10:57 am »
Fair enough.

 


OpenAI Speech-to-Speech Reasoning Demo
by ivan.moony (AI News )
Today at 01:31:53 pm
Say good-bye to GPUs...
by MikeB (AI News )
March 23, 2024, 09:23:52 am
Google Bard report
by ivan.moony (AI News )
February 14, 2024, 04:42:23 pm
Elon Musk's xAI Grok Chatbot
by MikeB (AI News )
December 11, 2023, 06:26:33 am
Nvidia Hype
by 8pla.net (AI News )
December 06, 2023, 10:04:52 pm
How will the OpenAI CEO being Fired affect ChatGPT?
by 8pla.net (AI News )
December 06, 2023, 09:54:25 pm
Independent AI sovereignties
by WriterOfMinds (AI News )
November 08, 2023, 04:51:21 am
LLaMA2 Meta's chatbot released
by 8pla.net (AI News )
October 18, 2023, 11:41:21 pm

Users Online

301 Guests, 0 Users

Most Online Today: 346. Most Online Ever: 2369 (November 21, 2020, 04:08:13 pm)

Articles