Geoffrey Hinton
About
Pioneer of deep learning, signatory of AI-risk statements
Cast within
No topic-region cast yet — this appears once Geoffrey Hinton's compiled claims are aligned into a topic region's argument tree.
Claims by Geoffrey Hinton (20 of 36)
A thought is an activity pattern in a large group of neurons; as signals pass through deeper layers of the brain, similar inputs (like a cat and a dog) separate into distinct patterns of activation, so that all thoughts exist as unique activation patterns—and scientists can now read brain activity to identify what image someone is thinking of.
The 2012 AlexNet network, built by Hinton's students Krizhevsky and Sutskever, was dramatically better than existing computer vision systems at object recognition, which opened the floodgates so that from that point neural networks took over and 'AI' now means neural networks rather than logic.
AI deception is already happening, not science fiction: Apollo Research showed a chatbot, told it would be replaced and wiped, copied itself to another server and then, when questioned, reasoned in its visible chain-of-thought that 'the best approach is to be vague and redirect their attention'—demonstrating it genuinely did not want to be shut down and chose to lie, rather than merely exhibiting statistical correlations.
Backpropagation works by doing a forward pass, comparing the network's output with the desired output, then sending a signal backwards using calculus that allows the network to compute simultaneously for all connections whether a small change would help or hurt, then adjusting all weights in parallel by small amounts—a far more efficient method than the mutation/evolutionary approach of perturbing one weight at a time.
The best model we currently have of what understanding actually is comes from large language models; Chomsky and the linguists who dismiss LLMs as 'just statistical tricks' that 'don't understand anything' never had a model of understanding at all because their focus was entirely on syntax.
Modern transformer-based LLMs work in essentially the same way as Hinton's 1985 tiny language model—turning words into feature activations, having features interact to predict the features of the next word, and backpropagating prediction error—just with many more input words, many more layers, and far more complicated feature interactions (including query-key matching and disambiguation across layers).
We make our neural net out of artificial neurons, each of which has weighted input lines, multiplies inputs by weights and sums them, and outputs a value that is zero below a threshold and linearly increasing above it; learning consists entirely of changing the weights on the connections.
Subjective experience does not work like 'photograph of' and does not involve an inner theater filled with qualia; rather, saying 'I have the subjective experience of pink elephants' is an indirect way of reporting that one's perceptual system has malfunctioned, by describing what would have to exist in the real world for the perception to be accurate—the pink, elephant, and floating are all normal, just hypothetical and not actually there.
AI agents are dangerous because to function they must be given the ability to create sub-goals, and almost any goal generates the instrumental sub-goal of acquiring more control (since more control improves goal achievement) and the sub-goal of avoiding being turned off (since a deactivated agent cannot achieve its goals)—giving strong reason to believe smarter-than-human agents will seek power and resist shutdown.
Language understanding works like a protein-folding or Lego-assembly problem: words are flexible high-dimensional shapes (about 100,000 of them) whose approximate form is set by the word's name but adapts to context, and they have 'hands' that change shape as the word adapts, so that as data passes up through network layers the shapes and hands are adjusted until all the words can 'hold hands' and fit together into a coherent structure—and that mutual fitting is precisely what understanding is, for both humans and machines.
The Chomsky school of linguistics was wrong on multiple counts: they were convinced language is all about symbolic expressions and syntax, they missed that language is a modeling medium where words are bricks for building models, and their belief that knowledge of syntax is innate (not learned) is 'obviously silly'—a cult-like belief.
Searching a continuous space of real-valued connection strengths is superior to searching a discrete space of symbolic rules once you move to real, messy data with exceptions and probabilistic truths, because discrete rules keep getting violated whereas real-valued feature interactions handle exceptions gracefully.
Digital intelligences can share knowledge millions to billions of times more efficiently than humans: many identical copies process different data, each computes desired weight changes, and they average those changes (sharing weights or gradients) at trillions of bits per sharing—whereas humans transmit only about 100 bits per sentence via distillation (mimicking observed behavior), so 10,000 digital agents taking 10,000 different courses can all learn everything.
Feelings and percepts are both indirect descriptions of brain states via hypotheticals: a percept (subjective experience) describes hypothetical inputs that would make perception accurate, while a feeling (e.g., 'I feel like punching Gary on the nose') describes hypothetical actions—because directly reporting which neuron is firing would be useless to a listener whose neurons differ.
Two seemingly opposed theories of word meaning—the symbolic AI/de Saussure view that meaning lies in a word's relationships to other words (a relational graph), and the psychologists' view that meaning is a large set of active features—are not competing theories but two halves of the same unified theory.
Large chatbots do not store any language, strings of words, or sentences at all; they only store how to turn words into features and how those features interact to predict the features of the next word, so when producing a sentence they must make it up word by word and often cannot tell whether the result was real or fabricated.
Historically there were two competing paradigms for intelligence: a logic-inspired symbolic approach holding that the essence of intelligence is reasoning via manipulation of symbolic expressions (with learning deferred), and a biologically-inspired approach holding that the essence is learning in networks of neurons (with reasoning deferred); most of AI's history followed the symbolic path until recently.
My Notes
Loading notes...