← Search

Matthew Eichhorn

4 accepted papers

2025

Analysis of Two-Stage Rollout Designs with Clustering for Causal Inference under Network Interference

AISTATS 2025poster

Estimating causal effects under interference is pertinent to many real-world settings. Recent work with low-order potential outcomes models uses a rollout design to obtain unbiased estimators that require no interference network information. However, the required extrapolation can lead to prohibitiv…

Cited by 0SourcecodeScholar
2022

Staggered Rollout Designs Enable Causal Inference Under Interference Without Network Knowledge

NeurIPS 2022accept

Randomized experiments are widely used to estimate causal effects across many domains. However, classical causal inference approaches rely on independence assumptions that are violated by network interference, when the treatment of one individual influences the outcomes of others. All existing appro…

Cited by 26SourcePDFScholar
2020

Kaleidoscope: An Efficient, Learnable Representation For All Structured Linear Maps

ICLR 2020spotlight

Modern neural network architectures use structured linear transformations, such as low-rank matrices, sparse matrices, permutations, and the Fourier transform, to improve inference speed and reduce memory usage compared to general linear maps. However, choosing which of the myriad structured transfo…

Cited by 71SourceScholar
2019

Learning Fast Algorithms for Linear Transforms Using Butterfly Factorizations

ICML 2019oral

Fast linear transforms are ubiquitous in machine learning, including the discrete Fourier transform, discrete cosine transform, and other structured transformations such as convolutions. All of these transforms can be represented by dense matrix-vector multiplication, yet each has a specialized and…