Skip to content
Snippets Groups Projects
Commit 9ab57b3d authored by vand's avatar vand
Browse files

Update 3d_microstructure.md

parent 249bcbc2
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ Quantitative characterization of 3D images involves measuring the geometric and
If advantageous, we use machine learning and deep learning for segmentation, for example, when analyzing cardiac tissue as in [Reichardt et al., 2021](https://elifesciences.org/articles/71359). To minimize the need for human input, we research in active learning.
### Dictionary-based segmentation
Our dictionary-based segmentation [Dahl et al., 2020](https://ieeexplore.ieee.org/document/9150995) is based on machine learning principles. Both the the dictionary and the associated labels are learned from data. This enables automatic image segmentation, fast enough for real-time interaction. An outcome of this is the Insegt segmentation tool ([project page](https://github.com/vedranaa/InSegt)). InSegt has been used for numerous projects, and in particular for analysing microstructure of composite materials ([Wang et al. 2021](https://www.sciencedirect.com/science/article/pii/S0266353821002852?via%3Dihub)) but also compound bee eye ([Tichit et al. 2022](https://bmczool.biomedcentral.com/articles/10.1186/s40850-021-00101-w)).
Our dictionary-based segmentation [Dahl et al., 2020](https://ieeexplore.ieee.org/document/9150995) is based on machine learning principles. Both the the dictionary and the associated labels are learned from data. This enables automatic image segmentation, fast enough for real-time interaction. An outcome of this is the Insegt segmentation tool ([code repository](https://github.com/vedranaa/InSegt)). InSegt has been used for numerous projects, and in particular for analysing microstructure of composite materials ([Wang et al. 2021](https://www.sciencedirect.com/science/article/pii/S0266353821002852?via%3Dihub)) but also compound bee eye ([Tichit et al. 2022](https://bmczool.biomedcentral.com/articles/10.1186/s40850-021-00101-w)).
<div align="center">
<img title="Interactive segmentation of an X-ray CT slice of a bee eye." src="images/segmentation.gif" alt="Interactive segmentation segmentation of a X-ray CT slice of a bee eye" width="600"/>
......@@ -33,7 +33,7 @@ Our dictionary-based segmentation [Dahl et al., 2020](https://ieeexplore.ieee.or
</div>
### Graph-based segmentation
We have developed novel methods for graph-based segmentation ([Jeppesen et al. 2020](https://ieeexplore.ieee.org/document/9156301) and [Jensen et al. 2020](https://ieeexplore.ieee.org/document/9151036)), implemented efficient graph-based algorithms ([Jeppesen et al. 2021](https://ieeexplore.ieee.org/document/9710633)) and benchmarked existing graph-based algorithms ([Jensen et al. 2022](https://ieeexplore.ieee.org/abstract/document/9763394)). Our methods have been used for analysing large 3D data, for example from samples of peripheral nerves ([Dahlin et al. 2020](https://www.nature.com/articles/s41598-020-64430-5)) and muscle fibres ([Pingel et al. 2022](https://www.nature.com/articles/s41598-022-21741-z)).
We have developed novel methods for graph-based segmentation ([Jeppesen et al. 2020](https://ieeexplore.ieee.org/document/9156301) and [Jensen et al. 2020](https://ieeexplore.ieee.org/document/9151036)), implemented efficient graph-based algorithms ([Jeppesen et al. 2021](https://ieeexplore.ieee.org/document/9710633)) and benchmarked existing graph-based algorithms ([Jensen et al. 2022](https://ieeexplore.ieee.org/abstract/document/9763394)). Our findings are collected in [project page](https://patmjen.github.io/maxflow_review/). Our methods have been used for analysing large 3D data, for example from samples of peripheral nerves ([Dahlin et al. 2020](https://www.nature.com/articles/s41598-020-64430-5)) and muscle fibres ([Pingel et al. 2022](https://www.nature.com/articles/s41598-022-21741-z)).
<div align="center">
<img title="Non-overlapping surfaces for segmenting foam" src="images/nos_wh.png" alt="Non-overlapping surfaces for segmenting foam" width="600"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment