Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: image-classification
|
3 |
+
---
|
4 |
+
# Model Card: Fine-Tuned InceptionV3 & Xception for Human Decomposition Image Classification
|
5 |
+
|
6 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
7 |
+
|
8 |
+
These CNN models were developed for the classification of human decomposition images into various stage of decay categories, including fresh, early decay,
|
9 |
+
advanced decay, and skeletonized (Megyesi et al., 2005).
|
10 |
+
|
11 |
+
## Model Details
|
12 |
+
|
13 |
+
### Model Description
|
14 |
+
|
15 |
+
- **Developed by:** Anna-Maria Nau
|
16 |
+
- **Funded by:** National Institute of Justice
|
17 |
+
- **Model type:** CNNs for Image Classification
|
18 |
+
- **Base Model:** InceptionV3 and Xception pretrained on ImageNet
|
19 |
+
- **Transfer Learning Method:** Two-step transfer learning: (1) freeze all pre-trained convolutional layers of the base model and train newly added classifier layers on custom dataset and (2) unfreeze all layers, and fine-tune model end-to-end on custom dataset.
|
20 |
+
|
21 |
+
### Model Sources
|
22 |
+
|
23 |
+
- **Paper :**
|
24 |
+
- [Stage of Decay Estimation Exploiting Exogenous and Endogenous Image Attributes to Minimize Manual Labeling Efforts and Maximize Classification Performance](https://ieeexplore.ieee.org/abstract/document/10222106)
|
25 |
+
- [Towards Automation of Human Stage of Decay Identification: An Artificial Intelligence Approach](https://arxiv.org/abs/2408.10414)
|
26 |
+
|
27 |
+
|