Meta: After a fun little motivating section, this post goes deep into the mathematical weeds. This thing aims to explore the mathematical properties of adversarial attacks from first principles. Perhaps other people are not as confused about this point as I was, but hopefully, the arguments are still useful and/or interesting to some. I'd be curious to hear if I'm reinventing the wheel.
Zillow is an American tech real-estate marketplace company that recently had (what the experts call) a small snafu. They decided they were done just being a marketplace and started buying up homes, completing light renovations, and then selling them with a profit. The whole thing went poorly; they bought houses too expensive and had to sell at a loss, costing the company $420 million and leading to large lay-offs.
This story is not very interesting[2] for anyone not directly involved. The reason I remember the whole affair is a Twitter thread that also caught the attention of Eliezer:
The thread proceeds to lay out how Zillow relied too much on their automatic estimates, which (ex-ante) looked good on average, but (ex-post) manifested in the worst possible way[3]. Or, in the words of the OP:
"[They mistook] an adversarial environment for a random one."
I have approximately zero knowledge about Zillow or the real estate business, so I can't comment on whether this actually is what went wrong (edit: see this comment for a more informed take!). But the distinction between a random and an adversarial environment applies beyond the Zillow example and is relevant for research in AI Safety: from adversarial examples, via adversarial training, all the way to conceivable existential risk scenarios. It is the distinction between a world where it's fine to go outside because getting struck by lightning is sufficiently unlikely and a world where somebody is trying to smite you.
This post works towards achieving a mathematical understanding of what distinguishes these two worlds. Perhaps other people are not as confused about this point as I was, but hopefully, the arguments are still useful and/or interesting to some. I'll introduce a bit of extreme value theory. Then I'll demonstrate a neat connection to control theory via large deviation theory, which shows that an exponentially decreasing risk of failure translates into a linearly increasing difficulty of adversarial attacks.
I'll go over the basics quickly: When you (i.e. Zillow) think of your environment as random, each house you buy is essentially a coin flip with a biased coin. If you make sure that
then you're guaranteed to accrue profits eventually.
This guarantee is the law of large numbers from probability theory 101 and probably not too revolutionary for you, dear reader. But what is the probability of things going very badly? What is the probability of an extreme event or a large deviation? It should decrease (given the law of large numbers), but how fast does it decrease?
Let's continue the example of buying and selling houses and say that there is a probability that a given deal ends up profitable. The worst-case probability that all your deals go poorly is , which goes to exponentially fast as we increase the number of deals .
It turns out that this toy example generalizes a lot, and the probability that the sum of independent random variables is less than some fraction times always[4] goes down exponentially fast in :
The function is called the "rate function," and it determines the speed with which extreme events get unlikely.
How to compute the rate function[5]? That is what we'll explore in the next section. There is a "standard" way of calculating which is a bit involved and opaque[6] for my taste; I prefer a slightly non-standard derivation[7] of arriving at the rate function, which gives deeper insight into how adversarial attacks and extreme events relate.
As I like to say: there is, of course, another way of looking at this. We can think of the sequence of house deals as a sequence of random events that fluctuate around the probability of failure .
For a truly random sequence of events, we can compute the average surprise by averaging the information content of all events:
where the information content of an individual event is given as
and the probability measure is a Bernoulli measure, . In the picture, the probability of a random Bernoulli event is the distance from the dashed line, . Consequently, the information content is and the average information content of the sequence is .[8]
Why am I bringing this up? It turns out that the rate function is the solution to an optimal control problem that involves the average excess surprise. In particular[9],
The intuition behind this equation is: If we want to know the rate function for an extreme event, we get to pick how the extreme event comes about (that's the ). The only thing we have to respect is that the extreme event does, in fact, come about (). And then we try to make it so that the average excess surprise, , is as small as possible.
Let's see how this plays out in our house deal example. We want to determine the probability that the sum of independent random variables is less than some success fraction times , , i.e. that a certain fraction of our house deals go badly.
Now we get to pick how the extreme event, , comes about. I went ahead and already did that in the illustration. I picked it so that the first deals go wrong, and only the remaining deals go fine. This configuration satisfies the constraint that and (thanks to commutativity[10]) the average excess surprise of this configuration is identical to that of all possible permutations. Therefore, this configuration's average excess surprise is already the infimum of all possible configurations that satisfy the constraint. Given the expression we wrote above for the average information content of a Bernoulli sequence, we can write the average excess surprise as
Since we know that are equal to and that are equal to , we can simplify the expression for by splitting up the sums and regrouping,
You might recognize this as the KL-divergence between two Bernoulli random variables, , one with success probability , the other with success probability . When we plug in the extreme event that all the deals go poorly, , the rate function reduces to , and the probability of this extreme event is
as it should be.
Quick recap:
So far, so good, but... what is that sound in the distance[12]?
As general as the theorems mentioned above are in terms of the underlying distributions[13], they centrally rely on the assumption that the environment is random. This was not the case for Zillow, where homeowners and real estate agencies selling houses had additional information to select bad deals for Zillow systematically. Instead of pushing the risk of total failure strongly toward zero, Zillow only increasingly exposed itself to an adversary with more insight into the situation.
While the probability of complete failure, , falls exponentially, the amount of surprise required to bring it about, , scales linearly! A few things of note:
These factors combined make me excited about exploring this direction further to find reliable estimates of the lower bound of input required to bring about catastrophe[14]. I'm also curious if there is more structure to the similarity between the information content of an adversarial attack and the characterization of intelligence in terms of optimization processes. If you know more about this or can point me to some literature on the topic, please let me know!
(appropriately named)
How much is $420 million again? My gut feeling is that this type of snafu happens somewhere in the world every other week.
In the same way that the maximum of a set of random variables can be overwhelmingly good in expectation, the minimum of the same set is terrible (in expectation). That's the power of choice.
Well, not always. That's the point of this post.
you ask, presumably on the edge of your seat.
(you need the logarithm of the moment generating function of your random variable, , and then you need to compute the Legendre-Fenchel transformation, .)
I don't have a reference that follows exactly the same path I choose, but I enjoy the texts by Touchette 2011 and Paninski 2006.
Absolute values are a bit icky, but since we have the we can be a bit sneaky and write instead. This now has an uncanny similarity to the Freidlin-Wentzell rate function, which can't be a coincidence.
(I recommend staring at that for a while.)
When the control problem gets more involved and the individual time points are not interchangeable this step gets a bit trickier and we have to recruit some mathematical machinery.
Given that the expected value is positive ofc.
and any additional structure you might want to slap on
Perhaps we can manage to reliably stay below that bound?