Recall & Review
beginner
What is super-resolution in computer vision?
Super-resolution is a technique to increase the resolution of an image, making it sharper and more detailed than the original low-resolution image.
Click to reveal answer
beginner
Why do we need super-resolution?
We need super-resolution to improve image quality when the original image is blurry or pixelated, such as in old photos, videos, or medical images.
Click to reveal answer
intermediate
Name two common methods used for super-resolution.
Two common methods are interpolation (like bicubic) and deep learning models (like convolutional neural networks).
Click to reveal answer
intermediate
What role does a convolutional neural network (CNN) play in super-resolution?
A CNN learns to predict high-resolution details from low-resolution images by training on many image pairs, improving sharpness and texture.
Click to reveal answer
intermediate
What is a common metric to measure super-resolution quality?
Peak Signal-to-Noise Ratio (PSNR) is commonly used to measure how close the super-resolved image is to the original high-resolution image.
Click to reveal answer
What does super-resolution aim to improve?
✗ Incorrect
Super-resolution focuses on increasing image resolution and detail.
Which method is NOT typically used for super-resolution?
✗ Incorrect
Histogram equalization adjusts contrast, not resolution.
What does PSNR measure in super-resolution?
✗ Incorrect
PSNR measures how similar the super-resolved image is to the original high-resolution image.
Why are deep learning models preferred over simple interpolation for super-resolution?
✗ Incorrect
Deep learning models learn to add realistic details beyond simple resizing.
Which of these is a challenge in super-resolution?
✗ Incorrect
Super-resolution must guess missing details, which is difficult.
Explain what super-resolution is and why it is useful in everyday life.
Think about how blurry photos can be improved.
You got /3 concepts.
Describe how a convolutional neural network helps improve image resolution.
Imagine teaching a computer to guess missing parts of a picture.
You got /3 concepts.