Developer | Ko Sugawara |
Forum | Image.sc forum Please post feedback and questions to the forum. It is important to add the tag elephant to your posts so that we can reach you quickly. |
Source code | GitHub |
Publication | bioRxiv |
ELEPHANT is a platform for 3D cell tracking, based on incremental and interactive deep learning.
It works on client-server architecture. The server is built as a web application that serves deep learning-based algorithms.
This repository provides an implementation of the ELEPHANT server. The ELEPHANT client can be found here.
Please refer to the documentation for details.
There are three options to set up the ELEPHANT server.
-
This option is recommended if you have a powerful computer that satisfies the server requirements (Docker) with root privileges.
-
This option is recommended if you can access a powerful computer that satisfies the server requirements (Singularity) as a non-root user (e.g. HPC cluster).
-
Alternatively, you can set up the ELEPHANT server with Google Colab, a freely available product from Google Research. In this option, you don't need to have a high-end GPU or a Linux machine to start using ELEPHANT's deep learning capabilities.
The detailed instructions for each option can be found in the documentation.
- PyTorch
- Numpy
- Scipy
- scikit-image
- Flask
- uWSGI
- NGINX
- Redis
- RabbitMQ
- Supervisord
- uwsgi-nginx-flask-docker
- ngrok
- Google Colab
Please cite our paper on bioRxiv.
- Sugawara, K., Cevrim, C. & Averof, M. Tracking cell lineages in 3D by incremental deep learning. bioRxiv 2021. doi:10.1101/2021.02.26.432552
@article {Sugawara2021.02.26.432552,
author = {Sugawara, Ko and Cevrim, Cagri and Averof, Michalis},
title = {Tracking cell lineages in 3D by incremental deep learning},
elocation-id = {2021.02.26.432552},
year = {2021},
doi = {10.1101/2021.02.26.432552},
publisher = {Cold Spring Harbor Laboratory},
abstract = {Deep learning is emerging as a powerful approach for bioimage analysis, but its wider use is limited by the scarcity of annotated data for training. We present ELEPHANT, an interactive platform for cell tracking in 4D that seamlessly integrates annotation, deep learning, and proofreading. ELEPHANT{\textquoteright}s user interface supports cycles of incremental learning starting from sparse annotations, yielding accurate, user-validated cell lineages with a modest investment in time and effort.Competing Interest StatementKS is employed part-time by LPIXEL Inc.},
URL = {https://www.biorxiv.org/content/early/2021/02/26/2021.02.26.432552},
eprint = {https://www.biorxiv.org/content/early/2021/02/26/2021.02.26.432552.full.pdf},
journal = {bioRxiv}
}