Paper
22 May 2014 Massive parallel implementation of JPEG2000 decoding algorithm with multi-GPUs
Author Affiliations +
Abstract
JPEG2000 is an important technique for image compression that has been successfully used in many fields. Due to the increasing spatial, spectral and temporal resolution of remotely sensed imagery data sets, fast decompression of remote sensed data is becoming a very important and challenging object. In this paper, we develop an implementation of the JPEG2000 decompression in graphics processing units (GPUs) for fast decoding of codeblock-based parallel compression stream. We use one CUDA block to decode one frame. Tier-2 is still serial decoded while Tier-1 and IDWT are parallel processed. Since our encode stream are block-based parallel which means each block are independent with other blocks, we parallel process each block in T1 with one thread. For IDWT, we use one CUDA block to execute one line and one CUDA thread to process one pixel. We investigate the speedups that can be gained by using the GPUs implementations with regards to the CPUs-based serial implementations. Experimental result reveals that our implementation can achieve significant speedups compared with serial implementations.
© (2014) COPYRIGHT Society of Photo-Optical Instrumentation Engineers (SPIE). Downloading of the abstract is permitted for personal use only.
Xianyun Wu, Yunsong Li, Kai Liu, Keyan Wang, and Li Wang "Massive parallel implementation of JPEG2000 decoding algorithm with multi-GPUs", Proc. SPIE 9124, Satellite Data Compression, Communications, and Processing X, 91240S (22 May 2014); https://doi.org/10.1117/12.2053007
Lens.org Logo
CITATIONS
Cited by 4 scholarly publications.
Advertisement
Advertisement
RIGHTS & PERMISSIONS
Get copyright permission  Get copyright permission on Copyright Marketplace
KEYWORDS
JPEG2000

Image compression

Image processing

Wavelets

Parallel computing

Data compression

Lithium

RELATED CONTENT

Block-based embedded color image and video coding
Proceedings of SPIE (January 18 2004)
A zero block detection algorithm used in EBCOT and its...
Proceedings of SPIE (October 19 2012)
MeshEZW: an image coder using mesh and finite elements
Proceedings of SPIE (August 08 2003)
Prior important band hyperspectral image compression
Proceedings of SPIE (September 25 2003)
A novel context model for remote sensing image compression
Proceedings of SPIE (August 15 2011)

Back to Top