Earlier quoted context omitted.
> neuroscientist say: "why didn't you talk to us 15 years ago? We could have told you that!". Interested to hear about these. I can honestly not remember any.
There's been this tension over whether achieving apparent human levels of artificial intelligence requires thinking like and following processes associated with human learning and intelligence pretty much forever. Today, computational capability and data have gotten us to a place where there's been a big step forward while largely ignoring how it relates to human-level thought. (After all, we got powered flight by la…
Where will artificial general intelligence come from?
231–240 of 252 posts
Re: Where will artificial general intelligence come from?
#232Earlier quoted context omitted.
Background: Some guy on the Internet with an unrelated Bachelors degree he didn't study that hard for and has picked up a little Python and Javascript somewhere along the way. I know of no biological forms that have evolved wheels. But wheels have turned out to be a hell of a lot faster than fins or legs. I see no reason "intelligence" has to follow the pathways or limitations of biology or neurology at all. Although…
You can't really evolve a wheel in the sense that a half-evolved foot is useful already, whereas a half-evolved wheel: not really. Therefore obtaining a functional wheel has to be done in one jump, which is contrary to how the gradual process of evolution works.
Re: Where will artificial general intelligence come from?
#233Earlier quoted context omitted.
The main objective function in nature is very simple though: maximize the number of copies of your genes. Such an objective enforced in a resource-constrained multi-agent world (as suggested in the slides) could really lead to quite complex sub-objectives which may as well lead to general intelligence. For example, if each agent can process information and perform work, it follows that individuals that have better co…
There's no guarantee this will favour the development of intelligence though. To take examples from nature, flighted birds are so optimised for weight that they would never develop large, heavy enough craniums to support sentient brains. Many selective criteria may turn out to favour optimisation patterns that could actualy exclude general intelligence, or at least might effectively close off evolutionary paths that…
Insects and especially social insects like ants are good examples of very successful survivors with very little general intelligence.
Re: Where will artificial general intelligence come from?
#234Earlier quoted context omitted.
It took nature four billion years to invent humans, who are actually - if we're honest - pretty terrible as an example of workable AGI. In fact what nature invented was a persistent colony organism with external memory. Wild solo humans are only a little smarter than wolves individually, but being able to share and externalise invention and learning created a massive advantage. Humans are successful because although…
> until there's a persistent, transferable, abstracted model [...] It can be compressed to "until AIs can talk".
Re: Where will artificial general intelligence come from?
#235Re: Where will artificial general intelligence come from?
#236Re: Where will artificial general intelligence come from?
#237Earlier quoted context omitted.
There's no guarantee this will favour the development of intelligence though. To take examples from nature, flighted birds are so optimised for weight that they would never develop large, heavy enough craniums to support sentient brains. Many selective criteria may turn out to favour optimisation patterns that could actualy exclude general intelligence, or at least might effectively close off evolutionary paths that…
Except that ravens and other corvids seems to be self aware and are highly intelligent, it's correct that evolving things does not guarantee high intelligence. Insects and especially social insects like ants are good examples of very successful survivors with very little general intelligence.
> Wild solo humans are only a little smarter than wolves individually, but being able to share and externalise invention and learning created a massive advantage.
This seems to resonate with a strain of Philosophy of Mind https://plato.stanford.edu/entries/content-externalism/ which deals with our mental content being distributed not only around the brain and body, but on paper, computers and relations with other people.
Re: Where will artificial general intelligence come from?
#238That was really interesting. I'm interested why he's so pessimistic about the simulating a brain approach. Yes it's the boring and obvious approach but it also seems the most direct. Also found this quote interesting > Might have to make it illegal to evolve AI strains or an upper bound of computation per person and closely track all computational resources on earth.
The brain is slow and redundant. It has to be like that because it is not produced in a factory - it is created by self replication. Self replication imposes strict limits and requirements on the type of brain that can be created. AI neurons, on the other hand, are perfect - they never get old or tired and always remember. A neural net like ResNet-150 is capable of doing essentially what 1/3 of the brain is doing (vi…
Re: Where will artificial general intelligence come from?
#239Earlier quoted context omitted.
The main objective function in nature is very simple though: maximize the number of copies of your genes. Such an objective enforced in a resource-constrained multi-agent world (as suggested in the slides) could really lead to quite complex sub-objectives which may as well lead to general intelligence. For example, if each agent can process information and perform work, it follows that individuals that have better co…
There's no guarantee this will favour the development of intelligence though. To take examples from nature, flighted birds are so optimised for weight that they would never develop large, heavy enough craniums to support sentient brains. Many selective criteria may turn out to favour optimisation patterns that could actualy exclude general intelligence, or at least might effectively close off evolutionary paths that…
Re: Where will artificial general intelligence come from?
#240Earlier quoted context omitted.
> Actually convnets were inspired by Fukushima's Neocognitron, which was itself inspired by visual cortex. That doesn't contradict what I wrote. ConvNets require the synchronization of weights between neurons, which is not considered to be biologically plausible. Some aspects of the architecture (the receptive fields, in this case) may well be plausible, with the complete architecture still implausible.
You're focusing too much on the implementation details and assuming that because they're different that it's not equivalent. The secret sauce here is that network topology (and threshold rules), not the implementation details, are largely what determine the functional properties of that network. Show an electrical engineer the circuit diagram of a 4 bit adder and they'll know it's function immediately. Artificial Neu…