Skip to course content
Free computer vision course

Computer Vision and Multimodal AI

Module 05 Knowledge Check

5 questions. Pass mark 4 out of 5. Answer every question before checking the answer key below, then retry after reading the feedback.

1. Edge-case rulings should be written…

2. On a dataset that is 94% one class, always predicting the majority…

3. Three photographs of the same carton should…

4. A horizontal flip is unsafe for…

5. An inter-labeller agreement of 67% means…

---

Answer Key and Explanations

Check these only after attempting every question.

1. B - before any labelling starts

Whatever the schema leaves undecided, labellers decide differently, and it becomes label noise.

2. B - scores 94% accuracy and finds none of the minority class

Any accuracy figure on this data has to be read against that 94%.

3. B - all be on the same side of the split

Split by the underlying object; multiple views on both sides measure memorisation.

4. B - reading a serial number

A flipped 6 is a 9 and a flipped left shoe is a right shoe - the label is now wrong and nothing notices.

5. B - a hard ceiling on model performance that no architecture fixes

It takes an afternoon to measure, and it explains a disappointing model score better than any modelling hypothesis.

Practical Check

Apply this module to your own work: complete the module activity for *Building Image Datasets and Labels*, then write one sentence naming what your result shows and one naming what it does not.

Strong Answer Pattern

A strong answer names the task, the evidence used, the check performed, and the remaining limitation. It avoids "proved", "guaranteed", or "always" unless the evidence genuinely supports it.