Image Classification
annanau commited on
Commit
116c065
·
verified ·
1 Parent(s): fa70c77

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: image-classification
3
+ ---
4
+
5
+ # Model Card: Fine-Tuned InceptionV3 & Xception for Human Decomposition Image Classification
6
+
7
+ These CNN models were developed for the classification of human decomposition images into six stages of human decay defined by Gelderman et al. (2018).
8
+
9
+ ## Model Details
10
+
11
+ ### Model Description
12
+
13
+ - **Developed by:** Anna-Maria Nau
14
+ - **Funded by:** National Institute of Justice
15
+ - **Model type:** CNNs for Image Classification
16
+ - **Base Model:** InceptionV3, Xception, and ResNet50 pretrained on ImageNet
17
+ - **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.
18
+
19
+ ### Model Sources
20
+
21
+ - **Paper :**
22
+ - [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)
23
+ - [Towards Automation of Human Stage of Decay Identification: An Artificial Intelligence Approach](https://arxiv.org/abs/2408.10414)
24
+
25
+