Skip to content

ami-lab-knut/DAM-Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DAM-Net

This repository is the official implementation of DAM-Net: Densely Attention Mechanism-Based Network for COVID-19 Detection in chest X-rays.

Requirements

  • Pytorch 1.10.2
  • Numpy 1.21.5
  • SkLearn 1.0.2

Introduction

DAM-Net adaptively extracts spatial features of COVID-19 from the infected regions with various appearances and scales. It is composed of dense layers, channel attention layers, adaptive downsampling layer and label smoothing regularization loss function. Dense layers extract the patial features and the channel attention approach adaptively builds up the weights of major feature channels and suppresses the redundant feature representations. DAM-Net was trained using cross-entropy loss function along with label smoothing to limit hte effect of interclass similarity.

Results on COVIDX dataset

The results achieved on covid-x dataset are shown below, we have also compared our results with other other existing techniques.

Ablation results

To show how each part of our model effects the results we have performed ablation study by performing experiments by removing specific parts of our model, these results are shown below.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages