AI Terms Dictionary

A comprehensive multilingual AI terminology dictionary

Definition

Local case-control sampling is a strategy used primarily in training contrastive learning models or recommendation systems. Instead of randomly selecting negative samples, it identifies ‘hard negatives’—data points that are semantically similar to the positive instance but belong to a different class. By focusing on these difficult cases, the model learns more robust feature representations and improves discrimination capabilities, leading to better convergence and performance compared to random sampling methods.

Summary

A negative sampling technique that selects hard negatives from the immediate vicinity of positive examples in the embedding space.

Key Concepts

Use Cases