All Projects → ekagra-ranjan → AE-CNN

ekagra-ranjan / AE-CNN

Licence: other
ICVGIP' 18 Oral Paper - Classification of thoracic diseases on ChestX-Ray14 dataset

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to AE-CNN

covid19.MIScnn
Robust Chest CT Image Segmentation of COVID-19 Lung Infection based on limited data
Stars: ✭ 77 (+133.33%)
Mutual labels:  medical-imaging, pneumonia, lung-disease
Niftynet
[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-guided therapy
Stars: ✭ 1,276 (+3766.67%)
Mutual labels:  medical-imaging, autoencoder
Cancer-recognition-chest-X-Ray
Classifying and localizing x-ray images into 5 category of "Normal", "Infiltration", "Atelectasis", "Effusion", and "Pneumothorax"
Stars: ✭ 14 (-57.58%)
Mutual labels:  chest-xray-images, pneumothorax
chest xray 14
Benchmarks on NIH Chest X-ray 14 dataset
Stars: ✭ 67 (+103.03%)
Mutual labels:  medical-imaging, chest-xrays
LibAUC
An End-to-End Machine Learning Library to Optimize AUC (AUROC, AUPRC).
Stars: ✭ 115 (+248.48%)
Mutual labels:  medical-imaging, chexpert
chestViewSplit
Automatically split the chest x-ray into two views
Stars: ✭ 17 (-48.48%)
Mutual labels:  medical-imaging, chest-xrays
Health-Discernment-System
A menu based multiple chronic disease detection system which will detect if a person is suffering from a severe disease by taking an essential input image.
Stars: ✭ 25 (-24.24%)
Mutual labels:  pneumonia, pneumonia-detection
nih-chest-xray
Identifying diseases in chest X-rays using convolutional neural networks
Stars: ✭ 83 (+151.52%)
Mutual labels:  chest-xrays, chestxray14
2D-and-3D-Deep-Autoencoder
Convolutional AutoEncoder application on MRI images
Stars: ✭ 57 (+72.73%)
Mutual labels:  medical-imaging, autoencoder
COVID-CXNet
COVID-CXNet: Diagnosing COVID-19 in Frontal Chest X-ray Images using Deep Learning. Preprint available on arXiv: https://arxiv.org/abs/2006.13807
Stars: ✭ 48 (+45.45%)
Mutual labels:  chexnet, pneumonia-detection
x-force
winning sloution of Digtial Manfacturing Algorithm Competition II of JinNan Tianjin
Stars: ✭ 56 (+69.7%)
Mutual labels:  xray
fw4spl
Main repository for fw4spl
Stars: ✭ 30 (-9.09%)
Mutual labels:  medical-imaging
cdk-microservices-labs
Hugo Style Documents
Stars: ✭ 12 (-63.64%)
Mutual labels:  xray
geoip
🌚 🌍 🌝 GeoIP 规则文件加强版,同时支持定制 V2Ray dat 格式路由规则文件 geoip.dat 和 MaxMind mmdb 格式文件 Country.mmdb。Enhanced edition of GeoIP files for V2Ray, Xray-core, Trojan-Go, Clash and Leaf, with replaced CN IPv4 CIDR available from ipip.net, appended CIDR lists and more.
Stars: ✭ 524 (+1487.88%)
Mutual labels:  xray
visualqc
VisualQC : assistive tool to ease the quality control workflow of neuroimaging data.
Stars: ✭ 56 (+69.7%)
Mutual labels:  medical-imaging
AutoEncoders
Variational autoencoder, denoising autoencoder and other variations of autoencoders implementation in keras
Stars: ✭ 14 (-57.58%)
Mutual labels:  autoencoder
yarx
An awesome reverse engine for xray poc. | 一个自动化根据 xray poc 生成对应 server 的工具
Stars: ✭ 229 (+593.94%)
Mutual labels:  xray
Wavelet-like-Auto-Encoder
No description or website provided.
Stars: ✭ 61 (+84.85%)
Mutual labels:  autoencoder
coursera-ai-for-medicine-specialization
Programming assignments, labs and quizzes from all courses in the Coursera AI for Medicine Specialization offered by deeplearning.ai
Stars: ✭ 80 (+142.42%)
Mutual labels:  medical-imaging
Retinal-Disease-Diagnosis-With-Residual-Attention-Networks
Using Residual Attention Networks to diagnose retinal diseases in medical images
Stars: ✭ 14 (-57.58%)
Mutual labels:  medical-imaging

Joint Learning Mechanism to Compress and Classify Radiological Images

Conference Paper Slides PWC

Source code for ICVGIP 2018 paper: Jointly Learning Convolutional Representations to Compress Radiological Images and Classify Thoracic Diseases in the Compressed Domain




Overview of AE-CNN: Our proposed framework consists of three main blocks namely encoder, decoder, and classifier. The figure shows the autoencoder based convolutional neural network (AE-CNN) model for disease classification. Here, autoencoder reduces the spatial dimension of the imput image of size 1024 × 1024. The encoder produces a latent code tensor of size 224 × 224 and decoder reconstructs back the image. This latent code tensor is passed through a CNN classifier for classifying the chest x-rays. The final loss is the weighted sum of the resconstruction loss by decoder and classification loss by the CNN classifier.

Results

Table

Citation

Please cite the following paper if you found it useful in your work:

@inproceedings{10.1145/3293353.3293408,
author = {Ranjan, Ekagra and Paul, Soumava and Kapoor, Siddharth and Kar, Aupendu and Sethuraman, Ramanathan and Sheet, Debdoot},
title = {Jointly Learning Convolutional Representations to Compress Radiological Images and Classify Thoracic Diseases in the Compressed Domain},
year = {2018},
isbn = {9781450366151},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3293353.3293408},
doi = {10.1145/3293353.3293408},
booktitle = {Proceedings of the 11th Indian Conference on Computer Vision, Graphics and Image Processing},
articleno = {55},
numpages = {8},
keywords = {compression, X-Ray classification, Convolutional autoencoder},
location = {Hyderabad, India},
series = {ICVGIP 2018}
}

Acknowledgement:

We would like to thank zoozog and arnoweng for open-sourcing their repos which served as the starting point for our work. Their repos can be found here and here respectively.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].