Strongly polynomial efficient approximation scheme for segmentation

05/28/2018
by   Nikolaj Tatti, et al.
0

Partitioning a sequence of length n into k coherent segments is one of the classic optimization problems. As long as the optimization criterion is additive, the problem can be solved exactly in O(n^2k) time using a classic dynamic program. Due to the quadratic term, computing the exact segmentation may be too expensive for long sequences, which has led to development of approximate solutions. We consider an existing estimation scheme that computes (1 + ϵ) approximation in polylogarithmic time. We augment this algorithm, making it strongly polynomial. We do this by first solving a slightly different segmentation problem, where the quality of the segmentation is the maximum penalty of an individual segment. By using this solution to initialize the estimation scheme, we are able to obtain a strongly polynomial algorithm. In addition, we consider a cumulative version of the problem, where we are asked to discover the optimal segmentation for each prefix of the input sequence. We propose a strongly polynomial algorithm that yields (1 + ϵ) approximation in O(nk^2 / ϵ) time. Finally, we consider a cumulative version of the maximum segmentation, and show that this can be solved in O(nk k) time.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
09/21/2021

An Approximation Algorithm for a General Class of Multi-Parametric Optimization Problems

In a widely studied class of multi-parametric optimization problems, the...
research
07/04/2021

Fine-Grained Completeness for Optimization in P

We initiate the study of fine-grained completeness theorems for exact an...
research
06/22/2021

Kernel Clustering with Sigmoid-based Regularization for Efficient Segmentation of Sequential Data

Kernel segmentation aims at partitioning a data sequence into several no...
research
02/08/2019

Fast Sequence Segmentation using Log-Linear Models

Sequence segmentation is a well-studied problem, where given a sequence ...
research
12/15/2020

Efficient PTAS for the Maximum Traveling Salesman Problem in a Metric Space of Fixed Doubling Dimension

The maximum traveling salesman problem (Max TSP) is one of the intensive...
research
02/24/2017

Sequence Modeling via Segmentations

Segmental structure is a common pattern in many types of sequences such ...
research
12/10/2021

Beyond the Longest Letter-duplicated Subsequence Problem

Given a sequence S of length n, a letter-duplicated subsequence is a sub...

Please sign up or login with your details

Forgot password? Click here to reset