A/330, "Link Layer Protocol"

Total Page:16

File Type:pdf, Size:1020Kb

A/330, 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. Implementers with feedback, comments, or potential bug reports relating to this document may contact ATSC at https://www.atsc.org/feedback/. Revision History Version Date Candidate Standard approved 25 December 2015 Standard approved 19 September 2016 Updated reference to A/331 [2] to point to the current published version 6 December 2017 ii ATSC A/330:2016 Link-Layer Protocol 19 September 2016 Table of Contents 1. SCOPE ..................................................................................................................................................... 6 1.1 Organization 6 2. REFERENCES ......................................................................................................................................... 6 2.1 Normative References 6 3. DEFINITION OF TERMS .......................................................................................................................... 7 3.1 Compliance Notation 7 3.2 Treatment of Syntactic Elements 7 3.2.1 Reserved Elements 7 3.3 Acronyms and Abbreviation 8 3.4 Terms 8 3.5 Extensibility 9 4. LINK LAYER OVERVIEW ........................................................................................................................ 9 4.1 Services 10 4.1.1 Packet Encapsulation 10 4.1.2 Overhead Reduction 11 4.1.3 Signaling Transmission 11 4.2 System Architecture 11 5. ALP PACKET FORMAT ......................................................................................................................... 12 5.1 ALP packet Encapsulation 12 5.1.1 Base Header 12 5.1.2 Additional Headers 14 5.1.3 Optional Header Extension 17 5.2 Signaling Encapsulation 18 5.2.1 Additional Header for Signaling Information 19 5.3 Packet Type Extension 20 5.3.1 Additional Header for type extension 21 5.4 MPEG-2 TS Packet Encapsulation 21 5.4.1 SYNC Byte Removal 23 5.4.2 Null Packet Deletion 23 5.4.3 TS Packet Header Deletion 24 6. IP HEADER COMPRESSION ................................................................................................................. 24 6.1 ROHC-U (Robust Header Compression – Unidirectional Mode) 25 6.2 Adaptation 26 6.2.1 Extraction of Context Information 27 6.2.2 Transmission of Context 29 7. LINK LAYER SIGNALING ...................................................................................................................... 32 7.1 Table Format for Link Layer Signaling 32 7.1.1 Link Mapping Table (LMT) 32 7.1.2 ROHC-U Description Table (RDT) 35 ANNEX A : ALP PACKET FORMAT EXAMPLES ........................................................................................ 38 A.1 ALP packet Encapsulation 38 A.1.1 Single Packet Encapsulation 38 A.1.2 Segmentation 39 iii ATSC A/330:2016 Link-Layer Protocol 19 September 2016 A.1.3 Concatenation 40 A.2 MPEG-2 TS Packet Encapsulation 41 A.2.1 Using Null packet deletion 41 A.2.2 Using TS Header deletion 42 ANNEX B : IP HEADER COMPRESSION EXAMPLES ................................................................................ 45 B.1 Using Adaptation Mode 1 45 B.2 Using Adaptation Mode 2 46 B.3 Using Adaptation Mode 3 47 Index of Figures Figure 4.1 ATSC 3.0 link layer logical diagram. ......................................................................... 10 Figure 4.2 Block diagram of the architecture and interface of ALP. ........................................... 11 Figure 5.1 ALP Packet format. .................................................................................................... 12 Figure 5.2 Structure of base header for ALP packet encapsulation. ............................................ 12 Figure 5.3 Structure of the additional header for single packets. ................................................ 15 Figure 5.4 Structure of the additional header for segmentation. .................................................. 15 Figure 5.5 Structure of additional header for concatenation. ....................................................... 16 Figure 5.6 Structure of ALP signaling packets (base header and additional header). ................. 19 Figure 5.7 Structure of packet type extension (base header and additional header). ................... 20 Figure 5.8 Structure of the header for MPEG-2 TS packet encapsulation. ................................. 22 Figure 5.9 Null TS packet deletion example. ............................................................................... 24 Figure 5.10 TS header deletion example. .................................................................................... 24 Figure 6.1 Functional structure of IP header compression. ......................................................... 25 Figure 6.2 Procedure for IP header compression using adaptation mode 1. ................................ 27 Figure 6.3 Procedure for IP header compression using adaptation mode 2. ................................ 28 Figure 6.4 Procedure for IP header compression using adaptation mode 3. ................................ 29 Figure 6.5 Transmission of context information. ......................................................................... 30 Figure 6.6 Context acquisition procedure in receiver side. .......................................................... 31 Figure 7.1 Example of Link Mapping for a PLP. ........................................................................ 33 Figure A.1.1 Single Packet Encapsulation (short packet). ........................................................... 38 Figure A.1.2 Single Packet Encapsulation (long packet). ............................................................ 38 Figure A.1.3 Segmented Packet Encapsulation. .......................................................................... 39 Figure A.1.4 Concatenated Packet Encapsulation. ...................................................................... 40 Figure A.1.5 Concatenated Packet Encapsulation (odd number of component_length field). 40 Figure A.2.1 MPEG-2 TS encapsulation example. ...................................................................... 41 Figure A.2.2 MPEG-2 TS encapsulation example using Null Packet Deletion. ......................... 42 Figure A.2.3 MPEG-2 TS decapsulation example using Null Packet Deletion. ......................... 42 Figure A.2.4 MPEG-2 TS encapsulation example using TS header deletion. ............................. 43 Figure A.2.5 MPEG-2 TS decapsulation example using TS header deletion. ............................. 44 Figure B.1.1 Example of IP header compression using adaptation mode 1. ............................... 45 Figure B.2.1 Example of IP header compression using adaptation mode 2. ............................... 46 Figure B.3.1 Example of IP header compression using adaptation mode 3. ............................... 47 iv ATSC A/330:2016 Link-Layer Protocol 19 September 2016 Index of Tables Table 5.1 Header Syntax for ALP Packet Encapsulation ............................................................. 13 Table 5.2 Code Values for packet_type ..................................................................................... 13 Table 5.3 Payload Configuration (PC) Field Value and Total Header Length ............................ 14 Table 5.4 Syntax of Additional Header for Single Packet ........................................................... 15 Table 5.5 Syntax of the Additional Header for Segmentation ..................................................... 16 Table 5.6 Syntax of Additional Header for Concatenation .......................................................... 17 Table 5.7 Syntax for Sub Stream Identification ........................................................................... 18 Table 5.8 Syntax for Header Extension ....................................................................................... 18 Table 5.9 Code Values for Extension
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 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]
  • Constant Bit-Rate Control Efficiency with Fast Motion Estimation in H.264/Avc Video Coding Standard
    CONSTANT BIT-RATE CONTROL EFFICIENCY WITH FAST MOTION ESTIMATION IN H.264/AVC VIDEO CODING STANDARD Daniele Alfonso, Daniele Bagni, Luca Celetto and Simone Milani* Advanced System Technology labs, STMicroelectronics, Agrate Brianza, Italy (Europe) * Department of Information Engineering, University of Padova, Italy (Europe) emails: [email protected], [email protected] ABSTRACT greatly reduces the computation with respect to FSBM with- The emerging H.264/AVC video coding standard provides out visible quality losses at SD-TV resolution. ρ significant enhancements in compression efficiency with The JVT-D030/E069 and -domain algorithms are pre- respect to its ancestors in the MPEG and H.26x families. In sented in sections 2 and 3 respectively, whereas section 4 this paper, we analyse the performance of two different Con- introduces the motion estimation method. The numerical stant Bit-Rate control methods, suitable for H.264/AVC en- results are showed in section 5, followed by our conclusions coding at SD-TV resolution, where the motion estimation is in section 6. performed by a fast proprietary predictive algorithm. 2. JVT-D030/E069 RATE CONTROL 1. INTRODUCTION The JVT-D030/E069 [4, 5] is a CBR control method, devel- The H.264/AVC video coding standard [1] greatly outper- oped from the widely known TM5 [6], originally conceived forms its ancestors in the MPEG and H.26x families, provid- for MPEG-2 video coding. The main difference between the ing about 50% more compression at equal quality [2, 3] in two algorithms consists in the definition of luminance mac- all kinds of applications, from low-bitrate streaming to high- roblock activity, which is the Sum of Absolute Differences quality storage.
    [Show full text]