Porovnat metody
Prohlédněte si vybrané metody vedle sebe; řádky, které se liší, jsou zvýrazněny.
| Slabě řízené grafové neuronové sítě× | Konvoluční neuronová síť se slabým dohledem× | |
|---|---|---|
| Obor | Hluboké učení | Hluboké učení |
| Rodina | Machine learning | Machine learning |
| Rok vzniku≠ | 2017–2019 | 2015–2016 |
| Tvůrce≠ | Derived from GNN literature (Scarselli et al. 2009; Kipf & Welling 2017) combined with weak supervision paradigm | Oquab, M. et al.; Zhou, B. et al. |
| Typ≠ | Graph-based deep learning with imperfect supervision | Weakly supervised deep learning |
| Původní zdroj≠ | Kipf, T. N., & Welling, M. (2017). Semi-supervised classification with graph convolutional networks. In Proceedings of the 5th International Conference on Learning Representations (ICLR 2017). link ↗ | Zhou, B., Khosla, A., Lapedriza, A., Oliva, A., & Torralba, A. (2016). Learning deep features for discriminative localization. Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2921–2929. DOI ↗ |
| Další názvy | WS-GNN, graph neural network with weak supervision, noisy-label GNN, partially supervised GNN | WS-CNN, weakly supervised CNN, CNN with weak labels, CNN with noisy labels |
| Příbuzné≠ | 6 | 5 |
| Shrnutí≠ | A Weakly Supervised Graph Neural Network (WS-GNN) is a graph deep-learning approach that learns from graph-structured data — nodes, edges, and their attributes — when only noisy, partial, or indirectly obtained labels are available. By coupling GNN message passing with noise-robust training strategies, it extends graph learning to real-world settings where clean, fully annotated graphs are scarce or expensive to obtain. | A weakly supervised CNN is a convolutional neural network trained with incomplete, coarse, or noisy annotations instead of full pixel-level or bounding-box labels. Typical weak labels include image-level class tags, partial annotations, or crowd-sourced noisy labels. The model learns to classify and often to roughly localize objects using these cheaper, lower-quality supervision signals. |
| ScholarGateDatová sada ↗ |
|
|