Related Experiment Video
Updated: Nov 10, 2025

13:19
Deep Neural Networks for Image-Based Dietary Assessment
Published on: March 13, 2021
9.6K
Effects of data count and image scaling on Deep Learning training.
Daisuke Hirahara1, Eichi Takaya2, Taro Takahara3
1Department of AI Research Lab, Harada Academy, Kagoshima, Kagoshima, Japan.
Peerj. Computer Science
|April 5, 2021
Summary
Increasing image size with interpolation methods significantly improves convolutional neural network (CNN) performance in medical image analysis. This technique enhances feature extraction, leading to higher classification accuracy, especially with limited training data.
Area of Science:
- Medical Imaging
- Computer Vision
- Machine Learning
Background:
- Convolutional Neural Networks (CNNs) excel at image feature extraction.
- Image interpolation methods can potentially enhance CNN feature extraction.
- The effectiveness of interpolation for data augmentation in CNNs, particularly with limited medical image data, requires investigation.
Purpose of the Study:
- To evaluate the impact of image size augmentation using interpolation on CNN performance.
- To compare interpolation-based augmentation with traditional methods like rotation and inversion.
- To determine the utility of interpolation for CNN training with medical images.
Main Methods:
- Chest radiographs from the Gender01 dataset were used for sex classification.
- Images were enlarged two- and four-fold using the Bilinear interpolation method.
- Performance was compared against data augmentation via image inversion and rotation.
Main Results:
- Image size expansion via interpolation consistently improved average classification accuracy.
- A four-fold increase in image size yielded the most significant accuracy improvement (0.563 to 0.715) with 100 training samples.
- The Bilinear method outperformed rotation/inversion, showing accuracy gains of 0.095 (100 data) and 0.015 (50,000 data).
Conclusions:
- Augmenting image size through interpolation is a beneficial technique for CNN training.
- This method demonstrates stable and high classification accuracy for medical images like chest X-rays.
- Further research is needed to explore the importance of image size across diverse medical imaging datasets.
Related Concept Videos
Survival Tree
212
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
Building a Survival Tree
Constructing a...
Building a Survival Tree
Constructing a...
212
Scaling
383
In designing and analyzing filters, resonant circuits, or circuit analysis at large, working with standard element values like 1 ohm, 1 henry, or 1 farad can be convenient before scaling these values to more realistic figures. This approach is widely utilized by not employing realistic element values in numerous examples and problems; it simplifies mastering circuit analysis through convenient component values. The complexity of calculations is thereby reduced, with the understanding that...
383
Downsampling
396
When considering a sampled sequence with zero values between sampling instants, one can replace it by taking every N-th value of the sequence. At these integer multiples of N, the original and sampled sequences coincide. This process, known as decimation, involves extracting every N-th sample from a sequence, thereby creating a more efficient sequence.
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
396
