Related Experiment Video
Updated: Jun 14, 2026

10:14
Chromatographic Fingerprinting by Template Matching for Data Collected by Comprehensive Two-Dimensional Gas Chromatography
Published on: September 2, 2020
Exploiting transitivity of correlation for fast template matching.
1Punjab University College of Information Technology, Lahore, Pakistan 54000. arifm@pucit.edu.pk
Summary
We developed new elimination algorithms for template matching that exploit correlation transitivity. These algorithms significantly speed up computation while guaranteeing exact results, offering up to tenfold faster performance.
Area of Science:
- Computer Vision
- Image Processing
- Algorithm Development
Background:
- Elimination algorithms accelerate template matching by skipping computations.
- Existing methods guarantee optimal results but can be computationally intensive.
- Correlation-based measures are widely used in template matching.
Purpose of the Study:
- To develop novel elimination algorithms for correlation-based template matching.
- To leverage the transitivity of correlation for computational speed-up.
- To ensure exactness in identifying the best-match location.
Main Methods:
- Exploiting the transitivity property of correlation.
- Developing transitive bounds tailored for different autocorrelation scenarios (intrareference, inter-reference, intertemplate).
- Implementing and evaluating exact elimination algorithms.
Main Results:
- Demonstrated significant computational speed-up, up to an order of magnitude faster.
- Achieved exact peak location identification, matching exhaustive search.
- Empirical results show efficiency across various datasets.
Conclusions:
- The proposed elimination algorithms offer substantial speed-up for correlation-based template matching.
- Transitive bounds are effective when strong autocorrelation is present in data.
- These algorithms provide an exact and efficient solution for template matching tasks.
Related Concept Videos
Correlations
Correlation means that there is a relationship between two or more variables (such as ice cream consumption and crime), but this relationship does not necessarily imply cause and effect. When two variables are correlated, it simply means that as one variable changes, so does the other. We can measure correlation by calculating a statistic known as a correlation coefficient. A correlation coefficient is a number from -1 to +1 that indicates the strength and direction of the relationship between...
Correlation
In statistics, two variables are said to be correlated if the values of one variable are associated with the other variable. Depending on the relationship between two variables, correlation can be of three types– positive correlation, negative correlation, and zero correlation.
Two variables, for example, a and b, are said to be positively correlated if both variables move in the same direction. In other words, a positive correlation exists between two variables, a and b, if:
Two variables, for example, a and b, are said to be positively correlated if both variables move in the same direction. In other words, a positive correlation exists between two variables, a and b, if:
Correlation and Regression
In statistics, correlation describes the degree of association between two variables. In the subfield of linear regression, correlation is mathematically expressed by the correlation coefficient, which describes the strength and direction of the relationship between two variables. The coefficient is symbolically represented by 'r' and ranges from -1 to +1. A positive value indicates a positive correlation where the two variables move in the same direction. A negative value suggests a negative...
Wilcoxon Signed-Ranks Test for Matched Pairs
The Wilcoxon signed-rank test for matched pairs evaluates the null hypothesis by combining the ranks of differences with their signs. It essentially tests whether the median of the differences in a population of matched pairs is zero. Since the test incorporates more information than the sign test, it generally yields more trustable conclusions. This test also does not require the data to follow a normal distribution, but two conditions must be met for it to be applicable: (1) the data must...
Correlation of Experimental Data
Dimensional analysis simplifies complex physical problems and guides experimental investigations, but it does not provide complete solutions. It identifies the dimensionless groups that influence a phenomenon, but experimental data is needed to establish the specific relationships and validate theoretical predictions.
For example, a spherical particle moving through a viscous fluid experiences drag. Dimensional analysis shows that the drag force depends on the particle's diameter, velocity, and...
For example, a spherical particle moving through a viscous fluid experiences drag. Dimensional analysis shows that the drag force depends on the particle's diameter, velocity, and...
Coefficient of Correlation
The correlation coefficient, r, developed by Karl Pearson in the early 1900s, is numerical and provides a measure of strength and direction of the linear association between the independent variable x and the dependent variable y.
If you suspect a linear relationship between x and y, then r can measure how strong the linear relationship is.
What the VALUE of r tells us:
The value of r is always between –1 and +1: –1 ≤ r ≤ 1.
The size of the correlation r indicates the strength of the linear...
If you suspect a linear relationship between x and y, then r can measure how strong the linear relationship is.
What the VALUE of r tells us:
The value of r is always between –1 and +1: –1 ≤ r ≤ 1.
The size of the correlation r indicates the strength of the linear...
