Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Brain Imaging01:14

Brain Imaging

Brain imaging technologies provide critical insights into both the structure and function of the human brain, enabling medical professionals and researchers to diagnose, study, and treat neurological disorders or psychiatric disorders more effectively.
These technologies include computerized axial tomography (CAT or CT scans), positron-emission tomography (PET scans),  magnetic resonance imaging (MRI),  functional magnetic resonance imaging (fMRI), and Transcranial Magnetic Stimulation (TMS).

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Genetic studies of quantitative MCI and AD phenotypes in ADNI: Progress, opportunities, and plans.

Alzheimer's & dementia : the journal of the Alzheimer's Association·2015
Same author

Development of the human fetal hippocampal formation during early second trimester.

NeuroImage·2015
Same author

2014 Update of the Alzheimer's Disease Neuroimaging Initiative: A review of papers published since its inception.

Alzheimer's & dementia : the journal of the Alzheimer's Association·2015
Same author

Sharing data in the global alzheimer's association interactive network.

NeuroImage·2015
Same author

Imaging in StrokeNet: Realizing the Potential of Big Data.

Stroke·2015
Same author

The Image and Data Archive at the Laboratory of Neuro Imaging.

NeuroImage·2015
Same journal

Facial iPPG heatmap patterns based on period-aware autoencoder show association with carotid atherosclerosis towards non-contact hemodynamic assessment.

Computer methods and programs in biomedicine·2026
Same journal

Explainable machine learning models predict liver fibrosis risk and outcome in the general population: Development and multi-cohort external validation.

Computer methods and programs in biomedicine·2026
Same journal

Evaluation of surrogate endpoints for survival outcomes using the surrogate package in R.

Computer methods and programs in biomedicine·2026
Same journal

Relative spectral and frication-based descriptors as numerical indicators of place of articulation shifts in fricatives produced by Polish children.

Computer methods and programs in biomedicine·2026
Same journal

Leaflet resection improves valve expansion and hemodynamic performance in redo TAVI with balloon- and self-expanding transcatheter heart valve configurations.

Computer methods and programs in biomedicine·2026
Same journal

Spectral super-resolution for Parkinson's voice via representation-level methods under mixed-reality acquisition.

Computer methods and programs in biomedicine·2026
See all related articles

Related Experiment Video

Updated: Jun 6, 2026

Brain Infarct Segmentation and Registration on MRI or CT for Lesion-symptom Mapping
10:25

Brain Infarct Segmentation and Registration on MRI or CT for Lesion-symptom Mapping

Published on: September 25, 2019

CUDA optimization strategies for compute- and memory-bound neuroimaging algorithms.

Daren Lee1, Ivo Dinov, Bin Dong

  • 1Laboratory of Neuro Imaging, David Geffen School of Medicine, UCLA, 635 Charles Young Drive South Suite 225, Los Angeles, CA 90095, USA. daren.lee@loni.ucla.edu

Computer Methods and Programs in Biomedicine
|December 17, 2010
PubMed
Summary
This summary is machine-generated.

Graphical processing units (GPUs) accelerate neuroimaging by optimizing complex algorithms. This study details strategies for compute- and memory-bound tasks, achieving significant speedups over CPU implementations.

More Related Videos

Simultaneous Data Collection of fMRI and fNIRS Measurements Using a Whole-Head Optode Array and Short-Distance Channels
08:19

Simultaneous Data Collection of fMRI and fNIRS Measurements Using a Whole-Head Optode Array and Short-Distance Channels

Published on: October 20, 2023

Related Experiment Videos

Last Updated: Jun 6, 2026

Brain Infarct Segmentation and Registration on MRI or CT for Lesion-symptom Mapping
10:25

Brain Infarct Segmentation and Registration on MRI or CT for Lesion-symptom Mapping

Published on: September 25, 2019

Simultaneous Data Collection of fMRI and fNIRS Measurements Using a Whole-Head Optode Array and Short-Distance Channels
08:19

Simultaneous Data Collection of fMRI and fNIRS Measurements Using a Whole-Head Optode Array and Short-Distance Channels

Published on: October 20, 2023

Area of Science:

  • Computer Science
  • Neuroimaging
  • High-Performance Computing

Background:

  • Neuroimaging algorithms are increasing in complexity and resolution, outpacing traditional CPU performance.
  • Graphical Processing Units (GPUs) offer a data-parallel architecture capable of significant computational speedups.
  • Massively threaded GPU architectures present challenges when resources are exceeded.

Purpose of the Study:

  • To present optimization strategies for compute- and memory-bound algorithms on the CUDA architecture.
  • To address challenges posed by GPU resource limitations in neuroimaging computations.
  • To enhance the performance of computationally intensive neuroimaging algorithms on GPUs.

Main Methods:

  • For compute-bound algorithms: reduced registers via shared memory, increased data throughput via heavier thread workloads, and optimized thread configuration.
  • For memory-bound algorithms: data reorganization into self-contained structures, multi-pass approach, and optimized memory resource selection for reduced latency.
  • Strategies demonstrated on 3D unbiased nonlinear image registration and non-local means surface denoising.

Main Results:

  • Optimized GPU implementations achieved up to 6x faster performance than unoptimized versions.
  • Achieved peak GPU speedups of 129x for 3D unbiased nonlinear image registration compared to CPU.
  • Achieved peak GPU speedups of 93x for non-local means surface denoising compared to CPU.

Conclusions:

  • The presented optimization strategies effectively address GPU resource limitations for complex neuroimaging algorithms.
  • Significant performance gains were realized for both compute- and memory-bound tasks, demonstrating the efficacy of the proposed methods.
  • GPU acceleration, through these optimized strategies, is crucial for advancing neuroimaging research and applications.