# Detecting possibly frequent change-points: Wild Binary Segmentation 2   and steepest-drop model selection

**Authors:** Piotr Fryzlewicz

arXiv: 1812.06880 · 2020-02-25

## TL;DR

This paper introduces WBS2.SDLL, a new change-point detection method that effectively handles both frequent and infrequent change scenarios, outperforming existing methods in accuracy and efficiency.

## Contribution

It develops WBS2, a recursive algorithm for complete change-point solution paths, and SDLL, a novel model selection criterion, combined into a fast, penalty-free detection procedure.

## Key findings

- WBS2.SDLL outperforms existing methods in frequent change-point scenarios.
- The method is fast, easy to implement, and parameter-free.
- It is proven to be statistically consistent.

## Abstract

Many existing procedures for detecting multiple change-points in data sequences fail in frequent-change-point scenarios. This article proposes a new change-point detection methodology designed to work well in both infrequent and frequent change-point settings. It is made up of two ingredients: one is "Wild Binary Segmentation 2" (WBS2), a recursive algorithm for producing what we call a `complete' solution path to the change-point detection problem, i.e. a sequence of estimated nested models containing $0, \ldots, T-1$ change-points, where $T$ is the data length. The other ingredient is a new model selection procedure, referred to as "Steepest Drop to Low Levels" (SDLL). The SDLL criterion acts on the WBS2 solution path, and, unlike many existing model selection procedures for change-point problems, it is not penalty-based, and only uses thresholding as a certain discrete secondary check. The resulting WBS2.SDLL procedure, combining both ingredients, is shown to be consistent, and to significantly outperform the competition in the frequent change-point scenarios tested. WBS2.SDLL is fast, easy to code and does not require the choice of a window or span parameter.

## Full text

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

## Figures

27 figures with captions in the complete paper: https://tomesphere.com/paper/1812.06880/full.md

## References

91 references — full list in the complete paper: https://tomesphere.com/paper/1812.06880/full.md

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