CVAILGSTMLSep 10, 2025

Similarity-based Outlier Detection for Noisy Object Re-Identification Using Beta Mixtures

arXiv:2509.08926v3h-index: 1Has Code
Originality Incremental advance
AI Analysis

This addresses robustness in object re-identification for computer vision applications, but it is incremental as it builds on existing outlier detection and similarity learning approaches.

The paper tackles label noise in object re-identification by proposing Beta-SOD, a similarity-based outlier detection method using Beta mixtures, which achieves superior performance on person and vehicle Re-ID datasets at noise levels of 10-30%.

Object re-identification (Re-ID) methods are highly sensitive to label noise, which typically leads to significant performance degradation. We address this challenge by reframing Re-ID as a supervised image similarity task and adopting a Siamese network architecture trained to capture discriminative pairwise relationships. Central to our approach is a novel statistical outlier detection (OD) framework, termed Beta-SOD (Beta mixture Similarity-based Outlier Detection), which models the distribution of cosine similarities between embedding pairs using a two-component Beta distribution mixture model. We establish a novel identifiability result for mixtures of two Beta distributions, ensuring that our learning task is well-posed. The proposed OD step complements the Re-ID architecture combining binary cross-entropy, contrastive, and cosine embedding losses that jointly optimize feature-level similarity learning. We demonstrate the effectiveness of Beta-SOD in de-noising and Re-ID tasks for person Re-ID, on CUHK03 and Market-1501 datasets, and vehicle Re-ID, on VeRi-776 dataset. Our method shows superior performance compared to the state-of-the-art methods across various noise levels (10-30\%), demonstrating both robustness and broad applicability in noisy Re-ID scenarios. The implementation of Beta-SOD is available at: github.com/waqar3411/Beta-SOD

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes