L0 Isotonic Regression With Secondary Objectives

Abstract

We provide algorithms for isotonic regression minimizing L0 error (Hamming distance). This is also known as monotonic relabeling, and is applicable when labels have a linear ordering but not necessarily a metric. There may be exponentially many optimal relabelings, so we look at secondary criteria to determine which are best. For arbitrary ordinal labels the criterion is maximizing the number of labels which are only changed to an adjacent label (and recursively apply this). For real-valued labels we minimize the Lp error. For linearly ordered sets we also give algorithms which minimize the sum of the Lp and weighted L0 errors, a form of penalized (regularized) regression. We also examine L0 isotonic regression on multidimensional coordinate-wise orderings. Previous algorithms took (n3) time, but we reduce this to o(n3/2).

0

Turn this paper into a full lesson

ArcXiv compiles a staged curriculum from this paper: 8-12 lessons across beginner → advanced, synthesised section guides, visuals, flashcards, a quiz, exercises, and on-demand deep dives per section. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…