Comparer des méthodes
Examinez les méthodes sélectionnées côte à côte ; les lignes qui diffèrent sont mises en évidence.
| Détection d'objets faiblement supervisée× | Détection d'objets× | |
|---|---|---|
| Domaine | Apprentissage profond | Apprentissage profond |
| Famille | Machine learning | Machine learning |
| Année d'origine≠ | 2016 (deep WSOD); MIL roots circa 1997 | 2014–2016 |
| Auteur d'origine≠ | Bilen, H. & Vedaldi, A. (WSDDN); Multiple Instance Learning origins: Dietterich et al. (1997) | Girshick, R. et al. (R-CNN); Redmon, J. et al. (YOLO) |
| Type≠ | Weakly supervised detection paradigm | Supervised deep learning (region proposal or single-shot) |
| Source fondatrice≠ | 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 ↗ |
| Alias | WSOD, weakly-supervised detection, image-level supervised detection, multiple instance detection | visual object detection, image object localization, region-based object detection, bounding-box detection |
| Apparentées≠ | 5 | 3 |
| Résumé≠ | 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. |
| ScholarGateJeu de données ↗ |
|
|