Table of Contents
Fetching ...

Predicting Lung Disease Severity via Image-Based AQI Analysis using Deep Learning Techniques

Anvita Mahajan, Sayali Mate, Chinmayee Kulkarni, Suraj Sawant

TL;DR

The paper tackles the challenge of linking environmental air quality with health outcomes by predicting AQI from images and estimating lung-disease severity from AQI. It proposes a pipeline that uses VGG16-based image features merged with metadata to forecast AQI via a custom neural network, and then applies KNN and SVC to classify lung-disease severity on a 1–7 scale. On Indian metropolitan data, the model achieves an AQI testing accuracy of 87.44% and lung-severity accuracy of 97.5% (KNN), illustrating strong performance and feasibility of image-based AQI-informed health risk assessment. Results motivate extending the approach with transfer learning and global datasets to support scalable, domain-robust air quality monitoring and public health decision-making.

Abstract

Air pollution is a significant health concern worldwide, contributing to various respiratory diseases. Advances in air quality mapping, driven by the emergence of smart cities and the proliferation of Internet-of-Things sensor devices, have led to an increase in available data, fueling momentum in air pollution forecasting. The objective of this study is to devise an integrated approach for predicting air quality using image data and subsequently assessing lung disease severity based on Air Quality Index (AQI).The aim is to implement an integrated approach by refining existing techniques to improve accuracy in predicting AQI and lung disease severity. The study aims to forecast additional atmospheric pollutants like AQI, PM10, O3, CO, SO2, NO2 in addition to PM2.5 levels. Additionally, the study aims to compare the proposed approach with existing methods to show its effectiveness. The approach used in this paper uses VGG16 model for feature extraction in images and neural network for predicting AQI.In predicting lung disease severity, Support Vector Classifier (SVC) and K-Nearest Neighbors (KNN) algorithms are utilized. The neural network model for predicting AQI achieved training accuracy of 88.54 % and testing accuracy of 87.44%,which was measured using loss function, while the KNN model used for predicting lung disease severity achieved training accuracy of 98.4% and testing accuracy of 97.5% In conclusion, the integrated approach presented in this study forecasts air quality and evaluates lung disease severity, achieving high testing accuracies of 87.44% for AQI and 97.5% for lung disease severity using neural network, KNN, and SVC models. The future scope involves implementing transfer learning and advanced deep learning modules to enhance prediction capabilities. While the current study focuses on India, the objective is to expand its scope to encompass global coverage.

Predicting Lung Disease Severity via Image-Based AQI Analysis using Deep Learning Techniques

TL;DR

The paper tackles the challenge of linking environmental air quality with health outcomes by predicting AQI from images and estimating lung-disease severity from AQI. It proposes a pipeline that uses VGG16-based image features merged with metadata to forecast AQI via a custom neural network, and then applies KNN and SVC to classify lung-disease severity on a 1–7 scale. On Indian metropolitan data, the model achieves an AQI testing accuracy of 87.44% and lung-severity accuracy of 97.5% (KNN), illustrating strong performance and feasibility of image-based AQI-informed health risk assessment. Results motivate extending the approach with transfer learning and global datasets to support scalable, domain-robust air quality monitoring and public health decision-making.

Abstract

Air pollution is a significant health concern worldwide, contributing to various respiratory diseases. Advances in air quality mapping, driven by the emergence of smart cities and the proliferation of Internet-of-Things sensor devices, have led to an increase in available data, fueling momentum in air pollution forecasting. The objective of this study is to devise an integrated approach for predicting air quality using image data and subsequently assessing lung disease severity based on Air Quality Index (AQI).The aim is to implement an integrated approach by refining existing techniques to improve accuracy in predicting AQI and lung disease severity. The study aims to forecast additional atmospheric pollutants like AQI, PM10, O3, CO, SO2, NO2 in addition to PM2.5 levels. Additionally, the study aims to compare the proposed approach with existing methods to show its effectiveness. The approach used in this paper uses VGG16 model for feature extraction in images and neural network for predicting AQI.In predicting lung disease severity, Support Vector Classifier (SVC) and K-Nearest Neighbors (KNN) algorithms are utilized. The neural network model for predicting AQI achieved training accuracy of 88.54 % and testing accuracy of 87.44%,which was measured using loss function, while the KNN model used for predicting lung disease severity achieved training accuracy of 98.4% and testing accuracy of 97.5% In conclusion, the integrated approach presented in this study forecasts air quality and evaluates lung disease severity, achieving high testing accuracies of 87.44% for AQI and 97.5% for lung disease severity using neural network, KNN, and SVC models. The future scope involves implementing transfer learning and advanced deep learning modules to enhance prediction capabilities. While the current study focuses on India, the objective is to expand its scope to encompass global coverage.
Paper Structure (13 sections, 5 figures, 2 tables)

This paper contains 13 sections, 5 figures, 2 tables.

Figures (5)

  • Figure 1: AQI Ranges 'USA-Info'
  • Figure 2: Design Model
  • Figure 8: Loss while training the model
  • Figure 9: User Input
  • Figure 10: AQI and Lung disease severity predictions