Design of Qbe-STD System: Audio Representation and Matching Perspective

Total Page:16

File Type:pdf, Size:1020Kb

Design of Qbe-STD System: Audio Representation and Matching Perspective Design of QbE-STD System: Audio Representation and Matching Perspective by Maulik C. Madhavi 201121003 A Thesis Submitted in Partial Fulfillment of the Requirements for the Degree of DOCTOR OF PHILOSOPHY in INFORMATION AND COMMUNICATION TECHNOLOGY to DHIRUBHAI AMBANI INSTITUTE OF INFORMATION AND COMMUNICATION TECHNOLOGY October, 2017 Declaration I hereby declare that i) the thesis comprises of my original work towards the degree of Doctor of Philosophy in Information and Communication Technology at Dhirubhai Ambani Institute of Information and Communication Technology and has not been submitted elsewhere for a degree, ii) due acknowledgment has been made in the text to all the reference material used. Maulik C. Madhavi Certificate This is to certify that the thesis work entitled, “Design of QbE-STD System : Audio Representation and Matching Perspective,” has been carried out by Maulik C. Madhavi for the degree of Doctor of Philosophy in Information and Communication Tech- nology at Dhirubhai Ambani Institute of Information and Communication Technology under my supervision. Prof. Hemant A. Patil Thesis Supervisor i Acknowledgments First and foremost, I would like thank the Almighty God for providing me the courage and capability to proceed and to complete this thesis work successfully. Many extraordinary people assisted me directly or indirectly to achieve this work. I would mention just a few of them. Foremost, I would like to express my sincere gratitude to my supervisor Prof. Hemant A. Patil for his insightful suggestions and expert guidance. His patience, motivation, enthusiasm, immense knowledge and his friendly nature helped me a lot to produce this fruitful outcome. I could not have imagined having a bet- ter supervisor (and mentor) than Prof. Hemant A. Patil. I am fortunate to have excellent support from him during my doctoral study. I would also like to thank DA-IICT, my research progress seminar (RPS) com- mittee (Prof. L. Pillutla and Prof. A. Tatu) and thesis examination committee (Prof. A. Banerjee, Prof. L. Pillutla, and Prof. Y. Vasavada) for suggesting valu- able inputs to my work. I acknowledge my thesis examiners, namely, Prof. Hynek Hermansky (Johns Hopkins University) and Prof. K. Sri Rama Murty (IIT Hyder- abad) for valuable technical inputs related to the thesis. Besides them, I would also thank all the staff and faculty members of DA-IICT, who have been kind enough to help me throughout my stay at DA-IICT. I have learned many things, and their help shaped my career as a researcher. I thank Resource Center (RC), DA-IICT for creating research excelling atmosphere and infrastructure. I would like to thank the organizers of MediaEval SWS 2013 and MediaEval QUESST 2014 for providing the database, which is extensively used in this thesis. I would also like to thank Prof. (Dr.) Cheung-Chi Leung and his team for sharing MATLAB code of Acoustic Segment Model (ASM) training, which was used in Chapter 4. I also sincerely thank Department of Electronics and Information Technology (DeitY), Govt. of India, for sponsoring a consortium project (in which I was a project staff member) authorities of DA-IICT for providing excellent infrastruc- ture. I would like to thank anonymous reviewers, who reviewed my work sub- mitted to journals and conferences. They provided very useful insights into the work, which tremendously helped me to revise the particular paper as well as this iii thesis. Besides them, I would also thank my lab-mates of Speech Research Lab, DA- IICT. The fruitful technical discussions with all the members were incredible learn- ing opportunities. Thanks to all for creating a continuous learning environment in the lab. The team effort and sharing learning experiences across the members tremendously helped in shaping the thesis and developing me as a good team member. We all worked together to meet the deadlines and enjoyed a lot several celebrating moments during the last six years. Last but not the least, I would like to thank my family, my parents, brother and wife. I have no words to describe their huge support and love. Thanks is very tiny word to describe their affection to me. They missed me during our family get- together, and supported me throughout the doctoral study. I must acknowledge them, without their encouragement, love, care and blessings, I would not have finished this thesis. iv Contents Abstract ....................................... xii List of Acronyms .................................. xii List of Symbols ................................... xvi List of Tables .................................... xix List of Figures .................................... xxi 1 Introduction ................................... 1 1.1 Motivation . 1 1.2 Spoken Content Retrieval Systems . 3 1.2.1 Spoken Term Detection . 3 1.2.1.1 Research Issues in STD . 5 1.2.2 Query-by-Example Spoken Term Detection . 5 1.2.2.1 Research Issues in QbE-STD . 6 1.2.3 Keyword Spotting System . 6 1.2.3.1 Research Issues in KWS . 7 1.3 Focus and Contributions in the Thesis . 7 1.3.1 GMM Framework for VTLN . 7 1.3.2 Mixture of GMMs for Posteriorgram Design . 8 1.3.3 Partial Matching for Non-Exact Query Matching . 8 1.3.4 Feature Reduction Approach . 9 1.3.5 Segment-Level Bag-of-Acoustic Words . 9 1.3.6 Exploring Detection Sources and Multiple Acoustic Features 9 1.4 Organization of the Thesis . 10 1.5 Chapter Summary . 11 2 Literature Survey ................................ 13 2.1 Introduction . 13 2.2 Motivation and Components of QbE-STD . 13 2.3 Performance Evaluation Metrics . 15 v 2.4 Front-end Subsystem . 18 2.4.1 Acoustic Representation . 19 2.4.2 Speech Activity Detection . 20 2.4.3 Posteriorgram Representation . 21 2.4.3.1 Supervised Posteriorgram . 21 2.4.3.2 Unsupervised Posteriorgram . 25 2.4.4 Symbol-based Representation . 30 2.5 Searching Subsystem . 30 2.5.1 Search Subsystem for Frame-based Representation . 31 2.5.1.1 Computational Improvement for Frame-based Ap- proaches . 32 2.5.2 Search Subsystem for Symbol-based Representation . 35 2.6 Detection Subsystem . 37 2.6.1 Score Normalization . 37 2.6.2 Query Selection . 37 2.6.3 Pseudo Relevance Feedback . 38 2.6.4 Non-Exact Query Matching . 40 2.6.5 Calibration and Fusion of Multiple Search Systems . 40 2.7 Research Issues in QbE-STD System . 41 2.8 QbE-STD Submission in MediaEval . 42 2.8.1 Summary of MediaEval SWS 2011 . 42 2.8.2 Summary of MediaEval SWS 2012 . 44 2.8.3 Summary of MediaEval SWS 2013 . 45 2.8.4 Summary of MediaEval QUESST 2014 . 47 2.8.5 Summary of MediaEval QUESST 2015 . 47 2.9 Chapter Summary . 49 3 Experimental Setup ............................... 51 3.1 Introduction . 51 3.2 Databases Used . 51 3.2.1 Challenges in Databases . 53 3.3 Front-end Subsystem . 53 3.3.1 Acoustic Representation . 53 3.3.1.1 MFCC and PLP . 54 3.3.1.2 MFCC-TMP . 54 3.3.2 Posterior Representation . 55 3.3.2.1 Motivation for GMM . 55 3.4 Searching Subsystem . 56 vi 3.5 Detection Subsystem . 61 3.5.1 Score-level Fusion of Multiple Systems . 64 3.6 Effect of Local Constraints . 65 3.7 Effect of Dissimilarity Functions . 70 3.8 Chapter Summary . 70 4 Representation Perspective .......................... 71 4.1 Introduction . 71 4.2 Vocal Tract Length Normalization . 71 4.2.1 Prior Studies in VTLN . 73 4.2.2 GMM-based VTLN . 75 4.2.3 Iterative Approach for VTLN . 78 4.2.4 Results for Phoneme Recognition . 80 4.2.5 Experimental Results . 82 4.2.5.1 Effect of Number of Gaussians . 84 4.2.5.2 Effect of Local Constraints . 85 4.2.5.3 Multiple Examples per Query . 85 4.2.5.4 Score-level Fusion of VTL-warped Gaussian Poste- riorgrams . 86 4.2.5.5 VTLN on Reduced/Expanded Number of Features 88 4.2.5.6 Deterministic Annealing Expectation Maximization 89 4.3 Mixture of GMMs . 91 4.3.1 Mixture of GMM Posteriorgram . 91 4.3.2 Practical Implementation . 93 4.3.2.1 Broad Phoneme Posterior Probability . 93 4.3.2.2 Relative Significance of Each Broad Class . 94 4.3.2.3 Training Procedure and Posteriorgram Computation 95 4.3.3 Experimental Results . 98 4.3.3.1 Score-level Fusion . 98 4.3.3.2 Effect of Amount of Labeled Data . 99 4.4 Chapter Summary . 100 5 Audio Matching Perspective ......................... 101 5.1 Introduction . 101 5.2 Partial Matching for Non-exact Query Matching . 102 5.3 Feature Reduction Approach . 110 5.3.1 Phone Segmentation . 111 5.3.2 Results for SWS 2013 . 113 5.3.3 Results for QUESST 2014 . 114 vii 5.4 Segment-level Bag-of-Acoustic Words . 115 5.4.1 BoAW Model . 115 5.4.1.1 Score Computation . 119 5.4.2 Results for SWS 2013 using Phonetic Posteriorgram . 120 5.4.2.1 Performance of the First Stage . 121 5.4.2.2 Performance of the Second Stage . 122 5.4.3 Results for SWS 2013 using Gaussian Posteriorgram . 125 5.4.3.1 Performance of the First Stage . 125 5.4.3.2 Performance of the Second Stage . 126 5.4.4 Results for QUESST 2014 . 128 5.5 Chapter Summary . 128 6 Exploring Multiple Resources ........................ 131 6.1 Introduction . 131 6.2 Acoustic Features . 132 6.2.1 Warped Linear Prediction . 133 6.2.2 Modified Group Delay Function . 134 6.2.3 OpenSMILE Library Features . 134 6.2.4 Experimental Results . 134 6.3 Detection Sources . 137 6.3.1 Depth of Detection Valley . 138 6.3.2 Term Frequency Similarity . 138 6.3.3 Self-Similarity Matrix . 138 6.3.4 Pseudo Relevance Feedback .
Recommended publications
  • Relating Optical Speech to Speech Acoustics and Visual Speech Perception
    UNIVERSITY OF CALIFORNIA Los Angeles Relating Optical Speech to Speech Acoustics and Visual Speech Perception A dissertation submitted in partial satisfaction of the requirements for the degree Doctor of Philosophy in Electrical Engineering by Jintao Jiang 2003 i © Copyright by Jintao Jiang 2003 ii The dissertation of Jintao Jiang is approved. Kung Yao Lieven Vandenberghe Patricia A. Keating Lynne E. Bernstein Abeer Alwan, Committee Chair University of California, Los Angeles 2003 ii Table of Contents Chapter 1. Introduction ............................................................................................... 1 1.1. Audio-Visual Speech Processing ............................................................................ 1 1.2. How to Examine the Relationship between Data Sets ............................................ 4 1.3. The Relationship between Articulatory Movements and Speech Acoustics........... 5 1.4. The Relationship between Visual Speech Perception and Physical Measures ....... 9 1.5. Outline of This Dissertation .................................................................................. 15 Chapter 2. Data Collection and Pre-Processing ...................................................... 17 2.1. Introduction ........................................................................................................... 17 2.2. Background ........................................................................................................... 18 2.3. Recording a Database for the Correlation Analysis.............................................
    [Show full text]
  • Improving Opus Low Bit Rate Quality with Neural Speech Synthesis
    Improving Opus Low Bit Rate Quality with Neural Speech Synthesis Jan Skoglund1, Jean-Marc Valin2∗ 1Google, San Francisco, CA, USA 2Amazon, Palo Alto, CA, USA [email protected], [email protected] Abstract learned representation set [11]. A typical WaveNet configura- The voice mode of the Opus audio coder can compress wide- tion requires a very high algorithmic complexity, in the order band speech at bit rates ranging from 6 kb/s to 40 kb/s. How- of hundreds of GFLOPS, along with a high memory usage to ever, Opus is at its core a waveform matching coder, and as the hold the millions of model parameters. Combined with the high rate drops below 10 kb/s, quality degrades quickly. As the rate latency, in the hundreds of milliseconds, this renders WaveNet reduces even further, parametric coders tend to perform better impractical for a real-time implementation. Replacing the di- than waveform coders. In this paper we propose a backward- lated convolutional networks with recurrent networks improved compatible way of improving low bit rate Opus quality by re- memory efficiency in SampleRNN [12], which was shown to be synthesizing speech from the decoded parameters. We compare useful for speech coding in [13]. WaveRNN [14] also demon- two different neural generative models, WaveNet and LPCNet. strated possibilities for synthesizing at lower complexities com- WaveNet is a powerful, high-complexity, and high-latency ar- pared to WaveNet. Even lower complexity and real-time opera- chitecture that is not feasible for a practical system, yet pro- tion was recently reported using LPCNet [15]. vides a best known achievable quality with generative models.
    [Show full text]
  • Lecture 16: Linear Prediction-Based Representations
    Return to Main LECTURE 16: LINEAR PREDICTION-BASED REPRESENTATIONS Objectives ● Objectives: System View: Analysis/Synthesis ❍ Introduce analysis/synthesis systems The Error Signal ❍ Discuss error analysis and gain-matching Gain Matching ❍ Relate linear prediction coefficients to other spectral representations Transformations: Levinson-Durbin ❍ Introduce reflection and prediction coefficent recursions Reflection Coefficients Transformations ❍ Lattice/ladder filter implementations The Burg Method There is a classic textbook on this subject: Summary: Signal Modeling J.D. Markel and A.H. Gray, Linear Prediction of Speech, Springer-Verlag, New Typical Front End York, New York, USA, ISBN: 0-13-007444-6, 1976. On-Line Resources: This lecture also includes material from two other textbooks: AJR: Linear Prediction LPC10E MAD LPC J. Deller, et. al., Discrete-Time Processing of Speech Signals, MacMillan Publishing Co., ISBN: 0-7803-5386-2, 2000. Filter Design and, L.R. Rabiner and B.W. Juang, Fundamentals of Speech Recognition, Prentice-Hall, Upper Saddle River, New Jersey, USA, ISBN: 0-13-015157-2, 1993. Return to Main Introduction: 01: Organization (html, pdf) Speech Signals: ECE 8463: FUNDAMENTALS OF SPEECH 02: Production (html, pdf) RECOGNITION 03: Digital Models Professor Joseph Picone (html, pdf) Department of Electrical and Computer Engineering Mississippi State University 04: Perception (html, pdf) email: [email protected] phone/fax: 601-325-3149; office: 413 Simrall 05: Masking URL: http://www.isip.msstate.edu/resources/courses/ece_8463 (html, pdf) Modern speech understanding systems merge interdisciplinary technologies from Signal Processing, 06: Phonetics and Phonology Pattern Recognition, Natural Language, and Linguistics into a unified statistical framework. These (html, pdf) systems, which have applications in a wide range of signal processing problems, represent a revolution in Digital Signal Processing (DSP).
    [Show full text]
  • Source-Channel Coding for CELP Speech Coders
    2G'S c5 Source-Channel Coding for CELP Speech Coders J.A. Asenstorfer B.Ma.Sc. (Hons),B.Sc.(Hons),8.8',M'E' University of Adelaide Department of Electrical and Electronic Engineering Thesis submitted for the Degree of Doctor of Philosophy. Septemb er 26, L994 A*ond p.] l'ìq t Contents 1 1 Speech Coders for NoisY Channels 1.1 Introduction 1 2 I.2 Thesis Goals and Historical Perspective 2 Linear Predictive Coders Background I I 2.1 Introduction ' 10 2.2 Linear Predictive Models . 2.3 Autocorrelation of SPeech 15 17 2.4 Generic Code Excited Linear Prediction 3 Pitch Estimation Based on Chaos Theory 23 23 3.1 Introduction . 3.1.1 A Novel Approach to Pitch Estimation 25 3.2 The Non-Linear DYnamical Model 26 29 3.3 Determining the DelaY 32 3.4 Speech Database 3.5 Initial Findings 32 3.5.1 Poincaré Sections 34 35 3.5.2 Poincaré Section in Time 39 3.6 SpeechClassifrcation 40 3.6.1 The Zero Set 4l 3.6.2 The Devil's Staircase 42 3.6.3 Orbit Direction Change Indicator 45 3.7 Voicing Estimator 47 3.8 Pitch Tracking 49 3.9 The Pitch Estimation Algorithm ' 51 3.10 Results from the Pitch Estimator 55 3.11 Waveform Substitution 58 3.11.1 Replication of the Last Pitch Period 59 3.1I.2 Unvoiced Substitution 60 3.11.3 SPlicing Coders 61 3.11.4 Memory Considerations for CELP 61 3.12 Conclusion Data Problem 63 4 Vector Quantiser and the Missing 63 4.I Introduction bÐ 4.2 WhY Use Vector Quantisation? a Training Set 66 4.2.1 Generation of a Vector Quantiser Using Results 68 4.2.2 Some Useful Optimal Vector Quantisation ,7r 4.3 Heuristic Argument ùn .
    [Show full text]
  • Samia Dawood Shakir
    MODELLING TALKING HUMAN FACES Thesis submitted to Cardiff University in candidature for the degree of Doctor of Philosophy. Samia Dawood Shakir School of Engineering Cardiff University 2019 ii DECLARATION This work has not been submitted in substance for any other degree or award at this or any other university or place of learning, nor is being submitted concurrently in candidature for any degree or other award. Signed . (candidate) Date . STATEMENT 1 This thesis is being submitted in partial fulfillment of the requirements for the degree of PhD. Signed . (candidate) Date . STATEMENT 2 This thesis is the result of my own independent work/investigation, except where otherwise stated, and the thesis has not been edited by a third party beyond what is permitted by Cardiff Universitys Policy on the Use of Third Party Editors by Research Degree Students. Other sources are acknowledged by explicit references. The views expressed are my own. Signed . (candidate) Date . STATEMENT 3 I hereby give consent for my thesis, if accepted, to be available online in the Universitys Open Access repository and for inter-library loan, and for the title and summary to be made available to outside organisations. Signed . (candidate) Date . ABSTRACT This thesis investigates a number of new approaches for visual speech synthesis using data-driven methods to implement a talking face. The main contributions in this thesis are the following. The ac- curacy of shared Gaussian process latent variable model (SGPLVM) built using the active appearance model (AAM) and relative spectral transform-perceptual linear prediction (RASTAPLP) features is im- proved by employing a more accurate AAM.
    [Show full text]
  • End-To-End Video-To-Speech Synthesis Using Generative Adversarial Networks
    1 End-to-End Video-To-Speech Synthesis using Generative Adversarial Networks Rodrigo Mira, Konstantinos Vougioukas, Pingchuan Ma, Stavros Petridis Member, IEEE Bjorn¨ W. Schuller Fellow, IEEE, Maja Pantic Fellow, IEEE Video-to-speech is the process of reconstructing the audio speech from a video of a spoken utterance. Previous approaches to this task have relied on a two-step process where an intermediate representation is inferred from the video, and is then decoded into waveform audio using a vocoder or a waveform reconstruction algorithm. In this work, we propose a new end-to-end video-to-speech model based on Generative Adversarial Networks (GANs) which translates spoken video to waveform end-to-end without using any intermediate representation or separate waveform synthesis algorithm. Our model consists of an encoder-decoder architecture that receives raw video as input and generates speech, which is then fed to a waveform critic and a power critic. The use of an adversarial loss based on these two critics enables the direct synthesis of raw audio waveform and ensures its realism. In addition, the use of our three comparative losses helps establish direct correspondence between the generated audio and the input video. We show that this model is able to reconstruct speech with remarkable realism for constrained datasets such as GRID, and that it is the first end-to-end model to produce intelligible speech for LRW (Lip Reading in the Wild), featuring hundreds of speakers recorded entirely ‘in the wild’. We evaluate the generated samples in two different scenarios – seen and unseen speakers – using four objective metrics which measure the quality and intelligibility of artificial speech.
    [Show full text]
  • Linear Predictive Modelling of Speech - Constraints and Line Spectrum Pair Decomposition
    Helsinki University of Technology Laboratory of Acoustics and Audio Signal Processing Espoo 2004 Report 71 LINEAR PREDICTIVE MODELLING OF SPEECH - CONSTRAINTS AND LINE SPECTRUM PAIR DECOMPOSITION Tom Bäckström Dissertation for the degree of Doctor of Science in Technology to be presented with due permission for public examination and debate in Auditorium S4, Department of Electrical and Communications Engineering, Helsinki University of Technology, Espoo, Finland, on the 5th of March, 2004, at 12 o'clock noon. Helsinki University of Technology Department of Electrical and Communications Engineering Laboratory of Acoustics and Audio Signal Processing Teknillinen korkeakoulu Sähkö- ja tietoliikennetekniikan osasto Akustiikan ja äänenkäsittelytekniikan laboratorio Helsinki University of Technology Laboratory of Acoustics and Audio Signal Processing P.O. Box 3000 FIN-02015 HUT Tel. +358 9 4511 Fax +358 9 460 224 E-mail [email protected] ISBN 951-22-6946-5 ISSN 1456-6303 Otamedia Oy Espoo, Finland 2004 Let the floor be the limit! HELSINKI UNIVERSITY OF TECHNOLOGY ABSTRACT OF DOCTORAL DISSERTATION P.O. BOX 1000, FIN-02015 HUT http://www.hut.fi Author Tom Bäckström Name of the dissertation Linear predictive modelling for speech - Constraints and Line Spectrum Pair Decomposition Date of manuscript 6.2.2004 Date of the dissertation 5.3.2004 Monograph 4 Article dissertation (summary + original articles) Department Electrical and Communications Engineering Laboratory Laboratory Acoustics and Audio Signal Processing Field of research Speech processing Opponent(s) Associate Professor Peter Händel Supervisor Professor Paavo Alku (Instructor) Abstract In an exploration of the spectral modelling of speech, this thesis presents theory and applications of constrained linear predictive (LP) models.
    [Show full text]
  • Audio Processing and Loudness Estimation Algorithms with Ios Simulations
    Audio Processing and Loudness Estimation Algorithms with iOS Simulations by Girish Kalyanasundaram A Thesis Presented in Partial Fulfillment of the Requirements for the Degree Master of Science Approved September 2013 by the Graduate Supervisory Committee: Andreas Spanias, Chair Cihan Tepedelenlioglu Visar Berisha ARIZONA STATE UNIVERSITY December 2013 ABSTRACT The processing power and storage capacity of portable devices have improved considerably over the past decade. This has motivated the implementation of sophisticated audio and other signal processing algorithms on such mobile devices. Of particular interest in this thesis is audio/speech processing based on perceptual criteria. Specifically, estimation of parameters from human auditory models, such as auditory patterns and loudness, involves computationally intensive operations which can strain device resources. Hence, strategies for implementing computationally efficient human auditory models for loudness estimation have been studied in this thesis. Existing algorithms for reducing computations in auditory pattern and loudness estimation have been examined and improved algorithms have been proposed to overcome limitations of these methods. In addition, real-time applications such as perceptual loudness estimation and loudness equalization using auditory models have also been implemented. A software implementation of loudness estimation on iOS devices is also reported in this thesis. In addition to the loudness estimation algorithms and software, in this thesis project we also created new illustrations of speech and audio processing concepts for research and education. As a result, a new suite of speech/audio DSP functions was developed and integrated as part of the award-winning educational iOS App 'iJDSP.” These functions are described in detail in this thesis. Several enhancements in the architecture of the application have also been introduced for providing the supporting framework for speech/audio processing.
    [Show full text]
  • Code Excited Linear Prediction with Multi-Pulse Codebooks
    CODE EXCITED LINEAR PREDICTION WIT& '.' MU~TI-PULSECODEBOOI~S __- --- - - .. .. I. Lei Zhang R.X-Sc.. Iiniversi~yof British / .A THESIS SUBMITTED IZE PARTIAL F1-LFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF in the School Engineering Science 6 I& Zhang 1997 f SIIIOS FKXSER liN1~"'ESITJ' - 3 A11 rights reserved. This work may not be - rcprodu<eed in. whofe or in part. by pltotocopg~ or other means. without the permission of the author. *-. - . T BiMiothqpmtmak ~ationalLibrary P 1*m of Canada du Cana ". l ?F.r Acquisitions and - Acquisitions 6t Bibliographig Services services bibliographiques 395 Wellingtpn Street 395, rue Wellington Ottawa OW KMON4 Onaw ON K1A ON4 Canada Cairada . ... " 4 I T 4 -. .9 Our fie Notre dfBrmce a - i * ' 1 ' C \ . -- , . 2 3 - 0 * I- *. - + * I The author has granted a non- L'auteur a accorde une licence non exclusive licence allowing the - exclusive permettant B la National Library of Canada to Bibliotheque nationale du ~aqa&de reproduce, loan, distribute or sell reprodwe, preter, dishher ou ' copies of this thesis in microform, vendre dks copies de cette these sous paper or electronic' formats. la fonne de microfiche/^, de reproduction sur papier ou sur format I elecfronique. *. F, I The author retains ownership of the L'guteur conserve la propriete du copyright in this thesis. Neither the droit d7autekqui protege cette these. thesis nor substantial extracts fiom it Ni la these ni des extraits substantiels may be printed or otherwise f #+ de celle-cipe doivent etre imprimes reproduced without the author's ou autrement reproduits sans son permission. autorisation.
    [Show full text]
  • A Review of Physical and Perceptual Feature Extraction Techniques for Speech, Music and Environmental Sounds
    applied sciences Review A Review of Physical and Perceptual Feature Extraction Techniques for Speech, Music and Environmental Sounds Francesc Alías *, Joan Claudi Socoró and Xavier Sevillano GTM - Grup de recerca en Tecnologies Mèdia, La Salle-Universitat Ramon Llull, Quatre Camins, 30, 08022 Barcelona, Spain; [email protected] (J.C.S.); [email protected] (X.S.) * Correspondence: [email protected]; Tel.: +34-93-290-24-40 Academic Editor: Vesa Välimäki Received: 15 March 2016; Accepted: 28 April 2016; Published: 12 May 2016 Abstract: Endowing machines with sensing capabilities similar to those of humans is a prevalent quest in engineering and computer science. In the pursuit of making computers sense their surroundings, a huge effort has been conducted to allow machines and computers to acquire, process, analyze and understand their environment in a human-like way. Focusing on the sense of hearing, the ability of computers to sense their acoustic environment as humans do goes by the name of machine hearing. To achieve this ambitious aim, the representation of the audio signal is of paramount importance. In this paper, we present an up-to-date review of the most relevant audio feature extraction techniques developed to analyze the most usual audio signals: speech, music and environmental sounds. Besides revisiting classic approaches for completeness, we include the latest advances in the field based on new domains of analysis together with novel bio-inspired proposals. These approaches are described following a taxonomy that organizes them according to their physical or perceptual basis, being subsequently divided depending on the domain of computation (time, frequency, wavelet, image-based, cepstral, or other domains).
    [Show full text]
  • CELP and Speech Enhancement Ian Mcloughlin
    CELP and Speech Enhancement Ian McLoughlin PhD Thesis School of Electronic and Electrical Engineering Faculty of Engineering University of Birmingham October 1997 University of Birmingham Research Archive e-theses repository This unpublished thesis/dissertation is copyright of the author and/or third parties. The intellectual property rights of the author or third parties in respect of this work are as defined by The Copyright Designs and Patents Act 1988 or as modified by any successor legislation. Any use made of information contained in this thesis/dissertation must be in accordance with that legislation and must be properly acknowledged. Further distribution or reproduction in any format is prohibited without the permission of the copyright holder. Synopsis This thesis addresses the intelligibility enhancement of speech that is heard within an acoustically noisy environment. In particular, a realistic target situation of a police vehicle interior, with speech generated from a CELP (codebook-excited linear prediction) speech compression-based communication system, is adopted. The research has centred on the role of the CELP speech compression algorithm, and its transmission parameters. In particular, novel methods of LSP-based (line spectral pair) speech analysis and speech modification are developed and described. CELP parameters have been utilised in the analysis and processing stages of a speech intelligibility enhancement system to minimise additional computational complexity over existing CELP coder requirements. Details are given of the CELP analysis process and its effects on speech, the development of speech analysis and alteration algorithms coexisting with a CELP system, their effects and performance. Both objective and subjective tests have been used to characterize the effectiveness of the analysis and processing methods.
    [Show full text]
  • Harmonic Coding of Speech at Low Bit Rates
    HARMONIC CODING OF SPEECH AT LOW BIT RATES Peter Lupini B. A.Sc. University of British Columbia, 1985 A THESIS SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF DOCTOROF PHILOSOPHY in the School of Engineering Science @ Peter Lupini 1995 SIMON FRASER UNIVERSITY September, 1995 All rights reserved. This work may not be reproduced in whole or in part, by photocopy or other means, without the permission of the author. APPROVAL Name: Peter Lupini Degree: Doctor of Philosophy Title of thesis : Harmonic Coding of Speech at Low Bit Rates Examining Committee: Dr. J. Cavers, Chairman Dr. V. Cuperm* Senior Supervisor Dr. Paul K.M. fio Supervisor Dr. J. Vaisey Supervisor Dr. S. Hardy Internal Examiner Dr. K. Rose Professor, UCSB, External Examiner Date Approved: PARTIAL COPYRIGHT LICENSE I hereby grant to Simon Fraser University the right to lend my thesis, project or extended essay (the title of which is shown below) to users of the Simon Fraser University Library, and to make partial or single copies only for such users or in response to a request from the library of any other university, or other educational institution, on its own behalf or for one of its users. I further agree that permission for multiple copying of this work for scholarly purposes may be granted by me or the Dean of Graduate Studies. It is understood that copying or publication of this work for financial gain shall not be allowed without my written permission. Title of Thesis/Project/Extended Essay "Harmonic Coding of Speech at Low Bit Rates" Author: September 15.
    [Show full text]