scispace - formally typeset
Search or ask a question
Author

Alexandre Dufour

Bio: Alexandre Dufour is an academic researcher from Pasteur Institute. The author has contributed to research in topics: Population & Image segmentation. The author has an hindex of 24, co-authored 54 publications receiving 2919 citations. Previous affiliations of Alexandre Dufour include Institut Pasteur Korea & Centre national de la recherche scientifique.


Papers
More filters
Journal ArticleDOI
TL;DR: Icy is a collaborative bioimage informatics platform that combines a community website for contributing and sharing tools and material, and software with a high-end visual programming framework for seamless development of sophisticated imaging workflows.
Abstract: Icy is a collaborative platform for biological image analysis that extends reproducible research principles by facilitating and stimulating the contribution and sharing of algorithm-based tools and protocols between researchers. Current research in biology uses evermore complex computational and imaging tools. Here we describe Icy, a collaborative bioimage informatics platform that combines a community website for contributing and sharing tools and material, and software with a high-end visual programming framework for seamless development of sophisticated imaging workflows. Icy extends the reproducible research principles, by encouraging and facilitating the reusability, modularity, standardization and management of algorithms and protocols. Icy is free, open-source and available at http://icy.bioimageanalysis.org/ .

1,261 citations

Journal ArticleDOI
TL;DR: It is found that methods that either take prior information into account using learning strategies or analyze cells in a global spatiotemporal video context performed better than other methods under the segmentation and tracking scenarios included in the Cell Tracking Challenge.
Abstract: We present a combined report on the results of three editions of the Cell Tracking Challenge, an ongoing initiative aimed at promoting the development and objective evaluation of cell segmentation and tracking algorithms. With 21 participating algorithms and a data repository consisting of 13 data sets from various microscopy modalities, the challenge displays today's state-of-the-art methodology in the field. We analyzed the challenge results using performance measures for segmentation and tracking that rank all participating methods. We also analyzed the performance of all of the algorithms in terms of biological measures and practical usability. Although some methods scored high in all technical aspects, none obtained fully correct solutions. We found that methods that either take prior information into account using learning strategies or analyze cells in a global spatiotemporal video context performed better than other methods under the segmentation and tracking scenarios included in the challenge.

468 citations

Journal ArticleDOI
TL;DR: A fully automatic segmentation and tracking method designed to enable quantitative analyses of cellular shape and motion from dynamic three-dimensional microscopy data, robustness to low signal-to-noise ratios and the ability to handle multiple cells that may touch, divide, enter, or leave the observation volume.
Abstract: Cell migrations and deformations play essential roles in biological processes, such as parasite invasion, immune response, embryonic development, and cancer. We describe a fully automatic segmentation and tracking method designed to enable quantitative analyses of cellular shape and motion from dynamic three-dimensional microscopy data. The method uses multiple active surfaces with or without edges, coupled by a penalty for overlaps, and a volume conservation constraint that improves outlining of cell/cell boundaries. Its main advantages are robustness to low signal-to-noise ratios and the ability to handle multiple cells that may touch, divide, enter, or leave the observation volume. We give quantitative validation results based on synthetic images and show two examples of applications to real biological data.

343 citations

Journal ArticleDOI
TL;DR: Performance evaluations show that this novel framework outperforms current state-of-the-art methods, constituting a light and fast alternative to traditional variational models for segmentation and tracking applications.
Abstract: Variational deformable models have proven over the past decades a high efficiency for segmentation and tracking in 2-D sequences. Yet, their application to 3-D time-lapse images has been hampered by discretization issues, heavy computational loads and lack of proper user visualization and interaction, limiting their use for routine analysis of large data-sets. We propose here to address these limitations by reformulating the problem entirely in the discrete domain using 3-D active meshes, which express a surface as a discrete triangular mesh, and minimize the energy functional accordingly. By performing computations in the discrete domain, computational costs are drastically reduced, whilst the mesh formalism allows to benefit from real-time 3-D rendering and other GPU-based optimizations. Performance evaluations on both simulated and real biological data sets show that this novel framework outperforms current state-of-the-art methods, constituting a light and fast alternative to traditional variational models for segmentation and tracking applications.

147 citations

Journal ArticleDOI
TL;DR: It is demonstrated that the major Lm virulence determinant ActA, a PrfA-regulated gene product enabling actin polymerization and thereby promoting its intracellular motility and cell-to-cell spread, is critical for bacterial aggregation and biofilm formation.
Abstract: Listeria monocytogenes (Lm) is a ubiquitous bacterium able to survive and thrive within the environment and readily colonizes a wide range of substrates, often as a biofilm. It is also a facultative intracellular pathogen, which actively invades diverse hosts and induces listeriosis. So far, these two complementary facets of Lm biology have been studied independently. Here we demonstrate that the major Lm virulence determinant ActA, a PrfA-regulated gene product enabling actin polymerization and thereby promoting its intracellular motility and cell-to-cell spread, is critical for bacterial aggregation and biofilm formation. We show that ActA mediates Lm aggregation via direct ActA-ActA interactions and that the ActA C-terminal region, which is not involved in actin polymerization, is essential for aggregation in vitro. In mice permissive to orally-acquired listeriosis, ActA-mediated Lm aggregation is not observed in infected tissues but occurs in the gut lumen. Strikingly, ActA-dependent aggregating bacteria exhibit an increased ability to persist within the cecum and colon lumen of mice, and are shed in the feces three order of magnitude more efficiently and for twice as long than bacteria unable to aggregate. In conclusion, this study identifies a novel function for ActA and illustrates that in addition to contributing to its dissemination within the host, ActA plays a key role in Lm persistence within the host and in transmission from the host back to the environment.

136 citations


Cited by
More filters
Journal ArticleDOI
TL;DR: The origins, challenges and solutions of NIH Image and ImageJ software are discussed, and how their history can serve to advise and inform other software projects.
Abstract: For the past 25 years NIH Image and ImageJ software have been pioneers as open tools for the analysis of scientific images. We discuss the origins, challenges and solutions of these two programs, and how their history can serve to advise and inform other software projects.

44,587 citations

Journal ArticleDOI
TL;DR: ImageJ2 as mentioned in this paper is the next generation of ImageJ, which provides a host of new functionality and separates concerns, fully decoupling the data model from the user interface.
Abstract: ImageJ is an image analysis program extensively used in the biological sciences and beyond. Due to its ease of use, recordable macro language, and extensible plug-in architecture, ImageJ enjoys contributions from non-programmers, amateur programmers, and professional developers alike. Enabling such a diversity of contributors has resulted in a large community that spans the biological and physical sciences. However, a rapidly growing user base, diverging plugin suites, and technical limitations have revealed a clear need for a concerted software engineering effort to support emerging imaging paradigms, to ensure the software’s ability to handle the requirements of modern science. We rewrote the entire ImageJ codebase, engineering a redesigned plugin mechanism intended to facilitate extensibility at every level, with the goal of creating a more powerful tool that continues to serve the existing community while addressing a wider range of scientific requirements. This next-generation ImageJ, called “ImageJ2” in places where the distinction matters, provides a host of new functionality. It separates concerns, fully decoupling the data model from the user interface. It emphasizes integration with external applications to maximize interoperability. Its robust new plugin framework allows everything from image formats, to scripting languages, to visualization to be extended by the community. The redesigned data model supports arbitrarily large, N-dimensional datasets, which are increasingly common in modern image acquisition. Despite the scope of these changes, backwards compatibility is maintained such that this new functionality can be seamlessly integrated with the classic ImageJ interface, allowing users and developers to migrate to these new methods at their own pace. Scientific imaging benefits from open-source programs that advance new method development and deployment to a diverse audience. ImageJ has continuously evolved with this idea in mind; however, new and emerging scientific requirements have posed corresponding challenges for ImageJ’s development. The described improvements provide a framework engineered for flexibility, intended to support these requirements as well as accommodate future needs. Future efforts will focus on implementing new algorithms in this framework and expanding collaborations with other popular scientific software suites.

4,093 citations

Journal ArticleDOI
TL;DR: QuPath provides researchers with powerful batch-processing and scripting functionality, and an extensible platform with which to develop and share new algorithms to analyze complex tissue images, making it suitable for a wide range of additional image analysis applications across biomedical research.
Abstract: QuPath is new bioimage analysis software designed to meet the growing need for a user-friendly, extensible, open-source solution for digital pathology and whole slide image analysis. In addition to offering a comprehensive panel of tumor identification and high-throughput biomarker evaluation tools, QuPath provides researchers with powerful batch-processing and scripting functionality, and an extensible platform with which to develop and share new algorithms to analyze complex tissue images. Furthermore, QuPath’s flexible design makes it suitable for a wide range of additional image analysis applications across biomedical research.

2,838 citations

Journal ArticleDOI
15 Feb 2017-Methods
TL;DR: TrackMate is an extensible platform where developers can easily write their own detection, particle linking, visualization or analysis algorithms within the TrackMate environment and is validated for quantitative lifetime analysis of clathrin-mediated endocytosis in plant cells.

2,356 citations

Posted Content
TL;DR: The entire ImageJ codebase was rewrote, engineering a redesigned plugin mechanism intended to facilitate extensibility at every level, with the goal of creating a more powerful tool that continues to serve the existing community while addressing a wider range of scientific requirements.
Abstract: ImageJ is an image analysis program extensively used in the biological sciences and beyond. Due to its ease of use, recordable macro language, and extensible plug-in architecture, ImageJ enjoys contributions from non-programmers, amateur programmers, and professional developers alike. Enabling such a diversity of contributors has resulted in a large community that spans the biological and physical sciences. However, a rapidly growing user base, diverging plugin suites, and technical limitations have revealed a clear need for a concerted software engineering effort to support emerging imaging paradigms, to ensure the software's ability to handle the requirements of modern science. Due to these new and emerging challenges in scientific imaging, ImageJ is at a critical development crossroads. We present ImageJ2, a total redesign of ImageJ offering a host of new functionality. It separates concerns, fully decoupling the data model from the user interface. It emphasizes integration with external applications to maximize interoperability. Its robust new plugin framework allows everything from image formats, to scripting languages, to visualization to be extended by the community. The redesigned data model supports arbitrarily large, N-dimensional datasets, which are increasingly common in modern image acquisition. Despite the scope of these changes, backwards compatibility is maintained such that this new functionality can be seamlessly integrated with the classic ImageJ interface, allowing users and developers to migrate to these new methods at their own pace. ImageJ2 provides a framework engineered for flexibility, intended to support these requirements as well as accommodate future needs.

2,156 citations