Võrdle meetodeid
Vaata valitud meetodeid kõrvuti; erinevad read on esile tõstetud.
| SimCLR× | Swin Transformer× | |
|---|---|---|
| Valdkond | Süvaõpe | Süvaõpe |
| Perekond | Machine learning | Machine learning |
| Tekkeaasta≠ | 2020 | 2021 |
| Looja≠ | Ting Chen | Ze Liu |
| Tüüp | Neural network architecture | Neural network architecture |
| Algallikas≠ | Chen, T., Kornblith, S., Norouzi, M., & Hinton, G. (2020). A simple framework for contrastive learning of visual representations. In International conference on machine learning (pp. 1597-1607). PMLR. link ↗ | Liu, Z., Lin, Y., Cao, Y., Hu, H., Wei, Y., Zhang, Z., Lin, S., & Guo, B. (2021). Swin Transformer: Hierarchical vision transformer using shifted windows. In Proceedings of the IEEE/CVF International Conference on Computer Vision (pp. 10012-10022). DOI ↗ |
| Rööpnimetused | Simple contrastive learning, SimCLR framework | Swin, Hierarchical Vision Transformer |
| Seotud | 4 | 4 |
| Kokkuvõte≠ | SimCLR is a self-supervised learning framework introduced by Chen et al. in 2020 that learns visual representations by contrasting similar and dissimilar views of images. The method applies strong data augmentations to create different views of the same image, then trains an encoder to bring similar views close in representation space while pushing dissimilar views apart. | The Swin Transformer is a hierarchical vision transformer introduced by Liu et al. in 2021 that uses shifted window attention to achieve computational efficiency while maintaining strong performance on computer vision tasks. Unlike the original Vision Transformer which applies global self-attention, Swin uses local window-based attention with periodic shifting to balance expressiveness and efficiency. |
| ScholarGateAndmestik ↗ |
|
|