Consider two parties who wish to communicate in order to execute some interactive protocol π. However, the communication channel between them is noisy: An adversary sees everything that is transmitted over the channel and can change a constant fraction of the bits arbitrarily, thus interrupting the execution of π (which was designed for an error-free channel). If π only contains a single long message, then a good error correcting code would overcome the noise with only a constant overhead in communication. However, this solution is not applicable to interactive protocols consisting of many short messages.Schulman (FOCS 92, STOC 93) introduced the notion of interactive coding: A simulator that, given any protocol π, is able to simulate it (i.e. produce its intended transcript) even in the presence of constant rate adversarial channel errors, and with only constant (multiplicative) communication overhead. However, the running time of Schulman's simulator, and of all simulators that followed, has been exponential (or sub-exponential) in the communication complexity of π (which we denote by N ).In this work, we present three efficient simulators, all of which are randomized and have a certain failure probability (over the choice of coins). The first runs in time poly(N ), has failure probability roughly 2 −N , and is resilient to 1 32 -fraction of adversarial error. The second runs in time O(N log N ), has failure probability roughly 2 −N , and is resilient to some constant fraction of adversarial error. The third runs in time O(N ), has failure probability 1/poly(N ), and is resilient to some constant fraction of adversarial error. (Computational complexity is measured in the RAM model.) The first two simulators can be made deterministic if they are a priori given a random string (which may be known to the adversary ahead of time). In particular, the simulators can be made to be non-uniform and deterministic (with equivalent performance). * This paper is the full version of "Efficient Interactive Coding Against Adversarial Noise" by Brakerski and Kalai (preliminary version FOCS 2012) and "Fast Algorithms for Interactive Coding" by Brakerski and Naor (preliminary version SODA 2013).