Journal article

Title:
Efficient GPU-accelerated parallel cross-correlation
Authors:
K. Maděra, A. Šmelko, M. Kruliš
Publication:
Journal of Parallel and Distributed Computing 199
DOI:
Year:
2025
Link:

Abstract:
Cross-correlation is a data analysis method widely employed in various signal processing and similarity-search applications. Our objective is to design a highly optimized GPU-accelerated implementation that will speed up the applications and also improve energy efficiency since GPUs are more efficient than CPUs in data-parallel tasks. There are two rudimentary ways to compute cross-correlation — a definition-based algorithm that tries all possible overlaps and an algorithm based on the Fourier transform, which is much more complex but has better asymptotical time complexity. We have focused mainly on the definition-based approach which is better suited for smaller input data and we have implemented multiple CUDA-enabled algorithms with multiple optimization options. The algorithms were evaluated on various scenarios, including the most typical types of multi-signal correlations, and we provide empirically verified optimal solutions for each of the studied scenarios.

BibTeX:
@article{madera_efficient_2025,
    title = {{Efficient GPU-accelerated parallel cross-correlation}},
    author = {Maděra, Karel and Šmelko, Adam and Kruliš, Martin},
    year = {2025},
    journal = {{Journal of Parallel and Distributed Computing}},
    doi = {10.1016/j.jpdc.2025.105054},
    issn = {0743-7315},
    pages = {105054},
    url = {https://www.sciencedirect.com/science/article/pii/S0743731525000218},
    volume = {199},
}