The RAI Data Compression Challenge focuses on the design and evaluation of fully lossless compressors for raw astronomical image data. The input consists of raw spatial images stored as unsigned 16-bit integers in big-endian format, with fixed resolution 1500×1500. A set of training files (Download) is provided for development, tuning, and preliminary benchmarking, while a separate testing set is reserved for the final evaluation and is not disclosed to submitters in advance.
After the submission deadline of 26 May 2026, the submitted binaries will be executed on the hidden testing files under the same evaluation framework used for the public benchmark. This makes it possible to assess not only compression performance on known data, but also the robustness and generalization ability of each method when applied to previously unseen files of the same modality.
This page summarizes benchmark results for reference compressors and submitted solutions. Participation is open, and the benchmark is intended to support comparisons between general-purpose compressors and data-adapted approaches specifically designed for raw astronomical imagery. All submitted implementations must run under Linux, reconstruct the original data exactly after decompression, and comply with the project constraints.
The decompression binary must not exceed 1 MB and the compression binary must not exceed 5 MB. The implementation must operate within the defined resource limits, including a maximum of 8 GB of RAM and a maximum of 8 threads. The main metrics reported here are compressed size, compression ratio, bits per byte, compression time, decompression time, and total execution time. Results may be viewed per file, per subset, or as an overall aggregate.
Submissions must be sent to pratas@ua.pt. The executables must follow the command-line conventions:
CompressorName input_file output_file
and
DecompressorName input_file output_file
In the ranking table, click the column headers to sort. Search and exclusion filters may be combined.
Showing results for Overall
Showing results for Overall
| Rank | Compressor | Compressed (Bytes) | Ratio | bits/byte | t_comp (s) | t_decomp (s) | t_total (s) | Lossless |
|---|
Computed with gzip as reference for Overall
| # | Compressor | Weissman Score | Ratio | t_total (s) | Lossless |
|---|