Arxiv:2001.01568V3 [Eess.IV] 30 Mar 2020 Visually Pleasant Results When Optimized by MS-SSIM

Total Page:16

File Type:pdf, Size:1020Kb

Arxiv:2001.01568V3 [Eess.IV] 30 Mar 2020 Visually Pleasant Results When Optimized by MS-SSIM Learned Image Compression with Discretized Gaussian Mixture Likelihoods and Attention Modules Zhengxue Cheng1, Heming Sun2;3, Masaru Takeuchi2, Jiro Katto1 1 Department of Computer Science and Communication Engineering, Waseda University, Tokyo, Japan 2 Waseda Research Institute for Science and Engineering, Tokyo, Japan 3 JST, PRESTO, 4-1-8 Honcho, Kawaguchi, Saitama, Japan fzxcheng@asagi., hemingsun@aoni., masaru-t@aoni., [email protected] Abstract Image compression is a fundamental research field and many well-known compression standards have been developed for many decades. Recently, learned com- pression methods exhibit a fast development trend with promising results. However, there is still a performance gap between learned compression algorithms and reigning compression standards, especially in terms of widely used PSNR metric. In this paper, we explore the remaining redundancy of recent learned compression algorithms. We have found accurate entropy models for rate estimation largely affect the optimization of network parameters and thus affect the rate-distortion performance. Therefore, in this paper, we propose to use discretized Gaussian Mixture Figure 1: Visualization of reconstructed images Kodim04 Likelihoods to parameterize the distributions of latent from Kodak dataset with approximately 0:1 bpp. codes, which can achieve a more accurate and flexible entropy model. Besides, we take advantage of recent attention modules and incorporate them into network JPEG2000 [2], HEVC/H.265 [3] and ongoing Versatile architecture to enhance the performance. Experimental Video Coding (VVC) [4] which will be the next generation results demonstrate our proposed method achieves a compression standard expected by the end of 2020. Typi- state-of-the-art performance compared to existing learned cally they rely on hand-crafted creativity to present module- compression methods on both Kodak and high-resolution based encoder/decoder (codec) block diagrams. They use datasets. To our knowledge our approach is the first work fixed transform matrix, intra prediction, quantization, con- to achieve comparable performance with latest compres- text adaptive arithmetic coders and various de-blocking or sion standard Versatile Video Coding (VVC) regarding loop filters to reduce spatial redundancy to improve the cod- PSNR. More importantly, our approach generates more ing efficiency. The standardization of a conventional codec arXiv:2001.01568v3 [eess.IV] 30 Mar 2020 visually pleasant results when optimized by MS-SSIM. The has historically spanned several years. Along with the fast project page is at https://github.com/ZhengxueCheng/ development of new image formats and the proliferation Learned-Image-Compression-with-GMM-and-Attention. of high-resolution mobile devices, existing image compres- sion standards are not expected to be an optimal and general solutions for all kinds of image contents. Various approaches has been investigated for end-to- 1. Introduction end image compression. Recently, the notable approaches are context-adaptive entropy models for learned image Image compression is an important and fundamental re- compression [19, 20, 21] to achieve superior performance search topic in the field of signal processing for many among all the learned codecs. The work [19] proposed a hy- decades to achieve efficient image transmission and storage. perprior to add additional bits to model the entropy model. Classical image compression standards include JPEG [1], The work [20] jointly combine an autoregressive mask con- 1 volution and the hyperprior. The work [21] proposed a In the early stage, some works are proposed to deal with quite similar idea by considering two types of contexts, bit- non-differential quantization and rate estimation to make consuming contexts (that is, hyperprior) and bit-free con- end-to-end training possible, such as [6,7,8]. After that, texts (that is, autoregressive model) to realize a context- some works focus on the design of network structure, which adaptive entropy model. Our method are based on the devel- is able to extract more compact and efficient latent repre- opment of these recent entropy model techniques to further sentation and to reconstruct high-quality images from com- improve the performance. pressed features. For instance, some works [9, 10, 11] use In this paper, our main contribution is to present a recurrent neural networks to compress the residual infor- more accurate and flexible entropy model by leveraging mation recursively, but they mainly relied on binary rep- discretized Gaussian mixture likelihoods. We visualize resentation at each iteration to achieve scalable coding for the spatial redundancy of compressed codes from recent image compression. Some approaches [12, 13, 14] use gen- learned compression techniques. Motivated from it, we pro- erative models to learn the distribution of images using ad- pose to use discretized Gaussian mixture likelihoods to pa- versarial training to achieve better subjective quality at ex- rameterize the distributions, which removes remaining re- tremely low bit rate. Some approaches include a content- dundancy to achieve accurate entropy model, and thus di- weighted strategy [15] or de-correlating different channels rectly lead to fewer required encoding bits. Besides, we using principle component analysis [16], or consider en- adopt a simplified version of attention module into our ergy compaction [17], or use deep residual units to enhance network architecture. Attention module can make learned the network architecture [18]. Recently, several studies in- models pay more attention to complex regions to improve vestigate the adaptive context model for entropy estimation our coding performance with moderate training complexity. to navigate the optimization process of neural network pa- Experimental results demonstrate our proposed method rameters to achieve best tradeoff between reconstruction er- leads to the state-of-the-art performance on both PSNR and rors and required bits (entropy), including [19, 20, 21, 22]. MS-SSIM quality metrics, in comparison with classical im- Entropy estimation techniques have greatly improved the age compression standards HEVC, JPEG2000, JPEG and learned compression algorithms, and the most representa- existing deep learning based compression approaches. To tive methods are hyperprior model and joint model. How- our knowledge, we are the first work to reach very close ever, there is still a gap between the estimated distribution performance with ongoing versatile video coding test model and true marginal distribution of latent representation. VTM 5.2 with intra profile in terms of PSNR. Moreover, Parameterized Model Some image generation studies our method produces visually pleasant reconstructed im- have investigated several parameterized distribution mod- ages when optimizing by MS-SSIM as Fig.1. els. For instance, standard PixelCNN [24] uses full 256- way softmax likelihoods, but they are extremely memory- 2. Related Work consuming. To address this problem, PixelCNN++ [25] proposed a discretized logistic mixture likelihoods to Hand-crafted Compression Existing image compression achieve faster training. Learned lossless image compres- standards, such as JPEG [1], JPEG2000 [2], HEVC [3] and sion work L3C [26] followed the PixelCNN++ to use a lo- VVC [4], reply on hand-crafted module design individually. gistic mixture model. These works are basically used to es- Specifically, these modules include intra prediction, discrete timate the likelihoods of 8-bit pixel values with fixed range cosine transform or wavelet transform, quantization, and of [0; 255]. However, in learned image compression task, entropy coder such as Huffman coder or content adaptive few studies explore the effect of parameterized distribution binary arithmetic coder (CABAC). They design each mod- models. ule with multiple modes and conduct the rate-distortion op- timization to determine the best mode. Especially, VVC [4] supports larger coding unit, more prediction modes, more 3. Proposed Method transform types and other coding tools. Besides, along 3.1. Formulation of Learned Compression Models with the development of classical compression algorithms, some hybrid methods have been proposed, by taking advan- In the transform coding approach [27], image compres- tage of both conventional compression algorithms and latest sion can be formulated by (as Fig. 2(a)) learned super resolution approaches, such as [23]. Learned Compression Recently, we have seen a great y = ga(x; φ) surge of deep learning based image compression ap- y^ = Q(y) (1) proaches utilizing autoencoder architecture [5], which have x^ = gs(y^; θ) achieved a great success with promising results. The de- velopment of previous learning based compression models where x, x^, y, and y^ are raw images, reconstructed images, have spanned several years and have many related works. a latent presentation before quantization, and compressed (a) Baseline (b) Hyperprior (c) Joint (d) Proposed Model Figure 2: Operational diagrams of learned compression models (a)(b)(c) and proposed Gaussian Mixture Likelihoods (d). codes, respectively. φ and θ are optimized parameters of based rate-distortion optimization. The loss function is analysis and synthesis transforms. UjQ represents the quan- tization and entropy coding. During the training, the quanti- L =R(y^) + R(z^) + λ ·D(x; x^) 1 1 zation is approximated by a uniform noise U(− 2 ; 2 ) to gen- = E[− log2(py^jz^(y^jz^))] + E[− log2(pz^j (z^j ))] (3) erate noisy codes
Recommended publications
  • Versatile Video Coding – the Next-Generation Video Standard of the Joint Video Experts Team
    31.07.2018 Versatile Video Coding – The Next-Generation Video Standard of the Joint Video Experts Team Mile High Video Workshop, Denver July 31, 2018 Gary J. Sullivan, JVET co-chair Acknowledgement: Presentation prepared with Jens-Rainer Ohm and Mathias Wien, Institute of Communication Engineering, RWTH Aachen University 1. Introduction Versatile Video Coding – The Next-Generation Video Standard of the Joint Video Experts Team 1 31.07.2018 Video coding standardization organisations • ISO/IEC MPEG = “Moving Picture Experts Group” (ISO/IEC JTC 1/SC 29/WG 11 = International Standardization Organization and International Electrotechnical Commission, Joint Technical Committee 1, Subcommittee 29, Working Group 11) • ITU-T VCEG = “Video Coding Experts Group” (ITU-T SG16/Q6 = International Telecommunications Union – Telecommunications Standardization Sector (ITU-T, a United Nations Organization, formerly CCITT), Study Group 16, Working Party 3, Question 6) • JVT = “Joint Video Team” collaborative team of MPEG & VCEG, responsible for developing AVC (discontinued in 2009) • JCT-VC = “Joint Collaborative Team on Video Coding” team of MPEG & VCEG , responsible for developing HEVC (established January 2010) • JVET = “Joint Video Experts Team” responsible for developing VVC (established Oct. 2015) – previously called “Joint Video Exploration Team” 3 Versatile Video Coding – The Next-Generation Video Standard of the Joint Video Experts Team Gary Sullivan | Jens-Rainer Ohm | Mathias Wien | July 31, 2018 History of international video coding standardization
    [Show full text]
  • Overview of Technologies for Immersive Visual Experiences: Capture, Processing, Compression, Standardization and Display
    Overview of technologies for immersive visual experiences: capture, processing, compression, standardization and display Marek Domański Poznań University of Technology Chair of Multimedia Telecommunications and Microelectronics Poznań, Poland 1 Immersive visual experiences • Arbitrary direction of viewing System : 3DoF • Arbitrary location of viewer - virtual navigation - free-viewpoint television • Both System : 6DoF Virtual viewer 2 Immersive video content Computer-generated Natural content Multiple camera around a scene also depth cameras, light-field cameras Camera(s) located in a center of a scene 360-degree cameras Mixed e.g.: wearable cameras 3 Video capture Common technical problems • Synchronization of cameras Camera hardware needs to enable synchronization Shutter release error < Exposition interval • Frame rate High frame rate needed – Head Mounted Devices 4 Common task for immersive video capture: Calibration Camera parameter estimation: • Intrinsic – the parameters of individual cameras – remain unchanged by camera motion • Extrinsic – related to camera locations in real word – do change by camera motion (even slight !) Out of scope of standardization • Improved methods developed 5 Depth estimation • By video analysis – from at least 2 video sequences – Computationally heavy – Huge progress recently • By depth cameras – diverse products – Infrared illuminate of the scene – Limited resolution mostly Out of scope of standardization 6 MPEG Test video sequences • Large collection of video sequences with depth information
    [Show full text]
  • Versatile Video Coding (VVC)
    Versatile Video Coding (VVC) on the final stretch Benjamin Bross Fraunhofer Heinrich Hertz Institute, Berlin ITU Workshop on “The future of media” © Geneva, Switzerland, 8 October 2019 Versatile Video Coding (VVC) Joint ITU-T (VCEG) and ISO/IEC (MPEG) project Coding Efficiency Versatility 50% over H.265/HEVC Screen content HD / UHD / 8K resolutions Adaptive resolution change 10bit / HDR Independent sub-pictures 2 VVC – Coding Efficiency History of Video Coding Standards H.261 JPEG H.265 / H.264 / H.262 / (1991) (1990) PSNR MPEG-HEVC MPEG-4 AVC MPEG-2 (dB) (2013) (2003) (1995) 40 38 Bit-rate Reduction: 50% 35 36 34 32 30 28 0 100 200 300 bit rate (kbit/s) 3 VVC – Coding Efficiency History of Video Coding Standards H.261 JPEG H.265 / H.264 / H.262 / (1991) (1990) PSNR MPEG-HEVC MPEG-4 AVC MPEG-2 (dB) (2013) (2003) (1995) 40 38 36 Do we need more efficient video coding? 34 32 30 28 0 100 200 300 bit rate (kbit/s) 4 VVC – Coding Efficiency Jevons Paradox "The efficiency with which a resource is used tends to increase (rather than decrease) the rate of consumption of that resource." 5 VVC – Coding Efficiency Target for the final VVC standard H.262 / H.261 JPEG H.??? / H.265 / H.264 / MPEG-2 (1991) (1990) PSNR MPEG-VVC MPEG-HEVC MPEG-4 AVC (dB) (2013) (2003) (1995) 40 38 36 35 Bit-rate Reduction Target: 50% 34 32 30 28 0 100 200 300 bit rate (kbit/s) 6 VVC – Timeline 2015 Oct. – Exploration Phase • Joint Video Exploration Team (JVET) of ITU-T VCEG and ISO/IEC MPEG established October ‘15 in Geneva • Joint Video Exploration Model (JEM) as software playground to explore new coding tools • 34% bitrate savings for JEM relative to HEVC provided evidence to start a new joint standardization activity with a… 2017 Oct.
    [Show full text]
  • Download Recent and Forthcoming Books from This Series
    River Publishers Book Catalogue Series in Signal, Image and Speech Processing River Publishers Series in Signal, Image and Speech Processing Digital Video Coding for Next Generation Multimedia H.264, HEVC, VVC, EVC Video Compression Authors: Shreyanka Subbarayappa, Ramaiah University of Applied Sciences, India K. R. Rao, University of Texas at Arlington, Texas, U.S.A Humberto Ochoa Domínguez, Universidad Autónoma de Ciudad Juárez, México ISBN: 9788770224215 e-ISBN: 9788770224208 Available From: January 2022 Price: € 98.50 Description: Innovations in communication systems and technology are growing tremendously. In multimedia communication systems, technology has transformed from analog television to digital television in the video domain. Mobile phones are known as smart phones as they are used, not only to make voice calls, but also used to send emails, video calls, transfer data, GPS, taking pictures and so on. Due to the widespread user applications, compression of data becomes important to save system resources. Video occupies 75% of data transfer traffic and is expected to cover 80% by the end of 2021. Video is also continuously increasing in file size from standard definition (SD) to ultra-high definition (UHD - 4K, 8K and 12K) video. More data or size in video requires higher transmission bandwidth or more disk space to store which can be slow and expensive. This drives the improvements in compression and hence the demand for a new codec. Several algorithms are used to achieve compression of Image or Video files, these algorithms working together are classified in terms of codecs and we use different codecs for different applications. Advances in video compression technology reduce the utilization of system resources, like processing time, memory use, network bandwidth and battery life.
    [Show full text]
  • Kompresja Statycznego Obrazu 138
    Damian Karwowski Zrozumieć Kompresję Obrazu Podstawy Technik Kodowania Stratnego oraz Bezstratnego Obrazów Wydanie Pierwsze, wersja 1.2 Poznań 2019r. ISBN 978-83-953420-0-4 9 788395 342004 © Damian Karwowski – „Zrozumieć Kompresję Obrazu” © Copyright by DAMIAN KARWOWSKI. All rights reserved. Książka jest chroniona prawem autorskim i prawami pokrewnymi. Egzemplarz książki został zdeponowany w Kancelarii Notarialnej. Książka jest dostępna pod adresem: www.zrozumieckompresje.pl ISBN 978-83-953420-0-4 Projekt okładki książki oraz strona internetowa zostały wykonane przez Marka Piskulskiego. Serdecznie dziękuję za profesjonalną pracę Obraz „Miś Panda”, który jest częścią okładki, namalowała na płótnie Natalka Karwowska. Natalko, dziękuję Ci za Twój wysiłek Autor książki dołożył ogromnych starań, żeby zamieszczone w niej informacje były prawdziwe i rzetelnie przedstawione. Korzystając z książki Czytelnik robi to jednak wyłącznie na własną odpowiedzialność. Tym samym autor nie odpowiada za jakiekolwiek szkody, będące następstwem wykorzystania zawartej w książce wiedzy. Autor książki Dr inż. Damian Karwowski. Absolwent Politechniki Poznańskiej. Uzyskał tytuł zawodowy magistra inżyniera oraz stopień doktora nauk technicznych na Politechnice Poznańskiej, odpowiednio w latach 2003 i 2008. Obecnie pracownik naukowo-dydaktyczny na wyżej wymienionej uczelni. Od roku 2003 zawodowo zajmuje się kompresją obrazu. Autor ponad 50 publikacji naukowych o tematyce kompresji i przetwarzania obrazów. Brał udział w licznych projektach naukowych dotyczących wydajnej reprezentacji multimedialnych danych. Dodatkowo członek wielu zespołów badawczych, które w tematyce kompresji obrazu i dźwięku realizowały prace badawczo-wdrożeniowe dla przemysłu. Jego zainteresowania obejmują kompresję danych, techniki kodowania entropijnego danych oraz realizację kodeków obrazu i dźwięku na procesorach x86 oraz DSP. 4 | S t r o n a © Damian Karwowski – „Zrozumieć Kompresję Obrazu” Spis treści Spis treści 5 “Słowo” wstępu 11 Rozdział 1 15 Obraz i jego reprezentacja przestrzenna 15 1.1.
    [Show full text]
  • Contribuições À Codificação Eficiente De Imagem E Vídeo Utilizando Recorrência De Padrões Multiescala
    CONTRIBUIÇÕES À CODIFICAÇÃO EFICIENTE DE IMAGEM E VÍDEO UTILIZANDO RECORRÊNCIA DE PADRÕES MULTIESCALA Nelson Carreira Francisco Tese de Doutorado apresentada ao Programa de Pós-graduação em Engenharia Elétrica, COPPE, da Universidade Federal do Rio de Janeiro, como parte dos requisitos necessários à obtenção do título de Doutor em Engenharia Elétrica. Orientadores: Eduardo Antônio Barros da Silva Nuno Miguel Morais Rodrigues Rio de Janeiro Novembro de 2012 CONTRIBUIÇÕES À CODIFICAÇÃO EFICIENTE DE IMAGEM E VÍDEO UTILIZANDO RECORRÊNCIA DE PADRÕES MULTIESCALA Nelson Carreira Francisco TESE SUBMETIDA AO CORPO DOCENTE DO INSTITUTO ALBERTO LUIZ COIMBRA DE PÓS-GRADUAÇÃO E PESQUISA DE ENGENHARIA (COPPE) DA UNIVERSIDADE FEDERAL DO RIO DE JANEIRO COMO PARTE DOS REQUISITOS NECESSÁRIOS PARA A OBTENÇÃO DO GRAU DE DOUTOR EM CIÊNCIAS EM ENGENHARIA ELÉTRICA. Examinada por: Prof. Eduardo Antônio Barros da Silva, Ph.D. Prof. Nuno Miguel Morais Rodrigues, Ph.D Prof. Sérgio Lima Netto, Ph.D. Prof. José Gabriel Rodriguez Carneiro Gomes, Ph.D. Prof. Ricardo Lopes de Queiroz, Ph.D Prof. Carla Liberal Pagliari, Ph.D RIO DE JANEIRO, RJ – BRASIL NOVEMBRO DE 2012 Francisco, Nelson Carreira Contribuições à Codificação Eficiente de Imagem e Vídeo Utilizando Recorrência de Padrões Multiescala/Nelson Carreira Francisco. – Rio de Janeiro: UFRJ/COPPE, 2012. XXII, 270 p.: il.; 29, 7cm. Orientadores: Eduardo Antônio Barros da Silva Nuno Miguel Morais Rodrigues Tese (doutorado) – UFRJ/COPPE/Programa de Engenharia Elétrica, 2012. Referências Bibliográficas: p. 257 – 270. 1. Casamento de Padrões Multiescalas. 2. Compressão de imagens estáticas. 3. Compressão de Documentos Compostos. 4. Compressão de Vídeo. 5. Filtragem de Redução de Efeito de Bloco. I. da Silva, Eduardo Antônio Barros et al.
    [Show full text]
  • Abkürzungs-Liste ABKLEX
    Abkürzungs-Liste ABKLEX (Informatik, Telekommunikation) W. Alex 1. Juli 2021 Karlsruhe Copyright W. Alex, Karlsruhe, 1994 – 2018. Die Liste darf unentgeltlich benutzt und weitergegeben werden. The list may be used or copied free of any charge. Original Point of Distribution: http://www.abklex.de/abklex/ An authorized Czechian version is published on: http://www.sochorek.cz/archiv/slovniky/abklex.htm Author’s Email address: [email protected] 2 Kapitel 1 Abkürzungen Gehen wir von 30 Zeichen aus, aus denen Abkürzungen gebildet werden, und nehmen wir eine größte Länge von 5 Zeichen an, so lassen sich 25.137.930 verschiedene Abkür- zungen bilden (Kombinationen mit Wiederholung und Berücksichtigung der Reihenfol- ge). Es folgt eine Auswahl von rund 16000 Abkürzungen aus den Bereichen Informatik und Telekommunikation. Die Abkürzungen werden hier durchgehend groß geschrieben, Akzente, Bindestriche und dergleichen wurden weggelassen. Einige Abkürzungen sind geschützte Namen; diese sind nicht gekennzeichnet. Die Liste beschreibt nur den Ge- brauch, sie legt nicht eine Definition fest. 100GE 100 GBit/s Ethernet 16CIF 16 times Common Intermediate Format (Picture Format) 16QAM 16-state Quadrature Amplitude Modulation 1GFC 1 Gigabaud Fiber Channel (2, 4, 8, 10, 20GFC) 1GL 1st Generation Language (Maschinencode) 1TBS One True Brace Style (C) 1TR6 (ISDN-Protokoll D-Kanal, national) 247 24/7: 24 hours per day, 7 days per week 2D 2-dimensional 2FA Zwei-Faktor-Authentifizierung 2GL 2nd Generation Language (Assembler) 2L8 Too Late (Slang) 2MS Strukturierte
    [Show full text]
  • ITU Contribution to the Implementation of the WSIS Outcomes: 2020 Draft Zero As of 7/12/2020
    ITU Contribution to the Implementation of the WSIS Outcomes: 2020 Draft Zero as of 7/12/2020 Table of Contents Page I. Introduction ......................................................................................................................... 5 II. WSIS Action Lines and the 2030 Agenda for Sustainable Development ................................... 7 (a) High Level Political Forum (HLPF) 2020 ................................................................................... 7 (b) WSIS Action Lines and SDG Matrix .......................................................................................... 9 III. Overview of ITU activities and projects undertaken since 2020 in the context of the implementation of WSIS Outcomes, also related to the 2030 agenda for Sustainable Development …………………………………………………………………………………………………………………………………………10 (a) Lead facilitator (along with UNESCO and UNDP) in organizing the multistakeholder implementation of the Geneva Plan of Action. ................................................................................. 10 (b) Facilitator of the WSIS Action Lines C2, C5, C6 ..................................................................... 15 Action Line C2: Information and Communication Infrastructure ................................................. 15 Action Line C5: Building Confidence and Security in the use of ICTs ............................................ 92 Action Line C6: Enabling Environment ........................................................................................ 113
    [Show full text]
  • Short Distance Intra Prediction of Screen Content in Versatile Video Coding (VVC) Mohsen Abdoli, Felix Henry, Patrice Brault, Pierre Duhamel, Frédéric Dufaux
    Short Distance Intra Prediction of Screen Content in Versatile Video Coding (VVC) Mohsen Abdoli, Felix Henry, Patrice Brault, Pierre Duhamel, Frédéric Dufaux To cite this version: Mohsen Abdoli, Felix Henry, Patrice Brault, Pierre Duhamel, Frédéric Dufaux. Short Distance Intra Prediction of Screen Content in Versatile Video Coding (VVC). IEEE Signal Processing Letters, Insti- tute of Electrical and Electronics Engineers, 2018, 25 (11), pp.1690-1694. 10.1109/LSP.2018.2871872. hal-01876742 HAL Id: hal-01876742 https://hal.archives-ouvertes.fr/hal-01876742 Submitted on 10 Jan 2020 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. IEEE SIGNAL PROCESSING LETTERS, VOL. X, NO. X, MONTH 2018 1 Short Distance Intra Prediction of Screen Content in Versatile Video Coding (VVC) Mohsen Abdoli, Felix´ Henry, Patrice Brault, Senior Member, Pierre Duhamel, Fellow, IEEE and Fred´ eric´ Dufaux, Fellow, IEEE Abstract—A novel intra prediction algorithm is proposed to A. New tools and features improve the coding performance of screen content for the JVET consists of an exploration phase and a standardization emerging Versatile Video Coding (VVC) standard. The algorithm, called In-Loop Residual coding with Scalar Quantization (ILR- phase.
    [Show full text]
  • Neural Video Coding Using Multiscale Motion Compensation and Spatiotemporal Context Model
    1 Neural Video Coding using Multiscale Motion Compensation and Spatiotemporal Context Model Haojie Liu1, Ming Lu1, Zhan Ma1, Fan Wang2, Zhihuang Xie2, Xun Cao1, and Yao Wang3 1 Nanjing University, 2 OPPO.Inc, 3 New York University Abstract—Over the past two decades, traditional block-based bit rate consumption at the same reconstruction quality. This video coding has made remarkable progress and spawned a is well formulated as the minimization of Lagrangian cost J series of well-known standards such as MPEG-4, H.264/AVC of rate-distortion optimization (RDO) that is widely adopted and H.265/HEVC. On the other hand, deep neural networks (DNNs) have shown their powerful capacity for visual content in existing video coders, e.g., understanding, feature extraction and compact representation. min J = R + λ · D; (1) Some previous works have explored the learnt video coding algorithms in an end-to-end manner, which show the great with R and D represent the compressed bit rates and recon- potential compared with traditional methods. In this paper, we structed distortion respectively. propose an end-to-end deep neural video coding framework (NVC), which uses variational autoencoders (VAEs) with joint Motivation. Over the past three decades, video compres- spatial and temporal prior aggregation (PA) to exploit the sion technologies have been evolving and adapting con- correlations in intra-frame pixels, inter-frame motions and inter- stantly with coding efficiency improved by several folds, frame compensation residuals, respectively. Novel features of mostly driven under the efforts from the experts in ISO/IEC NVC include: 1) To estimate and compensate motion over a Moving Picture Experts Group (MPEG), ITU-T Video Cod- large range of magnitudes, we propose an unsupervised multi- scale motion compensation network (MS-MCN) together with a ing Experts Group (VCEG) and their joint task forces.
    [Show full text]
  • Técnicas Forenses Y Anti-Forenses Para El Análisis De La Integridad Del Contenido Y De La Fuente De Adquisición En Vídeos Digitales De Dispositivos Móviles
    UNIVERSIDAD COMPLUTENSE DE MADRID FACULTAD DE INFORMÁTICA TESIS DOCTORAL Técnicas Forenses y Anti-Forenses para el Análisis de la Integridad del Contenido y de la Fuente de Adquisición en Vídeos Digitales de Dispositivos Móviles MEMORIA PARA OPTAR AL GRADO DE DOCTOR PRESENTADA POR Carlos Quinto Huamán Directores Luis Javier García Villalba Ana Lucila Sandoval Orozco Madrid ©Carlos Quinto Huamán, 2020 UNIVERSIDAD COMPLUTENSE DE MADRID FACULTAD DE INFORMÁTICA TESIS DOCTORAL Técnicas Forenses y Anti-Forenses para el Análisis de la Integridad del Contenido y de la Fuente de Adquisición en Vídeos Digitales de Dispositivos Móviles MEMORIA PARA OPTAR AL GRADO DE DOCTOR PRESENTADA POR Carlos Quinto Huamán Directores Luis Javier García Villalba Ana Lucila Sandoval Orozco Madrid, 2020 Técnicas Forenses y Anti-Forenses para el Análisis de la Integridad del Contenido y de la Fuente de Adquisición en Vídeos Digitales de Dispositivos Móviles TESIS DOCTORAL Memoria presentada para obtener el título de Doctor por la Universidad Complutense de Madrid en el Programa de Doctorado en Ingeniería Informática Carlos Quinto Huamán Directores Luis Javier García Villalba Ana Lucila Sandoval Orozco Facultad de Informática Universidad Complutense de Madrid Madrid, Septiembre de 2020 Tesis Doctoral presentada por el doctorando Carlos Quinto Huamán en la Facultad de Informática de la Universidad Complutense de Madrid para la obtención del título de Doctor por la Universidad Complutense de Madrid en el Programa de Doctorado en Ingeniería Informática. Terminada en Madrid
    [Show full text]
  • Volume 5, Number 1, December 2020
    VOL. 5 NO. 1 DECEMBER 2020 JOURNAL OF DIGITAL VIDEO VOLUME 5, NUMBER 1 December 2020 Society of Cable Telecommunications Engineers, Inc. International Society of Broadband Experts™ 140 Philips Road, Exton, PA 19341-1318 © 2020 by the Society of Cable Telecommunications Engineers, Inc. All rights reserved. As complied, arranged, modified, enhanced and edited, all license works and other separately owned materials contained in this publication are subject to foregoing copyright notice. No part of this journal shall be reproduced, stored in a retrieval system or transmitted by any means, electronic, mechanical, photocopying, recording or otherwise, without written permission from the Society of Cable Telecommunications Engineers, Inc. No patent liability is assumed with respect to the use of the information contained herein. While every precaution has been taken in the preparation of the publication, SCTE assumes no responsibility for errors or omissions. Neither is any liability assumed for damages resulting from the use of the information contained herein. Table of Contents 4 From the Editor SCTE•ISBE Engineering 5 All Coming Together: A Collaborative Effort To Committee Chair: Achieve Comprehensive End-To-End Ad Monitoring David Fellows, Mourad Kioumgi, VOD Solutions Architect, Sky UK, Sky Group, Comcast SCTE•ISBE Member Chris Hock, Head of Business Strategy and Development, Media & Entertainment, Adobe SCTE•ISBE Digital Video Dan Murray, Director, Product Marketing, Video Solutions, Subcommittee (DVS) Contributor, Telestream Committee Chair: Xavier Denis, Director, IP Ad Insertion Products, Contributor, CommScope Paul Hearty, Ph.D. Technology Advisors 24 Taming Video Spectrum Management For SCTE•ISBE Member Distributed Access Architecture (R-PHY And R-MACPHY) Christopher Poli, P.E., Sr.
    [Show full text]