Dual Blind Denoising Autoencoders for Industrial Process Data Filtering Saul´ Langarica, Student Member, IEEE, and Felipe Nu´Nez,˜ Member, IEEE

Total Page:16

File Type:pdf, Size:1020Kb

Dual Blind Denoising Autoencoders for Industrial Process Data Filtering Saul´ Langarica, Student Member, IEEE, and Felipe Nu´Nez,˜ Member, IEEE 1 Dual Blind Denoising Autoencoders for Industrial Process Data Filtering Saul´ Langarica, Student Member, IEEE, and Felipe Nu´nez,˜ Member, IEEE Abstract—In an industrial internet setting, ensuring trustwor- however, they require the selection of a suitable model and a- thiness of process data is a must when data-driven algorithms op- priori estimation of parameters, as the covariance matrices in erate in the upper layers of the control system. Unfortunately, the the Kalman filter, which are critical for a good performance. common place in an industrial setting is to find time series heavily corrupted by noise and outliers. Typical methods for cleaning A different approach for denoising is the use of transforms, the data include the use of smoothing filters or model-based like Wavelets [9] or Gabor [10], which exploit statistical observers. In this work, a purely data-driven learning-based properties of the noise so the signal can be thresholded in approach is proposed based on a combination of convolutional the transformed domain to preserve only the high-valued and recurrent neural networks, in an auto-encoder configuration. coefficients, and then, by applying the inverse transform, Results show that the proposed technique outperforms classical methods in both a simulated example and an application using obtain a cleaner signal. A limitation of these approaches is the real process data from an industrial facility. difficulty of knowing a priori the best basis for representing the signals, and without knowledge on the noise nature, as is Index Terms—Autoencoders, Process control. the case in real process data, is hard to determine where to threshold the transformed data. I. INTRODUCTION Learning-based denoising algorithms, like principal com- ponent analysis (PCA) [11], Kernel PCA [12] or dictionary The incorporation of industrial Internet of Things tech- learning [13], solve some of the problems that fixed transforms nologies to modern industrial facilities allows the real-time have, by learning a suitable representation of the data in a acquisition of an enormous amount of process data, typically transformed space. These approaches are also multivariate in in the form of time-series, which represents an opportunity nature, so the spatial correlations between signals is exploited; to improve performance by using data-driven algorithms for nevertheless, these algorithms were designed for static data, supervision, modeling and control [1]–[3]. e.g., images, and hence important information from temporal Data-driven techniques, such as statistical or machine learn- correlations are not exploited at all. ing algorithms, are capable of dealing with the multivariate Recently, denoising autoencoders (DAE) [14], [15] have and intricate nature of industrial processes; however, they rely emerged as a suitable learning-based denoising technique that on the consistency and integrity of the data to work properly is multivariate in nature and is capable of learning complex [3]. This imposes a limitation to online application of these nonlinear structures and relationships between variables. This algorithms in real facilities, since process data is often highly represents a great advantage over traditional learning-based corrupted with outliers and noise, caused by multiple factors techniques when dealing with highly nonlinear data. Orig- as environmental disturbances, human interventions, and faulty inally, DAEs emerged for image denoising, but the use of sensors. Consequently, there is a lack of data-driven appli- recurrent neural networks has allowed their application for cations operating online, and the vast majority of successful denoising dynamical data, such as audio and video [16], [17]. implementations use offline preprocessed data, simulations or However, unlike PCA, dictionary learning or fixed transforms generate the database in a controlled environment, as pilot- techniques, DAEs are not blind in the sense that for learning arXiv:2004.06806v1 [eess.SP] 14 Apr 2020 scale deployments in laboratories [4]. to denoise a signal, the clean version of the signal (the target) A typical approach for dealing with corrupted process data has to be known beforehand. In addition, information about is the use of smoothing filters, like simple discrete low- the characteristics of the noise affecting the process is required pass filters, the Savitsky-Golay (SG) filter [5] or exponential to create realistic training examples. This is a great limitation moving average filters (EMA) [6]. The main drawback of these for the use of DAEs in real-world applications where the clean techniques is their univariate nature, hence the redundancy version of the signal and the noise characteristics are unknown. and correlations among variables typically present in industrial In this work, we propose the use of a dual blind denoising processes are not made use of for denoising. Multivariate autoencoder (DBDAE) for multivariate time series denoising, denoisers, which can exploit cross-correlation between signals, that preserves all the advantages of DAEs and eliminates are a natural improvement to univariate filters. Approaches like the necessity of knowing beforehand the noise characteristics Kalman [7] or particle filters [8] are the flagship techniques; and the clean version of the signals. The network structure is designed to exploit both spatial and temporal correlations This work was supported by ANID under grant ANID PIA ACT192013. of the input data, by combining recurrent and convolutional S. Langarica and F. Nu´nez˜ are with the Department of Electrical Engineer- ing, Pontificia Universidad Catolica´ de Chile, Av. Vicuna˜ Mackenna 4860, encoder networks. This dual encoding allows the network Santiago, Chile 7820436. E-mail: [email protected], [email protected]. to reconstruct missing or faulty signals, adding robustness 2 to online applications. Because of the predictive capabilities 1 g 1 y fθE θD y^ of the network, the phase delay is minimum compared to z traditional techniques like low-pass filters, which is a critical y2 y^2 advantage for real-time applications built on top, as feedback . controllers. Consequently, the main contributions of this work . are: i) the formulation of a new blind denoising technique yn−1 y^n−1 based on DAEs that eliminates the necessity of knowing a- priori information of the signals; and ii) a novel autoencoder yn y^n architecture that enables the network to exploit both temporal Fig. 1. Simple AE architecture where f encodes the input data to a latent and spatial correlations, which allows to reconstruct faulty θE representation z and then g decodes z to reconstruct the input. signals, in addition to the denoising capabilities. θD The rest of this paper is organized as follows. Preliminaries of data filtering in industrial processes are given in Section II. In Section III the basics of autoencoders and DAEs are where ^y(t) is the tth smoothed output of the EMA filter and presented. Denoising and reconstruction based on the proposed α 2 [0; 1] is the filter weight determining the importance given DBDAE is presented and applied to a simulated dynamical to the past output. system in Section IV. Section V shows an implementation of The SG filter outperforms common low-pass filters in pre- the DBDAE to a real industrial process. Finally, conclusions serving useful high-frequency information and prevention of and directions for future research are presented in Section VI. extra delays [18]. The SG filter calculates the smoothed output ^y(t) using a local discrete convolution over the 2M + 1 sam- ples sub-sequence y , where the convolution coeffi- II. PRELIMINARIES [t−M;t+M] cients are derived from a least-squares polynomial smoothing. A. Notation and Basic Definitions Because EMA and SG filters are the most used denoising In this work, R denotes the real numbers, Z≥0 the non- techniques in industry, they will be used as a baseline for negative integers, Rn the Euclidean space of dimension n, comparison with our DBDAE network. and Rn×m the set of n × m matrices with real coefficients. For a; b 2 Z≥0 we use [a; b] to denote their closed interval III. AUTOENCODERS in Z For a vector v 2 Rn, vi denotes its ith component. n×m A. Background For a matrix A 2 R , Ai denotes its ith column and Ai its ith row. For an n-dimensional real-valued sequence Autoencoders (AEs) [19] are unsupervised neural networks n trained for reconstructing their inputs at the output layer, α : Z≥0 ! R , α(t) denotes its tth element, and α[a;b] denotes its restriction to the interval [a; b], i.e., a sub-sequence. For passing through an intermediate layer normally of lower n×(b−a+1) dimension. AEs can be regarded as a nonlinear generalization a sub-sequence α[a;b], M(α[a;b]) 2 R is a matrix whose ith column is equal to α(a+i−1), with i 2 [1; b−a+1]. of PCA aiming to encode input data in an intermediate The same notation applies for an n-dimensional finite-length lower-dimensional representation, which preserves most of the sequence α : [0; T¯] ! Rn with the understanding that for information in the inputs. This intermediate representation is ¯ a sub-sequence α[a;b], [a; b] ⊆ [0; T ] must hold. Given an known as the latent space of the network. N-dimensional sequence α, we define its T -depth window Formally, for a given sequence y, the AE maps an input N×T y(t) 2 n z 2 m as a matrix-valued sequence β : Z≥0 ! R , where vector R to a latent representation R with β(t) = M(α[t−T +1;t]). m < n. This mapping is done by a function fθE , which in the simplest case is a linear layer with σ as an arbitrary activation function, namely, B. Typical approaches for process data filtering When dealing with real industrial time series, denoising z = fθE = σ(WθE y(t) + bθE ); (2) methods can be classified into model-based and data-driven.
Recommended publications
  • Medical Image Restoration Using Optimization Techniques and Hybrid Filters
    International Journal of Pure and Applied Mathematics Volume 118 No. 24 2018 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ Special Issue http://www.acadpubl.eu/hub/ Medical Image Restoration Using Optimization Techniques and Hybrid Filters B.BARON SAM 1, J.SAITEJA 2, P.AKHIL 3 Assistant Professor 1 , Student 2, Student 3 School of Computing Sathyabama Institute of Science and Technology [email protected], May 26, 2018 Abstract In clinical setting, Medical pictures assumes the most huge part. Medicinal imaging brings out interior struc- tures disguised by the skin and bones, and also to analyze and treat sicknesses like malignancy, diabetic retinopathy, breaks in bones, skin maladies and so forth. The thera- peutic imaging process is distinctive for various sort of in- fections. The picture catching procedure contributes the clamor in the therapeutic picture. From now on, caught pictures should be sans clamor for legitimate conclusion of the illnesses. In this paper, we talk different clamors that influence the medicinal pictures and furthermore joined by the denoising algorithms. Computerized Image Processing innovation executes PC calculations to acknowledge advanced picture handling which suggests computerized information adjustment that enhances nature of the picture. For restorative picture data extrac- tion and encourage examination, the actualized picture han- dling calculation amplifies the lucidity and sharpness of the 1 International Journal of Pure and Applied Mathematics Special Issue picture and furthermore fascinating highlights subtle ele- ments. At first, the PC is inputted with an advanced pic- ture and modified to process the computerized picture in- formation furnished with arrangement of conditions.
    [Show full text]
  • A Mathematical and Physical Analysis of Circuit Jitter with Application to Cryptographic Random Bit Generation
    WJM-6500 BS2-0501 A Mathematical and Physical Analysis of Circuit Jitter with Application to Cryptographic Random Bit Generation A Major Qualifying Project Report: submitted to the Faculty of the WORCESTER POLYTECHNIC INSTITUTE in partial fulfillment of the requirements for the Degree of Bachelor of Science by _____________________________ Wayne R. Coppock _____________________________ Colin R. Philbrook Submitted April 28, 2005 1. Random Number Generator Approved:________________________ Professor William J. Martin 2. Cryptography ________________________ 3. Jitter Professor Berk Sunar 1 Abstract In this paper analysis of jitter is conducted to determine its suitability for use as an entropy source for a true random number generator. Efforts are taken to isolate and quantify jitter in ring oscillator circuits and to understand its relationship to design specifications. The accumulation of jitter via various methods is also investigated to determine whether there is an optimal accumulation technique for sampling the uncertainty of jitter events. Mathematical techniques are used to analyze the accumulation process and an attempt at modeling a signal with jitter is made. The physical properties responsible for the noise that causes jitter are also briefly investigated. 2 Acknowledgements We would like to thank our faculty advisors and our mentors at GD, without whom this project would not have been possible. Our advisors, Professor Bill martin and Professor Berk Sunar, were indispensable in keeping us focused on the tasks ahead as well as for providing background to help us explore new questions as they arose. Our mentors at GD were also key to the project’s success, and we owe them much for this.
    [Show full text]
  • Improving Speech Quality for Hearing Aid Applications Based on Wiener Filter and Composite of Deep Denoising Autoencoders
    signals Article Improving Speech Quality for Hearing Aid Applications Based on Wiener Filter and Composite of Deep Denoising Autoencoders Raghad Yaseen Lazim 1,2 , Zhu Yun 1,2 and Xiaojun Wu 1,2,* 1 Key Laboratory of Modern Teaching Technology, Ministry of Education, Shaanxi Normal University, Xi’an 710062, China; [email protected] (R.Y.L.); [email protected] (Z.Y.) 2 School of Computer Science, Shaanxi Normal University, No.620, West Chang’an Avenue, Chang’an District, Xi’an 710119, China * Correspondence: [email protected] Received: 10 July 2020; Accepted: 1 September 2020; Published: 21 October 2020 Abstract: In hearing aid devices, speech enhancement techniques are a critical component to enable users with hearing loss to attain improved speech quality under noisy conditions. Recently, the deep denoising autoencoder (DDAE) was adopted successfully for recovering the desired speech from noisy observations. However, a single DDAE cannot extract contextual information sufficiently due to the poor generalization in an unknown signal-to-noise ratio (SNR), the local minima, and the fact that the enhanced output shows some residual noise and some level of discontinuity. In this paper, we propose a hybrid approach for hearing aid applications based on two stages: (1) the Wiener filter, which attenuates the noise component and generates a clean speech signal; (2) a composite of three DDAEs with different window lengths, each of which is specialized for a specific enhancement task. Two typical high-frequency hearing loss audiograms were used to test the performance of the approach: Audiogram 1 = (0, 0, 0, 60, 80, 90) and Audiogram 2 = (0, 15, 30, 60, 80, 85).
    [Show full text]
  • Dithering and Quantization of Audio and Image
    Dithering and Quantization of audio and image Maciej Lipiński - Ext 06135 1. Introduction This project is going to focus on issue of dithering. The main aim of assignment was to develop a program to quantize images and audio signals, which should add noise and to measure mean square errors, comparing the quality of the quantized images with and without noise. The program realizes fallowing: - quantize an image or audio signal using n levels (defined by the user); - measure the MSE (Mean Square Error) between the original and the quantized signals; - add uniform noise in [-d/2,d/2], where d is the quantization step size, using n levels; - quantify the signal (image or audio) after adding the noise, using n levels (user defined); - measure the MSE by comparing the noise-quantized signal with the original; - compare results. The program shows graphic result, presenting original image/audio, quantized image/audio and quantized with dither image/audio. It calculates and displays the values of MSE – mean square error. 2. DITHERING Dither is a form of noise, “erroneous” signal or data which is intentionally added to sample data for the purpose of minimizing quantization error. It is utilized in many different fields where digital processing is used, such as digital audio and images. The quantization and re-quantization of digital data yields error. If that error is repeating and correlated to the signal, the error that results is repeating. In some fields, especially where the receptor is sensitive to such artifacts, cyclical errors yield undesirable artifacts. In these fields dither is helpful to result in less determinable distortions.
    [Show full text]
  • Pink Noise Generator
    PINK NOISE GENERATOR K4301 Add a spectrum analyser with a microphone and check your audio system performance. H4301IP-1 VELLEMAN NV Legen Heirweg 33 9890 Gavere Belgium Europe www.velleman.be www.velleman-kit.com Features & Specifications To analyse the acoustic properties of a room (usually a living- room), a good pink noise generator together with a spectrum analyser is indispensable. Moreover you need a microphone with as linear a frequency characteristic as possible (from 20 to 20000Hz.). If, in addition, you dispose of an equaliser, then you can not only check but also correct reproduction. Features: Random digital noise. 33 bit shift register. Clock frequency adjustable between 30KHz and 100KHz. Pink noise filter: -3 dB per octave (20 .. 20000Hz.). Easily adaptable to produce "white noise". Specifications: Output voltage: 150mV RMS./ clock frequency 40KHz. Output impedance: 1K ohm. Power supply: 9 to 12VAC, or 12 to 15VDC / 5mA. 3 Assembly hints 1. Assembly (Skipping this can lead to troubles ! ) Ok, so we have your attention. These hints will help you to make this project successful. Read them carefully. 1.1 Make sure you have the right tools: A good quality soldering iron (25-40W) with a small tip. Wipe it often on a wet sponge or cloth, to keep it clean; then apply solder to the tip, to give it a wet look. This is called ‘thinning’ and will protect the tip, and enables you to make good connections. When solder rolls off the tip, it needs cleaning. Thin raisin-core solder. Do not use any flux or grease. A diagonal cutter to trim excess wires.
    [Show full text]
  • Modeling Mirror Shape to Reduce Substrate Brownian Noise in Interferometric Gravitational Wave Detectors
    LASER INTERFEROMETER GRAVITATIONAL WAVE OBSERVATORY - LIGO - CALIFORNIA INSTITUTE OF TECHNOLOGY MASSACHUSETTS INSTITUTE OF TECHNOLOGY 2014/03/18 Modeling mirror shape to reduce substrate Brownian Noise in interferometric gravitational wave detectors Emory Brown, Matt Abernathy, Steve Penn, Rana Adhikari, and Eric Gustafson California Institute of Technology Massachusetts Institute of Technology LIGO Project, MS 100-36 LIGO Project, NW22-295 Pasadena, CA 91125 Cambridge, MA 02139 Phone (626) 395-2129 Phone (617) 253-4824 Fax (626) 304-9834 Fax (617) 253-7014 E-mail: [email protected] E-mail: [email protected] LIGO Hanford Observatory LIGO Livingston Observatory PO Box 159 19100 LIGO Lane Richland, WA 99352 Livingston, LA 70754 Phone (509) 372-8106 Phone (225) 686-3100 Fax (509) 372-8137 Fax (225) 686-7189 E-mail: [email protected] E-mail: [email protected] http://www.ligo.caltech.edu/ Abstract This paper is a report on the effect of varying mirror shape upon Brownian noise is the test mass substrate. Using finite element analysis, it was determined that by using frustum shaped test masses with a ratio between the opposing radii of about 0.7 the frequency of the principle real eigenmodes of the test mass can be shifted into higher frequency ranges. For a fused silica test mass this shape modification could increase this value from 5951 Hz to 7210 Hz, and in a silicon test mass it would increase the value from 8491 Hz to 10262 Hz, in both cases moving the principle real eigenmode to a frequency further from LIGO bands, reducing slightly the noise seen by the detector.
    [Show full text]
  • Lecture 7: Noise Why Do We Care?
    Lecture 7: Noise Basics of noise analysis Thermomechanical noise Air damping Electrical noise Interference noise » Power supply noise (60-Hz hum) » Electromagnetic interference Electronics noise » Thermal noise » Shot noise » Flicker (1/f) noise Calculation of total circuit noise Reference: D.A. Johns and K. Martin, Analog Integrated Circuit Design, Chap. 4, John Wiley & Sons, Inc. ENE 5400 ΆýɋÕģŰ, Spring 2004 1 µóģµóģvʶ1Zýɋvʶ1Zýɋ Why Do We Care? Noise affects the minimum detectable signal of a sensor Noise reduction: The frequency-domain perspective: filtering » How much do you see within the measuring bandwidth The time-domain perspective: probability and averaging Bandwidth Clarification -3 dB frequency Resolution bandwidth ENE 5400 ΆýɋÕģŰ, Spring 2004 2 µóģµóģvʶ1Zýɋvʶ1Zýɋ 1 Time-Domain Analysis White-noise signal appears randomly in the time domain with an average value of zero Often use root-mean-square voltage (current), also the normalized noise power with respect to a 1-Ω resistor, as defined by: 1 T V = [ ∫ V 2 (t)dt]1/ 2 n(rms) T 0 n T = 1 2 1/ 2 In(rms) [ ∫ In (t)dt] T 0 Signal-to-noise ratio (SNR) = 10⋅⋅⋅ Log (signal power/noise power) Noise summation = + 0, for uncorrelated signals Vn (t) Vn1 (t) Vn2 (t) T T 2 = 1 + 2 = 2 + 2 + 2 Vn(rms) ∫ [Vn1(t) Vn2 (t)] dt Vn1(rms) Vn2(rms) ∫ Vn1Vn2dt T 0 T 0 ENE 5400 ΆýɋÕģŰ, Spring 2004 3 µóģµóģvʶ1Zýɋvʶ1Zýɋ Frequency-Domain Analysis A random signal/noise has its power spread out over the frequency spectrum Noise spectral density is the average normalized noise power
    [Show full text]
  • 1Õf Noise from Nonlinear Stochastic Differential Equations
    PHYSICAL REVIEW E 81, 031105 ͑2010͒ 1Õf noise from nonlinear stochastic differential equations J. Ruseckas* and B. Kaulakys Institute of Theoretical Physics and Astronomy, Vilnius University, A. Goštauto 12, LT-01108 Vilnius, Lithuania ͑Received 20 October 2009; published 8 March 2010͒ We consider a class of nonlinear stochastic differential equations, giving the power-law behavior of the power spectral density in any desirably wide range of frequency. Such equations were obtained starting from the point process models of 1/ f␤ noise. In this article the power-law behavior of spectrum is derived directly from the stochastic differential equations, without using the point process models. The analysis reveals that the power spectrum may be represented as a sum of the Lorentzian spectra. Such a derivation provides additional justification of equations, expands the class of equations generating 1/ f␤ noise, and provides further insights into the origin of 1/ f␤ noise. DOI: 10.1103/PhysRevE.81.031105 PACS number͑s͒: 05.40.Ϫa, 72.70.ϩm, 89.75.Da I. INTRODUCTION signals with 1/ f noise were obtained in Refs. ͓29,30͔͑see ͓ ͔͒ Power-law distributions of spectra of signals, including also recent papers 5,31 , starting from the point process / ͓ ͔ 1/ f noise ͑also known as 1/ f fluctuations, flicker noise, and model of 1 f noise 27,32–39 . pink noise͒, as well as scaling behavior in general, are ubiq- The purpose of this article is to derive the behavior of the uitous in physics and in many other fields, including natural power spectral density directly from the SDE, without using phenomena, human activities, traffics in computer networks, the point process model.
    [Show full text]
  • 3A Whatissound Part 2
    What is Sound? Part II Timbre & Noise Prayouandi (2010) - OneOhtrix Point Never 1 PSYCHOACOUSTICS ACOUSTICS LOUDNESS AMPLITUDE PITCH FREQUENCY QUALITY TIMBRE 2 Timbre / Quality everything that is not frequency / pitch or amplitude / loudness envelope - the attack, sustain, and decay portions of a sound spectra - the aggregate of simple waveforms (partials) that make up the frequency space of a sound. noise - the inharmonic and unpredictable fuctuations in the sound / signal 3 envelope 4 envelope ADSR 5 6 Frequency Spectrum 7 Spectral Analysis 8 Additive Synthesis 9 Organ Harmonics 10 Spectral Analysis 11 Cancellation and Reinforcement In-phase, out-of-phase and composite wave forms 12 (max patch) Tone as the sum of partials 13 harmonic / overtone series the fundamental is the lowest partial - perceived pitch A harmonic partial conforms to the overtone series which are whole number multiples of the fundamental frequency(f) (f)1, (f)2, (f)3, (f)4, etc. if f=110 110, 220, 330, 440 doubling = 1 octave An inharmonic partial is outside of the overtone series, it does not have a whole number multiple relationship with the fundamental. 14 15 16 Basic Waveforms fundamental only, no additional harmonics odd partials only (1,3,5,7...) 1 / p2 (3rd partial has 1/9 the energy of the fundamental) all partials 1 / p (3rd partial has 1/3 the energy of the fundamental) only odd-numbered partials 1 / p (3rd partial has 1/3 the energy of the fundamental) 17 (max patch) Spectrogram (snapshot) 18 Identifying Different Instruments 19 audio sonogram of 2 bird trills 20 Spear (software) audio surgery? isolate partials within a complex sound 21 the physics of noise Random additions to a signal By fltering white noise, we get different types (colors) of noise, parallels to visible light White Noise White noise is a random noise that contains an equal amount of energy in all frequency bands.
    [Show full text]
  • Methods for Improving Image Quality for Contour and Textures Analysis Using New Wavelet Methods
    applied sciences Article Methods for Improving Image Quality for Contour and Textures Analysis Using New Wavelet Methods Catalin Dumitrescu 1 , Maria Simona Raboaca 2,3,4 and Raluca Andreea Felseghi 3,4,* 1 Department Telematics and Electronics for Transports, University “Politehnica” of Bucharest, 060042 Bucharest, Romania; [email protected] 2 ICSI Energy, National Research and Development Institute for Cryogenic and Isotopic Technologies, 240050 Ramnicu Valcea, Romania; [email protected] 3 Faculty of Electrical Engineering and Computer Science, “¸Stefancel Mare” University of Suceava, 720229 Suceava, Romania 4 Technical University of Cluj-Napoca, 400114 Cluj-Napoca, Romania * Correspondence: [email protected] Abstract: The fidelity of an image subjected to digital processing, such as a contour/texture high- lighting process or a noise reduction algorithm, can be evaluated based on two types of criteria: objective and subjective, sometimes the two types of criteria being considered together. Subjective criteria are the best tool for evaluating an image when the image obtained at the end of the processing is interpreted by man. The objective criteria are based on the difference, pixel by pixel, between the original and the reconstructed image and ensure a good approximation of the image quality perceived by a human observer. There is also the possibility that in evaluating the fidelity of a remade (reconstructed) image, the pixel-by-pixel differences will be weighted according to the sensitivity of the human visual system. The problem of improving medical images is particularly important Citation: Dumitrescu, C.; Raboaca, in assisted diagnosis, with the aim of providing physicians with information as useful as possible M.S.; Felseghi, R.A.
    [Show full text]
  • Noise by the Nonlinear Stochastic Differential Equations
    Modeling scaled processes and 1/f β noise by the nonlinear stochastic differential equations B Kaulakys and M Alaburda Institute of Theoretical Physics and Astronomy of Vilnius University, Goˇstauto 12, LT-01108 Vilnius, Lithuania E-mail: [email protected] Abstract. We present and analyze stochastic nonlinear differential equations generating signals with the power-law distributions of the signal intensity, 1/f β noise, power-law autocorrelations and second order structural (height-height correlation) functions. Analytical expressions for such characteristics are derived and the comparison with numerical calculations is presented. The numerical calculations reveal links between the proposed model and models where signals consist of bursts characterized by the power-law distributions of burst size, burst duration and the inter- burst time, as in a case of avalanches in self-organized critical (SOC) models and the extreme event return times in long-term memory processes. The presented approach may be useful for modeling the long-range scaled processes exhibiting 1/f noise and power-law distributions. Keywords: 1/f noise, stochastic processes, point processes, power-law distributions, nonlinear stochastic equations arXiv:1003.1155v1 [nlin.AO] 4 Mar 2010 Modeling scaled processes and 1/f β noise 2 1. Introduction The inverse power-law distributions, autocorrelations and spectra of the signals, including 1/f noise (also known as 1/f fluctuations, flicker noise and pink noise), as well as scaling behavior in general, are ubiquitous in physics and in many other fields, counting natural phenomena, spatial repartition of faults in geology, human activities such as traffic in computer networks and financial markets.
    [Show full text]
  • A High-Sensitivity MEMS-Based Accelerometer Jérôme Lainé1 and Denis Mougenot1
    A high-sensitivity MEMS-based accelerometer Jérôme Lainé1 and Denis Mougenot1 Abstract However, the noise floor of MEMS accelerometers increas- A new generation of accelerometers based on a microelec- es significantly toward the lowest frequencies (< 5 Hz), which tromechanical system (MEMS) can deliver broadband (0 to might become apparent while recording in a very quiet environ- 800 Hz) and high-fidelity measurements of ground motion even ment (Meunier and Menard, 2004). This limitation to record a at a low level. Such performance has been obtained by using a weak signal at low frequency can be compensated for by denser closed-loop configuration and a careful design which greatly spatial sampling (Mougenot, 2013), but that would require using mitigates all internal mechanical and electronic noise sources. a significant number of MEMS accelerometers. A more straight- To improve the signal-to-noise ratio toward the low frequencies forward solution is to decrease the noise floor. In this article, we at which instrument noise increases, a new MEMS has been describe a practical solution to this challenge with the develop- developed. It provides a significantly lower noise floor (at least ment of a new generation of MEMS-based digital sensor. –10 dB) and thus a higher dynamic range (+10 dB). This perfor- mance has been tested in an underground facility where condi- Mechanical structure of a MEMS accelerometer tions approach the minimum terrestrial noise level. This new In the new capacitive MEMS, combs of electrodes (Figure MEMS sensor will even further improve the detection of low 2) are distributed in different groups, each ensuring a differ- frequencies and of weak signals such as those that come from ent function.
    [Show full text]