Welcome to Final Year Projects!!
  • Newsletter
  • +91 90254 34960
  • Contact Us
  • FAQs
Select category
  • Select category
  • Artificial Intelligence
  • Biomedical
  • Block Chain
  • Cloud Computing
  • Cyber Security
  • Data mining
  • Deep Learning
  • Embedded Components
  • Generative AI
  • IoT
  • LORA
  • Machine Learning
  • Mini Projects
    • Embedded
    • Java
    • Matlab
    • Python
    • VLSI
      • pipeline
  • Natural Language Processing
  • Projects
    • Embedded
      • Agriculture
      • Artificial Intelligence(AI)
      • Biomedical
      • Digital Twin
      • Image Processing
      • Internet of Things(IoT)
      • LoRaWAN
      • Raspberry PI
      • Robotics
      • Social Cause
    • Java
      • Android
      • Augmented Reality
      • Blockchain
      • Cloud Computing
      • Data Mining
      • Internet of Things (IoT)
      • Machine Learning
      • Secure Computing
    • Matlab
      • Cryptography- Authentication
      • Cyber Security
      • Deep Learning
      • Digital Image Processing
      • Machine Learning
      • Natural Language Processing
    • Python
      • Blockchain
      • Cybersecurity
      • Deep Learning
      • Explainable AI
      • Generative AI
      • GPT
      • Machine Learning
      • OpenCV
    • VLSI
      • Low Power VLSI Design
      • On-Chip Cryptography
      • Self Repairing Technology
  • Robotics
  • Secure Computing
Login / Register
0 Wishlist
0 Compare
0 items ₹0.00
Menu
0 items ₹0.00
Browse Categories
  • Java
  • Python
  • Embedded
  • Machine Learning
  • Mechanical
  • Matlab
  • VLSI
  • Raspberry PI
  • Artificial Intelligence
  • Home
  • Shop
    • PROJECTS
      • PROJECTS
        • Java
        • Python
        • Embedded
        • Matlab
        • VLSI
        • Mechanical
    • MINI PROJECTS
      • PROJECTS
        • Java
        • Python
        • Matlab
        • VLSI
        • Embedded
    • WORKSHOPS
      • Workshops
        • Python
        • Robotics
        • Industry Visit
        • Raspberry Pi
        • Image Processing
        • Mechanical Engineering
        • VLSI
        • Arduino
        • Matlab
        • Machine Learning
        • Embedded
        • Android
        • IoT
    • INTERNSHIPS
      • Internships
        • Python
        • Machine learning
        • Artificial intelligence
        • Web development
        • Android
        • IoT / internet of things
        • Cloud Computing
        • Digital Marketing
        • Big Data
  • Journal paper
  • Blog
  • About us
  • Contact us
Click to enlarge
Home Projects Python Interpretable Deep Learning Framework for Land Use and Land Cover Classification in Remote Sensing Using SHAP
Placeholder
Selection of Best Machine Learning Model to Predict Delay in Passenger Airlines ₹5,500.00
Back to products
Coffee Bean Defects Automatic Classification Realtime Application Adopting Deep Learning
Coffee Bean Defects Automatic Classification Realtime Application Adopting Deep Learning ₹5,500.00

Interpretable Deep Learning Framework for Land Use and Land Cover Classification in Remote Sensing Using SHAP

₹5,500.00

Aim:

To develop an enhanced LULC classification system using ResNet50v2 for better accuracy and LIME for explainability, while minimizing computational resource requirements.

Watch Product Video
Compare
Add to wishlist
Categories: Artificial Intelligence, Deep Learning, Deep Learning, Projects, Python Tags: Deep Learning, Land use Classification, ResNet50v2, SHAP
Share:
  • Description
  • Reviews (0)
  • Software Download
  • Download Abstract
  • Shipping & Delivery
Description

Aim:

Ā Ā Ā Ā Ā  To develop an enhanced LULC classification system using ResNet50v2 for better accuracy and LIME for explainability, while minimizing computational resource requirements.

Ā Abstract:

Ā Ā Ā Ā Ā Ā Ā Ā  This paper proposes an enhanced deep learning framework for Land Use and Land Cover (LULC) classification in remote sensing. Unlike traditional CNN-based approaches, our system employs the ResNet50v2 model to achieve a classification accuracy of 95%. Furthermore, to improve interpretability, we integrate Local Interpretable Model-agnostic Explanations (LIME) to provide explainability for the model’s predictions. By utilizing 20,000 satellite images of size 64×64, the proposed system significantly reduces memory usage while maintaining high accuracy. The results demonstrate the effectiveness of ResNet50v2 and LIME in improving classification in complex urban and rural areas.

Introduction:

Ā Ā Ā Ā Ā Ā Ā Ā Ā  Land Use and Land Cover (LULC) classification plays a critical role in environmental monitoring, urban planning, and agricultural assessment. Accurate classification of satellite imagery into different land use categories is essential for decision-making processes. Existing approaches rely on Convolutional Neural Networks (CNNs) for classification. However, CNNs often lack explain ability and demand significant computational resources. Our proposed system aims to overcome these limitations by using ResNet50v2, which offers higher accuracy with fewer parameters, and LIME, which provides visual explanations of model predictions.

Ā Existing System:

Ā Ā Ā Ā Ā  The existing system utilizes a compact Convolutional Neural Network (CNN) model for LULC classification and employs SHAP (Shapley Additive Explanations) to explain the classification results. The system processes Sentinel-2 satellite images containing 27,000 images of size 64×64 using three-band combinations from the available 13 spectral bands, reducing the model’s input data by 77%. Experimental results on the EuroSAT dataset achieved an overall accuracy of 94.72% with improved classification performance for urban and rural areas. However, despite the accuracy, the system requires significant memory and computational resources due to the larger input data and complex explainability mechanism.

Ā Disadvantages of Existing System:

  1. High computational resource requirements due to large input data.
  2. Limited interpretability due to reliance on SHAP, which can be computationally expensive.
  3. Inability to achieve higher classification accuracy beyond 94.72%.

Proposed System:

Ā Ā Ā  The proposed system introduces a ResNet50v2-based classification framework for LULC classification with enhanced accuracy and reduced resource requirements. The system also incorporates LIME (Local Interpretable Model-agnostic Explanations) to visualize and explain model predictions. Unlike the existing system, the proposed framework processes only 20,000 images of size 64×64, thereby reducing memory usage while achieving a classification accuracy of 95%.

Ā Algorithm:

Ā Ā Ā Ā Ā Ā Ā Ā  The deep learning process for LULC classification starts with data preprocessing, where satellite images of size 64×64 are normalized and augmented to improve generalization. Next, the ResNet50v2 model is utilized as the core architecture, leveraging pre-trained weights from ImageNet to extract deep features from the images. The use of skip connections in ResNet50v2 ensures smooth gradient flow and improves learning efficiency. During the training phase, the model is trained using cross-entropy loss and optimized using the Adam optimizer, with early stopping employed to prevent overfitting. Once trained, the prediction stage involves classifying input images into various LULC categories with high accuracy. To ensure explainability, the system employs LIME (Local Interpretable Model-agnostic Explanations) to generate visual explanations for individual predictions, highlighting the most influential regions of each image that impact classification decisions.

Ā Advantages:

Ā Ā Ā Ā Ā Ā Ā  The proposed system offers several significant advantages over existing methods. One of the most notable improvements is the increase in classification accuracy to 95%, which surpasses traditional CNN-based models. By processing only 20,000 images instead of 27,000, the system achieves a reduction in memory usage and computational cost, while still maintaining high classification performance. This optimization ensures that the system can be implemented on hardware with limited resources, making it more accessible for real-world applications.

Ā Ā Ā Ā Ā Ā Ā Ā Ā  The use of the ResNet50v2 model introduces several benefits. ResNet50v2 incorporates skip connections, which improve gradient flow during training and prevent issues like vanishing gradients, allowing the model to converge faster. This architecture also reduces the number of trainable parameters, making training more efficient while preserving accuracy. As a result, the system requires less computational power and training time, making it suitable for large-scale LULC classification tasks.

Reviews (0)

Reviews

There are no reviews yet.

Be the first to review “Interpretable Deep Learning Framework for Land Use and Land Cover Classification in Remote Sensing Using SHAP” Cancel reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.

Software Download

You must be logged in to download the software.

Download Abstract

You must be logged in to download the abstract.

Shipping & Delivery
wd-ship-1
wd-ship-2

MAECENAS IACULIS

Vestibulum curae torquent diam diam commodo parturient penatibus nunc dui adipiscing convallis bulum parturient suspendisse parturient a.Parturient in parturient scelerisque nibh lectus quam a natoque adipiscing a vestibulum hendrerit et pharetra fames nunc natoqueĀ dui.

ADIPISCING CONVALLIS BULUM

  • Vestibulum penatibus nunc dui adipiscing convallis bulum parturient suspendisse.
  • Abitur parturient praesent lectus quam a natoque adipiscing a vestibulum hendre.
  • Diam parturient dictumst parturient scelerisque nibh lectus.

Scelerisque adipiscing bibendum sem vestibulum et in a a a purus lectus faucibus lobortis tincidunt purus lectus nisl class eros.Condimentum a et ullamcorper dictumst mus et tristique elementum nam inceptos hac parturient scelerisqueĀ vestibulum amet elit ut volutpat.

Related products

Compare

Blockchain and AI-Empowered Healthcare Insurance Fraud Detection: An Analysis, Architecture, and Future Prospects

Projects, Java, Blockchain, Python, Blockchain, Block Chain
₹5,500.00
Aim: Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā  The main aim of this project is to detect Healthcare Insurance Fraud and eliminate using blockchain and machine
Add to wishlist
Add to cart
Quick view
Compare

Deep Learning Algorithms for Cyber-Bulling Detection in Social Media Platforms

Python, Cybersecurity, Cyber Security
₹5,500.00
To improve the accuracy and efficiency of cyberbullying detection in social media text by utilizing an advanced machine learning model (DistilBERT) that overcomes ambiguity and classification challenges.
Add to wishlist
Add to cart
Quick view
Compare

Incorporating Meteorological Data and Pesticide Information to Forecast Crop Yields Using Machine Learning

Python, Machine Learning, Projects, Machine Learning
₹5,500.00
To develop a robust and accurate crop yield prediction system by integrating meteorological data, pesticide usage records, and crop yield statistics, leveraging advanced machine learning techniques to promote sustainable agricultural practices and enhance global food security.
Add to wishlist
Add to cart
Quick view
Compare

Integration of Traditional Knowledge and Modern Science: A Holistic Approach to Identify Medicinal Leaves for Curing Diseases

Python, Machine Learning, Projects, Artificial Intelligence, Machine Learning
₹5,500.00
Aim: The aim of this project is to develop and implement a holistic methodology for identifying and evaluating medicinal leaves with the potential to treat various diseases.
Add to wishlist
Add to cart
Quick view
Compare

Multi-Fruit Classification and Grading Using a Same-Domain Transfer Learning Approach

Projects, Python, Deep Learning, Deep Learning
₹5,500.00
To develop an advanced fruit classification and grading system using deep learning models (EfficientNetV2-B3, ResNet152V2, and ResNet50V2) for comparative analysis and to implement an alert mechanism for detecting bad-quality fruits.
Add to wishlist
Add to cart
Quick view
Compare

Rule-Based With Machine Learning IDS for DDoS Attack Detection in Cyber-Physical Production Systems (CPPS)

Python, Machine Learning, Machine Learning
₹5,500.00

To enhance DDoS attack detection by implementing a machine learning system with hyperparameter optimization and advanced prediction techniques, utilizing the CICIDS dataset to achieve high classification accuracy and improve network security.

Add to wishlist
Add to cart
Quick view
Compare

Time Series Forecasting and Modeling of Food Demand Supply Chain Based on Regressors Analysis

Projects, Python, Machine Learning, Machine Learning
₹5,500.00
Aim: Ā Ā Ā Ā Ā Ā  To Develop a methodology that combines the robustness of ARIMA and SARIMA models with the explanatory power of
Add to wishlist
Add to cart
Quick view
Compare

Uncertain Facial Expression Recognition via Multi-Task Assisted Correction

Python, Deep Learning, Deep Learning
₹5,500.00
The aim of this research is to develop a robust and accurate facial expression recognition system that addresses the challenges posed by uncertain and ambiguous data. We aim to improve upon existing methods to enhance feature representation learning and uncertainty mitigation.
Add to wishlist
Add to cart
Quick view

    Global Techno Solutions - GTS, started by young engineering graduates to overcome a problem they faced during their academic years. That is "Providing Solutions". They kept it as the motto for their company.

    • Phone: (+91) 90254 34960
    • Mail: sales@finalyearprojects.in
    Our Category
    • Java
    • Python
    • Embedded
    • Matlab
    • VLSI
    • Mechanical
    USEFUL LINKS
    • Privacy Policy
    • Returns
    • Terms & Conditions
    • Contact Us
    • Latest News
    • FAQ
    Mini Projects
    • Java
    • Python
    • Embedded
    • Matlab
    • VLSI
    Copyright Finalyearprojects.In 2024
    payments
    • Menu
    • Categories
    • Java
    • Python
    • Embedded
    • Machine Learning
    • Mechanical
    • Matlab
    • VLSI
    • Raspberry PI
    • Artificial Intelligence
    • Home
    • Shop
    • Blog
    • About us
    • Contact us
    • Wishlist
    • Compare
    • Login / Register
    Shopping cart
    Close
    Sign in
    Close

    Lost your password?

    OR
    Don't have an account? Signup

    No account yet?

    Create an Account

    HEY YOU, SIGN UP AND CONNECT TO GLOBAL TECHNO SOLUTIONS

    Be the first to learn about our latest trends and get exclusive offers

    Will be used in accordance with ourĀ Privacy Policy

    Shop
    0 Wishlist
    0 items Cart
    My account

    Back