Commit ·
6640272
0
Parent(s):
Initial commit: CellsiLAB organization card
Browse files- .gitattributes +35 -0
- README.md +61 -0
- index.html +96 -0
.gitattributes
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: CellsiLAB
|
| 3 |
+
emoji: 🔬
|
| 4 |
+
colorFrom: purple
|
| 5 |
+
colorTo: pink
|
| 6 |
+
sdk: static
|
| 7 |
+
pinned: false
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# CellsiLAB: Cells and Image Analysis
|
| 11 |
+
|
| 12 |
+
**CellsiLAB** is the biomedical image analysis area of the **Codalab** research group at the **Universitat Politècnica de Catalunya (UPC)**.
|
| 13 |
+
|
| 14 |
+
We work on **applied artificial intelligence**, focused mainly (though not exclusively) on **biomedical image analysis**. We develop **deep learning** and **computer vision** methods to support clinical decision-making, with a strong emphasis on **explainable** and **trustworthy AI**: we care not only about *what* a model predicts, but *why*.
|
| 15 |
+
|
| 16 |
+
## Research lines
|
| 17 |
+
|
| 18 |
+
- **Explainable AI (xAI)** for biomedical imaging: new methodologies, evaluation strategies and clinical applications.
|
| 19 |
+
- **Computer vision for medical imaging**: classification, segmentation and quality assessment.
|
| 20 |
+
- **Generative and vision-language models** applied to medical data.
|
| 21 |
+
- **Federated learning** for robust multi-center generalization.
|
| 22 |
+
|
| 23 |
+
## Application domains
|
| 24 |
+
|
| 25 |
+
- **Hematology**: blood cell classification, myelodysplastic syndromes, leukemia and red cell morphology.
|
| 26 |
+
- **Obstetrics**: fetal ultrasound quality assessment (nuchal translucency).
|
| 27 |
+
- **Pediatric ophthalmology**: retinopathy of prematurity.
|
| 28 |
+
|
| 29 |
+
## Research projects
|
| 30 |
+
|
| 31 |
+
- **Explainable deep learning in medical image analysis**: novel methods, evaluation strategies and clinical applications *(PID2023-146261OB-I00, 2024 to 2027)*.
|
| 32 |
+
- **Computational system for the diagnosis of acute leukemia and lymphoma** from peripheral blood images, including a proof of concept and technological valorization *(PDC2022-133514-I00, 2022 to 2024)*.
|
| 33 |
+
- **CellsiMaticDeep**, computational hematology: deep learning solutions for the diagnosis of hematological diseases from peripheral blood cell images *(PID2019-104087RB-I00, 2020 to 2023)*.
|
| 34 |
+
- **Characterization and automatic classification of leukemic cells** by means of digital image processing and pattern recognition for diagnosis support *(DPI2015-64493-R, 2016 to 2018)*.
|
| 35 |
+
|
| 36 |
+
## Institutions and collaborations
|
| 37 |
+
|
| 38 |
+
- **Universitat Politècnica de Catalunya (UPC)**
|
| 39 |
+
- **Hospital Clínic de Barcelona**, CORE Laboratory
|
| 40 |
+
- **Hospital Sant Joan de Déu**, Barcelona
|
| 41 |
+
- **Centro de Diagnóstico Biomédico (CDB)**
|
| 42 |
+
- International partners across Europe, Latin America and Asia
|
| 43 |
+
|
| 44 |
+
## Team
|
| 45 |
+
|
| 46 |
+
- **Dr. José Rodellar.** Professor (Emeritus), UPC. Signal processing and machine learning for blood cell morphology. [Profile](https://futur.upc.edu/178882)
|
| 47 |
+
- **Santiago Alférez.** Assistant Professor, Dept. of Mathematics, UPC. Machine learning, statistics and explainable AI for medical image analysis. [Profile](https://futur.upc.edu/EdwinSantiagoAlferezBaquero)
|
| 48 |
+
- **Kevin Barrera.** Assistant Professor, UPC. Deep learning for cell morphology. [Profile](https://futur.upc.edu/KevinIvanBarreraLlanga)
|
| 49 |
+
- **Dr. Anna Merino.** Clinical lead, CORE Laboratory, Hospital Clínic de Barcelona. Hematology and cell morphology.
|
| 50 |
+
|
| 51 |
+
## Datasets and Models
|
| 52 |
+
|
| 53 |
+
Our public datasets and models will be published here soon. Stay tuned.
|
| 54 |
+
|
| 55 |
+
## Links
|
| 56 |
+
|
| 57 |
+
- Website: [cellsilab.com](https://cellsilab.com/)
|
| 58 |
+
|
| 59 |
+
---
|
| 60 |
+
|
| 61 |
+
*For collaborations or inquiries, please reach out through our [website](https://cellsilab.com/).*
|
index.html
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!doctype html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="utf-8" />
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
| 6 |
+
<title>CellsiLAB: Cells and Image Analysis</title>
|
| 7 |
+
<style>
|
| 8 |
+
:root { color-scheme: light dark; }
|
| 9 |
+
body {
|
| 10 |
+
margin: 0;
|
| 11 |
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
|
| 12 |
+
line-height: 1.6;
|
| 13 |
+
color: #e5e7eb;
|
| 14 |
+
background: transparent;
|
| 15 |
+
}
|
| 16 |
+
.wrap { max-width: 900px; margin: 0 auto; padding: 8px 4px 24px; }
|
| 17 |
+
h1 { font-size: 1.7rem; margin: 0 0 .2rem; color: #fff; }
|
| 18 |
+
h2 {
|
| 19 |
+
font-size: 1.1rem; margin: 1.6rem 0 .5rem;
|
| 20 |
+
border-bottom: 1px solid rgba(255,255,255,.12); padding-bottom: .3rem;
|
| 21 |
+
}
|
| 22 |
+
p { margin: .5rem 0; }
|
| 23 |
+
a { color: #c084fc; text-decoration: none; }
|
| 24 |
+
a:hover { text-decoration: underline; }
|
| 25 |
+
ul { margin: .4rem 0; padding-left: 1.2rem; }
|
| 26 |
+
li { margin: .25rem 0; }
|
| 27 |
+
.tagline { color: #9ca3af; font-size: .95rem; margin-bottom: 1rem; }
|
| 28 |
+
code { background: rgba(255,255,255,.08); padding: .1rem .35rem; border-radius: 4px; font-size: .85em; }
|
| 29 |
+
</style>
|
| 30 |
+
</head>
|
| 31 |
+
<body>
|
| 32 |
+
<div class="wrap">
|
| 33 |
+
<h1>CellsiLAB: Cells and Image Analysis</h1>
|
| 34 |
+
<p class="tagline">Biomedical image analysis area of the <strong>Codalab</strong> research group at the Universitat Politècnica de Catalunya (UPC).</p>
|
| 35 |
+
|
| 36 |
+
<p>We work on <strong>applied artificial intelligence</strong>, focused mainly (though not exclusively)
|
| 37 |
+
on <strong>biomedical image analysis</strong>. We develop <strong>deep learning</strong> and
|
| 38 |
+
<strong>computer vision</strong> methods to support clinical decision-making, with a strong emphasis on
|
| 39 |
+
<strong>explainable</strong> and <strong>trustworthy AI</strong>: we care not only about <em>what</em>
|
| 40 |
+
a model predicts, but <em>why</em>.</p>
|
| 41 |
+
|
| 42 |
+
<h2>Research lines</h2>
|
| 43 |
+
<ul>
|
| 44 |
+
<li><strong>Explainable AI (xAI)</strong> for biomedical imaging: new methodologies, evaluation strategies and clinical applications.</li>
|
| 45 |
+
<li><strong>Computer vision for medical imaging</strong>: classification, segmentation and quality assessment.</li>
|
| 46 |
+
<li><strong>Generative and vision-language models</strong> applied to medical data.</li>
|
| 47 |
+
<li><strong>Federated learning</strong> for robust multi-center generalization.</li>
|
| 48 |
+
</ul>
|
| 49 |
+
|
| 50 |
+
<h2>Application domains</h2>
|
| 51 |
+
<ul>
|
| 52 |
+
<li><strong>Hematology</strong>: blood cell classification, myelodysplastic syndromes, leukemia and red cell morphology.</li>
|
| 53 |
+
<li><strong>Obstetrics</strong>: fetal ultrasound quality assessment (nuchal translucency).</li>
|
| 54 |
+
<li><strong>Pediatric ophthalmology</strong>: retinopathy of prematurity.</li>
|
| 55 |
+
</ul>
|
| 56 |
+
|
| 57 |
+
<h2>Research projects</h2>
|
| 58 |
+
<ul>
|
| 59 |
+
<li><strong>Explainable deep learning in medical image analysis</strong>: novel methods, evaluation strategies and clinical applications <em>(PID2023-146261OB-I00, 2024 to 2027)</em>.</li>
|
| 60 |
+
<li><strong>Computational system for the diagnosis of acute leukemia and lymphoma</strong> from peripheral blood images, including a proof of concept and technological valorization <em>(PDC2022-133514-I00, 2022 to 2024)</em>.</li>
|
| 61 |
+
<li><strong>CellsiMaticDeep</strong>, computational hematology: deep learning solutions for the diagnosis of hematological diseases from peripheral blood cell images <em>(PID2019-104087RB-I00, 2020 to 2023)</em>.</li>
|
| 62 |
+
<li><strong>Characterization and automatic classification of leukemic cells</strong> by means of digital image processing and pattern recognition for diagnosis support <em>(DPI2015-64493-R, 2016 to 2018)</em>.</li>
|
| 63 |
+
</ul>
|
| 64 |
+
|
| 65 |
+
<h2>Institutions and collaborations</h2>
|
| 66 |
+
<ul>
|
| 67 |
+
<li><strong>Universitat Politècnica de Catalunya (UPC)</strong></li>
|
| 68 |
+
<li><strong>Hospital Clínic de Barcelona</strong>, CORE Laboratory</li>
|
| 69 |
+
<li><strong>Hospital Sant Joan de Déu</strong>, Barcelona</li>
|
| 70 |
+
<li><strong>Centro de Diagnóstico Biomédico (CDB)</strong></li>
|
| 71 |
+
<li>International partners across Europe, Latin America and Asia</li>
|
| 72 |
+
</ul>
|
| 73 |
+
|
| 74 |
+
<h2>Team</h2>
|
| 75 |
+
<ul>
|
| 76 |
+
<li><strong>Dr. José Rodellar.</strong> Professor (Emeritus), UPC. Signal processing and machine learning for blood cell morphology. <a href="https://futur.upc.edu/178882" target="_blank">Profile</a></li>
|
| 77 |
+
<li><strong>Santiago Alférez.</strong> Assistant Professor, Dept. of Mathematics, UPC. Machine learning, statistics and explainable AI for medical image analysis. <a href="https://futur.upc.edu/EdwinSantiagoAlferezBaquero" target="_blank">Profile</a></li>
|
| 78 |
+
<li><strong>Kevin Barrera.</strong> Assistant Professor, UPC. Deep learning for cell morphology. <a href="https://futur.upc.edu/KevinIvanBarreraLlanga" target="_blank">Profile</a></li>
|
| 79 |
+
<li><strong>Dr. Anna Merino.</strong> Clinical lead, CORE Laboratory, Hospital Clínic de Barcelona. Hematology and cell morphology.</li>
|
| 80 |
+
</ul>
|
| 81 |
+
|
| 82 |
+
<h2>Datasets and Models</h2>
|
| 83 |
+
<p>Our public datasets and models will be published here soon. Stay tuned.</p>
|
| 84 |
+
|
| 85 |
+
<h2>Links</h2>
|
| 86 |
+
<ul>
|
| 87 |
+
<li>Website: <a href="https://cellsilab.com/" target="_blank">cellsilab.com</a></li>
|
| 88 |
+
</ul>
|
| 89 |
+
|
| 90 |
+
<p style="margin-top:1.5rem;color:#9ca3af;font-size:.9rem;">
|
| 91 |
+
For collaborations or inquiries, please reach out through our
|
| 92 |
+
<a href="https://cellsilab.com/" target="_blank">website</a>.
|
| 93 |
+
</p>
|
| 94 |
+
</div>
|
| 95 |
+
</body>
|
| 96 |
+
</html>
|