Convex and Nonconvex Sublinear Regression with Application to
Data-driven Learning of Reach Sets
Shadi Haddad and Abhishek Halder
Abstract— We consider estimating a compact set from finite
data by approximating the support function of that set via
sublinear regression. Support functions uniquely characterize
a compact set up to closure of convexification, and are sub-
linear (convex as well as positive homogeneous of degree one).
Conversely, any sublinear function is the support function of a
compact set. We leverage this property to transcribe the task of
learning a compact set to that of learning its support function.
We propose two algorithms to perform the sublinear regression,
one via convex and another via nonconvex programming. The
convex programming approach involves solving a quadratic
program (QP). The nonconvex programming approach involves
training a input sublinear neural network. We illustrate the
proposed methods via numerical examples on learning the
reach sets of controlled dynamics subject to set-valued input
uncertainties from trajectory data.
I. INTRODUCTION
Motivated by the correspondence between compact sets
and their support functions, in this work, we consider com-
putationally learning compact sets by performing regression
on their support functions from finite data. Our main idea
is to algorithmically leverage the isomorphism between the
support functions and the space of sublinear functions – a
subclass of convex functions.
Several works in the optimization, learning and statistics
literature [1]–[6] have investigated the problem of estimating
compact sets up to convexification from experimentally mea-
sured or numerically simulated (possibly noisy) data. While
the problem is of interest across a broad range of appli-
cations (e.g., obstacle detection from range measurements,
non-intrusive fault detection in materials and manufacturing
applications, tomographic imaging in medical applications),
we are primarily motivated in data-driven learning of reach
sets for safety-critical systems-control applications.
Formally, the (forward in time) reach set Xtis defined as
the set of states a controlled dynamical system may reach
at a given time t > 0subject to a controlled deterministic
dynamics ˙
x=f(t, x,u)where the state vector x∈Rd,
the feasible input u(t)∈compact U ⊂ Rm, and the initial
condition x(t= 0) ∈compact X0⊂Rd. Specifically,
Xt:= [
measurable u(·)∈U
{x(t)∈Rd|˙
x=f(t, x,u),x(t= 0) ∈ X0,
u(τ)∈ U for all 0≤τ≤t}.(1)
With the aforesaid assumptions on X0,Uin place, we sup-
pose that the vector field fis sufficiently smooth to guarantee
Shadi Haddad and Abhishek Halder are with the Department of Ap-
plied Mathematics, University of California, Santa Cruz, CA 95064, USA,
{shhaddad,halder}@ucsc.edu.
compactness of Xtfor all t≥0.
In the systems-control literature, there exists a vast body
of works (see e.g., [7]–[11] as representative references) on
reach set computation. Interests behind approximating these
sets stem from the fact that their separation or intersection
often imply safety or the lack of it.
While numerous algorithms and toolboxes exist for ap-
proximating the reach sets, the computational approaches
differ depending on the representation of the set approxi-
mants. In other words, different approaches have different
interpretations of what does it mean to approximate a set.
For example, parametric approximants seek for a simple
geometric primitive (e.g., ellipsoid [12]–[16], zonotope [17]–
[19] etc.) to serve as a proxy for the set. On the other hand,
level set approximants [20], [21] seek for approximating a
(value) function whose zero sub-level set is the reach set.
More recent works have specifically advocated the data-
driven learning of reach sets by foregoing models and only
assuming access to (numerically or experimentally available)
data. These works have also proposed geometric [22], [23]
and functional primitives [24], [25] as representations. To the
best of the authors’ knowledge, using the support function
as data-driven learning representation for reach sets, as
proposed here, is new.
Contributions: Our specific contributions are twofold.
(i) We propose learning a compact set by learning its support
function from the (possibly noisy) elements of that set
available as finite data. We argue that support function as a
learning representation for compact sets is computationally
beneficial since several set operations of practical interest
have exact functional analogues of operations on correspond-
ing support functions.
(ii) We present two algorithms (Sec. III) to learn the
support function via sublinear regression: convex quadratic
programming, and training an input sublinear neural network
that involves nonconvex programming. We demonstrate the
comparative performance of these algorithms via numerical
examples (Sec. IV) on learning reach sets of controlled
dynamics subject to set-valued uncertainties from trajectory
data that may be available from simulation or experiments.
This work is organized as follows. In Sec. II, we provide
the necessary background on support functions of compact
sets, and their correspondence with sublinear functions. Sec.
III details the proposed sublinear regression framework using
two approaches, viz. solving QP, and training an input
sublinear neural network. Sec. IV exemplifies the proposed
framework using two numerical case studies on data-driven
learning of reach sets. Sec. V concludes the paper.
arXiv:2210.01919v2 [eess.SY] 23 Mar 2023