Simultaneous Low-Pass Filtering and Total Variation Denoising Ivan W

Total Page:16

File Type:pdf, Size:1020Kb

Simultaneous Low-Pass Filtering and Total Variation Denoising Ivan W LAST EDIT: FEBRUARY 4, 2014 1 Simultaneous Low-Pass Filtering and Total Variation Denoising Ivan W. Selesnick, Harry L. Graber, Douglas S. Pfeil, and Randall L. Barbour Abstract—This paper seeks to combine linear time-invariant However, the signals arising in some applications are more (LTI) filtering and sparsity-based denoising in a principled way complex: they are neither isolated to a specific frequency band in order to effectively filter (denoise) a wider class of signals. nor do they admit a highly sparse representation. For such LTI filtering is most suitable for signals restricted to a known frequency band, while sparsity-based denoising is suitable for signals, neither LTI filtering nor sparsity-based denoising is signals admitting a sparse representation with respect to a known appropriate by itself. Can conventional LTI filtering and more transform. However, some signals cannot be accurately catego- recent sparsity-based denoising methods be combined in a rized as either band-limited or sparse. This paper addresses the principled way, to effectively filter (denoise) a wider class of problem of filtering noisy data for the particular case where the signals than either approach can alone? underlying signal comprises a low-frequency component and a sparse or sparse-derivative component. A convex optimization This paper addresses the problem of filtering noisy data approach is presented and two algorithms derived, one based where the underlying signal comprises a low-frequency com- on majorization-minimization (MM), the other based on the ponent and a sparse or sparse-derivative component. It is alternating direction method of multipliers (ADMM). It is shown assumed here that the noisy data y(n) can be modeled as that a particular choice of discrete-time filter, namely zero-phase non-causal recursive filters for finite-length data formulated in y(n) = f(n) + x(n) + w(n); n = 0;:::;N − 1 (1) terms of banded matrices, makes the algorithms effective and computationally efficient. The efficiency stems from the use of where f is a low-pass signal, x is a sparse and/or sparse- fast algorithms for solving banded systems of linear equations. derivative signal, and w is stationary white Gaussian noise. The method is illustrated using data from a physiological- For noisy data such as y in (1), neither conventional low-pass measurement technique (i.e., near infrared spectroscopic time series imaging) that in many cases yields data that is well- filtering nor sparsity-based denoising is suitable. Further, (1) is approximated as the sum of low-frequency, sparse or sparse- a good model for many types of signals that arise in practice, derivative, and noise components. for example, in nano-particle biosensing (e.g., Fig. 3a in [30]) Keywords: total variation denoising, sparse signal, sparsity, and near infrared spectroscopic (NIRS) imaging (e.g., Fig. 9 low-pass filter, Butterworth filter, zero-phase filter. in [3]). Note that if the low-pass signal f were observed in noise I. INTRODUCTION alone (y = f +w), then low-pass filtering (LPF) would provide a good estimate of f; i.e., f ≈ LPF(f + w). On the other Linear time-invariant (LTI) filters are widely used in sci- hand, if x were a sparse-derivative signal observed in noise ence, engineering, and general time series analysis. The prop- alone (y = x+w), then total variation denoising (TVD) would erties of LTI filters are well understood, and many effective provide a good estimate of x; i.e., x ≈ TVD(x+w) [68]. Given methods exist for their design and efficient implementation noisy data of the form y = f + x + w, we seek a simple [62]. Roughly, LTI filters are most suitable when the signal optimization-based approach that enables the estimation of f of interest is (approximately) restricted to a known frequency and x individually. band. At the same time, the effectiveness of an alternate In this paper, an optimization approach is presented that approach to signal filtering, based on sparsity, has been enables the simultaneous use of low-pass filtering and sparsity- increasingly recognized [22], [34], [60], [74]. Over the past based denoising to estimate a low-pass signal and a sparse 10-15 years, the development of algorithms and theory for signal from a single noisy additive mixture, cf. (1). The sparsity-based signal processing has been an active research optimization problem we formulate involves the minimization area, and many algorithms for sparsity-based denoising (and of a non-differentiable, strictly convex cost function. We reconstruction, etc.) have been developed [67], [73]. These are present two iterative algorithms.1 The first algorithm models most suitable when the signal of interest either is itself sparse x in (1) as having a sparse derivative and is derived using or admits a sparse representation. the majorization-minimization (MM) principle. The second Contact author: I. Selesnick, email: [email protected], phone: 718 260-3416, algorithm models x in (1) as having a sparse derivative, or fax: 718 260-3906. being sparse itself, or both. This algorithm is derived using I. W. Selesnick is with the Department of Electrical and Computer Engi- neering, Polytechnic Institute of New York University, 6 Metrotech Center, the alternating direction method of multipliers (ADMM). The Brooklyn, NY 11201. H. L. Graber, D. S. Pfeil, and R. L. Barbour are with second algorithm is more general and can be used in place of the Department of Pathology, SUNY Downstate Medical Center, Brooklyn, the first. However, as will be illustrated below (Sec. VII-C), NY 11203. This research was supported by the NSF under Grant No. CCF-1018020, in cases where the first algorithm is applicable, it is preferable the NIH under Grant Nos. R42NS050007, R44NS049734, and R21NS067278, and by DARPA project N66001-10-C-2008. 1Software is available at http://eeweb.poly.edu/iselesni/lpftvd/ 2 LAST EDIT: FEBRUARY 4, 2014 to the second one because it converges faster and does not addresses general linear inverse problems, and involves both require a step-size parameter as the second algorithm does. 1D signals and images. The work described in this paper In addition, this paper explains how a suitable choice of can be differentiated from that of Ref. [44] by noting that discrete-time filter makes the proposed approach effective and this work: (1) utilizes LTI filtering, which provides a more computationally efficient. Namely, we describe the design and convenient way to specify the frequency response of the implementation of a zero-phase non-causal recursive filter for smoothing operator, in comparison with Tikhonov regulariza- finite-length data, formulated in terms of banded matrices. tion, (2) utilizes compound regularization (see Sec. II-C), and We choose recursive filters for their computational efficiency (3) explicitly exploits fast algorithms for banded systems. in comparison with non-recursive filters, and the zero-phase Many papers have addressed the problem of filter- property to eliminate phase distortion (phase/time offset is- ing/denoising piecewise smooth signals, a class of signals sues). As the algorithms are intended primarily for batch-mode that includes the signals taken up in this paper, i.e. y in processing, the filters need not be causal. We cast the recursive (1). However, as noted in Ref. [71], much of the work on discrete-time filter in terms of a matrix formulation so as this topic explicitly or implicitly models the underlying signal to easily and accurately incorporate it into the optimization of interest as being composed of smooth segments separated framework and because it facilitates the implementation of by discontinuities (or blurred discontinuities) [16], [33], [57]. the filter on finite-length data. Furthermore, the formulation This is particularly appropriate in image processing wherein is such that all matrix operations in the devised algorithms distinct smooth regions correspond to distinct objects and involve only banded matrices, thereby exploiting the high discontinuities correspond to the edges of objects (e.g., one computational efficiency of solvers for banded linear systems object occluding another) [43]. Under this model, smoothing [65, Sect 2.4] and of sparse matrix multiplication. across discontinuities should be avoided, to prevent blurring The computational efficiency of the proposed algorithms of edges. The signal model (1) taken up in this paper differs also draws on recent developments in sparse-derivative signal in an important way: it models the smooth behavior on the denoising (i.e., total variation (TV) denoising [10], [19], [68]). two sides of a discontinuity as being due to a common low- In particular, we note that the exact solution to the 1D TV pass signal, i.e. f in (1). In contrast to most methods developed denoising problem can be calculated by fast constructive for processing piecewise smooth signals, the proposed method algorithms [27], [49]. The algorithms presented here draw on seeks to exploit the common smooth behavior on both sides this and the ‘fused lasso signal approximator’ [40]. of a discontinuity, as in Refs. [44], [70], [71]. After Sec. II on preliminaries, Sec. III presents the for- The problem addressed in this paper is a type of sparsity- mulation of the optimization problem for simultaneous low- based denoising problem, and, as such, it is related to the pass filtering and sparse-signal denoising. Section IV derives general problem of sparse signal estimation. Many papers, es- an iterative algorithm for solving the optimization problem. pecially over the last fifteen years, have addressed the problem Section V addresses the case where both the signal itself and of filtering/denoising signals, both 1D and multidimensional, its derivative are sparse. Section VI presents recursive discrete- using sparse representations via suitably chosen transforms time filters to be used in the algorithms. Section VII illustrates (wavelet, etc.) [29], [53], [64]. The method described here the proposed algorithms on data, including NIRS times series.
Recommended publications
  • Emotion Perception and Recognition: an Exploration of Cultural Differences and Similarities
    Emotion Perception and Recognition: An Exploration of Cultural Differences and Similarities Vladimir Kurbalija Department of Mathematics and Informatics, Faculty of Sciences, University of Novi Sad Trg Dositeja Obradovića 4, 21000 Novi Sad, Serbia +381 21 4852877, [email protected] Mirjana Ivanović Department of Mathematics and Informatics, Faculty of Sciences, University of Novi Sad Trg Dositeja Obradovića 4, 21000 Novi Sad, Serbia +381 21 4852877, [email protected] Miloš Radovanović Department of Mathematics and Informatics, Faculty of Sciences, University of Novi Sad Trg Dositeja Obradovića 4, 21000 Novi Sad, Serbia +381 21 4852877, [email protected] Zoltan Geler Department of Media Studies, Faculty of Philosophy, University of Novi Sad dr Zorana Đinđića 2, 21000 Novi Sad, Serbia +381 21 4853918, [email protected] Weihui Dai School of Management, Fudan University Shanghai 200433, China [email protected] Weidong Zhao School of Software, Fudan University Shanghai 200433, China [email protected] Corresponding author: Vladimir Kurbalija, tel. +381 64 1810104 ABSTRACT The electroencephalogram (EEG) is a powerful method for investigation of different cognitive processes. Recently, EEG analysis became very popular and important, with classification of these signals standing out as one of the mostly used methodologies. Emotion recognition is one of the most challenging tasks in EEG analysis since not much is known about the representation of different emotions in EEG signals. In addition, inducing of desired emotion is by itself difficult, since various individuals react differently to external stimuli (audio, video, etc.). In this article, we explore the task of emotion recognition from EEG signals using distance-based time-series classification techniques, involving different individuals exposed to audio stimuli.
    [Show full text]
  • Suburban Noise Control with Plant Materials and Solid Barriers
    Suburban Noise Control with Plant Materials and Solid Barriers by DAVID I. COOK and DAVID F. Van HAVERBEKE, respectively professor of engineering mechanics, University of Nebraska, Lin- coln; and silviculturist, USDA Forest Service, Rocky Mountain Forest and Range Experiment Station, Fort Collins, Colo. ABSTRACT.-Studies were conducted in suburban settings with specially designed noise screens consisting of combinations of plant inaterials and solid barriers. The amount of reduction in sound level due to the presence of the plant materials and barriers is re- ported. Observations and conclusions for the measured phenomenae are offered, as well as tentative recommendations for the use of plant materials and solid barriers as noise screens. YOUR$50,000 HOME IN THE SUB- relocated truck routes, and improved URBS may be the object of an in- engine muffling can be helpful. An al- vasion more insidious than termites, and ternative solution is to create some sort fully as damaging. The culprit is noise, of barrier between the noise source and especially traffic noise; and although it the property to be protected. In the will not structurally damage your house, Twin Cities, for instance, wooden walls it will cause value depreciation and dis- up to 16 feet tall have been built along comfort for you. The recent expansion Interstate Highways 35 and 94. Al- of our national highway systems, and though not esthetically pleasing, they the upgrading of arterial streets within have effectively reduced traffic noise, the city, have caused widespread traffic- and the response from property owners noise problems at residential properties. has been generally favorable.
    [Show full text]
  • Realisation of the First Sub Shot Noise Wide Field Microscope
    Realisation of the first sub shot noise wide field microscope Nigam Samantaray1,2, Ivano Ruo-Berchera1, Alice Meda1, , Marco Genovese1,3 1 INRIM, Strada delle Cacce 91, I-10135 Torino, ∗Italy 2 Politecnico di Torino, Corso Duca degli Abruzzi, 24 - I-10129 Torino, Italy and 3 INFN, Via P. Giuria 1, I-10125 Torino, Italy ∗ ∗ Correspondence: Alice Meda, Email: [email protected], Tel: +390113919245 In the last years several proof of principle experiments have demonstrated the advantages of quantum technologies respect to classical schemes. The present challenge is to overpass the limits of proof of principle demonstrations to approach real applications. This letter presents such an achievement in the field of quantum enhanced imaging. In particular, we describe the realization of a sub-shot noise wide field microscope based on spatially multi-mode non-classical photon number correlations in twin beams. The microscope produces real time images of 8000 pixels at full resolution, for (500µm)2 field-of-view, with noise reduced to the 80% of the shot noise level (for each pixel), suitable for absorption imaging of complex structures. By fast post-elaboration, specifically applying a quantum enhanced median filter, the noise can be further reduced (less than 30% of the shot noise level) by setting a trade-off with the resolution, demonstrating the best sensitivity per incident photon ever achieved in absorption microscopy. Keywords: imaging, sub shot noise, microscopy, parametric down conversion 1 INTRODUCTION Sensitivity in standard optical imaging and sensing, the ones exploiting classical illuminating fields, is fundamentally lower bounded by the shot noise, the inverse square root of the number of photons used.
    [Show full text]
  • Noise Reduction Technologies for Turbofan Engines
    NASA/TM—2007-214495 Noise Reduction Technologies for Turbofan Engines Dennis L. Huff Glenn Research Center, Cleveland, Ohio September 2007 NASA STI Program . in Profile Since its founding, NASA has been dedicated to the • CONFERENCE PUBLICATION. Collected advancement of aeronautics and space science. The papers from scientific and technical NASA Scientific and Technical Information (STI) conferences, symposia, seminars, or other program plays a key part in helping NASA maintain meetings sponsored or cosponsored by NASA. this important role. • SPECIAL PUBLICATION. Scientific, The NASA STI Program operates under the auspices technical, or historical information from of the Agency Chief Information Officer. It collects, NASA programs, projects, and missions, often organizes, provides for archiving, and disseminates concerned with subjects having substantial NASA’s STI. The NASA STI program provides access public interest. to the NASA Aeronautics and Space Database and its public interface, the NASA Technical Reports Server, • TECHNICAL TRANSLATION. English- thus providing one of the largest collections of language translations of foreign scientific and aeronautical and space science STI in the world. technical material pertinent to NASA’s mission. Results are published in both non-NASA channels and by NASA in the NASA STI Report Series, which Specialized services also include creating custom includes the following report types: thesauri, building customized databases, organizing and publishing research results. • TECHNICAL PUBLICATION. Reports of completed research or a major significant phase For more information about the NASA STI of research that present the results of NASA program, see the following: programs and include extensive data or theoretical analysis. Includes compilations of significant • Access the NASA STI program home page at scientific and technical data and information http://www.sti.nasa.gov deemed to be of continuing reference value.
    [Show full text]
  • Journey to a Quiet Night
    QUIET NIGHT TOOLKIT Journey to a Quiet Night Strategies to Reduce Hospital Noise and Promote Healing Patient responses to the HCAHPS survey of experience consistently identify noise at night as a dissatisfier in their hospital stay. Only 51% of patients surveyed following discharge from a California hospital report that their hospital room was always quiet at night, compared to 62% of patients nationally. Noise at night is our greatest challenge to create a healing environment of care. Hospitals that have successfully improved this dimension of care have used a few common strategies: informed staff behavior modification, mechanical noise mitigation, environmental noise mitigation, and real time data to drive changes. Drivers for Improvement in Hospital Noise • Educate staff about effects of noise on patient healing Informed Behavior • Engage staff in remediation plan development Modifi cation • Monitor noise in real time HCAHPS Score for “Always Quiet at Night” • “Quiet kits” for patients Mechanical above national average of • Equipment repair Mitigation • Noise absorbing panels or curtains in high traffi c areas AIM • Establish “quiet hours” Environmental 62% • Visual cues, such as signs and dimmed lights at night in patient care areas Mitigation • Utilize white noise options Real Time • Develop system of real time alerts based on patient/family input/feedback Data Learning • Real time reporting mechanism with feedback loop Informed behavior Modifi cation As health care providers, it is imperative that we understand and help to provide our patients with an environment that is optimized for healing. Staff members must be educated about the effects that noise from talking, equipment and other activities has on patients’ healing in the hospital.
    [Show full text]
  • Effect of Noise Type and Signal-To-Noise Ratio on the Effectiveness of Noise Reduction Algorithm in Hearing Aids: an Acoustical Perspective
    Global Journal of Otolaryngology ISSN 2474-7556 Research Article Glob J Otolaryngol - Volume 5 Issue 2 March 2017 Copyright © All rights are reserved by Sharath Kumar KS DOI: 10.19080/GJO.2017.05.555658 Effect of Noise Type and Signal-to-Noise Ratio on the Effectiveness of Noise Reduction Algorithm in Hearing Aids: An Acoustical Perspective Sharath Kumar KS* and Manjula P Department of Audiology, All India Institute of Speech and Hearing (AIISH), University of Mysuru, India Submission: March 05, 2016; Published: March 16, 2017 *Corresponding author: Sharath Kumar KS, Department of Audiology (New JC block), Manasagangotri, AIISH, Mysuru - 570 006, Karnataka, India, Tel: ; Email: Second author: Manjula P, Professor of Audiology, Department of Audiology, Manasagangotri, AIISH, Mysuru - 570 006 India, Karnataka, Tel: ; Email: Abstract Purpose: acoustical measures. The study evaluated factors that influence the effectiveness of noise reduction (NR) algorithm in hearing aids, through Methods: Factorial design was employed. Study sample: The output from hearing aid, with and without NR at three signal-to-noise Qualityratios (SNR) (PESQ). with five types of noise, was recorded. The effect of noise reduction was studied through objective measures such as Waveform Amplitude Distribution Analysis - Signal-to-Noise Ratio (WADA-SNR), Envelope Difference Index (EDI), and Perceptual Evaluation of Speech Results: The results revealed that when NR was enabled, it was effective in reducing the noise. However, when speech was presented in the presenceConclusion: of noise, the NR was effective in enhancing certain acoustic parameters of speech; like signal-to-noise ratio and envelope. changes in the output of the hearing aid with and without NR processing.
    [Show full text]
  • T/HIS 15.0 User Manual
    For help and support from Oasys Ltd please contact: UK The Arup Campus Blythe Valley Park Solihull B90 8AE United Kingdom Tel: +44 121 213 3399 Email: [email protected] China Arup 39/F-41/F Huaihai Plaza 1045 Huaihai Road (M) Xuhui District Shanghai 200031 China Tel: +86 21 3118 8875 Email: [email protected] India Arup Ananth Info Park Hi-Tec City Madhapur Phase-II Hyderabad 500 081, Telangana India Tel: +91 40 44369797 / 98 Email: [email protected] Web:www.arup.com/dyna or contact your local Oasys Ltd distributor. LS-DYNA, LS-OPT and LS-PrePost are registered trademarks of Livermore Software Technology Corporation User manual Version 15.0, May 2018 T/HIS 0 Preamble 0.1 Text conventions used in this manual 0.1 1 Introduction 1.1 1.1 Program Limits 1.1 1.2 Running T/HIS 1.2 1.3 Command Line Options 1.4 2 Using Screen Menus 2.1 2.1 Basic screen menu layout 2.1 2.2 Mouse and keyboard usage for screen-menu interface 2.2 2.3 Dialogue input in the screen menu interface 2.4 2.4 Window management in the screen interface 2.4 2.5 Dynamic Viewing (Using the mouse to change views). 2.5 2.6 "Tool Bar" Options 2.6 3 Graphs and Pages 3.1 3.1 Creating Graphs 3.1 3.2 Page Size 3.2 3.3 Page Layouts 3.2 3.3.1 Automatic Page Layout 3.2 3.4 Pages 3.6 3.5 Active Graphs 3.6 4 Global Commands and Pages 4.1 4.1 Page Number 4.1 4.2 PLOT (PL) 4.1 4.3 POINT (PT) 4.2 4.4 CLEAR (CL) 4.2 4.5 ZOOM (ZM) 4.2 4.6 AUTOSCALE (AU) 4.2 4.7 CENTRE (CE) 4.2 4.8 MANUAL 4.2 4.9 STOP 4.2 4.10 TIDY 4.2 4.11 Additional Commands 4.3 5 Main Menu 5.1 5.0 Selecting Curves
    [Show full text]
  • Classic Filters There Are 4 Classic Analogue Filter Types: Butterworth, Chebyshev, Elliptic and Bessel. There Is No Ideal Filter
    Classic Filters There are 4 classic analogue filter types: Butterworth, Chebyshev, Elliptic and Bessel. There is no ideal filter; each filter is good in some areas but poor in others. • Butterworth: Flattest pass-band but a poor roll-off rate. • Chebyshev: Some pass-band ripple but a better (steeper) roll-off rate. • Elliptic: Some pass- and stop-band ripple but with the steepest roll-off rate. • Bessel: Worst roll-off rate of all four filters but the best phase response. Filters with a poor phase response will react poorly to a change in signal level. Butterworth The first, and probably best-known filter approximation is the Butterworth or maximally-flat response. It exhibits a nearly flat passband with no ripple. The rolloff is smooth and monotonic, with a low-pass or high- pass rolloff rate of 20 dB/decade (6 dB/octave) for every pole. Thus, a 5th-order Butterworth low-pass filter would have an attenuation rate of 100 dB for every factor of ten increase in frequency beyond the cutoff frequency. It has a reasonably good phase response. Figure 1 Butterworth Filter Chebyshev The Chebyshev response is a mathematical strategy for achieving a faster roll-off by allowing ripple in the frequency response. As the ripple increases (bad), the roll-off becomes sharper (good). The Chebyshev response is an optimal trade-off between these two parameters. Chebyshev filters where the ripple is only allowed in the passband are called type 1 filters. Chebyshev filters that have ripple only in the stopband are called type 2 filters , but are are seldom used.
    [Show full text]
  • Noise Reduction Using Active Vibration Control Methods in CAD/CAM Dental Milling Machines
    applied sciences Article Noise Reduction Using Active Vibration Control Methods in CAD/CAM Dental Milling Machines Eun-Sung Song 1 , Young-Jun Lim 2,* , Bongju Kim 1 and Jeffery Sungjae Mun 3 1 Clinical Translational Research Center for Dental Science, Seoul National University Dental Hospital, Seoul 03080, Korea; [email protected] (E.-S.S.); [email protected] (B.K.) 2 Department of Prosthodontics and Dental Research Institute, School of Dentistry, Seoul National University, Seoul 03080, Korea 3 Department of Biology, Swarthmore College, Swarthmore, PA 19081, USA; [email protected] * Correspondence: [email protected]; Tel.: +82-02-2072-2040 Received: 28 February 2019; Accepted: 8 April 2019; Published: 12 April 2019 Abstract: Used in close proximity to dental practitioners, dental tools and devices, such as hand pieces, have been a possible risk factor to hearing loss due to the noises they produce. Recently, additional technologies such as CAD/CAM (Computer Aided Design/Computer Aided Manufacturing) milling machines have been used in the dental environment and have emerged as a new contributing noise source. This has created an issue in fostering a pleasant hospital environment. Currently, because of issues with installing and manufacturing noise-reducing products, the technology is impractical and insufficient relative to its costly nature. In this experiment, in order to create a safe working environment, we hoped to analyze the noise produced and determine a practical method to attenuate the noises coming from CAD/CAM dental milling machines. In this research, the cause for a noise and the noise characteristics were analyzed by observing and measuring the sound from a milling machine and the possibility of reducing noise in an experimental setting was examined using a noise recorded from a real milling machine.
    [Show full text]
  • Total Variation Denoising for Optical Coherence Tomography
    Total Variation Denoising for Optical Coherence Tomography Michael Shamouilian, Ivan Selesnick Department of Electrical and Computer Engineering, Tandon School of Engineering, New York University, New York, New York, USA fmike.sha, [email protected] Abstract—This paper introduces a new method of combining total variation denoising (TVD) and median filtering to reduce noise in optical coherence tomography (OCT) image volumes. Both noise from image acquisition and digital processing severely degrade the quality of the OCT volumes. The OCT volume consists of the anatomical structures of interest and speckle noise. For denoising purposes we model speckle noise as a combination of additive white Gaussian noise (AWGN) and sparse salt and pepper noise. The proposed method recovers the anatomical structures of interest by using a Median filter to remove the sparse salt and pepper noise and by using TVD to remove the AWGN while preserving the edges in the image. The proposed method reduces noise without much loss in structural detail. When compared to other leading methods, our method produces similar results significantly faster. Index Terms—Total Variation Denoising, Median Filtering, Optical Coherence Tomography I. INTRODUCTION Fig. 1. 2D slices of a sample retinal OCT volume. Optical Coherence Tomography (OCT), a non-invasive in vivo imaging technique, provides images of internal tissue mi- crostructures of the eye [1]. OCT imaging works by directing light beams at a target tissue and then capturing and processing the backscattered light [2]. To create a 3D volume image of the eye, the OCT device scans the eye laterally [2]. However, current OCT imaging techniques inherently introduce speckle noise [3].
    [Show full text]
  • Noise Reduction of EEG Signals Using Autoencoders Built Upon GRU Based RNN Layers
    Technological University Dublin ARROW@TU Dublin Dissertations School of Computer Sciences 2020-02-01 Noise Reduction of EEG Signals Using Autoencoders Built Upon GRU based RNN Layers Esra Aynali Technological University Dublin Follow this and additional works at: https://arrow.tudublin.ie/scschcomdis Part of the Artificial Intelligence and Robotics Commons Recommended Citation Aynali, E. (2020). Noise Reduction of EEG Signals Using Autoencoders Built Upon GRU based RNN Layers. Dissertation. Dublin: Technological University Dublin. This Dissertation is brought to you for free and open access by the School of Computer Sciences at ARROW@TU Dublin. It has been accepted for inclusion in Dissertations by an authorized administrator of ARROW@TU Dublin. For more information, please contact [email protected], [email protected]. This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 4.0 License Noise Reduction of EEG Signals Using Autoencoders Built Upon GRU based RNN Layers Esra Aynalı A dissertation submitted in partial fulfilment of the requirements of Technological University Dublin for the degree of M.Sc. in Computer Science (Data Analytics) January 2020 I certify that this dissertation which I now submit for examination for the award of MSc in Computing (Data Analytics), is entirely my own work and has not been taken from the work of others save and to the extent that such work has been cited and acknowledged within the test of my work. This dissertation was prepared according to the regulations for postgraduate study of the Technological University Dublin and has not been submitted in whole or part for an award in any other Institute or University.
    [Show full text]
  • Reducing Quantization Error by Matching Pseudoerror Statistics
    REDUCING QUANTIZATION ERROR BY MATCHING PSEUDOERROR STATISTICS Stephen D. Voran Institute for Telecommunication Sciences 325 Broadway, Boulder, Colorado 80305, USA, [email protected] ABSTRACT x ci We investigate the use of an adaptive processor (a quantizer xˆ = r QTX QRX i pseudoinverse) and the statistics of the associated pseudoerror signal to reduce quantization error in scalar quantizers when a small amount of prior knowledge about the signal x is available. This approach {t } {r } uses both the quantizer representation points and the thresholds at the i i receiver. No increase in the transmitted data rate is required. We Fig 1. Conventional memoryless scalar quantization. discuss examples that use low-pass, high-pass, and band-pass signals along with an adaptive processor that consists of a set of filters and In this paper we investigate the use of a quantizer pseudoinverse clippers. Matching a single pseudoerror statistic to a target value is and the statistics of the associated pseudoerror signal to reduce sufficient to attain modest reductions in quantization error in quantization error in scalar quantizers when a small amount of prior situations with one degree of freedom. Adaptive processing based on knowledge about the signal x is available. This approach can make a pair of pseudoerror statistics allows for quantization noise reduction use of both the representation points and the thresholds at the in problems with two degrees of freedom. receiving side. The prior signal knowledge, the thresholds, and the representation points are all embedded at design time and thus do not Index Terms—quantizer, quantization noise reduction add to the transmitted data rate during operations.
    [Show full text]