Map image compression for real-time applications UNIVERSITY OF JOENSUU DEPARTMENT OF COMPUTER SCIENCE Image Compression Research group: Pasi Fränti, Eugene Ageenko, Pavel Kopylov, Sami Gröhn, and Florian Berger
Real-time application Visual view of the surrounding area. GPS or MPS based navigation. Real time panning and zooming
Map storage vs. Portable device Uncompressed: Electronic library of Finnish Road maps with resolution 1: takes an entire CD (over 600 Mb). Compressed: The map must be decompressed in the memory, before the image can be viewed. Portable devices: Small storage size 16/64 Mb ( up to 512Mb with CompactFlash ) Weak processor performance: up to 200 Mhz
Properties of maps Maps of 5000 5000 pixels (10 10 km 2 ). Uncompressed file size 12 Mb. Topographic and Road maps. National Land Survey of Finland:
Map image storage system (MISS) Zooming: Multi-scale representation. Panning: block decomposition + direct access to compressed file. Compact size: Image compression.
Maps in different scale 1:80,0001: (generated from 1:20 000) 1:20,000
Multi-scale organization
Modelling Context based statistical modelling Coding Arithmetic coding Compression method
Map image organization Step 1. Map divided into layers Step 2. Layers divided into blocks Step 3. Blocks compressed separately
Decomposition to binary layers Semantic decomposition Color separation Bit-level separation
Semantic decomposition BasicWaterElevation linesPropertiesFields
Color separation Color 1Color 2Color 3Color 5Color 4
Bit-level separation Plane 1Plane 2Plane 3 Plane 5Plane 4Plane 7Plane 6Plane 8
Semantic vs. color separation
Block decomposition 1. Binary layers divided into non-overlapping rectangular blocks 2. Each block compressed separately 3. Compressed blocks are stored in the same file 4. Index table is stored in the header of the file
Use in the client device Current viewMovementUpdate of view
Real-time image decoding
Dynamic map handling
Compression results
Semantic vs. color separation
The effect of the block size
Decompression times Times are for Set #1 using a processor of 1000 MIPS
Retrieval timings of full screen
Conclusions Map image storage system (MISS) proposed for real-time applications. System architecture designed to minimize storage size, transmission time, and memory requirements.