LG AI Research: Introducing UniCLIP Technology
Key point
UniCLIP is a technology that improves data efficiency by unifying intra-domain and inter-domain contrastive learning into a single framework.
Details
Existing CLIP achieved excellent performance by leveraging image-text pairs, but it had the limitation that the contrastive losses for image-image (intra-domain) and image-text (inter-domain) were defined separately.
To overcome this, UniCLIP proposes a framework that defines contrastive learning for all domains within a single unified embedding space. In particular, to address the misalignment problem that arises during the image augmentation process, it introduces an augmentation-aware projection head structure.
This structure encodes the transformation information applied to an image through an augmentation encoder and passes it to the projection head to effectively correct misalignment. Experimental results confirmed that ImageNet zero-shot performance improved when augmentation information was reflected.
Additionally, to handle situations where multiple positive samples exist within a single unified space, the paper proposes MP-NCE (Multi-Positive NCE) loss, an extension of the existing InfoNCE loss. MP-NCE shows superior performance compared to MIL-NCE or SupCon loss, and it increases training efficiency through the hyperparameter $w$, which adjusts the loss balance between domains.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.