TITAN RTX Slashes Time for Detecting Osteoporosis

Sometimes simply upgrading your GPU can lead to massive performance improvements. The most recent example comes from a team of researchers at Dartmouth College…

Nefi Alarcon
3 min readbeginner
--
View Original

Overview

The article discusses how upgrading to the NVIDIA TITAN RTX GPU significantly enhances the performance of deep learning models for detecting osteoporotic vertebral fractures. Researchers at Dartmouth College achieved an 80% increase in training speed using the new GPU compared to the previous TITAN Xp.

What You'll Learn

1

How to leverage the NVIDIA TITAN RTX for deep learning tasks

2

Why upgrading GPU hardware can drastically reduce training time for neural networks

3

When to consider using Tensor Cores for improved performance in deep learning

Prerequisites & Requirements

  • Understanding of deep learning and neural network concepts
  • Familiarity with GPU computing and CUDA(optional)

Key Questions Answered

How much faster is the TITAN RTX compared to the TITAN Xp for training deep learning models?
The TITAN RTX achieved an 80% performance increase over the TITAN Xp, reducing training time from 7 hours and 40 minutes to just 4 hours and 14 minutes for the same task.
What hardware configuration was used for the experiments?
The experiments were conducted on two machines: Machine A with a TITAN RTX GPU, Intel Core i7 7820X CPU, 32 GB DDR4 memory, and Machine B with a TITAN Xp GPU, Intel Xeon E5-1650 CPU, and 64 GB ECC-DDR3 memory, both running Ubuntu 18.04.
What dataset was used for training the neural networks?
The training involved a dataset of over 1400 CT scans, which included 10,546 two-dimensional images, specifically aimed at detecting osteoporotic vertebral fractures.
What are the expected benefits of using the TITAN RTX for medical image analysis?
The TITAN RTX's 24 GB memory is expected to alleviate previous bottlenecks in training deep neural networks on high-resolution medical images, thereby significantly boosting model development efforts and reducing training time.

Key Statistics & Figures

Performance increase
80%
Achieved when comparing the training times of the TITAN RTX and TITAN Xp GPUs.
Training time with TITAN RTX
4:14
Time taken to train the neural network on the TITAN RTX.
Training time with TITAN Xp
7:40
Time taken to train the neural network on the TITAN Xp.
Dataset size
10,546
Number of two-dimensional images used in the training dataset.

Technologies & Tools

Hardware
Nvidia Titan Rtx
Used for training deep learning models to detect osteoporotic vertebral fractures.
Hardware
Nvidia Titan Xp
Previous GPU used for comparison in performance evaluation.
Operating System
Ubuntu 18.04
Operating system used on both machines for the experiments.

Key Actionable Insights

1
Consider upgrading to the NVIDIA TITAN RTX if your deep learning tasks are bottlenecked by GPU performance.
The significant performance improvement observed (80% faster training) demonstrates how hardware upgrades can lead to more efficient model training, especially in computationally intensive fields like medical imaging.
2
Utilize Tensor Cores in the TITAN RTX for even higher performance in future deep learning projects.
While the current experiments did not leverage Tensor Cores, their potential for enhancing performance in deep learning tasks makes them a valuable resource for researchers looking to optimize their workflows.
3
Leverage the capabilities of the TITAN RTX for high-resolution medical image analysis.
The increased memory and processing power can significantly enhance the ability to train models on complex datasets, which is crucial for applications in healthcare.

Common Pitfalls

1
Failing to utilize the full capabilities of the TITAN RTX, such as Tensor Cores, may lead to suboptimal performance.
Not leveraging advanced features can prevent users from achieving the best possible performance gains, especially in demanding applications like deep learning.