Skip to content

RuoshanLan/elephant-server

 
 

Repository files navigation

Open In Colab

ELEPHANT: Tracking cell lineages in 3D by incremental deep learning

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.


Setting up the ELEPHANT Server

There are three options to set up the ELEPHANT server.

The detailed instructions for each option can be found in the documentation.

Acknowledgements

Citation

Please cite our paper on bioRxiv.

@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}
}

License

BSD-2-Clause

About

A server implementation of ELEPHANT

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 89.4%
  • Shell 6.1%
  • Jupyter Notebook 3.2%
  • Other 1.3%