Skip to content

ShayanDodge/DL-SAR-Hotspots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DL-SAR-Hotspots

This repository contains the two Jupyter notebooks for Predicting SAR Hotspot Locations and Values:

1. Predicting SAR Hotspot Locations (Hotspots_Position.ipynb) This notebook contains the source code for predicting the location of SAR (Specific Absorption Rate) hotspots using deep learning, specifically a Convolutional Neural Network (CNN). The model takes input images and frequency values to predict the position of SAR hotspots.

2. Predicting the SAR Hotspot Value (Hotspots_Value.ipynb) The objective of this notebook is to estimate the SAR at a given location within an image where the hotspot is located, based on both the image data and associated frequency values. The deep learning model uses CNN to predict the SAR value at the identified hotspot location.

Model architecture overview Figure 1. Visualization of the predicted and true hotspot position on the body cross-sections.

Requirements

Python ≥ 3.8
TensorFlow ≥ 2.10, Pandas, NumPy, Pillow, Matplotlib, SciPy, Scikit-learn


📂 Reproducibility

The notebooks reproduce the results presented in the published article.


📄 Published Article

If you use this work, please cite:

  • Dodge, Shayan, Nunzia Fontana, Maria Evelina Mognaschi, Eliana Canicattì, and Sami Barmada. "A Deep Learning Based Prediction of Specific Absorption Rate Hot‐Spots Induced by Broadband Electromagnetic Devices." IET Science, Measurement & Technology 19, no. 1 (2025): e70009.

🔗 Paper link: https://doi.org/10.1094


Author Information

Shayan Dodge (dodgeshayan@gmail.com)

About

DL-SAR-Hotspots is a deep learning framework for predicting Specific Absorption Rate (SAR) hotspot locations and values from electromagnetic simulation data. The project uses Convolutional Neural Networks (CNNs) to (1) localize SAR hotspots within body cross-section images and (2) estimate the corresponding SAR magnitude.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors