Porovnat metody
Prohlédněte si vybrané metody vedle sebe; řádky, které se liší, jsou zvýrazněny.
| Slabě supervizovaná detekce objektů× | Detekce objektů× | |
|---|---|---|
| Obor | Hluboké učení | Hluboké učení |
| Rodina | Machine learning | Machine learning |
| Rok vzniku≠ | 2016 (deep WSOD); MIL roots circa 1997 | 2014–2016 |
| Tvůrce≠ | Bilen, H. & Vedaldi, A. (WSDDN); Multiple Instance Learning origins: Dietterich et al. (1997) | Girshick, R. et al. (R-CNN); Redmon, J. et al. (YOLO) |
| Typ≠ | Weakly supervised detection paradigm | Supervised deep learning (region proposal or single-shot) |
| Původní zdroj≠ | Bilen, H., & Vedaldi, A. (2016). Weakly supervised deep detection networks. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pp. 2846–2854. DOI ↗ | Girshick, R., Donahue, J., Darrell, T., & Malik, J. (2014). Rich feature hierarchies for accurate object detection and semantic segmentation. Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 580–587. DOI ↗ |
| Další názvy | WSOD, weakly-supervised detection, image-level supervised detection, multiple instance detection | visual object detection, image object localization, region-based object detection, bounding-box detection |
| Příbuzné≠ | 5 | 3 |
| Shrnutí≠ | Weakly Supervised Object Detection (WSOD) trains object detectors using only image-level labels — indicating which object classes appear in an image — without requiring costly bounding-box annotations. Multiple Instance Learning (MIL) formulations allow the model to discover the likely location of each object class from classification signals alone, dramatically reducing annotation cost. | Object detection is a computer vision task in which a deep neural network simultaneously locates and classifies every instance of one or more object categories within an image, producing a bounding box and a class label for each detected object. Modern detectors — from the R-CNN family to YOLO and DETR — achieve near-human accuracy at real-time speeds on standard benchmarks. |
| ScholarGateDatová sada ↗ |
|
|