|
|
|
|
|
by ShamelessC
1203 days ago
|
|
In practice CLIP can be used for many things. Originally however, the primary focus was/is indeed retrieval. This is obvious from the contrastive loss used where they minimize errors with regard to a single hard positive from a batch of thousands of known hard negatives. This is also informed by existing computer science objectives surrounding indexing, clustering of data and efficient search over data features. |
|