Python Machine Learning Projects

Sharing Matters for Generalization in Deep Metric Learning

Abstract: Learning image similarity underpins many vision tasks. Discriminative metric learning seeks a class embedding. The biggest challenge is learning a metric that generalizes from training to novel, but related, test samples. It should transfer…

Python Machine Learning Projects

Saliency-Based Multilabel Linear Discriminant Analysis

Abstract: Linear discriminant analysis (LDA) is a classical statistical machine-learning method that finds a linear data transformation that increases class discrimination in an optimal discriminant subspace. LDA assumes Gaussian class distributions and single-label data annotations….

Python Machine Learning Projects

Semantic Interpretation of Top-N Recommendations

Abstract: In various domains and settings, model-based approaches have produced effective recommendation lists. They can accurately recommend items using latent factors. Even if the model embeds content-based information, we lose references to the recommended item’s…

Python Machine Learning Projects

Scaling Up Generalized Kernel Methods

Abstract: Kernel methods have thrived for 20 years. Big data has greatly increased data collection. Existing kernel methods are not scalable for training or predicting. This paper introduces a general sparse kernel learning formulation based…

Python Machine Learning Projects

RGBT Tracking via Noise-Robust Cross-Modal Ranking

Abstract: Background clutter often affects RGBT tracking methods that localize a target object with a bounding box. This article introduces noise-robust cross-modal ranking to reduce background effects in RGBT target bounding boxes. We address noise…