Franรงais

๐ŸŽจ AI that sees, hears and creates

Applied AI โ€” Beginner Level ยท Session 5

Yann Isola

So far, we have spoken to the AI in writing.
Today, we discover his eyes, his earsโ€ฆ and his brush.

Today, we discover ๐Ÿ—บ

  1. ๐ŸŒˆ Multimodal AI โ€” much more than text
  2. ๐Ÿ‘ How AI sees (pixels โ†’ recognition)
  3. ๐ŸŽจ AI that draws, ๐ŸŽ™ that listens, ๐Ÿ—ฃ that speaks
  4. ๐ŸŽต๐ŸŽฌ Music and video: current frontiers โš 
  5. ๐ŸŒ The models of the world: describing vs anticipating โš 
  6. ๐Ÿ•ต deepfakes: spotting the fake
  7. ๐Ÿ’š Apps that change lives
  8. ๐Ÿ›  Activity: create with AI!

Opening question ๐Ÿค”

Have you ever used an AI that doesnโ€™t read textโ€ฆ
but who sees or who listens?

Clues:

  • ๐Ÿ“ฑ How do you unlock your phone?
  • ๐ŸŽค โ€œHey Siriโ€ฆโ€, โ€œOK Googleโ€ฆโ€
  • ๐ŸŽถ Shazam, which recognizes a song in 3 seconds
  • ๐Ÿ“บ Automatic subtitles on YouTube

You use multimodal AI every day โ€” often without knowing it.

Multimodal AI ๐ŸŒˆ

Multi = several ยท Modal = content types (โ€œmodesโ€)

A multimodal AI can understand and create:
๐Ÿ“ text ยท ๐Ÿ–ผ images ยท ๐Ÿ”Š sound ยท ๐ŸŽฌ video

๐Ÿ’ฌ Before: chat with the AI by SMS, in the dark.
๐ŸŒˆ Now: she looks at your photos, listens to your voice,
and can respond by drawing.

The โ€œsensesโ€ of AI ๐Ÿ‘๐Ÿ‘‚๐Ÿ—ฃ

Human sense AI equivalent Everyday example
The view ๐Ÿ‘ Computer vision Face unlock
Hearing ๐Ÿ‘‚ Voice recognition โ€œHey Siriโ€ฆโ€
The word ๐Ÿ—ฃ Speech synthesis The GPS that speaks
The drawing โœ Image generation DALL-E, Midjourney โš 

โš  Nuance: AI does not โ€œseeโ€ like we do.
She transforms everything into numbers and looks for patterns in them. No consciousness โ€” of calculation.

How AI Sees โ€” Step 1: Pixels ๐Ÿ”ฒ

A digital image = a grid of small colored squares: the pixels
(picture elements: โ€œimage elementsโ€)

Each pixel = 3 numbers: Red, Green, Blue (RGB code), from 0 to 255

๐ŸŸฅ Bright red = R:255  G:0    B:0
๐ŸŸฆ Sky blue   = R:135  G:206  B:235
โฌœ White      = R:255  G:255  B:255

For the computer, a photo of a cat = a huge table of numbers. Nothing else.

๐Ÿ–ฅ Demo: Pixel Explorer โ€” let's zoom in to squares!

Step 2: visual cues ๐Ÿงฉ

The AI learns to spot patterns, from simple to complex:

  1. โž– Very simple: contours, lines, spots of color
  2. ๐Ÿ”บ Medium: shapes โ€” an eye, a pointed ear, whiskers
  3. ๐Ÿฑ Complex: the entire object โ€” a cat!

๐Ÿ“– How to learn to read:
letters โ†’ syllables โ†’ words โ†’ sentences
The AI does the same: strokes โ†’ shapes โ†’ objects

(In English, these indices are called features, โ€œcharacteristicsโ€)

Step 3: recognition โœ…

After viewing millions of labeled images
(โ€œthis is a catโ€, โ€œthis is a dogโ€)โ€ฆ

โ€ฆthe AI associates the detected patterns with a response, with a confidence score:

๐Ÿฑ โ€œCat: 97%โ€ ยท ๐Ÿถ โ€œDog: 2%โ€ ยท ๐ŸฆŠ โ€œFox: 1%โ€

Reminder from previous sessions: this is learning from examples โ€” not magic. And she could be wrong!

Computer vision around you ๐ŸŒ

  • ๐Ÿ“ฑ Facial unlock โ€” the phone measures the geometry of your face (distance between the eyes, shape of the nose, etc.)
  • ๐Ÿš— Autonomous cars โ€” detect pedestrians, signs, lines... dozens of times per second
  • ๐Ÿฅ Medical imaging โ€” spot anomalies on x-rays, sometimes invisible to the eye

โš• Golden rule: the AI assists the doctor.
The diagnosis and decision remain human.

When vision is wrong ๐Ÿ˜…

The AI recognizes patterns โ€” it does not โ€œunderstandโ€ the scene.

  • ๐Ÿ›‘ A simple sticker on a STOP sign can disrupt it
  • ๐Ÿ• A dog in an unusual position โ†’ โ€œ60% cat?โ€
  • ๐ŸŒซ Fog, backlight, weird angle โ†’ confidence plummets

Lesson: impressive, but not foolproof.
This is why humans maintain control over important decisions.

AI that draws ๐ŸŽจ โš 

You write a description (a prompt) โ†’ the AI creates the image.

The big names โš  (itโ€™s evolving quickly!):

  • DALL-E (OpenAI) โ€” integrated with ChatGPT
  • Midjourney โ€” the artistic rendering
  • Stable Diffusion โ€” open source (open code)

โœ โ€œA cat astronaut who plants a flag on the Moon,
cartoon style, bright colorsโ€
โ†’ ๐Ÿ–ผ โœจ

How does she do it? (simple version) ๐ŸŒซโ†’๐Ÿ–ผ

Many of these AIs work by diffusion:

  1. ๐ŸŒซ They start from a โ€œfogโ€ of random pixels
  2. ๐Ÿงน They โ€œcleanโ€ it little by littleโ€ฆ
  3. ๐Ÿงญ โ€ฆguided by your descriptionโ€ฆ
  4. ๐Ÿ–ผ โ€ฆuntil the image appears!

Like a Polaroid that reveals itself โ€” but driven by your words.

Known weak points โš : hands ๐Ÿคš, text in image, fine details.
(Constantly improving!)

AI that listens ๐ŸŽ™

Voice recognition: ๐Ÿ”Š sound โ†’ ๐Ÿ”ข numbers โ†’ ๐Ÿ“ text

Your voice is a sound wave โ†’ more numbers!
The AI โ€‹โ€‹learned from thousands of hours of speaking.

Applications:

  • ๐ŸŽค Voice assistants: Siri, Alexa, Google Assistant
  • โŒจ Voice dictation (write without keyboard)
  • ๐Ÿ“บ Automatic subtitles โ€” YouTube, video, live TV

๐Ÿ’š A revolution for deaf or hard of hearing people.

AI that speaks ๐Ÿ—ฃ โš 

Speech synthesis: the reverse path โ€” ๐Ÿ“ text โ†’ ๐Ÿ”Š sound
(in English: text-to-speech, TTS, โ€œfrom text to speechโ€)- ๐Ÿ—บ GPS, reading articles, audio books

  • ๐Ÿ’ฌ A voice for people who cannot speak
    (like the famous physicist Stephen Hawking)
  • ๐ŸŽญ Voices increasingly natural: intonations, pauses, emotions โš 

โš  Some tools can clone a voice in seconds
recordingโ€ฆ We'll talk about it again very quickly. ๐Ÿ•ต

Music and video: the borders ๐ŸŽต๐ŸŽฌ โš 

Music โ€” Suno, Udioโ€ฆ โš 
A description โ†’ a complete song: lyrics, vocals, instruments ๐Ÿคฏ

Video โ€” Sora, Veo, Runwayโ€ฆ โš 
A text โ†’ a short realistic video.
Still imperfect: weird physics, objects that appear/disappearโ€ฆ

โฉ What is โ€œimpossibleโ€ today will perhaps be commonplace in a year.
Hence the following question: can we still believe what we see?

Models of the world ๐ŸŒ โ€” the next frontier โš 

Riddle: โ€œIโ€™m going to wash my car, the station is 1 km away. How many km on foot?โ€

โ†’ Answer: zero! We're going there by car ๐Ÿš—

A text model manipulates words; he has never inhabited a world.

A model of the world = knowing how the world works to anticipate:
if I push this glass, will it fall?

The baby, the catโ€ฆ and the robot ๐Ÿค–

๐Ÿ‘ถ A baby understands that objects fall before he can speak.
๐Ÿฑ A cat aims at a table without knowing the word โ€œtrajectoryโ€.

Our understanding of the world is older than language.

Text: the error is corrected. The physical world: error breaks glass.

๐Ÿ–ผ Image (space) โ†’ ๐ŸŽฌ Video (time) โ†’ ๐Ÿค– Robotics (action)

โ†’ Describe the world โ‰  anticipate it. This may be the missing piece of AI.

๐Ÿ•ต Deepfakes

When AI makes fakesโ€ฆ very realistic

deep (deep learning) + fake (fake)

Image, voice or video created by AI to make people believe something is false.

Why this is a problem โš 

  • ๐Ÿ—ณ Disinformation โ€” false statements by personalities, false โ€œevidenceโ€
  • ๐Ÿ“ž Scams โ€” the cloned voice of a loved one who โ€œcallsโ€ to ask for money (it really exists!)
  • ๐Ÿ˜ข Harassment โ€” false images of real people: illegal and seriously punished
  • ๐ŸŒช The worst: the erosion of trustโ€ฆ

When everything can be false, we can also deny what is true:
โ€œThis proof? Well, itโ€™s a deepfake!โ€

The 4 reflexes of the detective ๐Ÿ•ตโœ…

  1. ๐Ÿ‘ The details โ€” hands, teeth, reflections, illegible text, inconsistent shadows โš  (less and less reliable over time!)
  2. ๐ŸŽฌ The movement โ€” strange blinks, lips out of sync
  3. ๐Ÿ“ฐ The source โ€” who published? A reliable media? Does the information exist elsewhere?
  4. ๐Ÿง  Common sense โ€” too good/shocking to be true? Strong emotion = check before sharing

๐ŸŽฎ It's up to you: the deepfake detective game!
(session web page โ€” real or AI?)

Doubt โ‰  no longer believe anything ๐Ÿงญ

The goal is not to become paranoid.

The goal: to become auditor.

โœ… Doubt = check before believing
โœ… And above all: check before sharing

The #1 skill of the 21st century: knowing how to go back to the source.

Multimodal AI that changes lives ๐Ÿ’šAccessibility:

  • ๐Ÿ“บ Real-time subtitles (deaf/hard of hearing people)
  • ๐Ÿ‘ AI audio description: the phone describes out loud what its camera sees (blind/visually impaired people) โ€” read a menu, recognize a ticket
  • ๐Ÿ—ฃ A synthetic voice for those who cannot speak

Medicine:

  • ๐Ÿฉป Help detect cancers on x-rays and mammograms
  • โš• AI assists, humans decide โ€” always.

Art and creativity ๐ŸŽญ

New tools for artists:

  • ๐Ÿ–ผ Illustrate a story in just a few minutes
  • ๐ŸŽต Compose a song model
  • ๐ŸŽฌ Prototype a movie scene

๐Ÿค” Debate: an image generated by AI, is it art?
(There is no official answer โ€” defend yours!)

๐Ÿ“œ History repeats itself: photography, the synthesizer... have transformed art without killing it.

๐Ÿ›  Activity: your mini AI studio

Mission: create a mini-work combining at least 2 contents AI.

Themes to choose from: ๐Ÿš€ postcard from the year 3000 ยท ๐Ÿ‰ fantastic animal ยท ๐ŸŒ poster for the planet ยท ๐ŸŽฌ trailer for an imaginary film

Presentation in 1 minute:

  1. What I asked (my prompt)
  2. What I got
  3. What I had to correct

๐Ÿ“œ Golden rule: never the face or voice of a real person without their consent. Never. Even for a laugh.

The 5 ideas to remember ๐ŸŽฏ

  1. ๐ŸŒˆ Multimodal AI sees, listens, speaks and creates โ€” not just text
  2. ๐Ÿ”ข For AI, everything is numbers: pixels, sound waves. Motives, not feelings.
  3. ๐Ÿ‘ Vision: pixels โ†’ visual cues โ†’ recognition
  4. ๐ŸŽจ Generate image/music/video: a description is enough โ€” and it evolves at full speed โš 
  5. ๐Ÿ•ต Deepfakes: source, cross-checking, distrust of strong emotions โ€” before sharing

Thank you! ๐ŸŽจ๐ŸŽ™๐Ÿ‘

To check at home:

๐Ÿ“บ Enable automatic subtitles on a video โ€” count the mistakes!
๐Ÿ“ž Talk to a loved one about cloned voice scams โ€” come up with a code word as a family.

Next session: ethics and critical thinking โ€” we dig! ๐Ÿง 

Applied AI โ€” Yann Isola