Related Experiment Video
Updated: Nov 11, 2025

09:14
Informatic Analysis of Sequence Data from Batch Yeast 2-Hybrid Screens
Published on: June 28, 2018
7.4K
Fast kNN Search in Weighted Hamming Space With Multiple Tables.
Summary
Hashing methods improve Approximate Nearest Neighbor (ANN) search efficiency. A new method, WHMT, enhances search accuracy in weighted Hamming space by incorporating bit-level weights, avoiding slow linear scans for big data.
Area of Science:
- Computer Science
- Data Science
- Machine Learning
Background:
- Approximate Nearest Neighbor (ANN) search is crucial for big data, often using hashing for efficiency.
- Standard Hamming distance in hashing overlooks bit-level importance, impacting search accuracy.
- Existing weighted Hamming space methods rely on slow linear scans, unsuitable for large datasets.
Purpose of the Study:
- To develop an efficient and accurate k-Nearest Neighbor (kNN) search method in weighted Hamming space.
- To address the limitations of linear scans in existing weighted Hamming space ranking methods.
- To improve the performance of ANN search for big data applications.
Main Methods:
- Proposed Weighted Hamming space with Multiple Tables (WHMT) approach.
- Incorporated bit-level weight distribution into multi-index building.
- Developed an exact kNN search strategy without exhaustive linear scan.
Main Results:
- WHMT achieves optimal candidate set selection for exact kNN search in weighted Hamming space.
- The method avoids time-consuming exhaustive linear scans.
- Experimental results demonstrated a speedup of up to 69.8 times compared to linear scan baselines without accuracy loss.
Conclusions:
- WHMT offers a significant speedup for exact kNN search in weighted Hamming space.
- The proposed method enhances search accuracy by considering bit-level weights effectively.
- WHMT is a viable solution for efficient and accurate ANN search in large-scale datasets.
Related Concept Videos
Sign Test for Matched Pairs
262
The sign test for matched pairs offers a robust method for comparing two paired samples, often for the effects of an intervention in one of them. This method is very useful in situations where the underlying distribution of the data is unknown. The test compares two related samples—often pre- and post-treatment measurements on the same subjects—to determine if there are significant differences in their median values.
To conduct the sign test, we first calculate the differences in...
To conduct the sign test, we first calculate the differences in...
262
Wald-Wolfowitz Runs Test I
794
The Wald-Wolfowitz test, also known as the runs test, is a nonparametric statistical test used to assess the randomness of a sequence of two different types of elements (e.g., positive/negative values, successes/failures). It examines whether the order of the elements in a sequence is random or if there is a pattern or trend present. This nonparametric test applies to any ordered data despite the population and sample data distribution, even if a higher sample size is available.
The test works...
The test works...
794
Kendall's Tau Test
934
Kendall's tau test, also known as the Kendall rank coefficient test, is a nonparametric method for assessing association between two variables. This test is particularly useful for identifying significant correlations when the distributions of the sample and population are unknown. Developed in 1938 by the British statistician Sir Maurice George Kendall, the tau coefficient (denoted as τ) serves as a rank correlation coefficient, with values ranging from -1 to +1.
A τ value of +1 indicates...
A τ value of +1 indicates...
934
One-Compartment Open Model: Wagner-Nelson and Loo Riegelman Method for ka Estimation
887
This lesson introduces two critical methods in pharmacokinetics, the Wagner-Nelson and Loo-Riegelman methods, used for estimating the absorption rate constant (ka) for drugs administered via non-intravenous routes. The Wagner-Nelson method relates ka to the plasma concentration derived from the slope of a semilog percent unabsorbed time plot. However, it is limited to drugs with one-compartment kinetics and can be impacted by factors like gastrointestinal motility or enzymatic degradation.
On...
On...
887
Fast Fourier Transform
616
The Fast Fourier Transform (FFT) is a computational algorithm designed to compute the Discrete Fourier Transform (DFT) efficiently. By breaking down the calculations into smaller, manageable sections, the FFT significantly reduces the computational complexity involved. Direct computation of an N-point DFT requires N2 complex multiplications, whereas the FFT algorithm needs only (N/2)log2N multiplications, offering a much faster performance.
The computational efficiency of the FFT becomes...
The computational efficiency of the FFT becomes...
616
Weighted Mean
5.9K
While taking the arithmetic, geometric, or harmonic mean of a sample data set, equal importance is assigned to all the data points. However, all the values may not always be equally important in some data sets. An intrinsic bias might make it more important to give more weightage to specific values over others.
For example, consider the number of goals scored in the matches of a tournament. While computing the average number of goals scored in the tournament, it may be more important to...
For example, consider the number of goals scored in the matches of a tournament. While computing the average number of goals scored in the tournament, it may be more important to...
5.9K

