# DistNet2D: Leveraging long-range temporal information for efficient segmentation and tracking
This repository contains python code for training the neural network.
[Link to preprint](https://arxiv.org/abs/2310.19641)
[Link to tutorial](https://github.com/jeanollion/bacmman/wiki/DistNet2D)
Jean Ollion, Martin Maliet, Caroline Giuglaris, Elise Vacher, Maxime Deforet
Extracting long tracks and lineages from videomicroscopy requires an extremely low error rate, which is challenging on complex datasets of dense or deforming cells. Leveraging temporal context is key to overcoming this challenge. We propose DistNet2D, a new deep neural network (DNN) architecture for 2D cell segmentation and tracking that leverages both mid- and long-term temporal information. DistNet2D considers seven frames at the input and uses a post-processing procedure that exploits information from the entire video to correct segmentation errors. DistNet2D outperforms two recent methods on two experimental datasets, one containing densely packed bacterial cells and the other containing eukaryotic cells. It is integrated into an ImageJ-based graphical user interface for 2D data visualization, curation, and training. Finally, we demonstrate the performance of DistNet2D on correlating the size and shape of cells with their transport properties over large statistics, for both bacterial and eukaryotic cells.
Raw data
{
"_id": null,
"home_page": "https://github.com/jeanollion/distnet2d",
"name": "DiSTNet2D",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3",
"maintainer_email": null,
"keywords": "Segmentation, Tracking, Cell, Tensorflow, Keras",
"author": "Jean Ollion",
"author_email": "jean.ollion@polytechnique.org",
"download_url": "https://files.pythonhosted.org/packages/a0/ff/76dccc8243e0a3eb40e81de73d56988726adcbfc04a480172d7720845073/distnet2d-0.1.9.tar.gz",
"platform": null,
"description": "# DistNet2D: Leveraging long-range temporal information for efficient segmentation and tracking\n\nThis repository contains python code for training the neural network.\n\n[Link to preprint](https://arxiv.org/abs/2310.19641)\n\n[Link to tutorial](https://github.com/jeanollion/bacmman/wiki/DistNet2D)\n\nJean Ollion, Martin Maliet, Caroline Giuglaris, Elise Vacher, Maxime Deforet\n\nExtracting long tracks and lineages from videomicroscopy requires an extremely low error rate, which is challenging on complex datasets of dense or deforming cells. Leveraging temporal context is key to overcoming this challenge. We propose DistNet2D, a new deep neural network (DNN) architecture for 2D cell segmentation and tracking that leverages both mid- and long-term temporal information. DistNet2D considers seven frames at the input and uses a post-processing procedure that exploits information from the entire video to correct segmentation errors. DistNet2D outperforms two recent methods on two experimental datasets, one containing densely packed bacterial cells and the other containing eukaryotic cells. It is integrated into an ImageJ-based graphical user interface for 2D data visualization, curation, and training. Finally, we demonstrate the performance of DistNet2D on correlating the size and shape of cells with their transport properties over large statistics, for both bacterial and eukaryotic cells.\n",
"bugtrack_url": null,
"license": null,
"summary": "tensorflow/keras implementation of DiSTNet 2D",
"version": "0.1.9",
"project_urls": {
"Download": "https://github.com/jeanollion/distnet2d/releases/download/v0.1.9/distnet2d-0.1.9.tar.gz",
"Homepage": "https://github.com/jeanollion/distnet2d"
},
"split_keywords": [
"segmentation",
" tracking",
" cell",
" tensorflow",
" keras"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "647afb019bc872f3dac14f0df85fa4fd51401ec40f9bcac4da67bed16582a895",
"md5": "ca8817c1c3e89c1a0a3e2f044fcf3933",
"sha256": "50bcbfc7beb496403afc1b7ad1f257e76001224c98d457464703d2d147209577"
},
"downloads": -1,
"filename": "DiSTNet2D-0.1.9-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ca8817c1c3e89c1a0a3e2f044fcf3933",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3",
"size": 58236,
"upload_time": "2024-06-12T14:54:57",
"upload_time_iso_8601": "2024-06-12T14:54:57.419104Z",
"url": "https://files.pythonhosted.org/packages/64/7a/fb019bc872f3dac14f0df85fa4fd51401ec40f9bcac4da67bed16582a895/DiSTNet2D-0.1.9-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a0ff76dccc8243e0a3eb40e81de73d56988726adcbfc04a480172d7720845073",
"md5": "c4ff325f7e46f5977e02d8d947a6c892",
"sha256": "4e843d68d5af5722b66b83faa533fca63abac6c002c78c3b0c0ef436552a53f1"
},
"downloads": -1,
"filename": "distnet2d-0.1.9.tar.gz",
"has_sig": false,
"md5_digest": "c4ff325f7e46f5977e02d8d947a6c892",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 52542,
"upload_time": "2024-06-12T14:54:58",
"upload_time_iso_8601": "2024-06-12T14:54:58.957936Z",
"url": "https://files.pythonhosted.org/packages/a0/ff/76dccc8243e0a3eb40e81de73d56988726adcbfc04a480172d7720845073/distnet2d-0.1.9.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-12 14:54:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "jeanollion",
"github_project": "distnet2d",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "distnet2d"
}