File size: 1,151 Bytes
1536ada
 
9522292
 
 
1536ada
9522292
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
license: apache-2.0
tags:
- image-to-image
pipeline_tag: image-to-image
---

# BCD-Net Model Card

BCD-Net is a Deep Variational Bayesian Neural Network for the Blind Color Deconvolution (BCD) of histological images. It allows to separate a histological image of any size into the color matrix and the concentration matrices. The weights are released in the format of a PyTorch state dictionary. 

## Original Github repository

The code and instructions to build the network and make predictions are available at [ Github](https://github.com/Franblueee/BCD-Net). 

## Our paper: Deep Bayesian Blind Color Deconvolution of Histological Images

For more information about the BCD-Net methodology and training procedure, please have a look at [our paper](). 

## Citation

If you find our model helpful, please consider citing our paper:

```bibtex
@article{,
    title={{D}eep {B}ayesian {B}lind {C}olor {D}econvolution of {H}istological {I}mages},
    author={Shuowen Yang and Fernando Pérez-Bueno and Francisco M. Castro-Macías and Rafael Molina and Aggelos K. Katsaggelos},
    archivePrefix={arXiv},
    primaryClass={},
    year={2023}
}
```