A roadmap for AI: Past, Present and Future (Part 2): Fixed vs Flexible, Memory Soup vs Hierarchy

Subscribers:
5,330
Published on ● Video Link: https://www.youtube.com/watch?v=0Y5vIvC8BTY



Category:
Discussion
Duration: 1:39:52
594 views
28


In this session, we talk about the future of AI systems!

Recap of Last session (Past and Present AI systems): Expert Knowledge Systems (learning rules from experts), Supervised Learning (human-labelled data), Unsupervised Learning/Self-Supervised Learning (non human-labelled data), Foundational Models to learn from data and set a baseline for performance.

Moving to the Future:

Memory: We will discuss how we can use memory as the next wave to improve AI systems (this also includes the Large Language Model grounding with Knowledge Graphs).

Hierarchy or memory soup: We will talk about hierarchy and whether it is the essential ingredient for better representation and planning, or could it be just a "memory soup" mix of abstractions and using pattern matching to find the right one. This bears some resemblance to the "Thousand Brains Theory of Intelligence" by Numenta.

Multi-agent: The last part covers agents, multiple systems in one agent, multiple agents in an ecosystem, and finally, multiple ecosystems.

The future is unknown, but what is sure is that technological improvement will lead us to something which is far more advanced than the current state of the art.

My research work seeks to help to attain fast and adaptable agents, and I believe this will be key for the future of AI systems.

~~~~~~~~~~~~~~~~~~~

Part 1 here: https://www.youtube.com/watch?v=VP4DDdUsGws

References:

Fixed vs Flexible:
BERT: https://arxiv.org/abs/1810.04805

Memory:
Knowledge Graphs and LLMs: https://arxiv.org/abs/2306.08302
Learning, Fast and Slow (my work): https://www.youtube.com/watch?v=DSVFA7nmwHQ
Hierarchy in the brain: https://www.nature.com/articles/s41562-022-01516-2
Part-whole representations (Geoffrey Hinton): https://arxiv.org/abs/2102.12627
A path towards autonomous machine intelligence (Yann Lecun): https://openreview.net/pdf?id=BZ5a1r-kVsf
Thousand Brains Theory (Jeff Hawkins): https://www.numenta.com/technology/research/thousand-brains-theory/
Incomplete Hash Map (doing cosine similarity on a subset of the embedding vector): https://www.youtube.com/watch?v=q9uMEAcB3lM
Shuchen's idea of chunking to form hierarchies: https://www.youtube.com/watch?v=Y-goByHfsoo

~~~~~~~~~~~~~~~~~~~

0:00 Introduction
2:26 Merging Fixed + Flexible
10:49 Memory for Fast Learning
20:55 Chain of Memories - A New Kind of Knowledge Graph
50:22 Learning, Fast and Slow - Neural Network + Memory
53:27 Hierarchical Prediction
1:11:00 Memory Soup and Thousand Brains Theory
1:35:00 Teaser for Next Week - Multi-Agent Systems
1:35:20 Discussion

~~~~~~~~~~~~~~~~

AI and ML enthusiast. Likes to think about the essences behind breakthroughs of AI and explain it in a simple and relatable way. Also, I am an avid game creator.

Discord: https://discord.gg/bzp87AHJy5
LinkedIn: https://www.linkedin.com/in/chong-min-tan-94652288/
Online AI blog: https://delvingintotech.wordpress.com/
Twitter: https://twitter.com/johntanchongmin
Try out my games here: https://simmer.io/@chongmin




Other Videos By John Tan Chong Min


2024-01-09AppAgent: Using GPT-4V to Navigate a Smartphone!
2024-01-08Tutorial #13: StrictJSON, my first Python Package! - Get LLMs to output into a working JSON!
2023-12-20"Are you smarter than an LLM?" game speedrun
2023-12-08Is Gemini better than GPT4? Self-created benchmark - Fact Retrieval/Checking, Coding, Tool Use
2023-12-04Learning, Fast and Slow: 10 Years Plan - Memory Soup, Hier. Planning, Emotions, Knowledge Sharing
2023-12-01Tutorial #12: Use ChatGPT and off-the-shelf RAG on Terminal/Command Prompt/Shell - SymbolicAI
2023-11-20JARVIS-1: Multi-modal (Text + Image) Memory + Decision Making with LLMs in MineCraft!
2023-11-20Tutorial #11: Virtual Persona from Documents, Multi-Agent Chat, Text-to-Speech to hear your Personas
2023-11-14A Roadmap for AI: Past, Present and Future (Part 3) - Multi-Agent, Multiple Sampling and Filtering
2023-11-07Learning, Fast and Slow: My Landmark Idea for fast, adaptable agents (ICDL 2023 Best Paper Finalist)
2023-11-06A roadmap for AI: Past, Present and Future (Part 2): Fixed vs Flexible, Memory Soup vs Hierarchy
2023-11-03AI & Education: Education when AI tools are smarter than us - Discussion with Kuang Wen (Part 2)
2023-11-03AI & Education: RAG Question-Answer, Test Question Generator, Autograder by Kuang Wen! (Part 1)
2023-10-31A Roadmap for AI: Past, Present and Future (Part 1)
2023-10-28Tutorial #10: StrictJSON v2 (StrictText): Handle any output - quotation marks or backslash!
2023-10-24ChatDev: Can LLM Agents really replace a software company?
2023-10-17LLMs and Robotics: An Overview by Daniel Tan!
2023-10-17LLM Q&A #1: Prompting vs Fine-Tuning, More vs Fewer Sources for RAG, Prompting vs LLMs as a System
2023-10-10LLMs as a System of Multiple Expert Agents to solve the ARC Challenge (Detailed Walkthrough)
2023-09-26Everything about LLM Agents - Chain of Thought, Reflection, Tool Use, Memory, Multi-Agent Framework
2023-09-19Moving Beyond Probabilities: Memory as World Modelling