paper-with-me

홈 › Papers

Scalable Prototype Selection by Genetic Algorithms and Hashing

2017-12-26 · Yenisel Plasencia-Calaña, Mauricio Orozco-Alzate, Heydi Méndez-Vázquez, Edel García-Reyes, Robert P. W. Duin

Classification in the dissimilarity space has become a very active research area since it provides a possibility to learn from data given in the form of pairwise non-metric dissimilarities, which otherwise would be difficult to cope with. The selection of prototypes is a key step for the further creation of the space. However, despite previous efforts to find good prototypes, how to select the best representation set remains an open issue. In this paper we proposed scalable methods to select the set of prototypes out of very large datasets. The methods are based on genetic algorithms, dissimilarity-based hashing, and two different unsupervised and supervised scalable criteria. The unsupervised criterion is based on the Minimum Spanning Tree of the graph created by the prototypes as nodes and the dissimilarities as edges. The supervised criterion is based on counting matching labels of objects and their closest prototypes. The suitability of these type of algorithms is analyzed for the specific case of dissimilarity representations. The experimental results showed that the methods select good prototypes taking advantage of the large datasets, and they do so at low runtimes.

📄 PDF Abstract BibTeX arXiv:1712.09277

Code (0)

등록된 구현이 없습니다.

Tasks

Prototype Selection

Similar Papers 제목 키워드 기반

Hash Bit Selection: A Unified Solution for Selection Problems in Hashing

2013-06-01 · CVPR 2013 6 · Xianglong Liu, Junfeng He, Bo Lang, Shih-Fu Chang

Recent years have witnessed the active development of hashing techniques for nearest neighbor search over big datasets. However, to apply hashing techniques successfully, there are several important issues remaining open…

Prototype-supervised Adversarial Network for Targeted Attack of Deep Hashing

2021-05-17 · CVPR 2021 1 · Xunguang Wang, Zheng Zhang, Baoyuan Wu, Fumin Shen 외

Due to its powerful capability of representation learning and high-efficiency computation, deep hashing has made significant progress in large-scale image retrieval. However, deep hashing networks are vulnerable to adver…

Deep HashingImage RetrievalRepresentation LearningRetrieval

Zobrist Hash-based Duplicate Detection in Symbolic Regression

2025-08-19 · Bogdan Burlacu arxiv

Symbolic regression encompasses a family of search algorithms that aim to discover the best fitting function for a set of data without requiring an a priori specification of the model structure. The most successful and c…

FedHAP: Federated Hashing with Global Prototypes for Cross-silo Retrieval

2022-07-12 · Meilin Yang, Jian Xu, Yang Liu, Wenbo Ding

Deep hashing has been widely applied in large-scale data retrieval due to its superior retrieval efficiency and low storage cost. However, data are often scattered in data silos with privacy concerns, so performing centr…

Deep HashingFederated LearningRetrieval

Learning ON Large Datasets Using Bit-String Trees

2025-08-23 · Prashant Gupta arxiv

This thesis develops computational methods in similarity-preserving hashing, classification, and cancer genomics. Standard space partitioning-based hashing relies on Binary Search Trees (BSTs), but their exponential grow…