# Multiple Landmark Detection using Multi-Agent Reinforcement Learning

**Authors:** Athanasios Vlontzos, Amir Alansary, Konstantinos Kamnitsas, Daniel, Rueckert, Bernhard Kainz

arXiv: 1907.00318 · 2019-07-24

## TL;DR

This paper introduces a multi-agent reinforcement learning method for detecting multiple anatomical landmarks in medical images, leveraging interdependence among landmarks to improve accuracy and efficiency.

## Contribution

It presents a novel multi-agent reinforcement learning framework with implicit inter-communication for simultaneous landmark detection, outperforming existing methods.

## Key findings

- 50% reduction in detection error
- Fewer computational resources required
- Faster training compared to separate agent training

## Abstract

The detection of anatomical landmarks is a vital step for medical image analysis and applications for diagnosis, interpretation and guidance. Manual annotation of landmarks is a tedious process that requires domain-specific expertise and introduces inter-observer variability. This paper proposes a new detection approach for multiple landmarks based on multi-agent reinforcement learning. Our hypothesis is that the position of all anatomical landmarks is interdependent and non-random within the human anatomy, thus finding one landmark can help to deduce the location of others. Using a Deep Q-Network (DQN) architecture we construct an environment and agent with implicit inter-communication such that we can accommodate K agents acting and learning simultaneously, while they attempt to detect K different landmarks. During training the agents collaborate by sharing their accumulated knowledge for a collective gain. We compare our approach with state-of-the-art architectures and achieve significantly better accuracy by reducing the detection error by 50%, while requiring fewer computational resources and time to train compared to the naive approach of training K agents separately.

## Full text

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

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1907.00318/full.md

## References

19 references — full list in the complete paper: https://tomesphere.com/paper/1907.00318/full.md

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