INVESTIGADORES
FERNANDEZ SLEZAK Diego
artículos
Título:
CUDAICA: GPU optimization of Infomax- ICA EEG analysis
Autor/es:
RAIMONDO, FEDERICO; KAMIENKOWSI, JUAN; SIGMAN, MARIANO; FERNÁNDEZ SLEZAK, DIEGO
Revista:
Computational Intelligence and Neuroscience
Editorial:
Hindawi
Referencias:
Año: 2012 p. 1 - 8
ISSN:
1687-5273
Resumen:
In recent years, Independent Component Analysis (ICA) has become a standard to identify relevant dimensions of the data in neuroscience. ICA is a very reliable method to analyze data but it is, computationally, very costly. The use of ICA for online analysis of the data, used in brain computing interfaces, results are almost completely prohibitive. We show an increase with almost no cost (a rapid video card) of speed of ICA by about 25 fold. The EEG data, which is a repetition of many independent signals in multiple channels, is very suitable for processing using the vector processors included in the graphical units. We profiled the implementation of this algorithm and detected two main types of operations responsible of the processing bottleneck and taking almost 80% of computing time: vector-matrix and matrix-matrix multiplications. By replacing function calls to basic linear algebra functions to the standard CUBLAS routines provided by GPU manufacturers, it does not increase performance due to CUDA kernel launch overhead. Instead, we developed a GPU-based solution that, comparing with the original BLAS and CUBLAS versions, obtains a 25x increase of performance for the ICA calculation.