Arxiv:1602.05311V1 [Cs.MM] 17 Feb 2016 Ujcieevaluation

Total Page:16

File Type:pdf, Size:1020Kb

Arxiv:1602.05311V1 [Cs.MM] 17 Feb 2016 Ujcieevaluation A FULL-BANDWIDTH AUDIO CODEC WITH LOW COMPLEXITY AND VERY LOW DELAY Jean-Marc Valin†‡, Timothy B. Terriberry‡, Gregory Maxwell‡ †Octasic Semiconductor 4101 Molson Street, suite 300 Montreal (Quebec) Canada [email protected] ‡Xiph.Org Foundation [email protected] [email protected] ABSTRACT frame size lookahead We propose an audio codec that addresses the low-delay algorithmic delay requirements of some applications such as network music performance. The codec is based on the modified discrete cosine transform (MDCT) with very short frames and uses MDCT window gain-shape quantization to preserve the spectral envelope. The short frame sizes required for low delay typically hinder 0 64 192 256 320 448 512 the performance of transform codecs. However, at 96 kbit/s Time [samples] and with only 4 ms algorithmic delay, the proposed codec out-performs the ULD codec operating at the same rate. The Figure 1: Power-complementary windows with reduced overlap. total complexity of the codec is small, at only 17 WMOPS for real-time operation at 48 kHz. 1. INTRODUCTION Recent research has focused on increasing the audio quality of speech codecs to “full bandwidth” rates of 44.1 or 48 kHz to make them suitable to more general purpose applica- tions [1, 2]. However, while such codecs have moderate algorithmic delays, some applications require very low delay. One example is networked music performance, where two or more musicians playing remotely require less than 25 ms of total delay to be able to properly synchronize with each other [3]. Another example is a wireless audio device, Figure 2: Basic structure of the encoder. such as a digital microphone, where delay causes desynchro- nization with the visible speaker. Teleconferencing systems where only limited acoustic echo control is possible also audio quality comparisons in Section 5 and the conclusion benefit from very low delay, as it makes acoustic echo less in Section 6. perceptible. We propose a codec that provides high audio quality 2. OVERVIEW OF THE CODEC while maintaining very low delay. Its characteristics are as arXiv:1602.05311v1 [cs.MM] 17 Feb 2016 follows: The proposed codec is based on the modified discrete cosine transform (MDCT). To minimize the algorithmic delay, we • sampling rate of 48 kHz; use a short frame size, combined with a reduced-overlap frame size of 256 samples (5.3 ms) with 128 samples • window. This results in an algorithmic delay of 384 samples look-ahead (2.7 ms); for the 256-sample frame size configuration shown in Fig. 1. • achieves very good audio quality at 64 kbit/s (mono); The structure of the encoder is shown in Fig. 2 and its • a total complexity of 17 WMOPS; basic principles can be summarized as follows: • optional support for other sampling rates and frame sizes, the MDCT output is split in bands approximating the such as 128-sample frames with 64 samples look-ahead. • critical bands; We introduce the basic principles of the codec in Section 2 • the energy (gain) in each band is quantized and transmit- and go into the details of the quantization in Section 3. ted separately; We then discuss how the proposed approach compares to • the details (shape) in each band are quantized alge- other low-delay codecs in Section 4, followed by direct braically using a spherical codebook; We would like to thank all the listeners who participated in the • the bit allocation is inferred from information shared subjective evaluation. between the encoder and the decoder. The most important aspect of these is the explicit coding 3.2.1 Pyramid vector quantization of the shape of a per-band energy constraint combined with an indepen- Because there is no known algebraic formulation for the dent shape quantizer which never violates that constraint. optimal tessellation of a hyper-sphere of arbitrary dimension This prevents artifacts caused by energy collapse or over- N, we use a codebook constructed as the sum of K signed shoot and preserves the spectral envelope’s evolution in time. unit pulses normalized to the surface of the hyper-sphere. A The bands are defined to match the ear’s critical bands as codevectorx ˜ can be expressed as: closely as possible, with the restriction that bands must be at least 3 MDCT bins wide. This lower limit results in 19 bands K for the codec when 256-sample frames are used. (k)ε y = ∑ s n(k) , (2) k=1 3. QUANTIZATION y x˜ = , (3) T We use a type of arithmetic coder called a range coder [4] y y for all symbols. We use it not only for entropy coding, but p (k) (k) th also to approximate the infinite precision arithmetic required where n and s are the position and sign of the k pulse, ε (k) to optimally encode integers whose range is not a power of respectively, and n(k) is the n th elementary basis vector. ( j) (k) two. The signs sk are constrained such that n = n implies ( j) (k) s = s , and hence y satisfies kykL1 = K. This codebook 3.1 Energy quantization (Q1, Q2) has the same structure as the pyramid vector quantizer [6] The energy of the final decoded signal is algebraically and is similar to that used in many ACELP-based [7] speech constrained to match the explicitly coded energy exactly. codecs. Therefore it is important to quantize the energy with suffi- The search for the best positions and signs is based on cient resolution because later stages cannot compensate for minimizing the cost function J = −xx˜ = −xy/ yT y using quantization error in the energy. It is perceptually important a greedy search, one pulse at a time. For iterationpk, the cost (k) to preserve the band energy, regardless of the resolution used Jn of placing a pulse at position n can be computed as: for encoding the band shape. We use a coarse-fine strategy for encoding the energy in (k) s =sign x (k) , (4) the log domain (dB). The coarse quantization of the energy n (k) (k−1) (k) (Q1) uses a fixed resolution of 6 dB. This is also the only Rxy =Rxy + s xn(k) , (5) place we use prediction and entropy coding. The prediction k k 1 k 1 2 is applied both in time (using the previous frame) and in R( ) =R( − ) + 2s(k)y( − ) + s(k) , (6) yy yy n(k) frequency (using the previous band). The 2-D z-transform (k) (k) 2 (k) of the prediction filter is Jn = − Rxy /Ryy . (7) 1 − z−1 A(z ,z )= 1 − αz−1 · b , (1) To compare two costs, the divisions in (7) are transformed ℓ b ℓ β −1 into two multiplications. The algorithm can be sped up by 1 − zb starting from a projection of x onto the pyramid, as suggested where b is the band index and ℓ is the frame index. Unlike in [6]. We start from methods which require predictor reset [5], the proposed system with α < 1 is guaranteed to re-synchronize after xn yn = K , (8) a transmission error. We have obtained good results kxkL1 with α = 0.8 and β = 0.7. To prevent error accumulation, the prediction is applied on the quantized log-energy. The where ⌊·⌋ denotes rounding towards zero. From there, we prediction step reduces the entropy of the coarsely-quantized add any remaining pulses one at a time using the search energy from 61 to 30 bits. Of this 31-bit reduction, 12 procedure described by (4)-(7). The worst-case complexity are due to inter-frame prediction. We approximate the is thus O(N · min(N,K)). ideal probability distribution of the prediction error using a Laplace distribution, which results in an average of 33 bits 3.2.2 Encoding of the pulses' signs and positions per frame to encode the energy of all 19 bands at a 6 dB For K pulses in N samples, the number of codebook entries resolution. Because of the short frames, this represents is up to a 16% bitrate savings on the configurations tested in Section 5. V (N,K)= V (N − 1,K)+ The fine energy quantizer (Q2) is applied to the Q1 quantization error and has a variable resolution that depends V (N,K − 1)+V (N − 1,K − 1) , (9) on the bit allocation. We do not use entropy coding for with V (N,0) = 1 and V (0,K) = 0, K > 0. We use an Q since the quantization error of Q is mostly white and 2 1 enumeration algorithm to convert between codebook entries uniformly distributed. and integers between 0 and V (N,K) − 1 [6]. The index is encoded with the range coder using equiprobable sym- 3.2 Shape quantization (Q3) bols. The factorial pulse coding (FPC) method [8] uses the We normalize each band by the unquantized energy, so its same codebook with a different enumeration. However, it shape always has unit norm. We thus need to quantize a requires multiplications and divisions, whereas ours can be vector on the surface of an N-dimensional hyper-sphere. implemented using only addition. To keep computational complexity low, the band is recursively partitioned in half when the size of the codebook exceeds 32 bits. The number Table 1: Average bit allocation at 64.5 kbit/s (344 bits per of pulses in the first half is explicitly encoded, and then each frame). The mode flags are used for pre-echo avoidance and half of the vector is coded independently. to signal the low-complexity mode described here. Parameter Average bits 3.2.3 Avoiding sparseness Coarse energy (Q1) 32.8 Fine energy (Q ) 43.2 When a band is allocated few bits, the codebook described in 2 Shape (Q3) 264.4 section 3.2.1 produces a sparse spectrum, containing only a Modeflags 2 few non-zero values.
Recommended publications
  • The Perceptual Impact of Different Quantization Schemes in G.719
    The perceptual impact of different quantization schemes in G.719 BOTE LIU Master’s Degree Project Stockholm, Sweden May 2013 XR-EE-SIP 2013:001 Abstract In this thesis, three kinds of quantization schemes, Fast Lattice Vector Quantization (FLVQ), Pyramidal Vector Quantization (PVQ) and Scalar Quantization (SQ) are studied in the framework of audio codec G.719. FLVQ is composed of an RE8 -based low-rate lattice vector quantizer and a D8 -based high-rate lattice vector quantizer. PVQ uses pyramidal points in multi-dimensional space and is very suitable for the compression of Laplacian-like sources generated from transform. SQ scheme applies a combination of uniform SQ and entropy coding. Subjective tests of these three versions of audio codecs show that FLVQ and PVQ versions of audio codecs are both better than SQ version for music signals and SQ version of audio codec performs well on speech signals, especially for male speakers. I Acknowledgements I would like to express my sincere gratitude to Ericsson Research, which provides me with such a good thesis work to do. I am indebted to my supervisor, Sebastian Näslund, for sparing time to communicate with me about my work every week and giving me many valuable suggestions. I am also very grateful to Volodya Grancharov and Eric Norvell for their advice and patience as well as consistent encouragement throughout the thesis. My thanks are extended to some other Ericsson researchers for attending the subjective listening evaluation in the thesis. Finally, I want to thank my examiner, Professor Arne Leijon of Royal Institute of Technology (KTH) for reviewing my report very carefully and supporting my work very much.
    [Show full text]
  • Reduced-Complexity End-To-End Variational Autoencoder for on Board Satellite Image Compression
    remote sensing Article Reduced-Complexity End-to-End Variational Autoencoder for on Board Satellite Image Compression Vinicius Alves de Oliveira 1,2,* , Marie Chabert 1 , Thomas Oberlin 3 , Charly Poulliat 1, Mickael Bruno 4, Christophe Latry 4, Mikael Carlavan 5, Simon Henrot 5, Frederic Falzon 5 and Roberto Camarero 6 1 IRIT/INP-ENSEEIHT, University of Toulouse, 31071 Toulouse, France; [email protected] (M.C.); [email protected] (C.P.) 2 Telecommunications for Space and Aeronautics (TéSA) Laboratory, 31500 Toulouse, France 3 ISAE-SUPAERO, University of Toulouse, 31055 Toulouse, France; [email protected] 4 CNES, 31400 Toulouse, France; [email protected] (M.B.); [email protected] (C.L.) 5 Thales Alenia Space, 06150 Cannes, France; [email protected] (M.C.); [email protected] (S.H.); [email protected] (F.F.) 6 ESA, 2201 AZ Noordwijk, The Netherlands; [email protected] * Correspondence: [email protected] Abstract: Recently, convolutional neural networks have been successfully applied to lossy image compression. End-to-end optimized autoencoders, possibly variational, are able to dramatically outperform traditional transform coding schemes in terms of rate-distortion trade-off; however, this is at the cost of a higher computational complexity. An intensive training step on huge databases allows autoencoders to learn jointly the image representation and its probability distribution, pos- sibly using a non-parametric density model or a hyperprior auxiliary autoencoder to eliminate the need for prior knowledge. However, in the context of on board satellite compression, time and memory complexities are submitted to strong constraints.
    [Show full text]
  • (12) Patent Application Publication (10) Pub. No.: US 2016/0248440 A1 Lookup | | | | | | | | | | | | |
    US 201602484.40A1 (19) United States (12) Patent Application Publication (10) Pub. No.: US 2016/0248440 A1 Greenfield et al. (43) Pub. Date: Aug. 25, 2016 (54) SYSTEMAND METHOD FOR COMPRESSING Publication Classification DATAUSING ASYMMETRIC NUMERAL SYSTEMIS WITH PROBABILITY (51) Int. Cl. DISTRIBUTIONS H03M 7/30 (2006.01) (52) U.S. Cl. (71) Applicants: Daniel Greenfield, Cambridge (GB); CPC ....................................... H03M 730 (2013.01) Alban Rrustemi, Cambridge (GB) (72) Inventors: Daniel Greenfield, Cambridge (GB); (57) ABSTRACT Albanan Rrustemi, Cambridge (GB(GB) A data compression method using the range variant of asym (21) Appl. No.: 15/041,228 metric numeral systems to encode a data stream, where the probability distribution table is constructed using a Markov (22) Filed: Feb. 11, 2016 model. This type of encoding results in output that has higher compression ratios when compared to other compression (30) Foreign Application Priority Data algorithms and it performs particularly well with information that represents gene sequences or information related to gene Feb. 11, 2015 (GB) ................................... 1502286.6 Sequences. 128bit o 500 580 700 7so 4096 20123115 a) 8-entry SIMD lookup Vector minpos (e.g. phminposuw) 's 20 b) 16-entry SMD —- lookup | | | | | | | | | | | | | ||l Vector sub (e.g. psubw) Wector min e.g. pminuw) Vector minpos (e.g. phmirposuw) Patent Application Publication Aug. 25, 2016 Sheet 1 of 2 US 2016/0248440 A1 128bit e (165it o 500 580 700 750 4096 2012 s115 8-entry SIMD Vector sub a) lookup (e.g. pSubw) 770 270 190 70 20 (ufi) (ufi) (uf) Vector minpos (e.g. phminposuw) b) 16-entry SIMD lookup Vector sub Vector sub (e.g.
    [Show full text]
  • FFV1 Video Codec Specification
    FFV1 Video Codec Specification by Michael Niedermayer [email protected] Contents 1 Introduction 2 2 Terms and Definitions 2 2.1 Terms ................................................. 2 2.2 Definitions ............................................... 2 3 Conventions 3 3.1 Arithmetic operators ......................................... 3 3.2 Assignment operators ........................................ 3 3.3 Comparison operators ........................................ 3 3.4 Order of operation precedence .................................... 4 3.5 Range ................................................. 4 3.6 Bitstream functions .......................................... 4 4 General Description 5 4.1 Border ................................................. 5 4.2 Median predictor ........................................... 5 4.3 Context ................................................ 5 4.4 Quantization ............................................. 5 4.5 Colorspace ............................................... 6 4.5.1 JPEG2000-RCT ....................................... 6 4.6 Coding of the sample difference ................................... 6 4.6.1 Range coding mode ..................................... 6 4.6.2 Huffman coding mode .................................... 9 5 Bitstream 10 5.1 Configuration Record ......................................... 10 5.1.1 In AVI File Format ...................................... 11 5.1.2 In ISO/IEC 14496-12 (MP4 File Format) ......................... 11 5.1.3 In NUT File Format ....................................
    [Show full text]
  • Asymmetric Numeral Systems. Arxiv:0902.0271V5 [Cs.IT]
    Asymmetric numeral systems. Jarek Duda Jagiellonian University, Poland, email: [email protected] Abstract In this paper will be presented new approach to entropy coding: family of generalizations of standard numeral systems which are optimal for encoding sequence of equiprobable symbols, into asymmetric numeral systems - optimal for freely chosen probability distributions of symbols. It has some similarities to Range Coding but instead of encoding symbol in choosing a range, we spread these ranges uniformly over the whole interval. This leads to simpler encoder - instead of using two states to define range, we need only one. This approach is very universal - we can obtain from extremely precise encoding (ABS) to extremely fast with possibility to additionally encrypt the data (ANS). This encryption uses the key to initialize random number generator, which is used to calculate the coding tables. Such preinitialized encryption has additional advantage: is resistant to brute force attack - to check a key we have to make whole initialization. There will be also presented application for new approach to error correction: after an error in each step we have chosen probability to observe that something was wrong. We can get near Shannon's limit for any noise level this way with expected linear time of correction. arXiv:0902.0271v5 [cs.IT] 21 May 2009 1 Introduction In practice there are used two approaches for entropy coding nowadays: building binary tree (Huffman coding [1]) and arithmetic/range coding ([2],[3]). The first one approximates probabilities of symbols with powers of 2 - isn't precise. Arithmetic coding is precise. It encodes symbol in choosing one of large ranges of length proportional to assumed probability distribution (q).
    [Show full text]
  • The Deep Learning Solutions on Lossless Compression Methods for Alleviating Data Load on Iot Nodes in Smart Cities
    sensors Article The Deep Learning Solutions on Lossless Compression Methods for Alleviating Data Load on IoT Nodes in Smart Cities Ammar Nasif *, Zulaiha Ali Othman and Nor Samsiah Sani Center for Artificial Intelligence Technology (CAIT), Faculty of Information Science & Technology, University Kebangsaan Malaysia, Bangi 43600, Malaysia; [email protected] (Z.A.O.); [email protected] (N.S.S.) * Correspondence: [email protected] Abstract: Networking is crucial for smart city projects nowadays, as it offers an environment where people and things are connected. This paper presents a chronology of factors on the development of smart cities, including IoT technologies as network infrastructure. Increasing IoT nodes leads to increasing data flow, which is a potential source of failure for IoT networks. The biggest challenge of IoT networks is that the IoT may have insufficient memory to handle all transaction data within the IoT network. We aim in this paper to propose a potential compression method for reducing IoT network data traffic. Therefore, we investigate various lossless compression algorithms, such as entropy or dictionary-based algorithms, and general compression methods to determine which algorithm or method adheres to the IoT specifications. Furthermore, this study conducts compression experiments using entropy (Huffman, Adaptive Huffman) and Dictionary (LZ77, LZ78) as well as five different types of datasets of the IoT data traffic. Though the above algorithms can alleviate the IoT data traffic, adaptive Huffman gave the best compression algorithm. Therefore, in this paper, Citation: Nasif, A.; Othman, Z.A.; we aim to propose a conceptual compression method for IoT data traffic by improving an adaptive Sani, N.S.
    [Show full text]
  • Key-Based Self-Driven Compression in Columnar Binary JSON
    Otto von Guericke University of Magdeburg Department of Computer Science Master's Thesis Key-Based Self-Driven Compression in Columnar Binary JSON Author: Oskar Kirmis November 4, 2019 Advisors: Prof. Dr. rer. nat. habil. Gunter Saake M. Sc. Marcus Pinnecke Institute for Technical and Business Information Systems / Database Research Group Kirmis, Oskar: Key-Based Self-Driven Compression in Columnar Binary JSON Master's Thesis, Otto von Guericke University of Magdeburg, 2019 Abstract A large part of the data that is available today in organizations or publicly is provided in semi-structured form. To perform analytical tasks on these { mostly read-only { semi-structured datasets, Carbon archives were developed as a column-oriented storage format. Its main focus is to allow cache-efficient access to fields across records. As many semi-structured datasets mainly consist of string data and the denormalization introduces redundancy, a lot of storage space is required. However, in Carbon archives { besides a deduplication of strings { there is currently no compression implemented. The goal of this thesis is to discuss, implement and evaluate suitable compression tech- niques to reduce the amount of storage required and to speed up analytical queries on Carbon archives. Therefore, a compressor is implemented that can be configured to apply a combination of up to three different compression algorithms to the string data of Carbon archives. This compressor can be applied with a different configuration per column (per JSON object key). To find suitable combinations of compression algo- rithms for each column, one manual and two self-driven approaches are implemented and evaluated. On a set of ten publicly available semi-structured datasets of different kinds and sizes, the string data can be compressed down to about 53% on average, reducing the whole datasets' size by 20%.
    [Show full text]
  • Answers to Exercises
    Answers to Exercises A bird does not sing because he has an answer, he sings because he has a song. —Chinese Proverb Intro.1: abstemious, abstentious, adventitious, annelidous, arsenious, arterious, face- tious, sacrilegious. Intro.2: When a software house has a popular product they tend to come up with new versions. A user can update an old version to a new one, and the update usually comes as a compressed file on a floppy disk. Over time the updates get bigger and, at a certain point, an update may not fit on a single floppy. This is why good compression is important in the case of software updates. The time it takes to compress and decompress the update is unimportant since these operations are typically done just once. Recently, software makers have taken to providing updates over the Internet, but even in such cases it is important to have small files because of the download times involved. 1.1: (1) ask a question, (2) absolutely necessary, (3) advance warning, (4) boiling hot, (5) climb up, (6) close scrutiny, (7) exactly the same, (8) free gift, (9) hot water heater, (10) my personal opinion, (11) newborn baby, (12) postponed until later, (13) unexpected surprise, (14) unsolved mysteries. 1.2: A reasonable way to use them is to code the five most-common strings in the text. Because irreversible text compression is a special-purpose method, the user may know what strings are common in any particular text to be compressed. The user may specify five such strings to the encoder, and they should also be written at the start of the output stream, for the decoder’s use.
    [Show full text]
  • Asymmetric Numeral Systems As Close to Capacity Low State Entropy Coders Arxiv:1311.2540V1 [Cs.IT] 11 Nov 2013
    Asymmetric numeral systems as close to capacity low state entropy coders Jarek Duda Center for Science of Information, Purdue University, W. Lafayette, IN 47907, U.S.A. email: [email protected] Abstract Imagine a basic situation: we have a source of symbols of known probability distribution and we would like to design an entropy coder transforming it into a bit sequence, which would be simple and very close to the capacity (Shannon entropy). Prefix codes are the basic method, defining "symbol!bit sequence" set of rules, usually found using Huffman algorithm. They theoretically allow to reduce the dis- tance from the capacity (∆H) down to zero, but the cost grows rapidly. We will discuss improving it by replacing this memoryless coder with an automate having some small set of internal states: defined by "(symbol, state)!(bit sequence, new state)" set of rules. The natural question is the minimal number of states to achieve given performance, what is especially important for simple high throughput hard- ware coders. Arithmetic coding can be seen this way, but it requires relatively large number of states (possible ranges). We will discuss asymmetric numeral systems (ANS) for this purpose, which can be seen as asymmetrization of numeral systems. Less than 20 states will be usually sufficient to achieve ∆H ≈ 0:001 bits/symbol for a small alphabet. ∆H generally generally decreases approximately like 1/(the number of states)2 and increases proportionally the size of alphabet. Huge freedom of choosing the exact coding and chaotic behavior of state make it also perfect to simultaneously encrypt the data.
    [Show full text]
  • Entropy Coding and Different Coding Techniques
    Journal of Network Communications and Emerging Technologies (JNCET) www.jncet.org Volume 6, Issue 5, May (2016) Entropy Coding and Different Coding Techniques Sandeep Kaur Asst. Prof. in CSE Dept, CGC Landran, Mohali Sukhjeet Singh Asst. Prof. in CS Dept, TSGGSK College, Amritsar. Abstract – In today’s digital world information exchange is been 2. CODING TECHNIQUES held electronically. So there arises a need for secure transmission of the data. Besides security there are several other factors such 1. Huffman Coding- as transfer speed, cost, errors transmission etc. that plays a vital In computer science and information theory, a Huffman code role in the transmission process. The need for an efficient technique for compression of Images ever increasing because the is a particular type of optimal prefix code that is commonly raw images need large amounts of disk space seems to be a big used for lossless data compression. disadvantage during transmission & storage. This paper provide 1.1 Basic principles of Huffman Coding- a basic introduction about entropy encoding and different coding techniques. It also give comparison between various coding Huffman coding is a popular lossless Variable Length Coding techniques. (VLC) scheme, based on the following principles: (a) Shorter Index Terms – Huffman coding, DEFLATE, VLC, UTF-8, code words are assigned to more probable symbols and longer Golomb coding. code words are assigned to less probable symbols. 1. INTRODUCTION (b) No code word of a symbol is a prefix of another code word. This makes Huffman coding uniquely decodable. 1.1 Entropy Encoding (c) Every source symbol must have a unique code word In information theory an entropy encoding is a lossless data assigned to it.
    [Show full text]
  • Multi Sweep Compression of Lidar Using Deep Entropy Models
    MuSCLE: Multi Sweep Compression of LiDAR using Deep Entropy Models Sourav Biswas1;2 Jerry Liu1 Kelvin Wong1;3 Shenlong Wang1;3 Raquel Urtasun1;3 1Uber Advanced Technologies Group 2University of Waterloo 3University of Toronto {souravb,jerryl,kelvin.wong,slwang,urtasun}@uber.com Abstract We present a novel compression algorithm for reducing the storage of LiDAR sensor data streams. Our model exploits spatio-temporal relationships across multiple LiDAR sweeps to reduce the bitrate of both geometry and intensity values. Towards this goal, we propose a novel conditional entropy model that models the probabilities of the octree symbols by considering both coarse level geometry and previous sweeps’ geometric and intensity information. We then use the learned probability to encode the full data stream into a compact one. Our experiments demonstrate that our method significantly reduces the joint geometry and intensity bitrate over prior state-of-the-art LiDAR compression methods, with a reduction of 7–17% and 6–19% on the UrbanCity and SemanticKITTI datasets respectively. 1 Introduction The past decade has witnessed numerous innovations in intelligent systems, thanks to an explosion of progress in sensing and AI algorithms. In particular, LiDAR sensors are extensively used in various applications such as indoor rovers, unmanned aerial vehicles, and self-driving cars to accurately capture the 3D geometry of the scene. Yet the rapid adoption of LiDAR has brought about a key challenge—dealing with the mounting storage costs associated with the massive influx of LiDAR data. For instance, a 64-line Velodyne LiDAR continuously scanning a given scene produces over 3 billion points in a single hour.
    [Show full text]
  • 3D Video Recorder
    3D Video Recorder Stephan Würmlin1 Edouard Lamboray1 Oliver G. Staadt2 Markus H. Gross1 1Computer Science Department 2Computer Science Department Swiss Federal Institute of Technology (ETH) University of California, Davis Zurich, Switzerland Davis, CA {wuermlin, lamboray, grossm}@inf.ethz.ch [email protected] Abstract Spatio-temporal effects (e.g., freeze–and–rotate) have We present the 3D Video Recorder, a system capable of been demonstrated in numerous recent feature films. How- recording, processing, and playing three–dimensional ever, these effects can only be realized by employing a video from multiple points of view. We first record 2D video large number of still cameras, and involve a considerable streams from several synchronized digital video cameras amount of manual editing (http://www.mvfx.com/). Typi- and store pre-processed images to disk. An off-line process- cally, input data is processed off–line in various ways to ing stage converts these images into a time–varying three– create a plenitude of stunning effects. A three-dimensional dimensional hierarchical point–based data structure and video system could capture and process this data without stores this 3D video to disk. We show how we can trade–off manual intervention in shorter time and at lesser cost. 3D video quality with processing performance and devise The approach presented in this paper is a generalization efficient compression and coding schemes for our novel 3D of spatio–temporal or 3D video. We present algorithms and video representation. A typical sequence is encoded at less data structures for acquisition and construction of view- than 7 megabit per second at a frame rate of 8.5 frames per independent time–varying video.
    [Show full text]