Pith. sign in

REVIEW 1 cited by

Accelerating Feedforward Computation via Parallel Nonlinear Equation Solving

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2002.03629 v2 pith:MYFZALYR submitted 2020-02-10 cs.LG stat.ML

Accelerating Feedforward Computation via Parallel Nonlinear Equation Solving

classification cs.LG stat.ML
keywords computationfeedforwardparallelacceleratingautoregressivecomputingequationjacobi
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
Share X Bluesky LinkedIn Reddit HN
read the original abstract

Feedforward computation, such as evaluating a neural network or sampling from an autoregressive model, is ubiquitous in machine learning. The sequential nature of feedforward computation, however, requires a strict order of execution and cannot be easily accelerated with parallel computing. To enable parallelization, we frame the task of feedforward computation as solving a system of nonlinear equations. We then propose to find the solution using a Jacobi or Gauss-Seidel fixed-point iteration method, as well as hybrid methods of both. Crucially, Jacobi updates operate independently on each equation and can be executed in parallel. Our method is guaranteed to give exactly the same values as the original feedforward computation with a reduced (or equal) number of parallelizable iterations, and hence reduced time given sufficient parallel computing power. Experimentally, we demonstrate the effectiveness of our approach in accelerating (i) backpropagation of RNNs, (ii) evaluation of DenseNets, and (iii) autoregressive sampling of MADE and PixelCNN++, with speedup factors between 2.1 and 26 under various settings.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. xPress: Parallel Refinement for Diffusion Drafters in Speculative Decoding

    cs.AI 2026-08 conditional novelty 6.0

    xPress restores causality to diffusion-drafter drafts with a lightweight refiner solved by a few parallel Jacobi iterations, lifting acceptance length ~30% and throughput ~1.3x over dFlash on Qwen3-8B.