Update README.md
Browse files
README.md
CHANGED
|
@@ -29,43 +29,6 @@ Cells were segmented, meshed with **marching cubes** (+ Laplacian smoothing), th
|
|
| 29 |
- Comes with both **mesh** and **point-cloud** views for flexible pipelines
|
| 30 |
|
| 31 |
---
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
🚀 PointMIL is an ICCV 2025 Highlight — powering interpretable 3D cell shape analysis at Sentinal4D
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
At Sentinal4D, we’re pioneering the analysis of 3D cell shapes, and we believe models should be trustworthy by design.
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
PointMIL is our unified Multiple Instance Learning (MIL) framework that delivers state-of-the-art accuracy across 3D biomedical datasets and inherent interpretability.
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
Why this matters for biology
|
| 48 |
-
|
| 49 |
-
- Mapping drug effects in 3D: See which cell regions the drug affects, e.g., rounding vs. elongation, lost protrusions, altered curvature.
|
| 50 |
-
|
| 51 |
-
- New dataset, ATLAS-1: Drug-treated 3D melanoma cells in collagen (control, nocodazole, blebbistatin) to evaluate both performance and interpretability on real data. Available on Hugging Face 🤗
|
| 52 |
-
|
| 53 |
-
- Higher accuracy than black-box models.
|
| 54 |
-
|
| 55 |
-
- Plug-in head: Works with popular point-cloud backbones.
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
Try it for yourself:
|
| 60 |
-
|
| 61 |
-
🌐 Project page + live demo: https://sentinal4d.github.io/PointMIL/
|
| 62 |
-
|
| 63 |
-
💾 Code: https://github.com/Sentinal4D/PointMIL/
|
| 64 |
-
|
| 65 |
-
🧪 Dataset (ATLAS-1): https://sentinal4d.github.io/ATLAS-1/
|
| 66 |
-
|
| 67 |
-
If you work on cell morphology, drug discovery, or explainable 3D AI, we’d love your feedback and collaborations.
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
#ICCV2025 #Sentinal4D #PointMIL #3D #CellBiology #Morphology #ExplainableAI #XAI #ComputerVision #MIL #OpenScience
|
|
|
|
| 29 |
- Comes with both **mesh** and **point-cloud** views for flexible pipelines
|
| 30 |
|
| 31 |
---
|
| 32 |
+
To download:
|
| 33 |
+
```bash
|
| 34 |
+
hf download --repo-type dataset Sentinal4D/ATLAS-1 --local-dir ./
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|