Papers › Learning Compressed Transforms with Low Displacement Rank

Learning Compressed Transforms with Low Displacement Rank

4 Oct 2018NeurIPS 2018 12arXiv:1810.02309archive 2025-07-28

Anna T. Thomas, Albert Gu, Tri Dao, Atri Rudra, Christopher Ré

The low displacement rank (LDR) framework for structured matrices represents a matrix through two displacement operators and a low-rank residual. Existing use of LDR matrices in deep learning has applied fixed displacement operators encoding forms of shift invariance akin to convolutions. We introduce a class of LDR matrices with more general displacement operators, and explicitly learn over both the operators and the low-rank component. This class generalizes several previous constructions while preserving compression and efficient computation. We prove bounds on the VC dimension of multi-layer neural networks with structured weight matrices and show empirically that our compact parameterization can reduce the sample complexity of learning. When replacing weight layers in fully-connected, convolutional, and recurrent neural networks for image classification and language modeling tasks, our new classes exceed the accuracy of existing compression approaches, and on some tasks also outperform general unstructured layers while using more than 20x fewer parameters.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1810.02309")

Code

Syntology Ran 0 of 21 code samples harvested from 1 repository linked to this paper; 21 have no recorded run.

By repository: official repository: 21 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

HazyResearch/structured-nets officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

21 samples harvested; 0 ran; 0 honoured the contract we drafted; 21 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

21unverified

Licence: 0 of the 21 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from HazyResearch/structured-nets. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

StructuredLinear HazyResearch/structured-nets/pytorch/structure/layer.py official repository unverified Apache-2.0 (permissive) · 03ab2af9fe40e057 · report
check_rank HazyResearch/structured-nets/tensorflow/model.py official repository unverified Apache-2.0 (permissive) · cae5d71738786dfd · report
circ_diag_transpose_mult_fn HazyResearch/structured-nets/tensorflow/krylov.py official repository unverified Apache-2.0 (permissive) · 93114c4a7dcf4c7e · report
circ_transpose_mult_fn HazyResearch/structured-nets/tensorflow/krylov.py official repository unverified Apache-2.0 (permissive) · db48787ad55ef7af · report
circulant_sparsity HazyResearch/structured-nets/tensorflow/learned_operators.py official repository unverified Apache-2.0 (permissive) · b42d372b234d35de · report
construct_model HazyResearch/structured-nets/pytorch/models/nets.py official repository unverified Apache-2.0 (permissive) · f16e103b2cd798b5 · report
create_command HazyResearch/structured-nets/tensorflow/compare_parallel.py official repository unverified Apache-2.0 (permissive) · b1be7db8436ba3d5 · report
create_data_loaders HazyResearch/structured-nets/pytorch/dataset.py official repository unverified Apache-2.0 (permissive) · 57fe2dad04e97dae · report
cross_entropy_loss HazyResearch/structured-nets/pytorch/utils.py official repository unverified Apache-2.0 (permissive) · 8ef54cdb8384cbab · report
descendants HazyResearch/structured-nets/pytorch/utils.py official repository unverified Apache-2.0 (permissive) · da5caff101ceaca4 · report
forward HazyResearch/structured-nets/tensorflow/model.py official repository unverified Apache-2.0 (permissive) · 948d6e2b3de233d3 · report
get_dataset HazyResearch/structured-nets/pytorch/dataset.py official repository unverified Apache-2.0 (permissive) · caeffaa5677b8ac4 · report
get_structured_W HazyResearch/structured-nets/tensorflow/model.py official repository unverified Apache-2.0 (permissive) · 769fab47f27b89f1 · report
hankel_like HazyResearch/structured-nets/tensorflow/fixed_operators.py official repository unverified Apache-2.0 (permissive) · fb5f1ea3206617c6 · report
identity_mult_fn HazyResearch/structured-nets/tensorflow/krylov.py official repository unverified Apache-2.0 (permissive) · 143fa9ec9a47925c · report
mse_loss HazyResearch/structured-nets/pytorch/utils.py official repository unverified Apache-2.0 (permissive) · 77458eee7fb25de2 · report
polynomial_transform HazyResearch/structured-nets/tensorflow/learned_operators.py official repository unverified Apache-2.0 (permissive) · c4119d98ae620aa5 · report
split_train_val HazyResearch/structured-nets/pytorch/dataset.py official repository unverified Apache-2.0 (permissive) · fe4c30a21b8a8bc7 · report
toeplitz_like HazyResearch/structured-nets/tensorflow/fixed_operators.py official repository unverified Apache-2.0 (permissive) · f6411433b636f6e4 · report
tridiagonal_corner HazyResearch/structured-nets/tensorflow/learned_operators.py official repository unverified Apache-2.0 (permissive) · 68475184587cb150 · report
vandermonde_like HazyResearch/structured-nets/tensorflow/fixed_operators.py official repository unverified Apache-2.0 (permissive) · 63f703ee8d1bd7fb · report

Tasks

Image ClassificationLanguage ModelingLanguage Modellingimage-classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections