# Unsupervised Automated Event Detection using an Iterative Clustering   based Segmentation Approach

**Authors:** Deepak K. Gupta, Rohit K. Shrivastava, Suhas Phadke, Jeroen, Goudswaard

arXiv: 1901.07222 · 2019-01-23

## TL;DR

This paper introduces an unsupervised iterative clustering segmentation method for real-time detection of high-energy, variable-shape events in physics-based imagery, overcoming limitations of supervised models.

## Contribution

The paper presents a novel unsupervised iterative clustering approach that detects events in 2D and 3D images without pre-trained models, suitable for physics-based vision problems.

## Key findings

- Effective detection of events in 2D and 3D images demonstrated.
- Method operates in real-time with iterative segmentation.
- Hyper-parameters tuned via statistical analysis.

## Abstract

A class of vision problems, less commonly studied, consists of detecting objects in imagery obtained from physics-based experiments. These objects can span in 4D (x, y, z, t) and are visible as disturbances (caused due to physical phenomena) in the image with background distribution being approximately uniform. Such objects, occasionally referred to as `events', can be considered as high energy blobs in the image. Unlike the images analyzed in conventional vision problems, very limited features are associated with such events, and their shape, size and count can vary significantly. This poses a challenge on the use of pre-trained models obtained from supervised approaches.   In this paper, we propose an unsupervised approach involving iterative clustering based segmentation (ICS) which can detect target objects (events) in real-time. In this approach, a test image is analyzed over several cycles, and one event is identified per cycle. Each cycle consists of the following steps: (1) image segmentation using a modified k-means clustering method, (2) elimination of empty (with no events) segments based on statistical analysis of each segment, (3) merging segments that overlap (correspond to same event), and (4) selecting the strongest event. These four steps are repeated until all the events have been identified. The ICS approach consists of a few hyper-parameters that have been chosen based on statistical study performed over a set of test images. The applicability of ICS method is demonstrated on several 2D and 3D test examples.

## Full text

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

## Figures

35 figures with captions in the complete paper: https://tomesphere.com/paper/1901.07222/full.md

## References

29 references — full list in the complete paper: https://tomesphere.com/paper/1901.07222/full.md

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