Core Concepts
Algorithms & Models
Learning & Data
Applications & Challanges
Advanced & Tricky
100

What type of Ai task is computer vision mainly concerned with?

Visual perception and interpretation

100

Which algorithm detects edges in images?


Canny edge detector

100

What type of learning is commonly used in computer vision?

Supervised learning

100

What vision task is used in autonomous driving for lane detection?

Image segmentation

100

What does CNN stand for?


Convolutional Neural Network

200

What is the difference between image processing and computer vision?

Image processing enhances images, while computer vision understands and interprets them

200

Which neural network layer is most important for feature extraction?

Convolutional layer

200

What is overfitting in vision models?

When a model performs well on training data but poorly on new dataManual annotation is time-consuming and requires expertise

200

Why is real-time processing critical in self-driving cars?


Delays can cause unsafe decisions

200

What is transfer learning in computer vision?


Using a pre-trained model for a new task

300

Why is computer vision considered a perception problem?


Because it converts raw visual data into meaningful understanding

300

What is the purpose of pooling layers in CNNs?

To reduce spatial dimensions and computation

300

Why is labeled data expensive in computer vision?


Manual annotation is time-consuming and requires expertise

300

What is a major challenge in medical image analysis?

High accuracy requirement and risk of errors

300

What is the difference between object detection and segmentation?


Detection finds objects; segmentation defines exact object boundaries

400

What does “semantic understanding” mean in computer vision?

Assigning meaning and labels to visual content

400

Name one object detection algorithm.


YOLO / Faster R-CNN / SSD

400

What is data augmentation?


Artificially increasing data using transformations like rotation or flipping

400

Why does facial recognition raise ethical concerns?


Privacy invasion and bias

400

Why are CNNs translation invariant?


Because shared weights detect features anywhere in the image

500

Why is computer vision difficult compared to human vision?

Visual scenes are complex, ambiguous, and vary in lighting, angle, and scale

500

Why are Vision Transformers challenging compared to CNNs?

They require large datasets and high computational power

500

What problem occurs when training data lacks diversity?


Bias and poor generalization

500

Why is computer vision unreliable in low-light environments?


Poor image quality and loss of features

500

What is the biggest limitation of current computer vision systems?


Lack of true human-level understanding and reasoning