Pith. sign in

REVIEW

EL-Attention: Memory Efficient Lossless Attention for Generation

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 2105.04779 v2 pith:EHIUAZ4K submitted 2021-05-11 cs.CL cs.LG

classification cs.CLcs.LG
keywords attentionel-attentiongenerationmulti-headresultscacheefficientfaster
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

Transformer model with multi-head attention requires caching intermediate results for efficient inference in generation tasks. However, cache brings new memory-related costs and prevents leveraging larger batch size for faster speed. We propose memory-efficient lossless attention (called EL-attention) to address this issue. It avoids heavy operations for building multi-head keys and values, cache for them is not needed. EL-attention constructs an ensemble of attention results by expanding query while keeping key and value shared. It produces the same result as multi-head attention with less GPU memory and faster inference speed. We conduct extensive experiments on Transformer, BART, and GPT-2 for summarization and question generation tasks. The results show EL-attention speeds up existing models by 1.6x to 5.3x without accuracy loss.

Discussion (0). Sign in to comment.

Pith tools