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

Parallel Processing01:20

Parallel Processing

441
The brain processes sensory information rapidly due to parallel processing, which involves sending data across multiple neural pathways at the same time. This method allows the brain to manage various sensory qualities, such as shapes, colors, movements, and locations, all concurrently. For instance, when observing a forest landscape, the brain simultaneously processes the movement of leaves, the shapes of trees, the depth between them, and the various shades of green. This enables a quick and...
441
Computed Tomography01:10

Computed Tomography

7.6K
Tomography refers to imaging by sections. Computed tomography (CT) is a non-invasive imaging technique that uses computers to analyze several cross-sectional X-rays to reveal minute details about structures in the body.
The technique was invented in the 1970s and is based on the principle that as X-rays pass through the body, they are absorbed or reflected at different levels. In the technique, a patient lies on a motorized platform while a computerized axial tomography (CAT) scanner rotates...
7.6K

You might also read

Related Articles

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

Sort by
Same author

Erratum for: Associations of MRI-derived Paraspinal IMAT and LMM with Cardiometabolic Risk Factors: Results from a German Cohort.

Radiology·2026
Same author

ProtoFlow: interpretable and robust surgical workflow modeling with learned dynamic scene graph prototypes.

International journal of computer assisted radiology and surgery·2026
Same author

Toward comprehensive real-time scene understanding in ophthalmic surgery through multimodal image fusion.

International journal of computer assisted radiology and surgery·2026
Same author

DefSynUS: Real-time patient-specific intrahepatic vessel identification via deformation-aware CT-US domain adaptation.

International journal of computer assisted radiology and surgery·2026
Same author

Smartphone photogrammetry for rapid 3D surface modeling of head and neck specimens to support frozen section communication: A feasibility pilot study.

Oral oncology·2026
Same author

Accurate proteome-wide prediction of enzymes and catalytic sites using graph deep learning and protein language model.

GigaScience·2026
Same journal

Correspondence-free local-to-global liver deformation correction via implicit neural representation and biomechanical model.

International journal of computer assisted radiology and surgery·2026
Same journal

BronchoLumen: analysis of recent YOLO-based architectures for real-time bronchial orifice detection in video bronchoscopy.

International journal of computer assisted radiology and surgery·2026
Same journal

Model-guided medicine for early diagnosis of transthyretin-associated cardiac amyloidosis using multimodal data integration and standardized interoperable models (the CRONOS-ATTR study).

International journal of computer assisted radiology and surgery·2026
Same journal

Electromagnetic navigation for femoral osteotomy using high-accuracy X-ray-to-CT registration.

International journal of computer assisted radiology and surgery·2026
Same journal

Modular instrument actuation unit for robotic-assisted systems in laparoscopic surgery.

International journal of computer assisted radiology and surgery·2026
Same journal

Pose-aware deep perceptual similarity for iterative 2D/3D registration of knee joints using contrastive learning.

International journal of computer assisted radiology and surgery·2026
See all related articles

Related Experiment Video

Updated: Nov 20, 2025

Author Spotlight: An Efficient and Robust Software for Automated Fusion of Multiple Preclinical Imaging Modalities
07:13

Author Spotlight: An Efficient and Robust Software for Automated Fusion of Multiple Preclinical Imaging Modalities

Published on: October 27, 2023

1.5K

Performance-aware programming for intraoperative intensity-based image registration on graphics processing units.

Martin C W Leong1, Kit-Hang Lee1, Bowen P Y Kwan2

  • 1Department of Mechanical Engineering, The University of Hong Kong, Pok Fu Lam, Hong Kong.

International Journal of Computer Assisted Radiology and Surgery
|January 23, 2021
PubMed
Summary
This summary is machine-generated.

Accelerating image registration using graphics processing units (GPUs) significantly reduces computation time. This study optimizes the diffeomorphic log-demons algorithm on GPUs, achieving substantial speed-ups for medical image analysis.

Keywords:
Demons algorithmImage-guided treatmentNon-rigid registrationParallel computingSurgical guidance

More Related Videos

A Pipeline for 3D Multimodality Image Integration and Computer-assisted Planning in Epilepsy Surgery
09:41

A Pipeline for 3D Multimodality Image Integration and Computer-assisted Planning in Epilepsy Surgery

Published on: May 20, 2016

12.5K
A Coregistered Ultrasound and Photoacoustic Imaging Protocol for the Transvaginal Imaging of Ovarian Lesions
10:21

A Coregistered Ultrasound and Photoacoustic Imaging Protocol for the Transvaginal Imaging of Ovarian Lesions

Published on: March 3, 2023

2.0K

Related Experiment Videos

Last Updated: Nov 20, 2025

Author Spotlight: An Efficient and Robust Software for Automated Fusion of Multiple Preclinical Imaging Modalities
07:13

Author Spotlight: An Efficient and Robust Software for Automated Fusion of Multiple Preclinical Imaging Modalities

Published on: October 27, 2023

1.5K
A Pipeline for 3D Multimodality Image Integration and Computer-assisted Planning in Epilepsy Surgery
09:41

A Pipeline for 3D Multimodality Image Integration and Computer-assisted Planning in Epilepsy Surgery

Published on: May 20, 2016

12.5K
A Coregistered Ultrasound and Photoacoustic Imaging Protocol for the Transvaginal Imaging of Ovarian Lesions
10:21

A Coregistered Ultrasound and Photoacoustic Imaging Protocol for the Transvaginal Imaging of Ovarian Lesions

Published on: March 3, 2023

2.0K

Area of Science:

  • Medical imaging
  • Computational anatomy
  • Image processing

Background:

  • Intensity-based image registration is crucial for aligning medical images but is computationally intensive.
  • Slow registration times hinder real-time applications like intra-operative navigation.
  • Existing methods struggle to overcome the inherent computational demands of registration algorithms.

Purpose of the Study:

  • To accelerate intensity-based image registration by optimizing the diffeomorphic log-demons algorithm on GPUs.
  • To address the computational bottlenecks in non-rigid image registration.
  • To demonstrate performance-aware programming techniques for GPU acceleration.

Main Methods:

  • Implemented the diffeomorphic log-demons algorithm using performance-aware programming techniques on a GPU.
  • Systematically exploited GPU features, including computation units, memory, and data bandwidth.
  • Focused on resolving identified computation bottlenecks within the registration algorithm.

Main Results:

  • Achieved a ~95x speed-up for 1.3-M voxel images and a ~258x speed-up for 37-M voxel images compared to CPU.
  • Registered a 1.3-M voxel image in 286 ms and a 37-M voxel image in 8.56 s.
  • Demonstrated effective utilization of GPU resources to overcome computational limitations.

Conclusions:

  • Pinpointed and resolved computation bottlenecks in diffeomorphic log-demons using GPU programming techniques.
  • The developed fast computation methods enhance diffeomorphic log-demons and can benefit other intensity-based registration approaches.
  • An open-source implementation is available, facilitating further research and application.