Robust Estimation Methods for Impulsive Noise Suppression in Speech

Size: px
Start display at page:

Download "Robust Estimation Methods for Impulsive Noise Suppression in Speech"

Transcription

1 Robust Estimation Methods for Impulsive Noise Suppression in Speech Mital A. Gandhi, Christelle Ledoux, and Lamine Mili Alexandria Research Institute Bradley Department of Electrical and Computer Engineering Virginia Polytechnic Institute and State University Abstract We discuss a new robust time domain filtering method that detects and reconstructs speech segments corrupted by impulsive noise. Robust statistical methods are very effective in the case of impulsive environments such as wireless communications and cellular phone applications. The speech signal may be corrupted by impulsive noise lasting several milliseconds. We utilize a robust estimator of covariance based on one-dimensional projections and sample median calculations to detect these impulsive segments. This method, called Projection Statistics, is a very computationally efficient algorithm to suppress the impulses. We estimate the missing segments of speech using the linear prediction technique whose parameters are estimated using a robust Schweppe-type Huber generalized maximum likelihood (GM) estimator. A robust estimator is needed since speech signals closely follow the Laplacian distribution rather than the Gaussian and edges from the impulses may be leftover in the signal. We provide preliminary simulation results from actual speech containing co-channel and fading interferences from cellular phones. 1. Introduction Degradations due to noise are ubiquitous in speech, ranging from applications in automatic recognition to human understandability. We work specifically with speech segments corrupted by impulsive noise. Co-channel and fading interferences in cellular phones introduce impulsive noise, making a robust solution to this problem a necessity [1]. Even though speech processing has been an area of active research, a satisfactory solution does not exist to suppress impulsive noise. The noise cannot be represented as white, zero-mean, Gaussian, as usually assumed. Impulsive noise is typically large amplitude spikes often overlapped over several hundred samples, which make it difficult to identify and suppress. Unlike other types of ambient noise, impulsive sources completely destroy the information content of the speech segment. Moving median filters have been suggested as a method of suppressing these pulses [2]. It is simply replacing the point in the center of the window by the median of the points currently included by the moving window. This window has to be larger than twice the pulse width though, which is often too large to maintain good signal quality, especially for noise corruption of around 40ms. Hence, even though the sample median is known to be a robust estimator, this method tends to decrease the quality of the speech signal. From a statistical viewpoint, the corruption of a signal by impulsive noise can be seen as the introduction of outliers among the data. Following this idea, filtering techniques have consisted of estimating an autoregressive (AR) model via the Huber M-estimator [3, 4]. Work has also been done where the speech signal is treated as a time series with missing data once the noise has been removed. The general iterative expectationmaximization (EM) algorithm has been used for estimation in such frameworks [5]. The technique we propose using Projection Statistics is able to (a) detect impulsive noise efficiently and (b) estimate replacement values for these outliers robustly via the autoregressive model. Projection Statistics was initiated by Donoho in 1982 [6] and applied to sparse non-linear regression model by Mili in power system state estimation [7]. Its statistical properties have been studied by Rousseeuw and van Zomeren [8]. The novelty in our work lies in the application of Projection Statistics to both detect and suppress the impulses. We realize that frequency domain approaches are often favored for noise filtering and speech enhancement, but we have observed smearing over time in the spectrogram of the corrupted speech. Our time domain approach provides better alignment in time of the PS values with the impulses to detect the noisy segments much more accurately. Our method based on Projection Statistics is also very computationally efficient compared to a frequency approach. The paper is organized as follows. Section 2 contains a discussion of background topics from signal processing and robust statistics, including breakpoint and bounded influence. We further discuss robust estimation theory and proposed framework in Section 3. The implemented procedure is discussed in Section 4, with simulation results in Section Background 2.1. Noise and Speech Models Impulsive noise is modeled via exponential functions mirroring each other about a discontinuity point, as shown in Figure 1. These spikes are clearly disturbing visually and audibly, as seen in Figure 2. The corrupted speech spectrogram, shown in Figure 3, also shows strong distortions in the form of vertical striations. The speech is sampled at 8KHz with impulses lasting upto 240 samples, representing cellular channel and fading intereferences quite well. The first of our contributions in this paper is to efficiently detect such noise via a time domain technique. For the estimation process, we use the very popular

2 Figure 1: Impulsive Noise Figure 3: Corrupted Speech Spectrogram 3. Robust Speech Processing 3.1. Autoregressive and Linear Regression Models We model the speech signal via the LPC technique, which uses the autoregressive model given by s n = n k=1 a k s n k + e k (1) Figure 2: Impulsive Noise Corrupted Speech LPC method to model speech [9, 10]. The second of our contributions in this paper is to apply Projection Statistics to the AR model by estimating the parameters of the model with a robust Huber Schweppe-type GM-estimator. The parameters are obtained over window lengths of around 30ms to obtain quasistationarity over segments of speech Breakdown Point and Bounded Influence Two properties in robust statistics are key to an estimator s bias stability: positive breakdown point and bounded influence under contamination. The breakdown point ǫ corresponds to the maximum fraction of outliers to which an estimator yields a finite maximum bias under contamination. In other words, the breakdown point can be treated as a rough upper bound on the fraction of outliers for which the estimator can be considered reliable [11, 12]. The asymptotic highest possible value for ǫ is 1 and is reached by the sample median. GM-estimators in 2 regression have bounded influence properties under infinitesimal contamination with a positive breakdown point. While the breakdown point of GM-estimators may not be high enough to directly handle outliers induced by the impulses, the positive breakdown point is still to our advantage since we only apply the estimator after removing the impulses using Projection Statistics, which do have a high breakdown point. This AR model can be casted into a linear regression form, as follows: z = Hx + e (2) where x is a n 1 vector containing parameters a k, k = 1,..., n z is a m 1 vector of samples over a window H is a m n observation matrix containing past samples e is a m 1 observation error vector The LPC technique consists of first estimating the parameters a k in Eq. 1 and then predicting the current output s n. The coefficients a k are commonly obtained by a least squares minimization on an error signal, yielding an optimal solution if the errors are Gaussian. We discuss how to robustly estimate a k in Section Robust Estimation of Covariance Mahalanobis Distances Each row h T i of the H matrix in Eq. 2 contains samples from the speech signal, identifying a point in the n-dimensional space called the factor space. The impulses in the speech signal induce outliers in this space. To pinpoint these outliers, we need to define in a robust way the standardized distance with respect to the bulk of the point cloud. The classic distances are Mahalanobis Distances (MD), given by Õ MD i = (h i h) T C 1 (h i h) where h = 1 m h i

3 and C = 1 m 1 (h i h)(h i h) T Unfortunately, the MDs are not robust because if one of the h i becomes arbitrarily large, the mean vector h will become arbitrarily large too and the covariance matrix C will explode, making these distances unreliable. We will see that the impulseinduced outliers in space of the observation matrix H can be identified by their respectively large Projection Statistics, as defined next Projection Statistics Carrying out one-dimensional projections provides a robust distance metric, yielding the so-called Projection Statistics [6, 7] obtained by the following procedure: Calculate m = median i,j (h i,j) v i = h i m, i = 1, 2,..., m For every direction v i, calculate where z i,j = y i,j = h jv T i L i = median j(y i,j) yi,j Li, j = 1, 2,..., m S i S i = median i y i median j(y j) m ν = Note that y (i,ν) is the ν th -ordered observation. Calculate the projection statistic of the i th datapoint, given by PS i = max j(z i,j) In our case, because the point cloud is centered on zero, m = 0, L i = 0, and median j(y j) = 0. Figure 4 shows the good performance of PS versus MD. When the redundancy m is less n than 5, it can be shown that the Projection Statistics follow a χ 2 n distribution if h is normally distributed [7]. If the redundancy is larger than 4, as in our case, it is the squared Projection Statistics that follows a χ 2 n distribution [11] Robust Parameter Estimation of AR Model Once the impulses have been removed, we need to replace the missing values in the signal. To this end, we use an autoregressive model of order 20 to reconstruct speech samples along with a robust GM-estimator to estimate the AR model parameters. The solution of the GM-estimator yielding the model parameters minimizes an objective J, expressed as J(x) = i where the weights w i are defined by ρ( ri ) w 2 i (3) w i = 1 for PS i b (4) = b/ps 2 i for PS i > b Figure 4: 97.5% confidence ellipses for MD and PS; 20% outliers The threshold b in Eq. 4 is typically set to χ 2 n, In Eq. 3, s is usually a robust scale estimator such as the median absolute deviation, defined as s = median i r i (5) Also, in Eq. 3, ρ( r i ) is the Huber function defined as ρ( ri ) = 1 2 ( ri ) 2, = c ri c 2 /2 for ri < c elsewhere A good choice for c would be 1.5 [7]. The function ψ( r i ) = ρ ( r i ) is useful in obtaining the weight function given by q( r i ) = ψ( r i ) r i. Minimizing the objective function yields the form of Eq. 6. The iteratively reweighted least squares (IRLS) solution to the problem is derived in subsequent equations. ψ( ri )w ih i = 0 (6) q( ri ) h i r i = 0 H T Qr = 0 H T Q(z Hx) = 0 The IRLS algorithm is then expressed as x (ν+1) = [H T Q (ν) H] 1 H T Q (ν) z (7) where the superscript ν denotes the iteration step and Q is a diagonal weight matrix defined by Q = diag[ q( ri s w i ) ] (8) Due to the AR model, an outlier in z i will also be one in h i. These outlying points (z i, h i) associated with the impulses are

4 Figure 5: Corrupted speech signal with corresponding Projection Statistic values termed bad leverage points [12, 7]. In least squares, all data points are given equal weight in Q; in contrast, we used Projection Statistics in Eq. 4 to obtain the weights for the points with respect to the point cloud robustly. The weight definition in Eq. 4 provides robustness against the bad leverage points by saturating the objective function when the weights are large enough such that the influence on paramter estimation is bounded. 4. Implemented Procedure 4.1. Impulse Detection We first discuss detection of the impulsive speech segments. A matrix H of an AR(4) containing consecutive values of the signal is built after the signal is segmented over 30ms windows. The dimension of each vector h i of H was chosen to be 4, which was empirically determined to yield good results. Each row of this matrix will have an associated Projection Statistic, which is compared to a threshold. For the given speech signal, we obtain Projection Statistics as shown in Figure 5. It is clear that the impulsive segments of speech are flagged with significantly higher PS values, representing outliers in the 4- dimensional space associated with the matrix H Prediction of the Missing Values We now discuss the speech reconstruction process. Again, each cluster of points deemed as impulsive noise is replaced with estimated values based on linear prediction with the parameter vector being obtained by (7). Accordingly, the following process was applied: Obtain a 120 sample signal segment immediately preceding the first outlier to be replaced. Formulate the z vector and H matrix using these 120 samples. The AR order was chosen to be 20. Estimate the parameter vector x. Note that the weight matrix may be initialized with an identity matrix and iteratively derived. The value for MAD in the process is Figure 6: Sample reconstructed segments of corrupted speech only estimated the first 4 times to avoid possible instability. Once x has been computed, excite the AR model with Laplacian noise, since speech follows closely the Laplacian distribution, to obtain the replacement samples. Gain factor problems may arise if one is not careful with such an AR process. Note also that the edges of the impulse are often not detected based on the comparison between the threshold and the Projection Statistics. Thus, we may see a rise in the filtered signal amplitude representing portions that were not replaced immediately followed by estimated lower amplitude values. To account for the edges, we followed a heuristic approach of replacing an additional 10 values preceding and following the first and last outliers. 5. Simulation Results 5.1. Temporal and Statistical Results A professionally recorded phrase back one message, containing simulated co-channel and fading interferences from cellular phones, was used in these simulations. We show four of the segments being reconstructed in Figure 6. It demonstrates the original spiky signal and the reconstruction. Also shown subsequently in Figure 7 is a plot of the associated projection statistics and final weights used in the parameter vector estimation for each of the signal samples over time corresponding to the third reconstructed segment in Figure 6. An appreciable suppression in impulsive noise can be noticed in Figure 8 when compared to the corrupted speech in Figure 2. The entire filtered speech signal is shown in Figure 9. Figures 10 and 11 allow us to better evaluate the improvement realized after filtering. Particularly, the overall and maximum errors in the clean/filtered signal pair have decreased appreciably in comparison to the clean/noisy signal pair Spectral Results We present an example from a specific reconstruction segment in the time domain (Figure 12) and its corresponding spectrum

5 Figure 7: Associated PS and weight values for segment 3 from reconstruction figure Figure 9: Comparison of original, noisy, and filtered Figure 8: Filtered signal (Figure 13). It is clear from the spectral image that the filtered signal (solid line with markers) follows the original speech spectrum (dotted line) much better when compared to the noisy signal spectrum (light solid line) Frequency versus Time Domain Approaches We proposed a time domain approach to the problem, as opposed to the frequency domain processing that has become almost default in many speech processing algorithms. First, Projection Statistics by itself is a fast algorithm as it does not require iterative calculations, making the spike detection computationally efficient. The estimation does take O(n) operation, but it leads to a reasonable solution at this computation level. We can obtain the FFT through O(n log n) operations; however, the spike detection and the more difficult task of reestimating the corrupted segment still remain and would add significant computational complexity, making the time domain approach appealing at this time. In addition to the computational advantage, the time domain is also more appealing than frequency from an algorithmic viewpoint of (a) noise detection and (b) speech estima- Figure 10: Histogram of errors between clean and filtered signals tion. Identifying the impulses along with the edges may not be straightforward task in frequency. While the large PS values align sharply with the spikes in the time domain, the strong vertical striations visible in the spectrogram (Figure 3) are slightly smeared and eventually misaligned with the impulses in time after about 1s. More study is needed to understand these distortions. Even though the impulse edges were difficult to identify in the time domain, at least the heuristic approach suggested earlier or fine-tuning the threshold are possible solutions. The misalignment in frequency prevents the use of such tricks to identify the edges. Finally, the robust GM-estimator presents a reasonable speech estimation solution. 6. Conclusion We have presented a time domain approach to suppress impulsive noise in speech, by using robust Projection Statistics and GM-estimators. The solution was based on an autoregressive model from robust statistics without assuming a distribution on the noise. Preliminary simulation results were presented to sup-

6 Figure 11: Histogram of errors between clean and noisy signals Figure 13: Spectral reconstruction sample Figure 12: Time domain reconstruction sample port the technique. We will use the work by Rubin [13] in future studies to implement a robust version of the EM algorithm for estimating missing speech data. It should also be noted from the results that the edges are still tracked and followed by the estimator. Future work may extend this autoregressive technique to incorporate a smoothing process to enhance the estimation. [6] M. Gasko and D. Donoho, Influential Observation in Data Analysis, American Stat. Assn., Proc. of the Business and Economic Statistics Section, pp , [7] L. Mili et. al., Robust Estimation Based on Projection Statistics, IEEE Trans. on Power Systems, Vol. 11, pp , [8] P. Rousseeuw and B. Van Zomeren, Robust Distances: Simulations and Cutoff Values, Directions in Robust Statistics and Diagnostics, Part II, edited by W. Stahel and S. Weisburg, Springer-Werlag, pp , [9] L. Rabiner and B. Juang, Fundamentals of Speech Recognition, New Jersey: Prentice-Hall, [10] J. Proakis et. al., Discrete-time Processing of Speech Signals, New York: Macmillan, [11] P. Rousseeuw and A. Leroy, Robust Regression and Outlier Detection, John Wiley and Sons, New Jersey, [12] F. Hampel et. al., Robust Statistics: Approach Based on Influence Functions, John Wiley and Sons, NY, [13] R. Little and D. Rubin, Statistical Analysis with Missing Data, John Wiley and Sons, New York. 7. References [1] P. Cardieri and T. Rappaport, Statistical Analysis of Cochannel Interference in Wireless Communications Systems, Wireless Communications and Mobile Computing, Vol. 1, No. 1, pp , January-March [2] S. Vaseghi, Advanced Signal Processing and Digital Noise Reduction, John Wiley and Sons, England, [3] S. Vaseghi and P. Rayner, Detection and Suppression of Impulsive Noise in Speech Communications, IEE Proc. of Communications, Speech, and Vision, pp , [4] K. Lee et. al., Robust Estimation of AR Parameters and its Application for Speech Enhancement, ICASSP, Vol. 1, pp , [5] F. Jelinek, Statistical Methods for Speech Recognition, The MIT Press, Cambridge, Massachusetts, 1997.

Robust Space-Time Adaptive Processing Using Projection Statistics

Robust Space-Time Adaptive Processing Using Projection Statistics Robust Space-Time Adaptive Processing Using Projection Statistics André P. des Rosiers 1, Gregory N. Schoenig 2, Lamine Mili 3 1: Adaptive Processing Section, Radar Division United States Naval Research

More information

ENGINEERING TRIPOS PART IIB: Technical Milestone Report

ENGINEERING TRIPOS PART IIB: Technical Milestone Report ENGINEERING TRIPOS PART IIB: Technical Milestone Report Statistical enhancement of multichannel audio from transcription turntables Yinhong Liu Supervisor: Prof. Simon Godsill 1 Abstract This milestone

More information

Robust GM Wiener Filter in the Complex Domain

Robust GM Wiener Filter in the Complex Domain Robust GM Wiener Filter in the Complex Domain Matthew Greco Kayrish Thesis submitted to the Faculty of the Virginia Polytechnic Institute and State University in partial fulfillment of the requirements

More information

Detection of outliers in multivariate data:

Detection of outliers in multivariate data: 1 Detection of outliers in multivariate data: a method based on clustering and robust estimators Carla M. Santos-Pereira 1 and Ana M. Pires 2 1 Universidade Portucalense Infante D. Henrique, Oporto, Portugal

More information

Impulsive Noise Filtering In Biomedical Signals With Application of New Myriad Filter

Impulsive Noise Filtering In Biomedical Signals With Application of New Myriad Filter BIOSIGAL 21 Impulsive oise Filtering In Biomedical Signals With Application of ew Myriad Filter Tomasz Pander 1 1 Division of Biomedical Electronics, Institute of Electronics, Silesian University of Technology,

More information

Regression Analysis for Data Containing Outliers and High Leverage Points

Regression Analysis for Data Containing Outliers and High Leverage Points Alabama Journal of Mathematics 39 (2015) ISSN 2373-0404 Regression Analysis for Data Containing Outliers and High Leverage Points Asim Kumer Dey Department of Mathematics Lamar University Md. Amir Hossain

More information

Noise Robust Isolated Words Recognition Problem Solving Based on Simultaneous Perturbation Stochastic Approximation Algorithm

Noise Robust Isolated Words Recognition Problem Solving Based on Simultaneous Perturbation Stochastic Approximation Algorithm EngOpt 2008 - International Conference on Engineering Optimization Rio de Janeiro, Brazil, 0-05 June 2008. Noise Robust Isolated Words Recognition Problem Solving Based on Simultaneous Perturbation Stochastic

More information

MULTICHANNEL SIGNAL PROCESSING USING SPATIAL RANK COVARIANCE MATRICES

MULTICHANNEL SIGNAL PROCESSING USING SPATIAL RANK COVARIANCE MATRICES MULTICHANNEL SIGNAL PROCESSING USING SPATIAL RANK COVARIANCE MATRICES S. Visuri 1 H. Oja V. Koivunen 1 1 Signal Processing Lab. Dept. of Statistics Tampere Univ. of Technology University of Jyväskylä P.O.

More information

Median Filter Based Realizations of the Robust Time-Frequency Distributions

Median Filter Based Realizations of the Robust Time-Frequency Distributions TIME-FREQUENCY SIGNAL ANALYSIS 547 Median Filter Based Realizations of the Robust Time-Frequency Distributions Igor Djurović, Vladimir Katkovnik, LJubiša Stanković Abstract Recently, somenewefficient tools

More information

IMPROVING THE SMALL-SAMPLE EFFICIENCY OF A ROBUST CORRELATION MATRIX: A NOTE

IMPROVING THE SMALL-SAMPLE EFFICIENCY OF A ROBUST CORRELATION MATRIX: A NOTE IMPROVING THE SMALL-SAMPLE EFFICIENCY OF A ROBUST CORRELATION MATRIX: A NOTE Eric Blankmeyer Department of Finance and Economics McCoy College of Business Administration Texas State University San Marcos

More information

A Modified M-estimator for the Detection of Outliers

A Modified M-estimator for the Detection of Outliers A Modified M-estimator for the Detection of Outliers Asad Ali Department of Statistics, University of Peshawar NWFP, Pakistan Email: asad_yousafzay@yahoo.com Muhammad F. Qadir Department of Statistics,

More information

Signal Modeling Techniques in Speech Recognition. Hassan A. Kingravi

Signal Modeling Techniques in Speech Recognition. Hassan A. Kingravi Signal Modeling Techniques in Speech Recognition Hassan A. Kingravi Outline Introduction Spectral Shaping Spectral Analysis Parameter Transforms Statistical Modeling Discussion Conclusions 1: Introduction

More information

Bayesian Regularization and Nonnegative Deconvolution for Room Impulse Response Estimation

Bayesian Regularization and Nonnegative Deconvolution for Room Impulse Response Estimation IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 54, NO. 3, MARCH 2006 839 Bayesian Regularization and Nonnegative Deconvolution for Room Impulse Response Estimation Yuanqing Lin and Daniel D. Lee Abstract

More information

An algorithm for robust fitting of autoregressive models Dimitris N. Politis

An algorithm for robust fitting of autoregressive models Dimitris N. Politis An algorithm for robust fitting of autoregressive models Dimitris N. Politis Abstract: An algorithm for robust fitting of AR models is given, based on a linear regression idea. The new method appears to

More information

Mixture Models and EM

Mixture Models and EM Mixture Models and EM Goal: Introduction to probabilistic mixture models and the expectationmaximization (EM) algorithm. Motivation: simultaneous fitting of multiple model instances unsupervised clustering

More information

Robust Preprocessing of Time Series with Trends

Robust Preprocessing of Time Series with Trends Robust Preprocessing of Time Series with Trends Roland Fried Ursula Gather Department of Statistics, Universität Dortmund ffried,gatherg@statistik.uni-dortmund.de Michael Imhoff Klinikum Dortmund ggmbh

More information

Introduction Robust regression Examples Conclusion. Robust regression. Jiří Franc

Introduction Robust regression Examples Conclusion. Robust regression. Jiří Franc Robust regression Robust estimation of regression coefficients in linear regression model Jiří Franc Czech Technical University Faculty of Nuclear Sciences and Physical Engineering Department of Mathematics

More information

Notes on Regularization and Robust Estimation Psych 267/CS 348D/EE 365 Prof. David J. Heeger September 15, 1998

Notes on Regularization and Robust Estimation Psych 267/CS 348D/EE 365 Prof. David J. Heeger September 15, 1998 Notes on Regularization and Robust Estimation Psych 67/CS 348D/EE 365 Prof. David J. Heeger September 5, 998 Regularization. Regularization is a class of techniques that have been widely used to solve

More information

Re-weighted Robust Control Charts for Individual Observations

Re-weighted Robust Control Charts for Individual Observations Universiti Tunku Abdul Rahman, Kuala Lumpur, Malaysia 426 Re-weighted Robust Control Charts for Individual Observations Mandana Mohammadi 1, Habshah Midi 1,2 and Jayanthi Arasan 1,2 1 Laboratory of Applied

More information

Iterative Memoryless Non-linear Estimators of Correlation for Complex-Valued Gaussian Processes That Exhibit Robustness to Impulsive Noise

Iterative Memoryless Non-linear Estimators of Correlation for Complex-Valued Gaussian Processes That Exhibit Robustness to Impulsive Noise Iterative Memoryless Non-linear Estimators of Correlation for Complex-Valued Gaussian Processes That Exhibit Robustness to Impulsive Noise Philip M. Tamburello Dissertation submitted to the Faculty of

More information

Outlier Detection via Feature Selection Algorithms in

Outlier Detection via Feature Selection Algorithms in Int. Statistical Inst.: Proc. 58th World Statistical Congress, 2011, Dublin (Session CPS032) p.4638 Outlier Detection via Feature Selection Algorithms in Covariance Estimation Menjoge, Rajiv S. M.I.T.,

More information

Continuous State MRF s

Continuous State MRF s EE64 Digital Image Processing II: Purdue University VISE - December 4, Continuous State MRF s Topics to be covered: Quadratic functions Non-Convex functions Continuous MAP estimation Convex functions EE64

More information

SINGLE CHANNEL SPEECH MUSIC SEPARATION USING NONNEGATIVE MATRIX FACTORIZATION AND SPECTRAL MASKS. Emad M. Grais and Hakan Erdogan

SINGLE CHANNEL SPEECH MUSIC SEPARATION USING NONNEGATIVE MATRIX FACTORIZATION AND SPECTRAL MASKS. Emad M. Grais and Hakan Erdogan SINGLE CHANNEL SPEECH MUSIC SEPARATION USING NONNEGATIVE MATRIX FACTORIZATION AND SPECTRAL MASKS Emad M. Grais and Hakan Erdogan Faculty of Engineering and Natural Sciences, Sabanci University, Orhanli

More information

Accurate and Powerful Multivariate Outlier Detection

Accurate and Powerful Multivariate Outlier Detection Int. Statistical Inst.: Proc. 58th World Statistical Congress, 11, Dublin (Session CPS66) p.568 Accurate and Powerful Multivariate Outlier Detection Cerioli, Andrea Università di Parma, Dipartimento di

More information

Contributions to Robust Adaptive Signal Processing with Application to Space-Time Adaptive Radar

Contributions to Robust Adaptive Signal Processing with Application to Space-Time Adaptive Radar Contributions to Robust Adaptive Signal Processing with Application to Space-Time Adaptive Radar Gregory Neumann Schoenig Dissertation submitted to the Faculty of the Virginia Polytechnic Institute and

More information

Lecture Notes 5: Multiresolution Analysis

Lecture Notes 5: Multiresolution Analysis Optimization-based data analysis Fall 2017 Lecture Notes 5: Multiresolution Analysis 1 Frames A frame is a generalization of an orthonormal basis. The inner products between the vectors in a frame and

More information

Application of the Tuned Kalman Filter in Speech Enhancement

Application of the Tuned Kalman Filter in Speech Enhancement Application of the Tuned Kalman Filter in Speech Enhancement Orchisama Das, Bhaswati Goswami and Ratna Ghosh Department of Instrumentation and Electronics Engineering Jadavpur University Kolkata, India

More information

ON THE CALCULATION OF A ROBUST S-ESTIMATOR OF A COVARIANCE MATRIX

ON THE CALCULATION OF A ROBUST S-ESTIMATOR OF A COVARIANCE MATRIX STATISTICS IN MEDICINE Statist. Med. 17, 2685 2695 (1998) ON THE CALCULATION OF A ROBUST S-ESTIMATOR OF A COVARIANCE MATRIX N. A. CAMPBELL *, H. P. LOPUHAA AND P. J. ROUSSEEUW CSIRO Mathematical and Information

More information

Introduction to robust statistics*

Introduction to robust statistics* Introduction to robust statistics* Xuming He National University of Singapore To statisticians, the model, data and methodology are essential. Their job is to propose statistical procedures and evaluate

More information

Combination of M-Estimators and Neural Network Model to Analyze Inside/Outside Bark Tree Diameters

Combination of M-Estimators and Neural Network Model to Analyze Inside/Outside Bark Tree Diameters Combination of M-Estimators and Neural Network Model to Analyze Inside/Outside Bark Tree Diameters Kyriaki Kitikidou, Elias Milios, Lazaros Iliadis, and Minas Kaymakis Democritus University of Thrace,

More information

Statistical Filters for Crowd Image Analysis

Statistical Filters for Crowd Image Analysis Statistical Filters for Crowd Image Analysis Ákos Utasi, Ákos Kiss and Tamás Szirányi Distributed Events Analysis Research Group, Computer and Automation Research Institute H-1111 Budapest, Kende utca

More information

IMPROVEMENTS IN MODAL PARAMETER EXTRACTION THROUGH POST-PROCESSING FREQUENCY RESPONSE FUNCTION ESTIMATES

IMPROVEMENTS IN MODAL PARAMETER EXTRACTION THROUGH POST-PROCESSING FREQUENCY RESPONSE FUNCTION ESTIMATES IMPROVEMENTS IN MODAL PARAMETER EXTRACTION THROUGH POST-PROCESSING FREQUENCY RESPONSE FUNCTION ESTIMATES Bere M. Gur Prof. Christopher Niezreci Prof. Peter Avitabile Structural Dynamics and Acoustic Systems

More information

MANY papers and books are devoted to modeling fading

MANY papers and books are devoted to modeling fading IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 16, NO. 9, DECEMBER 1998 1809 Hidden Markov Modeling of Flat Fading Channels William Turin, Senior Member, IEEE, Robert van Nobelen Abstract Hidden

More information

Signal Denoising with Wavelets

Signal Denoising with Wavelets Signal Denoising with Wavelets Selin Aviyente Department of Electrical and Computer Engineering Michigan State University March 30, 2010 Introduction Assume an additive noise model: x[n] = f [n] + w[n]

More information

Hidden Markov Modelling

Hidden Markov Modelling Hidden Markov Modelling Introduction Problem formulation Forward-Backward algorithm Viterbi search Baum-Welch parameter estimation Other considerations Multiple observation sequences Phone-based models

More information

Experiments with a Gaussian Merging-Splitting Algorithm for HMM Training for Speech Recognition

Experiments with a Gaussian Merging-Splitting Algorithm for HMM Training for Speech Recognition Experiments with a Gaussian Merging-Splitting Algorithm for HMM Training for Speech Recognition ABSTRACT It is well known that the expectation-maximization (EM) algorithm, commonly used to estimate hidden

More information

The Model Building Process Part I: Checking Model Assumptions Best Practice (Version 1.1)

The Model Building Process Part I: Checking Model Assumptions Best Practice (Version 1.1) The Model Building Process Part I: Checking Model Assumptions Best Practice (Version 1.1) Authored by: Sarah Burke, PhD Version 1: 31 July 2017 Version 1.1: 24 October 2017 The goal of the STAT T&E COE

More information

Sound Recognition in Mixtures

Sound Recognition in Mixtures Sound Recognition in Mixtures Juhan Nam, Gautham J. Mysore 2, and Paris Smaragdis 2,3 Center for Computer Research in Music and Acoustics, Stanford University, 2 Advanced Technology Labs, Adobe Systems

More information

A Brief Overview of Robust Statistics

A Brief Overview of Robust Statistics A Brief Overview of Robust Statistics Olfa Nasraoui Department of Computer Engineering & Computer Science University of Louisville, olfa.nasraoui_at_louisville.edu Robust Statistical Estimators Robust

More information

Wavelet Transform. Figure 1: Non stationary signal f(t) = sin(100 t 2 ).

Wavelet Transform. Figure 1: Non stationary signal f(t) = sin(100 t 2 ). Wavelet Transform Andreas Wichert Department of Informatics INESC-ID / IST - University of Lisboa Portugal andreas.wichert@tecnico.ulisboa.pt September 3, 0 Short Term Fourier Transform Signals whose frequency

More information

A SHORT COURSE ON ROBUST STATISTICS. David E. Tyler Rutgers The State University of New Jersey. Web-Site dtyler/shortcourse.

A SHORT COURSE ON ROBUST STATISTICS. David E. Tyler Rutgers The State University of New Jersey. Web-Site  dtyler/shortcourse. A SHORT COURSE ON ROBUST STATISTICS David E. Tyler Rutgers The State University of New Jersey Web-Site www.rci.rutgers.edu/ dtyler/shortcourse.pdf References Huber, P.J. (1981). Robust Statistics. Wiley,

More information

Outliers Robustness in Multivariate Orthogonal Regression

Outliers Robustness in Multivariate Orthogonal Regression 674 IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART A: SYSTEMS AND HUMANS, VOL. 30, NO. 6, NOVEMBER 2000 Outliers Robustness in Multivariate Orthogonal Regression Giuseppe Carlo Calafiore Abstract

More information

Two Simple Resistant Regression Estimators

Two Simple Resistant Regression Estimators Two Simple Resistant Regression Estimators David J. Olive Southern Illinois University January 13, 2005 Abstract Two simple resistant regression estimators with O P (n 1/2 ) convergence rate are presented.

More information

SPEECH ANALYSIS AND SYNTHESIS

SPEECH ANALYSIS AND SYNTHESIS 16 Chapter 2 SPEECH ANALYSIS AND SYNTHESIS 2.1 INTRODUCTION: Speech signal analysis is used to characterize the spectral information of an input speech signal. Speech signal analysis [52-53] techniques

More information

Descriptive Data Summarization

Descriptive Data Summarization Descriptive Data Summarization Descriptive data summarization gives the general characteristics of the data and identify the presence of noise or outliers, which is useful for successful data cleaning

More information

The likelihood for a state space model

The likelihood for a state space model Biometrika (1988), 75, 1, pp. 165-9 Printed in Great Britain The likelihood for a state space model BY PIET DE JONG Faculty of Commerce and Business Administration, University of British Columbia, Vancouver,

More information

Empirical Mean and Variance!

Empirical Mean and Variance! Global Image Properties! Global image properties refer to an image as a whole rather than components. Computation of global image properties is often required for image enhancement, preceding image analysis.!

More information

Optimal Speech Enhancement Under Signal Presence Uncertainty Using Log-Spectral Amplitude Estimator

Optimal Speech Enhancement Under Signal Presence Uncertainty Using Log-Spectral Amplitude Estimator 1 Optimal Speech Enhancement Under Signal Presence Uncertainty Using Log-Spectral Amplitude Estimator Israel Cohen Lamar Signal Processing Ltd. P.O.Box 573, Yokneam Ilit 20692, Israel E-mail: icohen@lamar.co.il

More information

Mining Imperfect Data

Mining Imperfect Data Mining Imperfect Data Dealing with Contamination and Incomplete Records Ronald K. Pearson ProSanos Corporation Harrisburg, Pennsylvania and Thomas Jefferson University Philadelphia, Pennsylvania siam.

More information

Discriminative Direction for Kernel Classifiers

Discriminative Direction for Kernel Classifiers Discriminative Direction for Kernel Classifiers Polina Golland Artificial Intelligence Lab Massachusetts Institute of Technology Cambridge, MA 02139 polina@ai.mit.edu Abstract In many scientific and engineering

More information

9. Robust regression

9. Robust regression 9. Robust regression Least squares regression........................................................ 2 Problems with LS regression..................................................... 3 Robust regression............................................................

More information

Robustness Meets Algorithms

Robustness Meets Algorithms Robustness Meets Algorithms Ankur Moitra (MIT) ICML 2017 Tutorial, August 6 th CLASSIC PARAMETER ESTIMATION Given samples from an unknown distribution in some class e.g. a 1-D Gaussian can we accurately

More information

Nonlinear Signal Processing ELEG 833

Nonlinear Signal Processing ELEG 833 Nonlinear Signal Processing ELEG 833 Gonzalo R. Arce Department of Electrical and Computer Engineering University of Delaware arce@ee.udel.edu May 5, 2005 8 MYRIAD SMOOTHERS 8 Myriad Smoothers 8.1 FLOM

More information

The Model Building Process Part I: Checking Model Assumptions Best Practice

The Model Building Process Part I: Checking Model Assumptions Best Practice The Model Building Process Part I: Checking Model Assumptions Best Practice Authored by: Sarah Burke, PhD 31 July 2017 The goal of the STAT T&E COE is to assist in developing rigorous, defensible test

More information

Two-View Segmentation of Dynamic Scenes from the Multibody Fundamental Matrix

Two-View Segmentation of Dynamic Scenes from the Multibody Fundamental Matrix Two-View Segmentation of Dynamic Scenes from the Multibody Fundamental Matrix René Vidal Stefano Soatto Shankar Sastry Department of EECS, UC Berkeley Department of Computer Sciences, UCLA 30 Cory Hall,

More information

Highly Robust Variogram Estimation 1. Marc G. Genton 2

Highly Robust Variogram Estimation 1. Marc G. Genton 2 Mathematical Geology, Vol. 30, No. 2, 1998 Highly Robust Variogram Estimation 1 Marc G. Genton 2 The classical variogram estimator proposed by Matheron is not robust against outliers in the data, nor is

More information

L-statistics based Modification of Reconstruction Algorithms for Compressive Sensing in the Presence of Impulse Noise

L-statistics based Modification of Reconstruction Algorithms for Compressive Sensing in the Presence of Impulse Noise L-statistics based Modification of Reconstruction Algorithms for Compressive Sensing in the Presence of Impulse Noise Srdjan Stanković, Irena Orović and Moeness Amin 1 Abstract- A modification of standard

More information

Dominant Feature Vectors Based Audio Similarity Measure

Dominant Feature Vectors Based Audio Similarity Measure Dominant Feature Vectors Based Audio Similarity Measure Jing Gu 1, Lie Lu 2, Rui Cai 3, Hong-Jiang Zhang 2, and Jian Yang 1 1 Dept. of Electronic Engineering, Tsinghua Univ., Beijing, 100084, China 2 Microsoft

More information

Blind Channel Equalization in Impulse Noise

Blind Channel Equalization in Impulse Noise Blind Channel Equalization in Impulse Noise Rubaiyat Yasmin and Tetsuya Shimamura Graduate School of Science and Engineering, Saitama University 255 Shimo-okubo, Sakura-ku, Saitama 338-8570, Japan yasmin@sie.ics.saitama-u.ac.jp

More information

Detection of signal transitions by order statistics filtering

Detection of signal transitions by order statistics filtering Detection of signal transitions by order statistics filtering A. Raji Images, Signals and Intelligent Systems Laboratory Paris-Est Creteil University, France Abstract In this article, we present a non

More information

Vlad Estivill-Castro (2016) Robots for People --- A project for intelligent integrated systems

Vlad Estivill-Castro (2016) Robots for People --- A project for intelligent integrated systems 1 Vlad Estivill-Castro (2016) Robots for People --- A project for intelligent integrated systems V. Estivill-Castro 2 Perception Concepts Vision Chapter 4 (textbook) Sections 4.3 to 4.5 What is the course

More information

Robust Subspace DOA Estimation for Wireless Communications

Robust Subspace DOA Estimation for Wireless Communications Robust Subspace DOA Estimation for Wireless Communications Samuli Visuri Hannu Oja ¾ Visa Koivunen Laboratory of Signal Processing Computer Technology Helsinki Univ. of Technology P.O. Box 3, FIN-25 HUT

More information

Expressions for the covariance matrix of covariance data

Expressions for the covariance matrix of covariance data Expressions for the covariance matrix of covariance data Torsten Söderström Division of Systems and Control, Department of Information Technology, Uppsala University, P O Box 337, SE-7505 Uppsala, Sweden

More information

Unsupervised Learning with Permuted Data

Unsupervised Learning with Permuted Data Unsupervised Learning with Permuted Data Sergey Kirshner skirshne@ics.uci.edu Sridevi Parise sparise@ics.uci.edu Padhraic Smyth smyth@ics.uci.edu School of Information and Computer Science, University

More information

Efficient Algorithms for Pulse Parameter Estimation, Pulse Peak Localization And Pileup Reduction in Gamma Ray Spectroscopy M.W.Raad 1, L.

Efficient Algorithms for Pulse Parameter Estimation, Pulse Peak Localization And Pileup Reduction in Gamma Ray Spectroscopy M.W.Raad 1, L. Efficient Algorithms for Pulse Parameter Estimation, Pulse Peak Localization And Pileup Reduction in Gamma Ray Spectroscopy M.W.Raad 1, L. Cheded 2 1 Computer Engineering Department, 2 Systems Engineering

More information

Single Channel Signal Separation Using MAP-based Subspace Decomposition

Single Channel Signal Separation Using MAP-based Subspace Decomposition Single Channel Signal Separation Using MAP-based Subspace Decomposition Gil-Jin Jang, Te-Won Lee, and Yung-Hwan Oh 1 Spoken Language Laboratory, Department of Computer Science, KAIST 373-1 Gusong-dong,

More information

Maximum Achievable Diversity for MIMO-OFDM Systems with Arbitrary. Spatial Correlation

Maximum Achievable Diversity for MIMO-OFDM Systems with Arbitrary. Spatial Correlation Maximum Achievable Diversity for MIMO-OFDM Systems with Arbitrary Spatial Correlation Ahmed K Sadek, Weifeng Su, and K J Ray Liu Department of Electrical and Computer Engineering, and Institute for Systems

More information

IMPROVED NOISE CANCELLATION IN DISCRETE COSINE TRANSFORM DOMAIN USING ADAPTIVE BLOCK LMS FILTER

IMPROVED NOISE CANCELLATION IN DISCRETE COSINE TRANSFORM DOMAIN USING ADAPTIVE BLOCK LMS FILTER SANJAY KUMAR GUPTA* et al. ISSN: 50 3676 [IJESAT] INTERNATIONAL JOURNAL OF ENGINEERING SCIENCE & ADVANCED TECHNOLOGY Volume-, Issue-3, 498 50 IMPROVED NOISE CANCELLATION IN DISCRETE COSINE TRANSFORM DOMAIN

More information

Growing Window Recursive Quadratic Optimization with Variable Regularization

Growing Window Recursive Quadratic Optimization with Variable Regularization 49th IEEE Conference on Decision and Control December 15-17, Hilton Atlanta Hotel, Atlanta, GA, USA Growing Window Recursive Quadratic Optimization with Variable Regularization Asad A. Ali 1, Jesse B.

More information

Computational Connections Between Robust Multivariate Analysis and Clustering

Computational Connections Between Robust Multivariate Analysis and Clustering 1 Computational Connections Between Robust Multivariate Analysis and Clustering David M. Rocke 1 and David L. Woodruff 2 1 Department of Applied Science, University of California at Davis, Davis, CA 95616,

More information

A Term Project report on. State Estimation of Power Systems Using Weighted Least Squares Optimization Technique

A Term Project report on. State Estimation of Power Systems Using Weighted Least Squares Optimization Technique MA5630 Numerical Optimization Course Instructor: Prof. Allan A. Struthers A Term Project report on State Estimation of Power Systems Using Weighted Least Squares Optimization Technique Submitted by Alorf,

More information

robustness, efficiency, breakdown point, outliers, rank-based procedures, least absolute regression

robustness, efficiency, breakdown point, outliers, rank-based procedures, least absolute regression Robust Statistics robustness, efficiency, breakdown point, outliers, rank-based procedures, least absolute regression University of California, San Diego Instructor: Ery Arias-Castro http://math.ucsd.edu/~eariasca/teaching.html

More information

Multi-Robotic Systems

Multi-Robotic Systems CHAPTER 9 Multi-Robotic Systems The topic of multi-robotic systems is quite popular now. It is believed that such systems can have the following benefits: Improved performance ( winning by numbers ) Distributed

More information

Cooperative Communication with Feedback via Stochastic Approximation

Cooperative Communication with Feedback via Stochastic Approximation Cooperative Communication with Feedback via Stochastic Approximation Utsaw Kumar J Nicholas Laneman and Vijay Gupta Department of Electrical Engineering University of Notre Dame Email: {ukumar jnl vgupta}@ndedu

More information

SEC: Stochastic ensemble consensus approach to unsupervised SAR sea-ice segmentation

SEC: Stochastic ensemble consensus approach to unsupervised SAR sea-ice segmentation 2009 Canadian Conference on Computer and Robot Vision SEC: Stochastic ensemble consensus approach to unsupervised SAR sea-ice segmentation Alexander Wong, David A. Clausi, and Paul Fieguth Vision and Image

More information

CS281 Section 4: Factor Analysis and PCA

CS281 Section 4: Factor Analysis and PCA CS81 Section 4: Factor Analysis and PCA Scott Linderman At this point we have seen a variety of machine learning models, with a particular emphasis on models for supervised learning. In particular, we

More information

Lecture 12 Robust Estimation

Lecture 12 Robust Estimation Lecture 12 Robust Estimation Prof. Dr. Svetlozar Rachev Institute for Statistics and Mathematical Economics University of Karlsruhe Financial Econometrics, Summer Semester 2007 Copyright These lecture-notes

More information

EEL 851: Biometrics. An Overview of Statistical Pattern Recognition EEL 851 1

EEL 851: Biometrics. An Overview of Statistical Pattern Recognition EEL 851 1 EEL 851: Biometrics An Overview of Statistical Pattern Recognition EEL 851 1 Outline Introduction Pattern Feature Noise Example Problem Analysis Segmentation Feature Extraction Classification Design Cycle

More information

MANY digital speech communication applications, e.g.,

MANY digital speech communication applications, e.g., 406 IEEE TRANSACTIONS ON AUDIO, SPEECH, AND LANGUAGE PROCESSING, VOL. 15, NO. 2, FEBRUARY 2007 An MMSE Estimator for Speech Enhancement Under a Combined Stochastic Deterministic Speech Model Richard C.

More information

A Modified Baum Welch Algorithm for Hidden Markov Models with Multiple Observation Spaces

A Modified Baum Welch Algorithm for Hidden Markov Models with Multiple Observation Spaces IEEE TRANSACTIONS ON SPEECH AND AUDIO PROCESSING, VOL. 9, NO. 4, MAY 2001 411 A Modified Baum Welch Algorithm for Hidden Markov Models with Multiple Observation Spaces Paul M. Baggenstoss, Member, IEEE

More information

ROBUST ESTIMATION OF A CORRELATION COEFFICIENT: AN ATTEMPT OF SURVEY

ROBUST ESTIMATION OF A CORRELATION COEFFICIENT: AN ATTEMPT OF SURVEY ROBUST ESTIMATION OF A CORRELATION COEFFICIENT: AN ATTEMPT OF SURVEY G.L. Shevlyakov, P.O. Smirnov St. Petersburg State Polytechnic University St.Petersburg, RUSSIA E-mail: Georgy.Shevlyakov@gmail.com

More information

TWO METHODS FOR ESTIMATING OVERCOMPLETE INDEPENDENT COMPONENT BASES. Mika Inki and Aapo Hyvärinen

TWO METHODS FOR ESTIMATING OVERCOMPLETE INDEPENDENT COMPONENT BASES. Mika Inki and Aapo Hyvärinen TWO METHODS FOR ESTIMATING OVERCOMPLETE INDEPENDENT COMPONENT BASES Mika Inki and Aapo Hyvärinen Neural Networks Research Centre Helsinki University of Technology P.O. Box 54, FIN-215 HUT, Finland ABSTRACT

More information

A Variance Modeling Framework Based on Variational Autoencoders for Speech Enhancement

A Variance Modeling Framework Based on Variational Autoencoders for Speech Enhancement A Variance Modeling Framework Based on Variational Autoencoders for Speech Enhancement Simon Leglaive 1 Laurent Girin 1,2 Radu Horaud 1 1: Inria Grenoble Rhône-Alpes 2: Univ. Grenoble Alpes, Grenoble INP,

More information

Improved Method for Epoch Extraction in High Pass Filtered Speech

Improved Method for Epoch Extraction in High Pass Filtered Speech Improved Method for Epoch Extraction in High Pass Filtered Speech D. Govind Center for Computational Engineering & Networking Amrita Vishwa Vidyapeetham (University) Coimbatore, Tamilnadu 642 Email: d

More information

Least Squares with Examples in Signal Processing 1. 2 Overdetermined equations. 1 Notation. The sum of squares of x is denoted by x 2 2, i.e.

Least Squares with Examples in Signal Processing 1. 2 Overdetermined equations. 1 Notation. The sum of squares of x is denoted by x 2 2, i.e. Least Squares with Eamples in Signal Processing Ivan Selesnick March 7, 3 NYU-Poly These notes address (approimate) solutions to linear equations by least squares We deal with the easy case wherein the

More information

Nonlinear Diffusion. Journal Club Presentation. Xiaowei Zhou

Nonlinear Diffusion. Journal Club Presentation. Xiaowei Zhou 1 / 41 Journal Club Presentation Xiaowei Zhou Department of Electronic and Computer Engineering The Hong Kong University of Science and Technology 2009-12-11 2 / 41 Outline 1 Motivation Diffusion process

More information

Introduction to Robust Statistics. Elvezio Ronchetti. Department of Econometrics University of Geneva Switzerland.

Introduction to Robust Statistics. Elvezio Ronchetti. Department of Econometrics University of Geneva Switzerland. Introduction to Robust Statistics Elvezio Ronchetti Department of Econometrics University of Geneva Switzerland Elvezio.Ronchetti@metri.unige.ch http://www.unige.ch/ses/metri/ronchetti/ 1 Outline Introduction

More information

Machine vision. Summary # 4. The mask for Laplacian is given

Machine vision. Summary # 4. The mask for Laplacian is given 1 Machine vision Summary # 4 The mask for Laplacian is given L = 0 1 0 1 4 1 (6) 0 1 0 Another Laplacian mask that gives more importance to the center element is L = 1 1 1 1 8 1 (7) 1 1 1 Note that the

More information

Independent Component Analysis and Unsupervised Learning. Jen-Tzung Chien

Independent Component Analysis and Unsupervised Learning. Jen-Tzung Chien Independent Component Analysis and Unsupervised Learning Jen-Tzung Chien TABLE OF CONTENTS 1. Independent Component Analysis 2. Case Study I: Speech Recognition Independent voices Nonparametric likelihood

More information

CHAPTER 5. Outlier Detection in Multivariate Data

CHAPTER 5. Outlier Detection in Multivariate Data CHAPTER 5 Outlier Detection in Multivariate Data 5.1 Introduction Multivariate outlier detection is the important task of statistical analysis of multivariate data. Many methods have been proposed for

More information

Least Absolute Shrinkage is Equivalent to Quadratic Penalization

Least Absolute Shrinkage is Equivalent to Quadratic Penalization Least Absolute Shrinkage is Equivalent to Quadratic Penalization Yves Grandvalet Heudiasyc, UMR CNRS 6599, Université de Technologie de Compiègne, BP 20.529, 60205 Compiègne Cedex, France Yves.Grandvalet@hds.utc.fr

More information

Proc. of NCC 2010, Chennai, India

Proc. of NCC 2010, Chennai, India Proc. of NCC 2010, Chennai, India Trajectory and surface modeling of LSF for low rate speech coding M. Deepak and Preeti Rao Department of Electrical Engineering Indian Institute of Technology, Bombay

More information

Pattern Classification

Pattern Classification Pattern Classification Introduction Parametric classifiers Semi-parametric classifiers Dimensionality reduction Significance testing 6345 Automatic Speech Recognition Semi-Parametric Classifiers 1 Semi-Parametric

More information

A PRACTICAL APPLICATION OF A ROBUST MULTIVARIATE OUTLIER DETECTION METHOD

A PRACTICAL APPLICATION OF A ROBUST MULTIVARIATE OUTLIER DETECTION METHOD A PRACTICAL APPLICATION OF A ROBUST MULTIVARIATE OUTLIER DETECTION METHOD Sarah Franklin, Marie Brodeur, Statistics Canada Sarah Franklin, Statistics Canada, BSMD, R.H.Coats Bldg, 1 lth floor, Ottawa,

More information

where =0,, 1, () is the sample at time index and is the imaginary number 1. Then, () is a vector of values at frequency index corresponding to the mag

where =0,, 1, () is the sample at time index and is the imaginary number 1. Then, () is a vector of values at frequency index corresponding to the mag Efficient Discrete Tchebichef on Spectrum Analysis of Speech Recognition Ferda Ernawan and Nur Azman Abu Abstract Speech recognition is still a growing field of importance. The growth in computing power

More information

Learning features by contrasting natural images with noise

Learning features by contrasting natural images with noise Learning features by contrasting natural images with noise Michael Gutmann 1 and Aapo Hyvärinen 12 1 Dept. of Computer Science and HIIT, University of Helsinki, P.O. Box 68, FIN-00014 University of Helsinki,

More information

EEG- Signal Processing

EEG- Signal Processing Fatemeh Hadaeghi EEG- Signal Processing Lecture Notes for BSP, Chapter 5 Master Program Data Engineering 1 5 Introduction The complex patterns of neural activity, both in presence and absence of external

More information

Scale Space Analysis by Stabilized Inverse Diffusion Equations

Scale Space Analysis by Stabilized Inverse Diffusion Equations Scale Space Analysis by Stabilized Inverse Diffusion Equations Ilya Pollak, Alan S. Willsky and Hamid Krim Laboratory for Information and Decision Systems, Massachusetts Institute of Technology, 77 Massachusetts

More information

EVALUATING SYMMETRIC INFORMATION GAP BETWEEN DYNAMICAL SYSTEMS USING PARTICLE FILTER

EVALUATING SYMMETRIC INFORMATION GAP BETWEEN DYNAMICAL SYSTEMS USING PARTICLE FILTER EVALUATING SYMMETRIC INFORMATION GAP BETWEEN DYNAMICAL SYSTEMS USING PARTICLE FILTER Zhen Zhen 1, Jun Young Lee 2, and Abdus Saboor 3 1 Mingde College, Guizhou University, China zhenz2000@21cn.com 2 Department

More information

Definitions of ψ-functions Available in Robustbase

Definitions of ψ-functions Available in Robustbase Definitions of ψ-functions Available in Robustbase Manuel Koller and Martin Mächler July 18, 2018 Contents 1 Monotone ψ-functions 2 1.1 Huber.......................................... 3 2 Redescenders

More information