# Parallel Implementation of Efficient Search Schemes for the Inference of   Cancer Progression Models

**Authors:** Daniele Ramazzotti, Marco S. Nobile, Paolo Cazzaniga and, Giancarlo Mauri, Marco Antoniotti

arXiv: 1703.03038 · 2017-03-10

## TL;DR

This paper presents a parallelized genetic algorithm approach for efficiently learning Bayesian network structures to model cancer progression, achieving significant speedups while maintaining accuracy.

## Contribution

It introduces a parallel implementation of search schemes for Bayesian network inference in cancer progression models, reducing execution time by 84 times.

## Key findings

- 84x reduction in execution time
- Good accuracy and specificity
- Feasibility of parallel inference methods

## Abstract

The emergence and development of cancer is a consequence of the accumulation over time of genomic mutations involving a specific set of genes, which provides the cancer clones with a functional selective advantage. In this work, we model the order of accumulation of such mutations during the progression, which eventually leads to the disease, by means of probabilistic graphic models, i.e., Bayesian Networks (BNs). We investigate how to perform the task of learning the structure of such BNs, according to experimental evidence, adopting a global optimization meta-heuristics. In particular, in this work we rely on Genetic Algorithms, and to strongly reduce the execution time of the inference -- which can also involve multiple repetitions to collect statistically significant assessments of the data -- we distribute the calculations using both multi-threading and a multi-node architecture. The results show that our approach is characterized by good accuracy and specificity; we also demonstrate its feasibility, thanks to a 84x reduction of the overall execution time with respect to a traditional sequential implementation.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1703.03038/full.md

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1703.03038/full.md

## References

23 references — full list in the complete paper: https://tomesphere.com/paper/1703.03038/full.md

---
Source: https://tomesphere.com/paper/1703.03038