Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Experiment Videos

Effective proximity retrieval by ordering permutations.

Edgar Chavez1, Karina Figueroa, Gonzalo Navarro

  • 1Facultad de Ciencias Fisico Matematicas, Universidad Michoacana, Ciudad Universitaria, Michoacan, Mexico. elchavez@fismat.umich.mx

IEEE Transactions on Pattern Analysis and Machine Intelligence
|July 12, 2008
PubMed
Summary
This summary is machine-generated.

Related Concept Videos

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Faster run-length compressed suffix arrays.

Oasics : openaccess series in informatics·2026
Same author

Management of Complications After Pancreaticoduodenectomy: A Narrative Review of Pathophysiology and Treatment Strategies.

Cureus·2026
Same author

A simple grammar-based index for finding approximately longest common substrings.

International Symposium on String Processing and Information Retrieval : SPIRE ... : proceedings. SPIRE (Symposium)·2025
Same author

Half-Space Proximal Networks (HSPNs): A Proxy for Multi-Query Similarity Searching Models Predicting Tumor-Homing Peptides.

ACS omega·2025
Same author

Role of Neoadjuvant Therapy in Remodeling Surgical Approaches for Gastrointestinal Malignancies.

Current gastroenterology reports·2025
Same author

Faster Maximal Exact Matches with Lazy LCP Evaluation.

Proceedings. Data Compression Conference·2024
Same journal

HardFlow: Hard-Constrained Sampling for Flow-Matching Models Via Trajectory Optimization.

IEEE transactions on pattern analysis and machine intelligence·2026
Same journal

Industrial Brain: Self-Evolving Neuro-Symbolic Autonomy with Causal Resilience for Cyber-Physical Systems.

IEEE transactions on pattern analysis and machine intelligence·2026
Same journal

Adaptive Hardness-Driven Dictionary Distillation for Incomplete Streaming View Clustering.

IEEE transactions on pattern analysis and machine intelligence·2026
Same journal

Mixture of Global and Local Experts with Diffusion Transformer for Controllable Face Generation.

IEEE transactions on pattern analysis and machine intelligence·2026
Same journal

Task-KV: Task-aware KV Cache Optimization via Semantic Differentiation of Attention Heads.

IEEE transactions on pattern analysis and machine intelligence·2026
Same journal

Achieving Text-based Person Retrieval with Any Granularity.

IEEE transactions on pattern analysis and machine intelligence·2026
See all related articles

We developed a new algorithm for faster proximity searches in high-dimensional data. This method predicts element closeness by analyzing their distance orderings to anchor objects, significantly improving performance in pattern recognition tasks.

Area of Science:

  • Computer Science
  • Machine Learning
  • Data Mining

Background:

  • High-dimensional data presents challenges for traditional search algorithms like K-nearest neighbor (K-NN).
  • Existing solutions often degrade to slow linear scans in intrinsically high-dimensional spaces, impacting pattern recognition and large database performance.

Purpose of the Study:

  • To introduce a novel probabilistic proximity search algorithm for efficient range and K-nearest neighbor (K-NN) searching.
  • To address the performance limitations of existing methods in high-dimensional coordinate and metric spaces.

Main Methods:

  • The algorithm predicts element proximity based on the ordering of distances to a set of anchor objects.
  • Each data element sorts anchor objects by distance, and similarity in these orderings indicates closeness between elements.

Related Experiment Videos

Main Results:

  • Extensive experiments show the new method outperforms state-of-the-art exact and approximate techniques.
  • Performance improvements were observed across synthetic and real-world metric and non-metric databases.
  • The algorithm demonstrated significant gains in both CPU time and distance computations.

Conclusions:

  • The proposed probabilistic proximity search algorithm offers a substantial performance improvement over existing methods.
  • This technique provides an efficient solution for K-NN classification and other pattern recognition tasks in large, high-dimensional datasets.