OOD Detection: Out-of-Distribution Detection—identifying test samples from a different distribution (usually semantic/label shift) than the training data
VLM: Vision Language Model—models like CLIP trained on image-text pairs that can perform zero-shot classification
Sensory AD: Sensory Anomaly Detection—detecting anomalies caused by covariate shift (e.g., defects, noise) where all normal data comes from the same semantic class
Semantic AD: Semantic Anomaly Detection—detecting samples belonging to new, unseen classes (label shift)
OSR: Open Set Recognition—a task requiring a model to classify known classes correctly while rejecting unknown classes; now largely integrated into OOD detection
Covariate Shift: A change in the distribution of input data features (e.g., lighting, texture, domain) while the relationship to the label remains consistent
Semantic Shift: A change where the input belongs to a entirely new object class or category not seen during training
Inductive Learning: Learning where the model generalizes from a training set to unseen test data (standard train-test split)
Transductive Learning: Learning where the model has access to both labeled training data and unlabeled test data (all observations) during the learning process