← Search

DeLesley Hutchins

4 accepted papers

2025

MELODI: Exploring Memory Compression for Long Contexts

ICLR 2025poster

We present MELODI, a novel memory architecture designed to efficiently process long documents using short context windows. The key principle behind MELODI is to represent short-term and long-term memory as a hierarchical compression scheme across both transformer layers and context windows. Specific…

Cited by 3SourcePDFScholar
2022

Block-Recurrent Transformers

NeurIPS 2022accept

We introduce the Block-Recurrent Transformer, which applies a transformer layer in a recurrent fashion along a sequence, and has linear complexity with respect to sequence length. Our recurrent cell operates on blocks of tokens rather than single tokens during training, and leverages parallel comput…

2017

Deep Learning with Dynamic Computation Graphs

ICLR 2017poster

Neural networks that compute over graph structures are a natural fit for problems in a variety of domains, including natural language (parse trees) and cheminformatics (molecular graphs). However, since the computation graph has a different shape and size for every input, such networks do not direct…

Cited by 172SourcecodeScholar