Development of Full-HD Multi-Standard Video CODEC IP Based on Heterogeneous Multiprocessor Architecture

Total Page:16

File Type:pdf, Size:1020Kb

Development of Full-HD Multi-Standard Video CODEC IP Based on Heterogeneous Multiprocessor Architecture Development of Full-HD Multi-standard Video CODEC IP Based on Heterogeneous Multiprocessor Architecture H.Nakata1, K.Hosogi1, M.Ehama1, T.Yuasa1, T.Fujihira1 K.Iwata2, M.Kimura2, F.Izuhara2, S.Mochizuki2, M.Nobori2 1Embedded System Platform Laboratory Central Research Laboratory Hitachi, Ltd. 2System Design Div. System Solution Business Group Renesas Technology Corp. Agenda 1.Introduction 2.Multiprocessor Architecture for Video CODEC 3.Development Methodology 4.Implementation Results 5.Summary and Conclusions 2 1.Introduction 2.Multiprocessor Architecture for Video CODEC 3.Development Methodology 4.Implementation Results 5.Summary and Conclusions 3 Video codec trends Video codec standards are increasing… MPEG-1, MPEG-2, MPEG-4 H.263, H.264 (MPEG-4/AVC), VC-1, etc. Video resolution becomes high… Many consumer devices are supporting full-HD. Digital Video Blu-ray Digital Still Digital TV Mobile Phone Camera Recorder Camera 4 Our target for video CODEC Power Better Good solution efficiency Dedicated Our circuits for all of target multi-codec, low power, and high performance. Good solution DSP Good solution for low power for multi-codec. and high performance. But disadvantage General But inefficient in power. for multi-codec. processor Flexibility We tried to apply a heterogeneous multiprocessor architecture to a video CODEC for our target. 5 CODEC IP applicable to many purpose CODEC IP written in HDL Applicable to various LSI designs for LSI for for for DTV DVC Recorder Mobile Applications Digital Video Blu-ray Digital Still Digital TV Mobile Phone Camera Recorder Camera HDL: Hardware Description Language 6 1.Introduction 2.Multiprocessor Architecture for Video CODEC 3.Development Methodology 4.Implementation Results 5.Summary and Conclusions 7 Top level architecture • All modules are connected to SBUS • SBUS is structured with 2 unidirectional shift-register-based 64bit buses • The directions of the 2 buses are opposite to each other • Some of modules use original programmable processors CODEC IP Data can be transfer at same time VLCS CE0 VLCF TRF FME DEB CME PMD MEC CTRL System Bus STX SBUS (two shift-register-based ring buses) Global CBE CE1 VLCF TRF FME DEB CME PMD LMC DMAC Stream Pixel Domain Domain Processor-type circuits Dedicated circuits 8 Separate stream domain and pixel domain • Separate both domains by intermediate stream buffers Optimize performance for each domain Stream domain Pixel domain Optimized for stream processing Optimized for Macroblock (MB) processing CE 0 VLCS CE 1 CODEC Intermediate Image Video stream stream buffer 0 Buffer buffer Intermediate stream buffer 1 External Memory Note) This figure shows decode process. Data transfer directions are opposite for encode process. 9 Distribute to plural intermediate streams Pixel domain has 2 CEs which work in parallel VLCS has to distribute an intermediate stream to both CEs for decode process Intermediate stream buffer 0 1 a picture 3 1 2 3 m VLCS 4 Intermediate stream buffer 1 •Decode to syntax element 2 m level 4 n •Change intermediate stream on every end of MB line Macroblock n Note) This figure shows decode process. The data flow is opposite for encode process. 10 Stream domain operation cycle budgeting • Performance target: 40Mbps for full-HD @ 162MHz operation Corresponded to 40Mbps @ Full-HD 662 Corresponded to 162Mcycle @ Full-HD 600 595 10% margin 400 Assigned to coefficients [cycle/MB] Proportional 200 cycle budget Assigned to MB parameters (MB type, MV, etc.) Operation cycle budget Fixed cycle budget Assigned to MB initialization 0 50 100 150 Bit stream length [bits/MB] Reserve 100 fixed operation cycles per MB and assign 3 cycles/bit for bits in streams (This meets 40Mbps performance included 10% margin) 11 Intermediate stream compaction • Intermediate stream is compacted by simple coding method Example of EGFLC • Coded by EGFLC number 1. fixed length code (FLC) prefix suffix 2. FLC – exp. golomb combined 0 1 code (EGFLC) 1 0 10 • EGFLC is used for coefficients 2 0 1 1 Similar to and MVs. 3 00 1 00 exp-golomb 4 00 1 01 code 5 00 1 10 • Intermediate stream can be 6 00 1 11 encoded and decoded fast 7 00 0 000111 by simple logic 8 00 0 001000 FLC is used • Reduce size of intermediate … 00 0 xxxxxx as suffix buffer and bandwidth for intermediate data transfer • EGFLC is about 20% smaller than normal exp. golomb code in our case. 12 VLCS structure • Stream syntax is analyzed by our VLCS original 2way LIW processor, STX, Syntax analysis processor (STX) except some syntax elements CABAC accelerator (CBE) • Some dedicated circuits are available for performance (40Mbps@162MHz) CAVLC coefficient accelerator (COEF) • VSVLC decodes/encodes various VC-1 MV calculate accelerator (VCA) variable length code for stream I/O. VLCS variable length codec engine (VSVLC) Data Control Local DMAC (LDMAC) SBUS 13 Syntax analysis processor (STX) • Two 32bit instruction slots available STX instruction slot assignments 2 instruction slots used rate 32bit 32bit Stream Type Rate H.264 CAVLC 32% Inst. slot A Inst. slot B H.264 CABAC 38% • register data transfer • register data transfer • load/store • arithmetic operation MPEG-2 48% • stream I/O •branch MPEG-4 45% • accelerator control VC-1 46% • Use only internal instruction and data memories Logical • Data memory has logical address exchangeable area address exchanged Write Data mem Write Data mem next parameter work next parameter work area area parameter parameter STX STX area area 14 Pixel-domain operation cycle budgeting Required operation amount for MB is not so different Assign operation cycle budget for a macroblock Full-HD (1920×1080 30fps) video MB rate : 244,800 MB/s Target operation frequency : 162MHz Only 661 cycle is available for a MB processing pipeline stage Too strict for processor based operation (A MB has 384 pixels for luma & chroma) Assign 661×2 = 1,332 cycles by 2 parallel processing (1,200 cycle for actual operation, 132 cycle for margin) 15 Hierarchical parallel processing • Pixel domain uses hierarchical parallel processing technique 1. 2 MBs processed 2 codec elements (CEs) in parallel 2. Each MB is processed by “pipeline” technique: each module is assigned as an pipeline stage. 3. Parallel processing is executed in each module: processor type modules have some tiny processor elements. Pipeline Stage S0 S1 S2 S3 S4 S5 S6 CE0 VLCF MEC FME TRF DEB Decode LMC Parallel Process CE1 VLCF MEC FME TRF DEB processing LMC MEC CME FME TRF DEB CE0 PMD VLCF Encode LMC Parallel Process MEC CME FME TRF DEB processing Processor-type circuits CE1 PMD VLCF Dedicated circuits LMC 16 Pixel domain processor (Programmable Image Processing Element: PIPE) Instruction Memory (Shared by 3 CPUs) LD-CPU Media-CPU ST-CPU Instruction Program Instruction Program Instruction Program Decoder Counter Decoder Counter Decoder Counter ALU ALU Register Register Media Register File File ALU File LD/ST LD/ST unit unit Data Memory Local DMAC SBUS 17 PIPE based on MIAD architecture (MIAD: Multiple Instruction Arrayed Data) • LD-CPU, Media-CPU, and ST-CPU have own program counter Those CPUs synchronize each other by sync flags in operation code LD-CPU Media-CPU Time wait sync send sync wait sync wait sync stall state send sync wait sync send sync active state • Those CPUs take 2 dimensional arrayed data operands 64 bit operation sync src 1/2(/3) operation dest width height pitch code processing operation height width 18 PIPE extension PIPE instruction set is extended for each module •Major extensions are added to Media-CPU •Some data setup operation extensions are added to LD/ST-CPU Module name Major extensions (Main function) Media-CPU FME •2way LIW mode Instruction Program (Fine Motion •Fine motion Decoder Counter Estimation/ estimation/compensation Compensation) specific instructions Media TRF •2way LIW mode Register ALU (Transform •Transform and quantization File Media and specific instructions Quantization) ALU DEB •De-blocking specific (De-blocking instructions filter) Media-CPU with 2way LIW extension 19 Hybrid architecture CE works by combination of PIPEs and dedicated circuits • PIPE architecture is optimized for 2D arrayed pixel processing • Dedicated circuits used for the functions PIPE is inefficient for Modules implemented by dedicated circuits in pixel-domain Module Reasons to use Main functions name dedicated circuits VLCF • decode/encode intermediate stream • PIPE is inefficient • MV calculation PMD • intra prediction mode selection • logic size (used by H.264 encode process only) LMC • internal line buffer control • PIPE is inefficient CME • coarse motion estimation and •performance compensation MEC • frame buffer access control for CME • PIPE is inefficient operations 20 1.Introduction 2.Multiprocessor Architecture for Video CODEC 3.Development Methodology 4.Implementation Results 5.Summary and Conclusions 21 Design flow Coding Verification Basic architecture • Decide modules in top level decision (functions & interfaces) • Design C-language-based model C model corresponded to the modules design • Develop firmware for processors C model C model • Compare with reference code results debugging verification • Check performance roughly RTL • Design RTL corresponded to design the modules (refer C model for detail) • Check function using C model RTL • Check performance/coverage verification (EWS) RTL /assertions debugging RTL • Detail verification using many long verification (FPGA) streams 22 C-language-based model design All modules are connected to SBUS The SBUS traffic of C model is designed to be the same as RTL TRF, FME,
Recommended publications
  • Data Compression: Dictionary-Based Coding 2 / 37 Dictionary-Based Coding Dictionary-Based Coding
    Dictionary-based Coding already coded not yet coded search buffer look-ahead buffer cursor (N symbols) (L symbols) We know the past but cannot control it. We control the future but... Last Lecture Last Lecture: Predictive Lossless Coding Predictive Lossless Coding Simple and effective way to exploit dependencies between neighboring symbols / samples Optimal predictor: Conditional mean (requires storage of large tables) Affine and Linear Prediction Simple structure, low-complex implementation possible Optimal prediction parameters are given by solution of Yule-Walker equations Works very well for real signals (e.g., audio, images, ...) Efficient Lossless Coding for Real-World Signals Affine/linear prediction (often: block-adaptive choice of prediction parameters) Entropy coding of prediction errors (e.g., arithmetic coding) Using marginal pmf often already yields good results Can be improved by using conditional pmfs (with simple conditions) Heiko Schwarz (Freie Universität Berlin) — Data Compression: Dictionary-based Coding 2 / 37 Dictionary-based Coding Dictionary-Based Coding Coding of Text Files Very high amount of dependencies Affine prediction does not work (requires linear dependencies) Higher-order conditional coding should work well, but is way to complex (memory) Alternative: Do not code single characters, but words or phrases Example: English Texts Oxford English Dictionary lists less than 230 000 words (including obsolete words) On average, a word contains about 6 characters Average codeword length per character would be limited by 1
    [Show full text]
  • Video Codec Requirements and Evaluation Methodology
    Video Codec Requirements 47pt 30pt and Evaluation Methodology Color::white : LT Medium Font to be used by customers and : Arial www.huawei.com draft-filippov-netvc-requirements-01 Alexey Filippov, Huawei Technologies 35pt Contents Font to be used by customers and partners : • An overview of applications • Requirements 18pt • Evaluation methodology Font to be used by customers • Conclusions and partners : Slide 2 Page 2 35pt Applications Font to be used by customers and partners : • Internet Protocol Television (IPTV) • Video conferencing 18pt • Video sharing Font to be used by customers • Screencasting and partners : • Game streaming • Video monitoring / surveillance Slide 3 35pt Internet Protocol Television (IPTV) Font to be used by customers and partners : • Basic requirements: . Random access to pictures 18pt Random Access Period (RAP) should be kept small enough (approximately, 1-15 seconds); Font to be used by customers . Temporal (frame-rate) scalability; and partners : . Error robustness • Optional requirements: . resolution and quality (SNR) scalability Slide 4 35pt Internet Protocol Television (IPTV) Font to be used by customers and partners : Resolution Frame-rate, fps Picture access mode 2160p (4K),3840x2160 60 RA 18pt 1080p, 1920x1080 24, 50, 60 RA 1080i, 1920x1080 30 (60 fields per second) RA Font to be used by customers and partners : 720p, 1280x720 50, 60 RA 576p (EDTV), 720x576 25, 50 RA 576i (SDTV), 720x576 25, 30 RA 480p (EDTV), 720x480 50, 60 RA 480i (SDTV), 720x480 25, 30 RA Slide 5 35pt Video conferencing Font to be used by customers and partners : • Basic requirements: . Delay should be kept as low as possible 18pt The preferable and maximum delay values should be less than 100 ms and 350 ms, respectively Font to be used by customers .
    [Show full text]
  • (A/V Codecs) REDCODE RAW (.R3D) ARRIRAW
    What is a Codec? Codec is a portmanteau of either "Compressor-Decompressor" or "Coder-Decoder," which describes a device or program capable of performing transformations on a data stream or signal. Codecs encode a stream or signal for transmission, storage or encryption and decode it for viewing or editing. Codecs are often used in videoconferencing and streaming media solutions. A video codec converts analog video signals from a video camera into digital signals for transmission. It then converts the digital signals back to analog for display. An audio codec converts analog audio signals from a microphone into digital signals for transmission. It then converts the digital signals back to analog for playing. The raw encoded form of audio and video data is often called essence, to distinguish it from the metadata information that together make up the information content of the stream and any "wrapper" data that is then added to aid access to or improve the robustness of the stream. Most codecs are lossy, in order to get a reasonably small file size. There are lossless codecs as well, but for most purposes the almost imperceptible increase in quality is not worth the considerable increase in data size. The main exception is if the data will undergo more processing in the future, in which case the repeated lossy encoding would damage the eventual quality too much. Many multimedia data streams need to contain both audio and video data, and often some form of metadata that permits synchronization of the audio and video. Each of these three streams may be handled by different programs, processes, or hardware; but for the multimedia data stream to be useful in stored or transmitted form, they must be encapsulated together in a container format.
    [Show full text]
  • Image Compression Using Discrete Cosine Transform Method
    Qusay Kanaan Kadhim, International Journal of Computer Science and Mobile Computing, Vol.5 Issue.9, September- 2016, pg. 186-192 Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320–088X IMPACT FACTOR: 5.258 IJCSMC, Vol. 5, Issue. 9, September 2016, pg.186 – 192 Image Compression Using Discrete Cosine Transform Method Qusay Kanaan Kadhim Al-Yarmook University College / Computer Science Department, Iraq [email protected] ABSTRACT: The processing of digital images took a wide importance in the knowledge field in the last decades ago due to the rapid development in the communication techniques and the need to find and develop methods assist in enhancing and exploiting the image information. The field of digital images compression becomes an important field of digital images processing fields due to the need to exploit the available storage space as much as possible and reduce the time required to transmit the image. Baseline JPEG Standard technique is used in compression of images with 8-bit color depth. Basically, this scheme consists of seven operations which are the sampling, the partitioning, the transform, the quantization, the entropy coding and Huffman coding. First, the sampling process is used to reduce the size of the image and the number bits required to represent it. Next, the partitioning process is applied to the image to get (8×8) image block. Then, the discrete cosine transform is used to transform the image block data from spatial domain to frequency domain to make the data easy to process.
    [Show full text]
  • MC14SM5567 PCM Codec-Filter
    Product Preview Freescale Semiconductor, Inc. MC14SM5567/D Rev. 0, 4/2002 MC14SM5567 PCM Codec-Filter The MC14SM5567 is a per channel PCM Codec-Filter, designed to operate in both synchronous and asynchronous applications. This device 20 performs the voice digitization and reconstruction as well as the band 1 limiting and smoothing required for (A-Law) PCM systems. DW SUFFIX This device has an input operational amplifier whose output is the input SOG PACKAGE CASE 751D to the encoder section. The encoder section immediately low-pass filters the analog signal with an RC filter to eliminate very-high-frequency noise from being modulated down to the pass band by the switched capacitor filter. From the active R-C filter, the analog signal is converted to a differential signal. From this point, all analog signal processing is done differentially. This allows processing of an analog signal that is twice the amplitude allowed by a single-ended design, which reduces the significance of noise to both the inverted and non-inverted signal paths. Another advantage of this differential design is that noise injected via the power supplies is a common mode signal that is cancelled when the inverted and non-inverted signals are recombined. This dramatically improves the power supply rejection ratio. After the differential converter, a differential switched capacitor filter band passes the analog signal from 200 Hz to 3400 Hz before the signal is digitized by the differential compressing A/D converter. The decoder accepts PCM data and expands it using a differential D/A converter. The output of the D/A is low-pass filtered at 3400 Hz and sinX/X compensated by a differential switched capacitor filter.
    [Show full text]
  • Lossless Compression of Audio Data
    CHAPTER 12 Lossless Compression of Audio Data ROBERT C. MAHER OVERVIEW Lossless data compression of digital audio signals is useful when it is necessary to minimize the storage space or transmission bandwidth of audio data while still maintaining archival quality. Available techniques for lossless audio compression, or lossless audio packing, generally employ an adaptive waveform predictor with a variable-rate entropy coding of the residual, such as Huffman or Golomb-Rice coding. The amount of data compression can vary considerably from one audio waveform to another, but ratios of less than 3 are typical. Several freeware, shareware, and proprietary commercial lossless audio packing programs are available. 12.1 INTRODUCTION The Internet is increasingly being used as a means to deliver audio content to end-users for en­ tertainment, education, and commerce. It is clearly advantageous to minimize the time required to download an audio data file and the storage capacity required to hold it. Moreover, the expec­ tations of end-users with regard to signal quality, number of audio channels, meta-data such as song lyrics, and similar additional features provide incentives to compress the audio data. 12.1.1 Background In the past decade there have been significant breakthroughs in audio data compression using lossy perceptual coding [1]. These techniques lower the bit rate required to represent the signal by establishing perceptual error criteria, meaning that a model of human hearing perception is Copyright 2003. Elsevier Science (USA). 255 AU rights reserved. 256 PART III / APPLICATIONS used to guide the elimination of excess bits that can be either reconstructed (redundancy in the signal) orignored (inaudible components in the signal).
    [Show full text]
  • The H.264 Advanced Video Coding (AVC) Standard
    Whitepaper: The H.264 Advanced Video Coding (AVC) Standard What It Means to Web Camera Performance Introduction A new generation of webcams is hitting the market that makes video conferencing a more lifelike experience for users, thanks to adoption of the breakthrough H.264 standard. This white paper explains some of the key benefits of H.264 encoding and why cameras with this technology should be on the shopping list of every business. The Need for Compression Today, Internet connection rates average in the range of a few megabits per second. While VGA video requires 147 megabits per second (Mbps) of data, full high definition (HD) 1080p video requires almost one gigabit per second of data, as illustrated in Table 1. Table 1. Display Resolution Format Comparison Format Horizontal Pixels Vertical Lines Pixels Megabits per second (Mbps) QVGA 320 240 76,800 37 VGA 640 480 307,200 147 720p 1280 720 921,600 442 1080p 1920 1080 2,073,600 995 Video Compression Techniques Digital video streams, especially at high definition (HD) resolution, represent huge amounts of data. In order to achieve real-time HD resolution over typical Internet connection bandwidths, video compression is required. The amount of compression required to transmit 1080p video over a three megabits per second link is 332:1! Video compression techniques use mathematical algorithms to reduce the amount of data needed to transmit or store video. Lossless Compression Lossless compression changes how data is stored without resulting in any loss of information. Zip files are losslessly compressed so that when they are unzipped, the original files are recovered.
    [Show full text]
  • Mutual Information, the Linear Prediction Model, and CELP Voice Codecs
    information Article Mutual Information, the Linear Prediction Model, and CELP Voice Codecs Jerry Gibson Department of Electrical and Computer Engineering, University of California, Santa Barbara, CA 93106, USA; [email protected]; Tel.: +1-805-893-6187 Received: 14 April 2019; Accepted: 19 May 2019; Published: 22 May 2019 Abstract: We write the mutual information between an input speech utterance and its reconstruction by a code-excited linear prediction (CELP) codec in terms of the mutual information between the input speech and the contributions due to the short-term predictor, the adaptive codebook, and the fixed codebook. We then show that a recently introduced quantity, the log ratio of entropy powers, can be used to estimate these mutual informations in terms of bits/sample. A key result is that for many common distributions and for Gaussian autoregressive processes, the entropy powers in the ratio can be replaced by the corresponding minimum mean squared errors. We provide examples of estimating CELP codec performance using the new results and compare these to the performance of the adaptive multirate (AMR) codec and other CELP codecs. Similar to rate distortion theory, this method only needs the input source model and the appropriate distortion measure. Keywords: autoregressive models; entropy power; linear prediction model; CELP voice codecs; mutual information 1. Introduction Voice coding is a critical technology for digital cellular communications, voice over Internet protocol (VoIP), voice response applications, and videoconferencing systems [1,2]. Code-excited linear prediction (CELP) is the most widely deployed method for speech coding today, serving as the primary speech coding method in the adaptive multirate (AMR) codec [3] and in the more recent enhanced voice services (EVS) codec [4], both of which are used in cell phones and VoIP.
    [Show full text]
  • Acronis Revive 2019
    Acronis Revive 2019 Table of contents 1 Introduction to Acronis Revive 2019 .................................................................................3 1.1 Acronis Revive 2019 Features .................................................................................................... 3 1.2 System Requirements and Installation Notes ........................................................................... 4 1.3 Technical Support ...................................................................................................................... 5 2 Data Recovery Using Acronis Revive 2019 .........................................................................6 2.1 Recover Lost Files from Existing Logical Disks ........................................................................... 7 2.1.1 Searching for a File ........................................................................................................................................ 16 2.1.2 Finding Previous File Versions ...................................................................................................................... 18 2.1.3 File Masks....................................................................................................................................................... 19 2.1.4 Regular Expressions ...................................................................................................................................... 20 2.1.5 Previewing Files ............................................................................................................................................
    [Show full text]
  • The Aim Codec for Windows and OSX
    The AiM Codec for Windows and OSX The Avolites Ai server plays QuickTime movies, but it uses its own special codec called AiM. The AiM codec is not installed with QuickTime by default, but is free to download from the Avolites website for both Windows and Mac. On this same page you will also find download links for the latest Ai Server software and manual. After registering on the Avolites website, you can access these files here: https://www.avolites.com/software/ai-downloads If using Windows, a dedicated installer can be downloaded from the website. This will manually install the Adobe plugin and the QuickTime component. However a download package exists as a zip file. This contains versions for both PC (Windows) and Mac (OSX). Once downloaded, you need to unzip the package and then place the correct version of the codec for your operating system in to the appropriate folder on your computer. Adobe AiM Installer As of April 2018, Adobe have removed support for many Quicktime Codecs – this means that as is, modern versions of Adobe products cannot export AiM encoded video. For this reason, we have created a set of plugins for Adobe products which run on both Windows and OSX and allow AiM based media to be both Imported and Exported with Premiere, After Effects and Media Encoder. Note: The plugins are built for 64 bit version of the Adobe products, which means that you need to be running CS6 or later versions of the relevant Adobe software. The installer can also be found in the downloads section of the Avolites website: https://www.avolites.com/software/ai-downloads PC (Windows) Installer For the PC there is a dedicated AiM installer.
    [Show full text]
  • Image Compression with Encoder-Decoder Matched Semantic Segmentation
    Image Compression with Encoder-Decoder Matched Semantic Segmentation Trinh Man Hoang1, Jinjia Zhou1,2, and Yibo Fan3 1Graduate School of Science and Engineering, Hosei University, Tokyo, Japan 2JST, PRESTO, Tokyo, Japan 3Fudan University, Shanghai, China Abstract Recently, thanks to the rapid evolution of the semantic seg- mentation technique, several techniques have achieved high In recent years, the layered image compression is performance whose results can be used in other tasks[16]. demonstrated to be a promising direction, which encodes The state-of-the-art semantic-based image compression a compact representation of the input image and apply an framework – DSSLIC[4] sent the down-sampled image and up-sampling network to reconstruct the image. To fur- the semantic segment to the decoder. DSSILC then up- ther improve the quality of the reconstructed image, some sampled the compact image and used the GAN-based[7] works transmit the semantic segment together with the com- image synthesis technique[14] to reconstruct the image us- pressed image data. Consequently, the compression ratio is ing the sending semantic segment and the up-sampled ver- also decreased because extra bits are required for trans- sion. With the help of the semantic segment, DSSLIC could mitting the semantic segment. To solve this problem, we reconstruct better image quality than all the existed tradi- propose a new layered image compression framework with tional image compression methods. However, DSSLIC re- encoder-decoder matched semantic segmentation (EDMS). quires the encoder to send extra bits of the semantic seg- And then, followed by the semantic segmentation, a special ment extracted from the original image to the decoder under convolution neural network is used to enhance the inaccu- a lossless compression.
    [Show full text]
  • SANDWICHED IMAGE COMPRESSION: WRAPPING NEURAL NETWORKS AROUND a STANDARD CODEC Onur G. Guleryuz, Philip A. Chou, Hugues Hoppe, D
    SANDWICHED IMAGE COMPRESSION: WRAPPING NEURAL NETWORKS AROUND A STANDARD CODEC Onur G. Guleryuz, Philip A. Chou, Hugues Hoppe, Danhang Tang, Ruofei Du, Philip Davidson, Sean Fanello Google Research foguleryuz, philchou, hopp, danhangtang, ruofei, pdavidson, [email protected] ABSTRACT We sandwich a standard image codec between two neural net- works: a preprocessor that outputs neural codes, and a post- processor that reconstructs the image. The neural codes are compressed as ordinary images by the standard codec. Us- ing differentiable proxies for both rate and distortion, we de- velop a rate-distortion optimization framework that trains the networks to generate neural codes that are efficiently com- (a) Original source image −! (b) Neural code “bottleneck” image pressible as images. This architecture not only improves rate- distortion performance for ordinary RGB images, but also en- ables efficient compression of alternative image types (such as normal maps of computer graphics) using standard image codecs. Results demonstrate the effectiveness and flexibil- ity of neural processing in mapping a variety of input data modalities to the rigid structure of standard codecs. A sur- prising result is that the rate-distortion-optimized neural pro- (d) Reconstructed source − (c) Reconstructed “bottleneck” image cessing seamlessly learns to transport color images using a single-channel (grayscale) codec. Fig. 1: Even with a simple codec (here, grayscale JPEG 4:0:0), a Index Terms— deep learning, image compression neural sandwich architecture can accomplish unconventional results. Whereas 4:0:0 usually just stores luminance, the neural preprocessor is able to encode a full RGB image into a single-channel bottleneck. 1. INTRODUCTION The neural code image has low-frequency dither-like patterns that modulate color information yet also survive JPEG compression.
    [Show full text]