Recall & Review
beginner
What is image understanding in AI?
Image understanding is when a computer looks at a picture and figures out what is in it, like objects, people, or actions.
Click to reveal answer
beginner
What does image description mean in AI?
Image description means creating a short sentence or phrase that explains what is happening in a picture.
Click to reveal answer
intermediate
Name a common AI model used for image description.
A common model is the 'Encoder-Decoder' model, where the encoder looks at the image and the decoder writes a description.
Click to reveal answer
intermediate
Why do AI models use both CNN and RNN for image description?
CNNs help the AI understand the image by finding patterns, and RNNs help create sentences by remembering words in order.
Click to reveal answer
intermediate
What is a common metric to check how good an image description model is?
BLEU score is often used; it compares the AI's description to human-written ones to see how similar they are.
Click to reveal answer
What does a CNN do in image understanding?
✗ Incorrect
CNNs are designed to find patterns like edges and shapes in images.
Which model part creates the sentence in image description?
✗ Incorrect
The decoder takes image features and generates the description sentence.
What is the main goal of image description AI?
✗ Incorrect
Image description AI creates text that explains what is in the image.
Which metric compares AI-generated captions to human captions?
✗ Incorrect
BLEU score measures how close the AI's captions are to human ones.
Why is RNN useful in image description models?
✗ Incorrect
RNNs help generate sentences by keeping track of word order.
Explain how an AI model can understand an image and describe it in words.
Think about how the model first looks at the image and then writes a sentence.
You got /4 concepts.
What are common ways to check if an image description AI is working well?
Consider how we measure similarity between AI and human descriptions.
You got /4 concepts.