Relaxed intersection explained
The relaxed intersection of m sets corresponds to the classicalintersection between sets except that it is allowed to relax few sets in order to avoid an empty intersection.This notion can be used to solve constraints satisfaction problemsthat are inconsistent by relaxing a small number of constraints.When a bounded-error approach is considered for parameter estimation,the relaxed intersection makes it possible to be robust with respectto some outliers.
Definition
The q-relaxed intersection of the m subsets
of
,denoted by
}=\bigcap^X_is the set of all
which belong to all
's, except
at most.This definition is illustrated by Figure 1.
Define
λ(x)=card\left\{i | x\inXi\right\}.
We have
}=\lambda ^([m-q,m]) .
Characterizing the q-relaxed intersection is a thus a set inversion problem.[1]
Example
Consider 8 intervals:
We have
} = \emptyset,
}=[3,4],
}=[3,4],
}=[2,4] \cup [6,7],
}=[2,7],
}=[1,9],
}=]-\infty,\infty [.
</math>
==Relaxed intersection of intervals==
The relaxed intersection of intervals is not necessary an interval. We thus take
the interval hull of the result. If <math>X_i</math>'s are intervals, the relaxed
intersection can be computed with a complexity of ''m''.log(''m'') by using the
[[Marzullo's algorithm]]. It suffices tosort all lower and upper bounds of the
m intervals to represent thefunction
. Then, we easily get the set
}=\lambda^([m-q,m])
which corresponds to a union of intervals.We then return thesmallest interval which contains this union.
Figure 2 shows the function
associated to the previous example.
Relaxed intersection of boxes
To compute the q-relaxed intersection of m boxes of
, we project all
m boxes with respect to the
n axes.For each of the
n groups of
m intervals, we compute the
q-relaxed intersection.We return Cartesian product of the
n resulting intervals.
[2] Figure 3 provides anillustration of the 4-relaxed intersection of 6 boxes. Each point of thered box belongs to 4 of the 6 boxes.
Relaxed union
The q-relaxed union of
is defined by
\overset{\{q\}}{cup}Xi=cap\{m-1-q\
}X_i
Note that when q=0, the relaxed union/intersection corresponds tothe classical union/intersection. More precisely, we have
}X_ =\bigcap X_i
and
\overset{\{0\}}{cup}Xi=cupXi
De Morgan's law
If
denotes the complementary set of
, we have
}X_i} = \overset\overline
\overline{\overset{\{q\}}{cup
}\overline.
As a consequence
}X_i}=\overline=\bigcap^\overline
Relaxation of contractors
Let
be
m contractors for the sets
,then
}C_i([x]).
is a contractor for
}and
\overline{C}([x])=cap\{m-q-1\
}\overline_i([x])
is a contractor for
}, where
\overline{C}1,...,\overline{C}m
are contractors for
\overline{X}1,...,\overline{X}m.
Combined with a branch-and-bound algorithm such as SIVIA (Set Inversion Via Interval Analysis), the q-relaxedintersection of m subsets of
can be computed.
Application to bounded-error estimation
The q-relaxed intersection can be used for robust localization[3] [4] or for tracking.[5]
Robust observers can also be implemented using the relaxed intersections to be robust with respect to outliers.[6]
We propose here a simple example[7] to illustrate the method.Consider a model the ith model output of which is given by
}\exp (-\frac)
where
. Assume that we have
where
and
are given by the following list
\{(1,[0;0.2]),(2,[0.3;2]),(3,[0.3;2]),(4,[0.1;0.2]),(5,[0.4;2]),(6,[-1;0.1])\}
The sets
for different
are depicted onFigure 4.
Notes and References
- Book: Jaulin. L.. Walter. E.. Didrit. O.. Guaranteed robust nonlinear parameter bounding. 1996. In Proceedings of CESA'96 IMACS Multiconference (Symposium on Modelling, Analysis and Simulation).
- Jaulin. L.. Walter. E.. Guaranteed robust nonlinear minimax estimation. IEEE Transactions on Automatic Control. 2002. 47. 11 . 1857–1864 . 10.1109/TAC.2002.804479 .
- Book: Kieffer. M.. Walter. E.. Guaranteed characterization of exact non-asymptotic confidence regions in nonlinear parameter estimation. 2013. In Proceedings of IFAC Symposium on Nonlinear Control Systems, Toulouse : France (2013).
- Drevelle. V.. Bonnifait. Ph.. A set-membership approach for high integrity height-aided satellite positioning. GPS Solutions. 2011. 15. 4. 357–368 . 10.1007/s10291-010-0195-3 . 121728552 .
- Langerwisch. M.. Wagner. B.. Guaranteed Mobile Robot Tracking Using Robust Interval Constraint Propagation. Intelligent Robotics and Applications. 2012. .
- Jaulin. L.. Robust set membership state estimation; Application to Underwater Robotics. Automatica. 2009. 45. 10.1016/j.automatica.2008.06.013. 202–206.
- Jaulin. L.. Kieffer. M.. Walter. E.. Meizel. D.. Guaranteed robust nonlinear estimation with application to robot localization . IEEE Transactions on Systems, Man, and Cybernetics - Part C: Applications and Reviews . 2002. 32. 4 . 374–381 . dead. https://web.archive.org/web/20110428224956/http://www.ensta-bretagne.fr/jaulin/robab.pdf. 2011-04-28 . 10.1109/TSMCC.2002.806747. 17436801 .