Related Experiment Video
Updated: Mar 9, 2026

08:12
A Psychophysics Paradigm for the Collection and Analysis of Similarity Judgments
Published on: March 1, 2022
3.0K
A Novel Accuracy and Similarity Search Structure Based on Parallel Bloom Filters
Chunyan Shuai1, Hengcheng Yang1, Xin Ouyang2
1Faculty of Electric Power Engineering, Kunming University of Science and Technology, Kunming 650051, China.
Computational Intelligence and Neuroscience
|January 6, 2017
Summary
We introduce Similar-PBF-PHT, a novel structure for efficient high-dimensional data representation and similarity search. This method balances accuracy and computational cost for membership and K-nearest neighbors queries.
Area of Science:
- Computer Science
- Data Science
- Information Retrieval
Background:
- High-dimensional data presents challenges in balancing search accuracy with computational and storage efficiency.
- Existing methods often struggle to achieve both speed and precision in similarity searches.
Purpose of the Study:
- To propose a new data structure, Similar-PBF-PHT, for efficient representation and retrieval of similar items in high-dimensional spaces.
- To address the trade-off between efficiency and accuracy in similarity search.
Main Methods:
- The Similar-PBF-PHT structure combines parallel bloom filters (PBFs), parallel hash tables (PHTs), and a bitmatrix.
- The structure is designed for both membership queries and K-nearest neighbors (K-NN) search.
Main Results:
- The Similar-PBF-PHT demonstrates effectiveness in membership query and K-NN search.
- It achieves a low false positive probability (FPP) for accurate querying with acceptable memory usage.
- For K-NN search, it provides accurate Hamming distance ratios and acceptable Euclidean distance ratios.
Conclusions:
- The Similar-PBF-PHT structure offers an efficient solution for similarity search in high-dimensional data.
- It prioritizes CPU time over I/O, handles diverse data formats, and maintains accuracy and acceptable costs.
More Related Videos
Related Concept Videos
Parallel Processing
842
The brain processes sensory information rapidly due to parallel processing, which involves sending data across multiple neural pathways at the same time. This method allows the brain to manage various sensory qualities, such as shapes, colors, movements, and locations, all concurrently. For instance, when observing a forest landscape, the brain simultaneously processes the movement of leaves, the shapes of trees, the depth between them, and the various shades of green. This enables a quick and...
842
Multiple Comparison Tests
4.5K
Multiple comparison test, abbreviated as MCT, is a post hoc analysis generally performed after comparing multiple samples with one or more tests. An MCT will help identify a significantly different sample among multiple samples or a factor among multiple factors.
It would be easy to compare two samples using a significance alpha level of 0.05. In other words, there is only one sample pair to be compared. However, it would be difficult to identify a significantly different sample if the number...
It would be easy to compare two samples using a significance alpha level of 0.05. In other words, there is only one sample pair to be compared. However, it would be difficult to identify a significantly different sample if the number...
4.5K
Causes of Similarity-Dissimilarity Effect
307
The similarity-dissimilarity effect, a fundamental concept in social psychology, explains how interpersonal similarities and differences influence attraction and social interactions. This effect is supported by three key psychological perspectives: balance theory, social comparison theory, and consensual validation.Balance Theory and Cognitive ConsistencyBalance theory, developed by Fritz Heider, posits that individuals seek cognitive consistency in their relationships. When two people share...
307
Parallel Resonance
692
The parallel RLC circuit is an arrangement where the resistor (R), inductor (L), and capacitor (C) are all connected to the same nodes and, as a result, share the same voltage across them. The parallel RLC circuit is analyzed in terms of admittance (Y), which reflects the ease with which current can flow. The admittance is given by:
692
Cluster Sampling Method
15.3K
Appropriate sampling methods ensure that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest.
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
15.3K
Accuracy, limits, and approximation
1.3K
Accuracy, limits, and approximations are common in many fields, especially in engineering calculations. These concepts are imperative for ensuring that a given value is as close as possible to its true value.
Accuracy is defined as the closeness of the measured value to the true or actual value. In engineering mechanics, repeated measurements are taken during theoretical or experimental analyses to ensure that the result is precise and accurate.
The accuracy of any solution is based on the...
Accuracy is defined as the closeness of the measured value to the true or actual value. In engineering mechanics, repeated measurements are taken during theoretical or experimental analyses to ensure that the result is precise and accurate.
The accuracy of any solution is based on the...
1.3K

