Recall & Review
beginner
What is semantic segmentation in computer vision?
Semantic segmentation is the process of labeling each pixel in an image with a class label, grouping all pixels of the same class together without distinguishing between different objects of that class.Click to reveal answer
beginner
What is instance segmentation in computer vision?
Instance segmentation not only labels each pixel with a class but also separates different objects of the same class, giving each object a unique identity.Click to reveal answer
intermediate
How does semantic segmentation differ from instance segmentation?
Semantic segmentation groups all pixels of the same class together, while instance segmentation distinguishes between individual objects within the same class.Click to reveal answer
beginner
Give a real-life example where semantic segmentation is useful.
Semantic segmentation is useful in tasks like road scene understanding where all road pixels are labeled as 'road' without separating different road parts or vehicles.
Click to reveal answer
beginner
Give a real-life example where instance segmentation is important.
Instance segmentation is important in medical imaging to identify and separate individual cells or tumors, even if they belong to the same class.
Click to reveal answer
What does semantic segmentation do?
✗ Incorrect
Semantic segmentation assigns a class label to every pixel but does not separate different objects of the same class.
Which task separates different objects of the same class?
✗ Incorrect
Instance segmentation distinguishes individual objects within the same class by assigning unique IDs.
In which scenario is instance segmentation more useful than semantic segmentation?
✗ Incorrect
Instance segmentation is needed to separate individual people, not just label all pixels as 'person'.
Which method groups all pixels of the same class together?
✗ Incorrect
Semantic segmentation groups pixels by class without distinguishing individual objects.
What is a key difference between semantic and instance segmentation?
✗ Incorrect
Instance segmentation assigns unique IDs to separate objects of the same class.
Explain the difference between semantic segmentation and instance segmentation using a simple example.
Think about how you would color a photo to show classes vs individual objects.
You got /3 concepts.
Describe a real-world task where instance segmentation is necessary and why semantic segmentation would not be enough.
Consider situations where counting or tracking individual objects matters.
You got /3 concepts.