In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss (formulated as normalized softmax) that pushes the embeddings of the matched image-text pair together and pushing those of non-matched image-text pair apart. The model learns to align visual and language representations of the image and text pairs using the contrastive loss. The representations can be used for vision-only or vision-language task transfer. Without any fine-tuning, ALIGN powers zero-shot visual classification and cross-modal search including image-to-text search, text-to image search and even search with joint image+text queries.
Source: Scaling Up Visual and Vision-Language Representation Learning With Noisy Text SupervisionPaper | Code | Results | Date | Stars |
---|
Task | Papers | Share |
---|---|---|
Large Language Model | 22 | 3.06% |
Language Modeling | 22 | 3.06% |
Language Modelling | 22 | 3.06% |
Retrieval | 19 | 2.64% |
Decision Making | 14 | 1.95% |
Question Answering | 13 | 1.81% |
Diversity | 13 | 1.81% |
Recommendation Systems | 13 | 1.81% |
Semantic Segmentation | 12 | 1.67% |
Component | Type |
|
---|---|---|
🤖 No Components Found | You can add them if they exist; e.g. Mask R-CNN uses RoIAlign |