A New Model-Based Algorithm for Optimizing the MPEG-AAC in MS-Stereo Olivier Derrien, Gael Richard

Total Page:16

File Type:pdf, Size:1020Kb

A New Model-Based Algorithm for Optimizing the MPEG-AAC in MS-Stereo Olivier Derrien, Gael Richard A new model-based algorithm for optimizing the MPEG-AAC in MS-stereo Olivier Derrien, Gael Richard To cite this version: Olivier Derrien, Gael Richard. A new model-based algorithm for optimizing the MPEG-AAC in MS- stereo. IEEE Transactions on Audio, Speech and Language Processing, Institute of Electrical and Electronics Engineers, 2008, 16 (8), pp.1373-1382. 10.1109/TASL.2008.2002068. hal-00467510 HAL Id: hal-00467510 https://hal.archives-ouvertes.fr/hal-00467510 Submitted on 26 Mar 2010 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. 1 A new model-based algorithm for optimizing the MPEG-AAC in MS-stereo Olivier Derrien and Ga¨el Richard, Senior Member, IEEE Abstract— In this paper, a new model-based algorithm Middle (M) and Sides (S) channels. M and S are coded for optimizing the MPEG-Advanced Audio Coder (AAC) instead of L and R and the reverse transformation is per- in MS-stereo mode is presented. This algorithm is an ex- tension to stereo signals of prior work on a statistical model formed at the decoder side. In MPEG-AAC, LR and MS of quantization noise. Traditionally, MS-stereo coding ap- mode can be used alternatively for each frequency subband proaches replace the Left (L) and Right (R) channels by the and each frame. The moderate coding gain is compen- Middle (M) and Sides (S) channels, each channel being in- sated by a small amount of side-information (one bit per dependently processed, almost like a monophonic signal. In contrast, our method proposes a global approach for coding subband). Other linear transformations have been pro- both channels in the same process. A model for the quan- posed in the literature: Inter-channel decorrelation with tization error allows us to tune the quantizers on channels a Karhunen-Loeve transform [5], inter-channel prediction M and S with respect to a distortion constraint on the re- constructed channels L and R as they will appear in the [6], [7], and more recently a time-aligned version of the MS decoder. This approach leads to a more efficient percep- transformation [8]. With all these techniques, the coding tual noise-shaping and avoids using complex psychoacoustic gain is increased for some signals, but at the expense of models built on the M and S channels. Furthermore, it pro- vides a straightforward scheme to choose between LR and additional side information. MS modes in each subband for each frame. Subjective lis- Parametric stereo coding is another popular scheme for tening tests prove that the coding efficiency at a medium increasing the coding efficiency. A core monophonic coder bitrate (96 kbits/s for both channels) is significantly bet- is used in combination with additional parameters that de- ter with our algorithm than with the standard algorithm, without increase of complexity. scribe the stereo information. The resulting auxiliary bit- Keywords— Perceptual audio coding, MPEG-AAC, MS- stream usually requires very few coding bits, but the orig- stereo, statistical model, quantization, scalefactor, bitrate inal signals in channels L and R can not be totally recov- constraint, distortion constraint, optimization algorithm. ered, even for very high bitrates. Thus, parametric stereo schemes are suitable for low bitrate applications. Orig- I. Introduction inally, a simple parametric stereo mode, called Intensity Stereo (IS), was specified in the MPEG-AAC standard. The MPEG-4 Advanced Audio Coder (AAC) is the lat- It consists of coding only the M channel and an inter- est international standard for high-quality lossy audio cod- channel intensity difference parameter for each subband. ing [1], [2]. Its application field is still expanding, includ- Since, many studies have been carried out on parametric ing consumer audio equipment and digital video broad- stereo (see for instance [9], [10]) and in the latest exten- casting. This codec has been derived in several profiles sion of MPEG-AAC, called HE-AAC v2 [11], the paramet- i.e. variations, for different applications: Low Complexity ric stereo mode can be considered as an improved version (LC-AAC), Low Delay (LD-AAC), High Efficiency (HE- of the original IS mode: more parameters can be used AAC/AACPlus) etc. The MPEG-AAC is a frame-based to describe the stereo image (intensity difference, cross- transform-coder. Its apparent complexity is due to a large correlation, phase/time difference). However, the typical variety of coding parameters, which make the optimization bitrate for the HE-AAC v2 is quite low: 24kbps for both process difficult to engineer and recent publications show channels. that AAC optimization is still a current issue [3]. In this paper, we consider high-quality/high-bitrate ap- The MPEG-AAC is a multichannel codec, designed for plications and focus on the MS-stereo mode for the MPEG- stereo and surround audio applications. An AAC audio AAC, especially on the implementation of the optimization stream can include single channels and channel pairs. A algorithm which is strongly related to the coding efficiency. single channel corresponds to a monophonic audio scene, a In a previous paper [12], we proposed a new algorithm for channel pair to a stereophonic scene (Left and Right chan- the single channel case, based on a statistical model of the nels). With the basic coding scheme for a channel pair, quantization noise. In the informative annex of the MPEG- called LR-stereo in MPEG-AAC, each channel is processed AAC standard [1], an implementation of the coding algo- as a monophonic signal. However, when a stereo signal ex- rithm is described. In this paper, it will be referred to as hibits significant inter-channel redundancy, the LR mode is the standard algorithm. Compared to this algorithm, our quite ineffective. Improving the coding efficiency by remov- method exhibits a lower complexity and a better sound ing the redundancy is possible with stereo coding modes. quality for the same bitrate. In this paper, we extend this A popular method for inter-channel decorrelation is the model to the MS-stereo case, and propose a new efficient sum-difference transformation [4]. This technique, also re- algorithm for coding a channel pair. ferred to as MS joint channel coding, consists of a linear This article is divided in three parts. First, we briefly combination of the Left (L) and Right (R) channels to get describe the MPEG-AAC codec and the MS-stereo mode. 2 CODER Optimizationloop Psychoacoustic Sub-band Scalefactor model Masking optimization Threshold Scalefactors Time- Huffman Bit- domain MDCT Quantized MDCT Sub-band coding stream signal coefficients quantization coefficients audiosignal DECODER control Scalefactors Bit- Huffman Time- decoding Quantized Reverse MDCT stream iMDCT domain coefficients quantization coefficients signal Fig. 1. Synopsis of a MPEG AAC codec. Then, after recalling the main results of the monophonic consists of finding the scaling parameters A(s) which max- model, we describe our stereophonic model and the new op- imize the audio quality under a bitrate constraint. This timization algorithm. Finally, we compare our algorithm to is generally implemented with an iterative algorithm in- the standard MPEG-AAC, both in terms of audio quality cluding quantization and Huffman coding modules, and a and computational complexity. psycho-acoustic model. Both psychoacoustic model and optimization algorithm are not specified in the standard, II. MPEG-AAC MS-stereo mode in order to allow for future advances in technology that will A. Quantization and coding improve the coding efficiency. Figure 1 presents the general scheme of a MPEG-AAC B. The MS-stereo mode codec. The audio signal is segmented in variable-length analysis windows (256 or 2048 samples) with 50% over- When the audio signal is a channel pair, we denote XL(k) lap. Over each window, the signal is transformed in a fre- and XR(k) the MDCT coefficients corresponding respec- quency domain with a Modified Discrete Cosine Transform tively to channels Left and Right. The MS transformation (MDCT) [13]. In this paper, we denote X(k) the MDCT is defined by: coefficients corresponding to a single channel, over the cur- X k 1 X k X k rent analysis window. k is a frequency index. Variable M ( ) = 2 [ L( )+ R( )] (3) length frequency subbands are defined as non-overlapping 1 XS(k) = [XL(k) XR(k)] subsets of frequency indexes: k kmin(s) kmax(s) 2 − where s is a subband index. Subband∈ { width K· · ·increases} It can be used independently for each subband. A one- along the frequency scale. bit flag per subband indicates whether the MS transforma- The MDCT coefficients are quantized subband by sub- tion is used. In MS mode, X and X are quantized and band according to: M S coded instead of XL and XR. On the decoder side, the re- 3 ˆ ˆ X(k) 4 constructed MDCT coefficients XM and XS are obtained i(k)= (1) after the reverse quantization process. Finally the reverse R A(s) ! MS transformation is performed: where A(s) is a scaling parameter, is a rounding func- Xˆ (k) = Xˆ (k)+ Xˆ (k) tion and i(k) are the quantization indexes.R A(s) follows a L M S (4) logarithmic scale: 1 φ s XˆR(k) = XˆM (k) XˆS(k) A(s)=2 4 ( ) (2) − where φ is an integer parameter called scalefactor.
Recommended publications
  • Challenges in Relaying Video Back to Mission Control
    Challenges in Relaying Video Back to Mission Control CONTENTS 1 Introduction ..................................................................................................................................................................................... 2 2 Encoding ........................................................................................................................................................................................... 3 3 Time is of the Essence .............................................................................................................................................................. 3 4 The Reality ....................................................................................................................................................................................... 5 5 The Tradeoff .................................................................................................................................................................................... 5 6 Alleviations and Implementation ......................................................................................................................................... 6 7 Conclusion ....................................................................................................................................................................................... 7 White Paper Revision 2 July 2020 By Christopher Fadeley Using a customizable hardware-accelerated encoder is essential to delivering the high
    [Show full text]
  • Hikvision H.264+ Encoding Technology
    WHITE PAPER Hikvision H.264+ Encoding Technology Encoding Improvement / Higher Transmission / Efficiency Storage Savings 2 Contents 1. Introduction .............................................................................................. 3 2. Background ............................................................................................... 3 3. Key Technologies .................................................................................... 4 3.1 Predictive Encoding ........................................................................ 4 3.2 Noise Suppression.......................................................................... 8 3.3 Long-Term Bitrate Control........................................................... 9 4. Applications ............................................................................................ 11 5. Conclusion............................................................................................... 11 Hikvision H.264+ Encoding Technology 3 1. INTRODUCTION As the global market leader in video surveillance products, Hikvision Digital Technology Co., Ltd., continues to strive for enhancement of its products through application of the latest in technology. H.264+ Advanced Video Coding (AVC) optimizes compression beyond the current H.264 standard. Through the combination of intelligent analysis technology with predictive encoding, noise suppression, and long-term bitrate control, Hikvision is meeting the demand for higher resolution at reduced bandwidths. Our customers will benefit
    [Show full text]
  • A Packetization and Variable Bitrate Interframe Compression Scheme for Vector Quantizer-Based Distributed Speech Recognition
    A Packetization and Variable Bitrate Interframe Compression Scheme For Vector Quantizer-Based Distributed Speech Recognition Bengt J. Borgstrom¨ and Abeer Alwan Department of Electrical Engineering, University of California, Los Angeles [email protected], [email protected] Abstract For example, the ETSI standard [2] packetization scheme sim- ply concatenates 2 adjacent 44-bit source coded frames, and We propose a novel packetization and variable bitrate com- transmits the resulting signal along with header information. pression scheme for DSR source coding, based on the Group The proposed algorithm performs further compression using of Pictures concept from video coding. The proposed algorithm interframe correlation. The high time correlation present in simultaneously packetizes and further compresses source coded speech has previously been studied for speech coding [3] and features using the high interframe correlation of speech, and is DSR coding [4]. compatible with a variety of VQ-based DSR source coders. The The proposed algorithm allows for lossless compression of algorithm approximates vector quantizers as Markov Chains, the quantized speech features. However, the algorithm is also and empirically trains the corresponding probability parame- robust to various degrees of lossy compression, either through ters. Feature frames are then compressed as I-frames, P-frames, VQ pruning or frame puncturing. VQ pruning refers to ex- or B-frames, using Huffman tables. The proposed scheme can clusion of low probability VQ codebook labels prior to Huff- perform lossless compression, but is also robust to lossy com- man coding, and thus excludes longer Huffman codewords, pression through VQ pruning or frame puncturing. To illustrate and frame puncturing refers to the non-transmission of certain its effectiveness, we applied the proposed algorithm to the ETSI frames, which drastically reduces the final bitrate.
    [Show full text]
  • AVC to the Max: How to Configure Encoder
    Contents Company overview …. ………………………………………………………………… 3 Introduction…………………………………………………………………………… 4 What is AVC….………………………………………………………………………… 6 Making sense of profiles, levels, and bitrate………………………………………... 7 Group of pictures and its structure..………………………………………………… 11 Macroblocks: partitioning and prediction modes….………………………………. 14 Eliminating spatial redundancy……………………………………………………… 15 Eliminating temporal redundancy……...……………………………………………. 17 Adaptive quantization……...………………………………………………………… 24 Deblocking filtering….….…………………………………………………………….. 26 Entropy encoding…………………………………….……………………………….. 2 8 Conclusion…………………………………………………………………………….. 29 Contact details..………………………………………………………………………. 30 2 www.elecard.com Company overview Elecard company, founded in 1988, is a leading provider of software products for encoding, decoding, processing, monitoring and analysis of video and audio data in 9700 companies various formats. Elecard is a vendor of professional software products and software development kits (SDKs); products for in - depth high - quality analysis and monitoring of the media content; countries 1 50 solutions for IPTV and OTT projects, digital TV broadcasting and video streaming; transcoding servers. Elecard is based in the United States, Russia, and China with 20M users headquarters located in Tomsk, Russia. Elecard products are highly appreciated and widely used by the leaders of IT industry such as Intel, Cisco, Netflix, Huawei, Blackmagic Design, etc. For more information, please visit www.elecard.com. 3 www.elecard.com Introduction Video compression is the key step in video processing. Compression allows broadcasters and premium TV providers to deliver their content to their audience. Many video compression standards currently exist in TV broadcasting. Each standard has different properties, some of which are better suited to traditional live TV while others are more suited to video on demand (VoD). Two basic standards can be identified in the history of video compression: • MPEG-2, a legacy codec used for SD video and early digital broadcasting.
    [Show full text]
  • Adaptive Bitrate Streaming Over Cellular Networks: Rate Adaptation and Data Savings Strategies
    Adaptive Bitrate Streaming Over Cellular Networks: Rate Adaptation and Data Savings Strategies Yanyuan Qin, Ph.D. University of Connecticut, 2021 ABSTRACT Adaptive bitrate streaming (ABR) has become the de facto technique for video streaming over the Internet. Despite a flurry of techniques, achieving high quality ABR streaming over cellular networks remains a tremendous challenge. First, the design of an ABR scheme needs to balance conflicting Quality of Experience (QoE) metrics such as video quality, quality changes, stalls and startup performance, which is even harder under highly dynamic bandwidth in cellular network. Second, streaming providers have been moving towards using Variable Bitrate (VBR) encodings for the video content, which introduces new challenges for ABR streaming, whose nature and implications are little understood. Third, mobile video streaming consumes a lot of data. Although many video and network providers currently offer data saving options, the existing practices are suboptimal in QoE and resource usage. Last, when the audio and video arXiv:2104.01104v2 [cs.NI] 14 May 2021 tracks are stored separately, video and audio rate adaptation needs to be dynamically coordinated to achieve good overall streaming experience, which presents interesting challenges while, somewhat surprisingly, has received little attention by the research community. In this dissertation, we tackle each of the above four challenges. Firstly, we design a framework called PIA (PID-control based ABR streaming) that strategically leverages PID control concepts and novel approaches to account for the various requirements of ABR streaming. The evaluation results demonstrate that PIA outperforms state-of-the-art schemes in providing high average bitrate with signif- icantly lower bitrate changes and stalls, while incurring very small runtime overhead.
    [Show full text]
  • Comments on `Area and Power Efficient DCT Architecture for Image
    Cintra and Bayer EURASIP Journal on Advances in Signal EURASIP Journal on Advances Processing (2017) 2017:50 DOI 10.1186/s13634-017-0486-8 in Signal Processing RESEARCH Open Access Comments on ‘Area and power efficient DCT architecture for image compression’ by Dhandapani and Ramachandran Renato J. Cintra1* and Fábio M. Bayer2 Abstract In [Dhandapani and Ramachandran, “Area and power efficient DCT architecture for image compression”, EURASIP Journal on Advances in Signal Processing 2014, 2014:180] the authors claim to have introduced an approximation for the discrete cosine transform capable of outperforming several well-known approximations in literature in terms of additive complexity. We could not verify the above results and we offer corrections for their work. Keywords: DCT approximations, Low-complexity transforms 1 Introduction 2 Criticisms In a recent paper [1], a low-complexity transformation 2.1 Inverse transformation was introduced, which is claimed to be a good approxima- The authors of [1] claim that inverse transformation T−1 tion to the discrete cosine transform (DCT). We wish to is given by evaluate this claim. ⎡ ⎤ The introduced transformation is given by the following 10001000 ⎢ ⎥ matrix: ⎢ −1100−11 0 0⎥ ⎢ ⎥ ⎢ 00100010⎥ ⎡ ⎤ ⎢ ⎥ 1 ⎢ 00−11 0 0−11⎥ 10000001 · ⎢ ⎥ . ⎢ ⎥ 2 ⎢ 00−11 0 0 1−1 ⎥ ⎢ 11000011⎥ ⎢ ⎥ ⎢ ⎥ ⎢ 001000−10⎥ ⎢ 00100100⎥ ⎣ ⎦ ⎢ ⎥ −11001−10 0 ⎢ 00111100⎥ T = ⎢ ⎥ . 1000−10 0 0 ⎢ 00 1 1−1 −10 0⎥ ⎢ ⎥ ⎢ 00 1 0 0−10 0⎥ ⎣ ⎦ However, simple computation reveal that this is not 110000−1 −1 accurate, being the actual inverse given by: 1000000−1 ⎡ ⎤ 10000001 ⎢ ⎥ We aim at analyzing the above matrix and showing that ⎢ −1100001−1 ⎥ ⎢ ⎥ it does not consist of a meaningful approximation for ⎢ 00100100⎥ ⎢ ⎥ the8-pointDCT.Inthefollowing,weadoptedthesame − 1 ⎢ 00−11 1−10 0⎥ T 1 = · ⎢ ⎥ .
    [Show full text]
  • Neural Rate Control for Video Encoding Using Imitation Learning
    Neural Rate Control for Video Encoding using Imitation Learning Hongzi Mao†? Chenjie Gu† Miaosen Wang† Angie Chen† Nevena Lazic† Nir Levine† Derek Pang* Rene Claus* Marisabel Hechtman* Ching-Han Chiang* Cheng Chen* Jingning Han* †DeepMind *Google ?MIT CSAIL Abstract module manages the distribution of available bandwidth, usually constrained by the network condition. It directly In modern video encoders, rate control is a critical com- determines how many bits to spend to encode each video ponent and has been heavily engineered. It decides how frame, by assigning a quantization parameter (QP). The many bits to spend to encode each frame, in order to opti- goal of rate control is to maximize the encoding efficiency mize the rate-distortion trade-off over all video frames. This (often measured by the Bjontegaard delta rate) as well as is a challenging constrained planning problem because of maintaining the bitrate under a user-specified target bitrate. the complex dependency among decisions for different video Rate control is a constrained planning problem and can frames and the bitrate constraint defined at the end of the be formulated as a Partially Observable Markov Decision episode. Process. For a particular frame, the QP assignment decision We formulate the rate control problem as a Partially depends on (1) the frame’s spatial and temporal complexity, Observable Markov Decision Process (POMDP), and ap- (2) the previously encoded frames this frame refers to, and ply imitation learning to learn a neural rate control pol- (3) the complexity of future frames. In addition, the bitrate icy. We demonstrate that by learning from optimal video constraint imposes an episodic constraint on the planning encoding trajectories obtained through evolution strategies, problem.
    [Show full text]
  • Forensic Reconstruction of Fragmented Variable Bitrate MP3 Files
    CORE Metadata, citation and similar papers at core.ac.uk Provided by ScholarWorks @ The University of New Orleans University of New Orleans ScholarWorks@UNO University of New Orleans Theses and Dissertations Dissertations and Theses 12-17-2010 Forensic Reconstruction of Fragmented Variable Bitrate MP3 files Abhilash Sajja University of New Orleans Follow this and additional works at: https://scholarworks.uno.edu/td Recommended Citation Sajja, Abhilash, "Forensic Reconstruction of Fragmented Variable Bitrate MP3 files" (2010). University of New Orleans Theses and Dissertations. 1258. https://scholarworks.uno.edu/td/1258 This Thesis is protected by copyright and/or related rights. It has been brought to you by ScholarWorks@UNO with permission from the rights-holder(s). You are free to use this Thesis in any way that is permitted by the copyright and related rights legislation that applies to your use. For other uses you need to obtain permission from the rights- holder(s) directly, unless additional rights are indicated by a Creative Commons license in the record and/or on the work itself. This Thesis has been accepted for inclusion in University of New Orleans Theses and Dissertations by an authorized administrator of ScholarWorks@UNO. For more information, please contact [email protected]. Forensic Reconstruction of Fragmented Variable Bitrate MP3 files A Thesis Submitted to the Graduate Faculty of the University of New Orleans In partial fulfillment of the requirements for the degree of Master of Science in Computer Science by Abhilash Sajja December, 2010 Acknowledgements First I would like to thank my parents for their support and encouragement. Special thanks to my advisor Dr.Vassil Roussev for his guidance and feedback without which this thesis would not have been possible.
    [Show full text]
  • A/330, "Link Layer Protocol"
    ATSC A/330:2016 Link-Layer Protocol 19 September 2016 ATSC Standard: Link-Layer Protocol (A/330) Doc. A/330:2016 19 September 2016 Advanced Television Systems Committee 1776 K Street, N.W. Washington, D.C. 20006 202-872-9160 i ATSC A/330:2016 Link-Layer Protocol 19 September 2016 The Advanced Television Systems Committee, Inc., is an international, non-profit organization developing voluntary standards and recommended practices for digital television. ATSC member organizations represent the broadcast, broadcast equipment, motion picture, consumer electronics, computer, cable, satellite, and semiconductor industries. ATSC also develops digital television implementation strategies and supports educational activities on ATSC standards. ATSC was formed in 1983 by the member organizations of the Joint Committee on InterSociety Coordination (JCIC): the Electronic Industries Association (EIA), the Institute of Electrical and Electronic Engineers (IEEE), the National Association of Broadcasters (NAB), the National Cable Telecommunications Association (NCTA), and the Society of Motion Picture and Television Engineers (SMPTE). For more information visit www.atsc.org. Note: The user's attention is called to the possibility that compliance with this standard may require use of an invention covered by patent rights. By publication of this standard, no position is taken with respect to the validity of this claim or of any patent rights in connection therewith. One or more patent holders have, however, filed a statement regarding the terms on which such patent holder(s) may be willing to grant a license under these rights to individuals or entities desiring to obtain such a license. Details may be obtained from the ATSC Secretary and the patent holder.
    [Show full text]
  • A Psychoacoustic-Based Multiple Audio Object Coding Approach Via Intra- Object Sparsity
    University of Wollongong Research Online Faculty of Engineering and Information Faculty of Engineering and Information Sciences - Papers: Part B Sciences 2017 A psychoacoustic-based multiple audio object coding approach via intra- object sparsity Maoshen Jia Beijing University of Technology Jiaming Zhang Beijing University of Technology Changchun Bao Beijing University of Technology, [email protected] Xiguang Zheng University of Wollongong, Dolby Laboratories, [email protected] Follow this and additional works at: https://ro.uow.edu.au/eispapers1 Part of the Engineering Commons, and the Science and Technology Studies Commons Recommended Citation Jia, Maoshen; Zhang, Jiaming; Bao, Changchun; and Zheng, Xiguang, "A psychoacoustic-based multiple audio object coding approach via intra-object sparsity" (2017). Faculty of Engineering and Information Sciences - Papers: Part B. 882. https://ro.uow.edu.au/eispapers1/882 Research Online is the open access institutional repository for the University of Wollongong. For further information contact the UOW Library: [email protected] A psychoacoustic-based multiple audio object coding approach via intra-object sparsity Abstract Rendering spatial sound scenes via audio objects has become popular in recent years, since it can provide more flexibility for different auditory scenarios, such as 3D movies, spatial audio communication and virtual classrooms. To facilitate high-quality bitrate-efficient distribution for spatial audio objects, an encoding scheme based on intra-object sparsity (approximate k-sparsity of the audio object itself) is proposed in this paper. The statistical analysis is presented to validate the notion that the audio object has a stronger sparseness in the Modified Discrete Cosine Transform (MDCT) domain than in the Short Time Fourier Transform (STFT) domain.
    [Show full text]
  • NETWORK VIDEO ENCODER User Manual
    NETWORK VIDEO ENCODER User Manual SPE-110 Network Video Encoder User Manual Copyright ©2018 Hanwha Techwin Co., Ltd. All rights reserved. Trademark Each of trademarks herein is registered. The name of this product and other trademarks mentioned in this manual are the registered trademark of their respective company. Restriction Copyright of this document is reserved. Under no circumstances, this document shall be reproduced, distributed or changed, partially or wholly, without formal authorization. Disclaimer Hanwha Techwin makes the best to verify the integrity and correctness of the contents in this document, but no formal guarantee shall be provided. Use of this document and the subsequent results shall be entirely on the user’s own responsibility. Hanwha Techwin reserves the right to change the contents of this document without prior notice. Design and specifications are subject to change without prior notice. The initial administrator ID is “admin” and the password should be set when logging in for the first time. Please change your password every three months to safely protect personal information and to prevent the damage of the information theft. Please, take note that it’s a user’s responsibility for the security and any other problems caused by mismanaging a password. overview IMPORTANT SAFETY INSTRUCTIONS WARNING TO REDUCE THE RISK OF FIRE OR ELECTRIC SHOCK, DO NOT EXPOSE THIS PRODUCT 1. Read these instructions. TO RAIN OR MOISTURE. DO NOT INSERT ANY METALLIC OBJECT THROUGH THE 2. Keep these instructions. VENTILATION GRILLS OR OTHER OPENNINGS ON THE EQUIPMENT. ● Heed all warnings. ● 3. Apparatus shall not be exposed to dripping or splashing and that no objects filled with liquids, OVERVIEW 4.
    [Show full text]
  • Compressing Variational Posteriors
    Compressing Variational Posteriors Yibo Yang∗ Robert Bamler∗ Stephan Mandt UC Irvine UC Irvine UC Irvine [email protected] [email protected] [email protected] Abstract Deep Bayesian latent variable models have enabled new approaches to both model and data compression. Here, we propose a new algorithm for compressing latent representations in deep probabilistic models, such as VAEs, in post-processing. Our algorithm generalizes arithmetic coding to the continuous domain, using adaptive discretization accuracy that exploits posterior uncertainty. Our approach separates model design and training from the compression task, and thus allows for various rate-distortion trade-offs with a single trained model, eliminating the need to train multiple models for different bit rates. We obtain promising experimental results on compressing Bayesian neural word embeddings, and outperform JPEG on image compression over a wide range of bit rates using only a single standard VAE. 1 Introduction and Related Work One natural application of deep generative modeling is data compression. Here we focus on lossy compression of continuous data, which entails quantization, i.e., discretizing arbitrary real numbers to a countable number of representative values, resulting in the classic trade-off between rate (entropy of the discretized values) and distortion (error from discretization). State-of-the-art deep learning based approaches to lossy data compression [1–5] train a machine learning model to perform lossy compression by optimizing a rate-distortion objective, substituting the quantization step with a differentiable approximation during training. Consequently, a new model has to be trained for any desired combination of rate and distortion. To support variable-bitrate compression, one has to train and store several deep learning models for different rates, resulting in possibly very large codec size.
    [Show full text]