You're reading the public-facing archive of the Category Theory Zulip server.
To join the server you need an invite. Anybody can get an invite by contacting Matteo Capucci at name dot surname at gmail dot com.
For all things related to this archive refer to the same person.
I've been working recently on robust statistics (in adversarial machine learning), and I've stumbled on a 2-category (I think), which should be well-known around here. Let me first motivate the structure with the original problem.
Consider an euclidean space and the space of probability distributions with finite variance. Assume there is a true distribution , but an adversary contaminates and you only get to observe a distribution such that . The goal is to estimate the mean of the true distribution.
In our formulation, we choose a gauge, i.e. a (lsc) function
that prices the estimation against the truth. An defense gives a set of candidates .
The defense is -robust against if
where denotes the set of admissible distributions , .
The least of such defines the robustness coefficient
Notice that in this example, the adversary can be represented as a relation stating whether the candidate is admissible with respect to the observed . Similarly, we are looking for defenses that are relations: holds iff is a valid estimate with respect to the observed .
Our work focuses on computing the robustness coefficient for various defenses, adversaries, gauges, etc.
We quickly realize that having ways to combine defenses, adversaries and gauges, and derive the robustness coefficients would be useful.
Let denote the tropical rig. I am considering a 2-category -mat of matrices valued in
Relations can be encoded as "hard" matrices whose entries are . So hard adversaries and defenses can be represented as arrows in -mat.
Now the fun part,
When and represent hard adversary and defense, it turns out the following are equivalent
This generalizes obviously to any matrices .
Interestingly, the right extension of along is the best (soft) defense, because of the adjunction
The robust statistics game then becomes an issue of finding hard-approximations of . And the compositional nature of all this gives rules to compute robustness coefficients (which are just metric distances between parallel matrices).
Thank you.
That's pretty nice! I'm quite sure your definition is correct