22 research outputs found

    Dimensionality Reduction Using Band Selection Technique for Kernel Based Hyperspectral Image Classification

    Get PDF
    AbstractHyperspectral images have abundant of information stored in the various spectral bands ranging from visible to infrared region in the electromagnetic spectrum. High data volume of these images have to be reduced, preserving the original information, to ensure efficient processing. In this paper, dimensionality reduction is done on Indian Pines and Salinas-A datasets using inter band block correlation coefficient technique followed by Singular Value Decomposition (SVD) and QR decomposition. The dimensionally reduced images are classified using GURLS and LibSVM. Classification accuracies of the original image is compared to that of the dimensionally reduced image. The experimental analysis shows that, for 10% training sample the overall accuracy, average accuracy and kappa coefficient of the dimensionally reduced image (about 50% of the dimension is reduced) is i)83.52%, 77.18%, 0.8110 for Indian Pines and ii)99.53%, 99.40%, 0.9941 for Salinas-A dataset which is comparable to that of original image i)84.67%, 82.28%, 0.8247 for Indian Pines and ii)99.32%, 99.18%, 0.9916 for Salinas-A dataset

    Modified Variational Mode Decomposition for Power Line Interference Removal in ECG Signals

    Get PDF
    Power line interferences (PLI) occurring at 50/60 Hz can corrupt the biomedical recordings like ECG signals and which leads to an improper diagnosis of disease conditions. Proper interference cancellation techniques are therefore required for the removal of these power line disturbances from biomedical recordings. The non-linear time varying characteristics of biomedical signals make the interference removal a difficult task without compromising the actual signal characteristics. In this paper, a modified variational mode decomposition based approach is proposed for PLI removal from the ECG signals. In this approach, the central frequency of an intrinsic mode function is fixed corresponding to the normalized power line disturbance frequency. The experimental results show that the PLI interference is exactly captured both in magnitude and phase and are removed. The proposed approach is experimented with ECG signal records from MIT-BIH Arrhythmia database and compared with traditional notch filtering

    Discrimination of Internal Fault Current and Inrush Current in a Power Transformer Using Empirical Wavelet Transform

    Get PDF
    AbstractTransformers are crucial equipment in a power system, which require reliable solutions for their protection to ensure smooth operation. Identification between internal fault current and in rush current is a challenging problem in the design of transformer protection relay. Transformers are often tripped when inrush current flows in the system causing problems in operation and maintenance in addition to the customer disturbance. Conventional identification methods have limitations in providing accurate solution to this problem. This work investigates the scope of a classification method based on EWT and SVM in distinguishing internal fault current and inrush current in a power transformer. Validation of this method is done using generated synthetic data from MATLAB/SIMULINK. Feature extraction of the generated data is done using EWT algorithm. These features are used for training SVM. Later, accuracy of classification is checked using test vectors. Different kernel functions for SVM are also tested for improved accuracy

    Application of Least Square Denoising to Improve ADMM Based Hyperspectral Image Classification

    Get PDF
    AbstractHyperspectral images contain a huge amount of spatial and spectral information so that, almost any type of Earth feature can be discriminated from any other feature. But, for this classification to be possible, it is to be ensured that there is as less noise as possible in the captured data. Unfortunately, noise is unavoidable in nature and most hyperspectral images need denoising before they can be processed for classification work. In this paper, we are presenting a new approach for denoising hyperspectral images based on Least Square Regularization. Then, the hyperspectral data is classified using Basis Pursuit classifier, a constrained L1 minimization problem. To improve the time requirement for classification, Alternating Direction Method of Multipliers (ADMM) solver is used instead of CVX (convex optimization) solver. The method proposed is compared with other existing denoising methods such as Legendre-Fenchel (LF), Wavelet thresholding and Total Variation (TV). It is observed that the proposed Least Square (LS) denoising method improves classification accuracy much better than other existing denoising techniques. Even with fewer training sets, the proposed denoising technique yields better classification accuracy, thus proving least square denoising to be a powerful denoising technique

    An Experimental Study on Channel Estimation and Synchronization to Reduce Error Rate in OFDM Using GNU Radio

    Get PDF
    AbstractOrthogonal Frequency Division Multiplexing (OFDM) is a particular case of multicarrier transmission in which, higher data rates are achieved using carriers that are densely packed. In this paper, implementation of OFDM communication system with channel estimation and synchronization is carried out and the bit error rate (BER) of OFDM system with and without channel estimation is observed and correspondingly a plot is traced. The choice has been made because of the advantages that OFDM and SDR has shown in terms of channel capacity and cost. Implementation of the prototype has been in GNU Radio; an open source software

    â„“1 Trend Filter for Image Denoising

    Get PDF
    AbstractThe major problem in digital image processing is the presence of unwanted frequencies(noise). In this paper â„“1 trend filter is proposed as an image denoising technique. â„“1-trend filter estimates the hidden trend in the data by formulating a convex optimization problem based on â„“1 norm. The proposed method extends the application of â„“1 trend filter from one dimensional signals to three dimensional color images. Here the filter is applied over the image in a cascade, initially filtering along the rows followed by filtering along the columns. This identifies the hidden image information from the noisy image resulting in a smooth or denoised image. The proposed method is compared with the wavelet denoising technique using the quality metrics Peak-Signal-to-Noise-Ratio(PSNR) and Structural Similarity Index(SSIM)

    DeepMalNet: Evaluating shallow and deep networks for static PE malware detection

    No full text
    This paper primarily evaluates the efficacy of shallow and deep networks to statically detect malicious windows portable executable (PE) files. This uses recently released, labeled and benchmark data set, EMBER malware benchmark data set. As deep networks are parameterized, the parameters are chosen based on comparing the performance of various network parameters and network topologies over various trials of experiments. The experiments of such chosen efficient configurations of deep models are run up to 1000 epochs with varying learning rates between 0.01 and 0.5. The observed results of deep networks are high compared to the shallow networks. Keywords: Static analysis, Malicious and benign binaries and deep network

    A simple method of determining moments of a top event

    No full text

    Diabetes detection using deep learning algorithms

    No full text
    Diabetes is a metabolic disease affecting a multitude of people worldwide. Its incidence rates are increasing alarmingly every year. If untreated, diabetes-related complications in many vital organs of the body may turn fatal. Early detection of diabetes is very important for timely treatment which can stop the disease progressing to such complications. RR-interval signals known as heart rate variability (HRV) signals (derived from electrocardiogram (ECG) signals) can be effectively used for the non-invasive detection of diabetes. This research paper presents a methodology for classification of diabetic and normal HRV signals using deep learning architectures. We employ long short-term memory (LSTM), convolutional neural network (CNN) and its combinations for extracting complex temporal dynamic features of the input HRV data. These features are passed into support vector machine (SVM) for classification. We have obtained the performance improvement of 0.03% and 0.06% in CNN and CNN-LSTM architecture respectively compared to our earlier work without using SVM. The classification system proposed can help the clinicians to diagnose diabetes using ECG signals with a very high accuracy of 95.7%. Keywords: Deep learning, Diabetes, Heart rate variability, ECG, CNN, LST

    TRAINING TREE ADJOINING GRAMMARS WITH HUGE TEXT CORPUS USING SPARK MAP REDUCE

    No full text
    Tree adjoining grammars (TAGs) are mildly context sensitive formalisms used mainly in modelling natural languages. Usage and research on these psycho linguistic formalisms have been erratic in the past decade, due to its demanding construction and difficulty to parse. However, they represent promising future for formalism based NLP in multilingual scenarios. In this paper we demonstrate basic synchronous Tree adjoining grammar for English-Tamil language pair that can be used readily for machine translation. We have also developed a multithreaded chart parser that gives ambiguous deep structures and a par dependency structure known as TAG derivation. Furthermore we then focus on a model for training this TAG for each language using a large corpus of text through a map reduce frequency count model in spark and estimation of various probabilistic parameters for the grammar trees thereafter; these parameters can be used to perform statistical parsing on the trained grammar
    corecore