Edit: I got confused and didn’t write this comment in the right place.
—-
I somewhat agree with how you described it as top-down vs bottom-up. I think it’s not exactly how I was framing it, but it’s close enough, and it’s a useful way to think of it.
Even in the rest of your comment you’re taking a bit more of a bottom-up approach relative to what I’m saying: you’d be surprised how much we know about how the brain’s gross organization leads to complex phenomena (pick up the latest edition of Blumenfeld’s clinical neuroanatomy if you want the very-high-level summary).
You can, in principle, achieve a “broadly correct” outcome by doing tissue-level modelling of NNs. It’s surprising how much of the brain is macro components, as opposed to micro, cell-level processing. (Of course I’m handwaving a lot here. I’m afraid anything short of a concrete demonstration is bound to be unsatisfying.)
And yes, modeling at the higher functional level can be very useful; knock out the Wernicke's center and speech goes, visual cortex, vision, etc... So, with a more detailed functional description of each level, we may wind up with a model with useful predictive value.
Tho, that said, how does this approach create a truly robust abstraction from the lower level wetware? Would it provide ability to fully reproduce computations? Would it account for lower-level changes in health, hormones, electrolyte levels, neurotransmitter-active drugs...?
This is a little handwavy, but consider that, in the context of modelling a human brain:
- If you model top-down (at the tissue/functional level like you suggest), you'll be recreating the "broadly correct" kind of computation, and you'll be recreating something that looks and feels like a really really bad, quirky and dumb human brain. But it'll have certain human-like qualities that are maybe even difficult to pin down. These would possibly make a ton of mistakes, but there'd be a lot of human-like biases and mistakes.
- If you throw billions of neurons into a bag, you may be able to train them to perform calculations with a high degree of correctness (eg.: ChatGPT, generative art, modern ADAS systems) but when these make mistakes, the mistakes they make will look extraordinarily stupid to a human (eg.: "a human would never have suddenly steered his car into a brick wall like that").
Both approaches can produce extremely stupid results, but you need the top-down architecture if you want to preserve what makes "the human flavour of intelligence" what it is. (I suppose you could emulate the same result with a big enough bag of neurons, but that sounds very inefficient to me, intuitively.)
---
Depending on what you're interested in modelling, you may need to combine multiple approaches, as the brain has multiple layers of emergent properties. I don't think that for most purposes you'd need to go as far as modelling blood contents, but something like it might be required if "embodiment" was an important part of what you'd like to model. There are certain types of things that biological organisms learn particularly fast because they have a physical body that interacts with the real world.
I don't personally believe embodiment is fundamentally required in the model (ie.: I think it's probably possible to emulate the same result if you use a sufficiently large number of neurons), but I think realistically it will be a practical necessity for keeping models and computations as efficient as possible.
—-
I somewhat agree with how you described it as top-down vs bottom-up. I think it’s not exactly how I was framing it, but it’s close enough, and it’s a useful way to think of it.
Even in the rest of your comment you’re taking a bit more of a bottom-up approach relative to what I’m saying: you’d be surprised how much we know about how the brain’s gross organization leads to complex phenomena (pick up the latest edition of Blumenfeld’s clinical neuroanatomy if you want the very-high-level summary).
You can, in principle, achieve a “broadly correct” outcome by doing tissue-level modelling of NNs. It’s surprising how much of the brain is macro components, as opposed to micro, cell-level processing. (Of course I’m handwaving a lot here. I’m afraid anything short of a concrete demonstration is bound to be unsatisfying.)