The Company with a Direct Path to AGI

AGI Checklist

Any AGI must at a minimum possess a core set of cognitive abilities — as a simple description of human intelligence will confirm. These skills must be implementable in a practical way — i.e. interacting with incomplete, potentially contradictory and noisy environments, and utilizing limited computing and time resources.

All of these abilities must be able to operate in real-time on (at least) 3-dimensional, dynamic (temporal) data, as well as stimulus-response (causal) relationships. Operations must be scalar, not just binary (degrees of fit, and certainty).

Here is a basic list:

  • Contextually recognize existing patterns/ entities, even with partial and/or noisy input. “What is this?”

  • Contextually determining what existing categories a pattern belongs to (and how well it fits). “What kind of thing is this?”

  • Contextually predict the remainder and/or continuations of a given partial pattern (predict). “What is next?”

  • Be able to learn new patterns/ entities, and to be able to categorize them.

  • Have the ability to form new concepts, including highly abstract insights.

  • Focus/ selection/ importance: Selecting pertinent information at the input level as well as during learning and cognition (see Salience below).

  • Be able to do all of the above contextually — i.e. taking complex context into account (e.g. what came before, relevant facts, current topic, goal, audience, etc.)

  • Be able to learn new skills — both mental and ‘physical’.

  • To be able to learn via a wide range of modes, including: unsupervised, supervised, self-supervised, exploration, aping, instruction, etc.

  • Support integrated long-term memory — i.e. its ‘knowledge base’ must be immediately available to all other abilities

  • Support integrated working memory (recent history that provides current context, and may or may not be remembered.)

  • Be able to modify all knowledge and skills as new information becomes available.

  • Be able to reason (abstractly) using existing context. e.g. “What is the contradiction in what the two salespeople just said?”

While most examples here are language-based, these requirements also apply to perception-action operations — e.g. robots.

Two other noteworthy requirements are understanding and being able to determine salience.

In addition to the positive checklist, we can also formulate a quick negative reality check:

What does not qualify as AGI?

 
  • If it cannot learn new knowledge and skills incrementally and interactively, in real time.

  • If it cannot deal with incomplete and contradictory information.

  • If it cannot learn from single instances in real time.

  • If it cannot accumulate and adapt its knowledge and skills over time.

  • If it cannot learn autonomously (always needs a human in the loop).

  • If it requires an unreasonable amount of training data — i.e. significantly more than a human needs.

  • If it assumes unlimited, or (in principle) impractical amounts of computing resources.

  • If it cannot sense real-world time & space (in some way) and act on it in real time — i.e. if it cannot conceptualize and interact with the world.

Salience (Focus and Selection)

 

Salience — selecting and focusing on what is relevant and important to a given context and goal — is a crucial aspect of intelligent systems.

This comes into play at different levels of cognition:

Firstly, in autonomous data selection on input — what senses and features to process and/or ignore, and what level of importance to assign to them for processing. For example, most animals are wired to pay extra attention to fast moving items in their visual field, and to loud sounds. For AGI we have to assume that much more sensory input will be available than can (or should) reasonably be processed. We must also assume that relevant feature extractors such as edge or shape detection must be prioritized. It seems that some semi-automatic mechanism needs to do this pre-selection. This mechanism should be under overall high-level cognitive control to preset parameters; for example to, say, bias it to focus on changes in color or pitch.

Once input has been appropriately selected and prioritized, pattern matching, categorization, and conceptualization mechanisms need to be selected according to contextual requirements. What matters currently? For example, are we trying to match incoming patterns against each other, or against some internal reference; are we interested in shape or texture patterns; or are we just interested in object collisions?

Higher level goals also need to be selected and prioritized according to salience. What are we trying to achieve right now? What dependencies are there? What is most important in the current context?

Finally, the overall architecture has to allow for consolidation and forgetting. What information or experience should be consolidated? What should be forgotten (or archived)?

AGI need to have mechanisms in place at each of these levels (and probably some others) to evaluate salience and to adjust cognition accordingly.

(Originally published Jan 2017)