Questions: Perception Pipeline for Autonomous Systems

1 questions to test your understanding

Score: 0 / 1
Question 1 Multiple Choice

A camera-based object detector trained on daytime images with high lighting quality is deployed on an autonomous vehicle and fails catastrophically on first run during dawn with backlighting and shadows. Why does this occur, and how would you address it?

AThe detector's neural network is too simple; it needs more layers
BThe detector was trained on data with different lighting conditions than deployment; it lacks generalization to appearance variations. Address this by training on diverse lighting conditions, using data augmentation (simulating shadows and glare), or deploying multi-sensor fusion so camera failures don't disable the system
CCamera detectors are fundamentally unreliable; replace the camera with lidar
DThe detector needs real-time processing; the failure is a computational speed issue