paper-with-me

Papers

scikit-hubness: Hubness Reduction and Approximate Neighbor Search

2019-12-02 · Roman Feldbauer, Thomas Rattei, Arthur Flexer

This paper introduces scikit-hubness, a Python package for efficient nearest neighbor search in high-dimensional spaces. Hubness is an aspect of the curse of dimensionality, and is known to impair various learning tasks, including classification, clustering, and visualization. scikit-hubness provides algorithms for hubness analysis ("Is my data affected by hubness?"), hubness reduction ("How can we improve neighbor retrieval in high dimensions?"), and approximate neighbor search ("Does it work for large data sets?"). It is integrated into the scikit-learn environment, enabling rapid adoption by Python-based machine learning researchers and practitioners. Users will find all functionality of the scikit-learn neighbors package, plus additional support for transparent hubness reduction and approximate nearest neighbor search. scikit-hubness is developed using several quality assessment tools and principles, such as PEP8 compliance, unit tests with high code coverage, continuous integration on all major platforms (Linux, MacOS, Windows), and additional checks by LGTM. The source code is available at https://github.com/VarIr/scikit-hubness under the BSD 3-clause license. Install from the Python package index with $ pip install scikit-hubness.

📄 PDF Abstract BibTeX arXiv:1912.00706

Code (1)

VarIr/scikit-hubness 공식 구현

Tasks

ClusteringRetrieval

Similar Papers 제목 키워드 기반

Hubness Reduction Improves Sentence-BERT Semantic Spaces

2023-11-30 · Beatrix M. G. Nielsen, Lars Kai Hansen

Semantic representations of text, i.e. representations of natural language which capture meaning by geometry, are essential for areas such as information retrieval and document grouping. High-dimensional trained dense ve…

Information RetrievalRetrievalSentence

Hubs and Hyperspheres: Reducing Hubness and Improving Transductive Few-shot Learning with Hyperspherical Embeddings

2023-03-16 · CVPR 2023 1 · Daniel J. Trosten, Rwiddhi Chakraborty, Sigurd Løkse, Kristoffer Knutsen Wickstrøm 외

Distance-based classification is frequently used in transductive few-shot learning (FSL). However, due to the high-dimensionality of image representations, FSL classifiers are prone to suffer from the hubness problem, wh…

Few-Shot Learning

Hubless Nearest Neighbor Search for Bilingual Lexicon Induction

2019-07-01 · ACL 2019 7 · Jiaji Huang, Qiang Qiu, Kenneth Church

Bilingual Lexicon Induction (BLI) is the task of translating words from corpora in two languages. Recent advances in BLI work by aligning the two word embedding spaces. Following that, a key step is to retrieve the neare…

Bilingual Lexicon InductionRetrieval

Ridge Regression, Hubness, and Zero-Shot Learning

2015-07-03 · Yutaro Shigeto, Ikumi Suzuki, Kazuo Hara, Masashi Shimbo 외

This paper discusses the effect of hubness in zero-shot learning, when ridge regression is used to find a mapping between the example space to the label space. Contrary to the existing approach, which attempts to find a …

regressionZero-Shot Learning

NeighborRetr: Balancing Hub Centrality in Cross-Modal Retrieval

2025-03-13 · CVPR 2025 1 · Zengrong Lin, Zheng Wang, Tianwen Qian, Pan Mu 외

Cross-modal retrieval aims to bridge the semantic gap between different modalities, such as visual and textual data, enabling accurate retrieval across them. Despite significant advancements with models like CLIP that al…

Cross-Modal RetrievalRetrieval