Comparative Analysis
Voice-over: ../assets/audio/analysis.mp3
This page summarizes what prior research reports about when different methods work well, where they fail, and what trade-offs to expect. These are literature-based observations, not new experiments.
Classical CV (Edges/Lines/Periodicity)
- Strengths: fast, simple, interpretable; runs on limited hardware.
- Works best: clean paint, good contrast, daylight.
- Weaknesses: fails under wear, shadows, occlusion, or unusual designs [1].
Deep Learning (Detectors/Segmentation)
Key Takeaways
- No single method wins everywhere. Clean scenes favor classical methods; complex scenes need CNNs; edge cases may benefit from VLM reasoning.
- Data matters. Diversity across cities, weather, and lighting improves robustness (but domain shift remains a challenge) [7].
- Deployment = accuracy + speed. Report mAP/mIoU and FPS/latency; embedded use often requires compression/distillation [7].
Quick Quiz (5 Questions)
1. Which factor most degrades classical edge/line detectors?
2. Which metric is standard for segmentation?
3. VLMs primarily add which capability?
4. A key deployment metric on embedded devices:
5. Which remains an open challenge?