paper-with-me

Papers

Efficient Data Compression for 3D Sparse TPC via Bicephalous Convolutional Autoencoder

2021-11-09 · Yi Huang, Yihui Ren, Shinjae Yoo, Jin Huang

Real-time data collection and analysis in large experimental facilities present a great challenge across multiple domains, including high energy physics, nuclear physics, and cosmology. To address this, machine learning (ML)-based methods for real-time data compression have drawn significant attention. However, unlike natural image data, such as CIFAR and ImageNet that are relatively small-sized and continuous, scientific data often come in as three-dimensional data volumes at high rates with high sparsity (many zeros) and non-Gaussian value distribution. This makes direct application of popular ML compression methods, as well as conventional data compression methods, suboptimal. To address these obstacles, this work introduces a dual-head autoencoder to resolve sparsity and regression simultaneously, called \textit{Bicephalous Convolutional AutoEncoder} (BCAE). This method shows advantages both in compression fidelity and ratio compared to traditional data compression methods, such as MGARD, SZ, and ZFP. To achieve similar fidelity, the best performer among the traditional methods can reach only half the compression ratio of BCAE. Moreover, a thorough ablation study of the BCAE method shows that a dedicated segmentation decoder improves the reconstruction.

📄 PDF Abstract BibTeX arXiv:2111.05423

Code (1)

BNL-DAQ-LDRD/NeuralCompression 공식 구현 pytorch

Tasks

Data CompressionDecoder

Methods 이 논문이 사용한 방법론

FAVOR+ 설명 없음
Performer Performer is a Transformer architecture which can estimate regular…

Similar Papers 제목 키워드 기반

Fast 2D Bicephalous Convolutional Autoencoder for Compressing 3D Time Projection Chamber Data

2023-10-23 · Yi Huang, Yihui Ren, Shinjae Yoo, Jin Huang

High-energy large-scale particle colliders produce data at high speed in the order of 1 terabytes per second in nuclear physics and petabytes per second in high-energy physics. Developing real-time data compression algor…

Data Compression

Electroencephalogram Sensor Data Compression Using An Asymmetrical Sparse Autoencoder With A Discrete Cosine Transform Layer

2023-09-15 · Xin Zhu, Hongyi Pan, Shuaiang Rong, Ahmet Enis Cetin

Electroencephalogram (EEG) data compression is necessary for wireless recording applications to reduce the amount of data that needs to be transmitted. In this paper, an asymmetrical sparse autoencoder with a discrete co…

Data CompressionDecoderEEGElectroencephalogram (EEG)

Image Compression: Sparse Coding vs. Bottleneck Autoencoders

2017-10-26 · Yijing Watkins, Mohammad Sayeh, Oleksandr Iaroshenko, Garrett Kenyon

Bottleneck autoencoders have been actively researched as a solution to image compression tasks. However, we observed that bottleneck autoencoders produce subjectively low quality reconstructed images. In this work, we ex…

General ClassificationImage CompressionSSIM

Unfolding Neural Networks for Compressive Multichannel Blind Deconvolution

2020-10-22 · Bahareh Tolooshams, Satish Mulleti, Demba Ba, Yonina C. Eldar

We propose a learned-structured unfolding neural network for the problem of compressive sparse multichannel blind-deconvolution. In this problem, each channel's measurements are given as convolution of a common source si…

Decoder

ALF: Autoencoder-based Low-rank Filter-sharing for Efficient Convolutional Neural Networks

2020-07-27 · Alexander Frickenstein, Manoj-Rohit Vemparala, Nael Fasfous, Laura Hauenschild 외

Closing the gap between the hardware requirements of state-of-the-art convolutional neural networks and the limited resources constraining embedded applications is the next big challenge in deep learning research. The co…

Model Compression