Bikash Dey, Mike Langberg, Sid Jaggi, and I submitted an extended version of our (now accepted) ISIT paper on new upper bounds for binary channels with causal adversaries to the IT Transactions. The model is pretty straightforward : Alice (the encoder) transmits a message to Bob (the receiver) encoded over uses of a binary input, binary output channel. The channel is controlled by Calvin (an adversary) who sequentially looks at each bit and can decide whether or not to flip it, up to
total bit flips. That is, Calvin is causal : the decision to flip bit
is based on the knowledge of bits
. What we show is a new upper bound on the capacity of this channel. Let
. Then
This is what it looks like:
So clearly causal adversaries are worse than i.i.d. noise (the
To show such a bound we have to propose a new attack for the adversary. We call our attack “babble and push.” It operates in two phases. The first phase is of length channel uses and the second of length
. Let
be the codeword for message
.
- (Babble) Calvin chooses a random subset
indices uniformly from all
-subsets of
and flips bit
for
.
- (Push) Calvin finds all possible codewords which are consistent with what Bob has received in the first phase:
,
and selects an element
uniformly at random. For the second phase, Calvin selectively pushes the received codeword towards
— if the transmitted codeword and the selected codeword match, he does nothing, and if they do not match he flips the bit with probability
.
Analyzing this scheme amounts to showing that Calvin can render the channel “symmetric.” This is a common condition in arbitrarily varying channels (AVCs), a topic near and dear to my heart. Basically Bob can’t tell the difference between the real codeword and the transmitted codeword, because under Calvin’s attack, the chance that Alice chose and Calvin chose
is the same as the chance Alice chose
and Calvin chose
. To establish this symmetry condition requires some technical excursions which are less fun to blog about, but were fun to figure out.
It’s relatively clear that this approach would extend to more general AVCs, which we could work on for the future. What is neat to me is that this shows how much value Calvin can derive by knowing the current input bit — by forcing additional uncertainty to Bob during the babble phase, Calvin can buy some time to more efficiently use his bit flipping budget in the second phase.