paper-with-me

Papers

Deep Randomized Ensembles for Metric Learning

2018-08-13 · ECCV 2018 9 · Hong Xuan, Richard Souvenir, Robert Pless

Learning embedding functions, which map semantically related inputs to nearby locations in a feature space supports a variety of classification and information retrieval tasks. In this work, we propose a novel, generalizable and fast method to define a family of embedding functions that can be used as an ensemble to give improved results. Each embedding function is learned by randomly bagging the training labels into small subsets. We show experimentally that these embedding ensembles create effective embedding functions. The ensemble output defines a metric space that improves state of the art performance for image retrieval on CUB-200-2011, Cars-196, In-Shop Clothes Retrieval and VehicleID.

📄 PDF Abstract BibTeX arXiv:1808.04469

Code (1)

littleredxh/DREML 공식 구현 pytorch

Tasks

General ClassificationImage RetrievalInformation RetrievalMetric LearningRetrieval

Similar Papers 제목 키워드 기반

Estimating a sharp convergence bound for randomized ensembles

2013-03-04 · Miles E. Lopes

When randomized ensembles such as bagging or random forests are used for binary classification, the prediction error of the ensemble tends to decrease and stabilize as the number of classifiers increases. However, the pr…

Binary ClassificationDensity EstimationPrediction

On the Role of Randomization in Adversarially Robust Classification

2023-02-14 · NeurIPS 2023 11

Deep neural networks are known to be vulnerable to small adversarial perturbations in test data. To defend against adversarial attacks, probabilistic classifiers have been proposed as an alternative to deterministic ones…

Robust classification

Adversarial Vulnerability of Randomized Ensembles

2022-06-14 · Hassan Dbouk, Naresh R. Shanbhag

Despite the tremendous success of deep neural networks across various tasks, their vulnerability to imperceptible adversarial perturbations has hindered their deployment in the real world. Recently, works on randomized e…

Adversarial AttackAdversarial RobustnessARC

Promoting Robustness of Randomized Smoothing: Two Cost-Effective Approaches

2023-10-11 · Linbo Liu, Trong Nghia Hoang, Lam M. Nguyen, Tsui-Wei Weng

Randomized smoothing has recently attracted attentions in the field of adversarial robustness to provide provable robustness guarantees on smoothed neural network classifiers. However, existing works show that vanilla ra…

Adversarial Robustness

Lattice Climber Attack: Adversarial attacks for randomized mixtures of classifiers

2025-06-12 · Lucas Gnecco-Heredia, Benjamin Negrevergne, Yann Chevaleyre

Finite mixtures of classifiers (a.k.a. randomized ensembles) have been proposed as a way to improve robustness against adversarial attacks. However, existing attacks have been shown to not suit this kind of classifier. I…