mirror of
https://github.com/papers-we-love/papers-we-love.git
synced 2024-10-27 20:34:20 +00:00
added the urls to the paper in readme file; added reasons for the paper in readme file.
This commit is contained in:
parent
12e2307011
commit
a63b078e3c
@ -5,12 +5,15 @@
|
||||
|
||||
## Scientific Data Compression
|
||||
|
||||
* :scroll: [Fast Error-bounded Lossy HPC Data Compression with SZ(SZ-0.1)](scientific_data_compression/Fast_Error-bounded_Lossy_HPC_Data_Compression_with_SZ.pdf)
|
||||
* :scroll: [Fast Error-bounded Lossy HPC Data Compression with SZ(SZ-0.1)](https://www.mcs.anl.gov/papers/P5437-1115.pdf)
|
||||
>This is the first version of SZ. In this paper, SZ is introduced to achieve data reduction using regression-based data point prediction.
|
||||
|
||||
* :scroll: [Significantly Improving Lossy Compression for Scientific Data Sets Based on Multidimensional Prediction and Error-Controlled Quantization(SZ-1.4)](scientific_data_compression/Significantly_Improving_Lossy_Compression_for_Scientific_Data_Sets_Based_on_Multidimensional_Prediction_and_Error-Controlled_Quantization.pdf)
|
||||
* :scroll: [Significantly Improving Lossy Compression for Scientific Data Sets Based on Multidimensional Prediction and Error-Controlled Quantization(SZ-1.4)](https://arxiv.org/pdf/1706.03791.pdf)
|
||||
> This work is known as SZ-1.4. In this work, SZ employs multi-dimensional data prediction so that data with dimension larger than 1 is no longer linearized into single dimension before compression. In this way, more data locality is preserved thus compression ratio is improved.
|
||||
|
||||
* :scroll: [Error-Controlled Lossy Compression Optimized for High Compression Ratios of Scientific Datasets(SZ-2.0)](scientific_data_compression/Error-Controlled_Lossy_Compression_Optimized_for_High_Compression_Ratios_of_Scientific_Datasets.pdf)
|
||||
* :scroll: [Error-Controlled Lossy Compression Optimized for High Compression Ratios of Scientific Datasets(SZ-2.0)](https://www.mcs.anl.gov/~hguo/publications/LiangDTLLGCC18.pdf)
|
||||
> This work is known as SZ-2.0. In this work, authors proposed an online selection tool between 2 predictors, the mean-integrated Lorenzo predictor and linear regression-based predictor. Users can choose the predictor that yields larger compression ratio with higher prediction accuracy.
|
||||
|
||||
* :scroll: [Fixed-Rate Compressed Floating-Point Arrays(ZFP)](scientific_data_compression/Fixed-Rate_Compressed_Floating-Point_Arrays.pdf)
|
||||
* :scroll: [Fixed-Rate Compressed Floating-Point Arrays(ZFP)](http://vis.cs.ucdavis.edu/vis2014papers/TVCG/papers/2674_20tvcg12-lindstrom-2346458.pdf)
|
||||
|
||||
* :scroll: [FPC: A High-Speed Compressor for Double-Precision Floating-Point Data](scientific_data_compression/FPC_A_High_Speed_Compressor_for_Double_Precision_Floating-Point_Data.pdf)
|
||||
* :scroll: [FPC: A High-Speed Compressor for Double-Precision Floating-Point Data](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.388.2782&rep=rep1&type=pdf)
|
||||
|
Loading…
Reference in New Issue
Block a user