The circuit that lets your brain think and see

(engineering.columbia.edu)

71 points | by hhs 7 hours ago

9 comments

  • w10-1 6 hours ago
    Paper title: Disinhibitory signaling enables flexible coding of top-down information in cortical networks

    (should be qualified as in-silico visual systems)

    Method: replicate fMRI findings of visual abstraction using simple networks to model what's essential

    Gist: in tasks 'Inhibitory neurons that suppress other inhibitory neurons seem to pass key information from the “thinking” part of the system to the “sensing” component of the system'

    I've heard the same for motor control: it's not that the cortex aims for one action; it aims for a bunch, but most are inhibited. (You see this in chaotic movement when inhibition fails).

    So it's not really "think and see" but "what you see when you're doing a task".

    (There's some analogy in there wrt (AI) exuberance effacing selectivity in investment decisions...)

    • MajorTakeaway 35 minutes ago
      See I did what I saw when doing a task like grabbing for my Guinness to take a swig and ended up hitting my laptop with the bottle when I brought the bottle to my body.

      Maybe I have a bit of inhibition going on there.

    • agumonkey 3 hours ago
      I'm very curious about inhibition failures in brain areas, especially between visual perception and motor control. I'm no neurologist but your brain seems to generate a lot of imaginary interpretation when sensing the visual field, but sometimes there are short circuit like failure that leak those potential imaginary futures with you current real self (leading to strange uncoordinated or overlapping motor control signals)
    • milleramp 4 hours ago
      "inhibition fails" reminded me of this passage from Fear and Loathing.

      "Ah, devil ether. It makes you behave like the village drunkard in some early Irish novel... total loss of all basic motor skills. Blurred vision, no balance, numb tongue. The mind recoils in horror, unable to communicate with the spinal column."

      • willy_k 3 hours ago
        It’s worth noting that in neuro speak, inhibition does not necessarily correlate with what would appear to be a “dis/inhibited” person; it’s referring to a specific process where signals are blocked from propagating, and because the brain is made of a complex web of inter-modulatory loops, this can show up in unintuitive ways

        e.g. signals from the default mode network getting in the way of task-oriented behavior, which can result in people appearing “inhibited” where in actuality they’re failing to inhibit irrelevant internal signals and (errant bottom-up) attention to them (this is the case in ADHD).

        • taneq 2 hours ago
          Think of it like a relay with a normally closed contact.
  • ekelsen 2 hours ago
    The actual experiment is basically training a relatively large RNN (1000 units) to do a very simple copy-esque task. The weight values are constrained to be either positive or negative at the beginning of training. The RNN could probably be way smaller and still be made to solve this task.

    It isn't even a spiking model.

    It seems really hard to go from this experiment to "we've learned anything useful about how brains actually work."

    https://www.biorxiv.org/content/10.1101/2023.10.17.562828v2....

  • storus 4 hours ago
    Why are they using neural nets to model observed behavior (different parts activated) and then applying them to biological neurons that work completely differently? Real neurons communicate using precisely timed spikes and each neuron does a bunch of local computation as well.
    • snaking0776 4 hours ago
      There’s debate over how much timing actually matters vs the rate of firing. Some people do believe in precise spike timing but I would say the general consensus is that spiking rate is a better measure of the current state of a system. There’s significant noise (as far as we can tell) in a neuron’s timing and it’s best modeled with a poisson process so we tend to think of it as rate coding which we can at least hand wave as viewing an RNN with a ReLU approximating.

      Generally you can take a geometric view of this where certain features in a stimulus covary with neural activations in the same way they will with RNN “activations” which is at the real core of why people model things this way. The general idea being a dot product in an RNN can tell you something about what features are relevant for a task and we can look for hints of the same information being encoded in neural data. Certainly not everyone is in agreement on this though.

  • SubiculumCode 6 hours ago
    Independent of the research itself, the article makes it seem as if neuroscientist are just discovering the deep recursion all the way back to V1. The idea that this was a one way stream of information processing was discarded a long time ago. Those back projections probably serve lots of functions, but we can be pretty sure they are there to let current context bias the weights for quicker recognition and reaction...e.g. if your context includes snakes, your visual system will attune to recognizing snakes even faster.
  • calmbonsai 1 hour ago
    That’s…quite the epic surname.
  • jibal 1 hour ago
    "Compare the brain to something like ChatGPT or a large language model. We can do far more, across far more situations, on a tiny fraction of the energy — and without being trained on the whole internet. The brain got there through evolution, through the redundancy built into its wiring. Our models are recurrent neural networks, which are quite different from the transformers behind today's large language models. The goal is to work out these principles one by one and use them to make AI leaner and more adaptive. This inhibition-on-inhibition motif is one of them."

    Cool!

  • spacebacon 5 hours ago
    [dead]
  • juanani 1 hour ago
    [dead]
  • yogthos 6 hours ago
    Reverse engineering how algorithms in the brain work is a really promising path towards making genuine AI systems which would make the current crop of LLMs obsolete.
    • deadbabe 6 hours ago
      It’s not algorithms.
      • jibal 1 hour ago
        The Church-Turing Thesis disagrees.