paper-with-me

Papers

You Only Compress Once: Optimal Data Compression for Estimating Linear Models

2021-02-22 · Jeffrey Wong, Eskil Forsell, Randall Lewis, Tobias Mao, Matthew Wardrop

Linear models are used in online decision making, such as in machine learning, policy algorithms, and experimentation platforms. Many engineering systems that use linear models achieve computational efficiency through distributed systems and expert configuration. While there are strengths to this approach, it is still difficult to have an environment that enables researchers to interactively iterate and explore data and models, as well as leverage analytics solutions from the open source community. Consequently, innovation can be blocked. Conditionally sufficient statistics is a unified data compression and estimation strategy that is useful for the model development process, as well as the engineering deployment process. The strategy estimates linear models from compressed data without loss on the estimated parameters and their covariances, even when errors are autocorrelated within clusters of observations. Additionally, the compression preserves almost all interactions with the the original data, unlocking better productivity for both researchers and engineering systems.

📄 PDF Abstract BibTeX arXiv:2102.11297

Code (1)

py-econometrics/duckreg

Tasks

Computational EfficiencyData CompressionDecision Making

Similar Papers 제목 키워드 기반

You Only Compress Once: Towards Effective and Elastic BERT Compression via Exploit-Explore Stochastic Nature Gradient

2021-06-04 · Shaokun Zhang, Xiawu Zheng, Chenyi Yang, Yuchao Li 외

Despite superior performance on various natural language processing tasks, pre-trained models such as BERT are challenged by deploying on resource-constraint devices. Most existing model compression approaches require re…

AutoMLModel Compression

Performance Analysis of DCT, Hadamard, and PCA in Block-Based Image Compression

2026-01-09 · Yashika Ahlawat arxiv

Block based image compression relies on transform coding to concentrate signal energy into a small number of coefficients. While classical codecs use fixed transforms such as the Discrete Cosine Transform (DCT), data dri…

Image Compression

Compression of user generated content using denoised references

2022-03-07 · Eduardo Pavez, Enrique Perez, Xin Xiong, Antonio Ortega 외

Video shared over the internet is commonly referred to as user generated content (UGC). UGC video may have low quality due to various factors including previous compression. UGC video is uploaded by users, and then it is…

Denoising

ByteComp: Revisiting Gradient Compression in Distributed Training

2022-05-28 · Zhuang Wang, Haibin Lin, Yibo Zhu, T. S. Eugene Ng

Gradient compression (GC) is a promising approach to addressing the communication bottleneck in distributed deep learning (DDL). However, it is challenging to find the optimal compression strategy for applying GC to DDL …

Succinct Compression: Near-Optimal and Lossless Compression of Deep Neural Networks during Inference Runtime

2021-09-29 · Yicun Duan, Xiangjun Peng

Recent advances in Deep Neural Networks (DNN) compression (e.g. pruning, quantization and etc.) significantly reduces the amount of space consumption for storage, making them easier to deploy in low-cost devices. However…

Quantization