paper-with-me

Papers

pyssam -- a Python library for statistical modelling of biomedical shape and appearance

2023-01-11 · Josh Williams, Ali Ozel, Uwe Wolfram

pyssam is a Python library for creating statistical shape and appearance models (SSAMs) for biological (and other) shapes such as bones, lungs or other organs. A point cloud best describing the anatomical 'landmarks' of the organ are required from each sample in a small population as an input. Additional information such as landmark gray-value can be included to incorporate joint correlations of shape and 'appearance' into the model. Our library performs alignment and scaling of the input data and creates a SSAM based on covariance across the population. The output SSAM can be used to parameterise and quantify shape change across a population. pyssam is a small and low dependency codebase with examples included as Jupyter notebooks for several common SSAM computations. The given examples can easily be extended to alternative datasets, and also alternative tasks such as medical image segmentation by incorporating a SSAM as a constraint for segmented organs.

📄 PDF Abstract BibTeX arXiv:2301.04416

Code (1)

jvwilliams23/pyssam 공식 구현

Tasks

Image SegmentationMedical Image SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

Tick: a Python library for statistical learning, with a particular emphasis on time-dependent modelling

2017-07-10 · Emmanuel Bacry, Martin Bompaire, Stéphane Gaïffas, Soren Poulsen

Tick is a statistical learning library for Python~3, with a particular emphasis on time-dependent models, such as point processes, and tools for generalized linear models and survival analysis. The core of the library is…

Point ProcessesSurvival Analysis

Biomedical and Clinical English Model Packages in the Stanza Python NLP Library

2020-07-29 · Yuhao Zhang, Yuhui Zhang, Peng Qi, Christopher D. Manning 외

We introduce biomedical and clinical English model packages for the Stanza Python NLP library. These packages offer accurate syntactic analysis and named entity recognition capabilities for biomedical and clinical text, …

GPUNamed Entity RecognitionNamed Entity Recognition (NER)

DeeProb-kit: a Python Library for Deep Probabilistic Modelling

2022-12-08 · Lorenzo Loconte, Gennaro Gala

DeeProb-kit is a unified library written in Python consisting of a collection of deep probabilistic models (DPMs) that are tractable and exact representations for the modelled probability distributions. The availability …

srlearn: A Python Library for Gradient-Boosted Statistical Relational Models

2019-12-17 · Alexander L. Hayes

We present srlearn, a Python library for boosted statistical relational models. We adapt the scikit-learn interface to this setting and provide examples for how this can be used to express learning and inference problems…

Computer-aided modelling of complex physical systems with BondGraphTools

2019-06-26

BondGraphTools is a Python library for scripted modelling of complex multi-physics systems. In contrast to existing modelling solutions, BondGraphTools is based upon the well established bond graph methodology, provides …