0
0
Prompt Engineering / GenAIml~5 mins

Image understanding and description in Prompt Engineering / GenAI - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AFinds patterns and features in images
BGenerates sentences describing images
CStores previous words in a sentence
DTranslates text from one language to another
Which model part creates the sentence in image description?
AConvolutional layer
BEncoder
CDecoder
DPooling layer
What is the main goal of image description AI?
ATo classify images into categories
BTo generate a text summary of the image content
CTo detect faces in images
DTo improve image resolution
Which metric compares AI-generated captions to human captions?
AAccuracy
BRecall
CMean Squared Error
DBLEU score
Why is RNN useful in image description models?
AIt remembers the order of words to form sentences
BIt processes images pixel by pixel
CIt detects objects in images
DIt compresses image data
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.