Browse Articles

Transfer Learning for Small and Different Datasets: Fine-Tuning A Pre-Trained Model Affects Performance

Gupta et al. | Oct 18, 2020

Transfer Learning for Small and Different Datasets: Fine-Tuning A Pre-Trained Model Affects Performance

In this study, the authors seek to improve a machine learning algorithm used for image classification: identifying male and female images. In addition to fine-tuning the classification model, they investigate how accuracy is affected by their changes (an important task when developing and updating algorithms). To determine accuracy, a set of images is used to train the model and then a separate set of images is used for validation. They found that the validation accuracy was close to the training accuracy. This study contributes to the expanding areas of machine learning and its applications to image identification.

Read More...

Quantitative analysis and development of alopecia areata classification frameworks

Dubey et al. | Jun 03, 2024

Quantitative analysis and development of alopecia areata classification frameworks

This article discusses Alopecia areata, an autoimmune disorder causing sudden hair loss due to the immune system mistakenly attacking hair follicles. The article introduces the use of deep learning (DL) techniques, particularly convolutional neural networks (CNN), for classifying images of healthy and alopecia-affected hair. The study presents a comparative analysis of newly optimized CNN models with existing ones, trained on datasets containing images of healthy and alopecia-affected hair. The Inception-Resnet-v2 model emerged as the most effective for classifying Alopecia Areata.

Read More...

Interaction of light with water under clear and algal bloom conditions

Ramesh et al. | Feb 01, 2024

Interaction of light with water under clear and algal bloom conditions
Image credit: Liz Harrell

Here, recognizing the potential harmful effects of algal blooms, the authors used satellite images to detect algal blooms in water bodies in Wyoming based on their reflectance of near infrared light. They found that remote monitoring in this way may provide a useful tool in providing early warning and advisories to people who may live in close proximity.

Read More...

Cleaning up the world’s oceans with underwater laser imaging

Gurbuz et al. | Jul 07, 2023

Cleaning up the world’s oceans with underwater laser imaging
Image credit: Naja Bertolt Jensen

Here recognizing the growing amount of plastic waste in the oceans, the authors sought to develop and test laser imaging for the identification of waste in water. They found that while possible, limitations such as increasing depth and water turbidity result in increasing blurriness in laser images. While their image processing methods were somewhat insufficient they identified recent methods to use deep learning-based techniques as a potential avenue to viability for this method.

Read More...

An efficient approach to automated geometry diagram parsing

Date et al. | Oct 02, 2022

An efficient approach to automated geometry diagram parsing

Here, beginning from an initial interest in the possibility to use a computer to automatically solve a geometry diagram parser, the authors developed their own Fast Geometry Diagram Parser (FastGDP) that uses clustering and corner information. They compared their own methods to a more widely available, method, GeoSolver, finding their own to be an order of magnitude faster in most cases that they considered.

Read More...