Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
 
 
Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

Search Results (17)

Search Parameters:
Keywords = Hidden Markov Random Field

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
17 pages, 4687 KiB  
Article
Research on LSTM-Based Maneuvering Motion Prediction for USVs
by Rong Guo, Yunsheng Mao, Zuquan Xiang, Le Hao, Dingkun Wu and Lifei Song
J. Mar. Sci. Eng. 2024, 12(9), 1661; https://doi.org/10.3390/jmse12091661 - 16 Sep 2024
Viewed by 893
Abstract
Maneuvering motion prediction is central to the control and operation of ships, and the application of machine learning algorithms in this field is increasingly prevalent. However, challenges such as extensive training time, complex parameter tuning processes, and heavy reliance on mathematical models pose [...] Read more.
Maneuvering motion prediction is central to the control and operation of ships, and the application of machine learning algorithms in this field is increasingly prevalent. However, challenges such as extensive training time, complex parameter tuning processes, and heavy reliance on mathematical models pose substantial obstacles to their application. To address these challenges, this paper proposes an LSTM-based modeling algorithm. First, a maneuvering motion model based on a real USV model was constructed, and typical operating conditions were simulated to obtain data. The Ornstein–Uhlenbeck process and the Hidden Markov Model were applied to the simulation data to generate noise and random data loss, respectively, thereby constructing a sample set that reflects real experiment characteristics. The sample data were then pre-processed for training, employing the MaxAbsScaler strategy for data normalization, Kalman filtering and RRF for data smoothing and noise reduction, and Lagrange interpolation for data resampling to enhance the robustness of the training data. Subsequently, based on the USV maneuvering motion model, an LSTM-based black-box motion prediction model was established. An in-depth comparative analysis and discussion of the model’s network structure and parameters were conducted, followed by the training of the ship maneuvering motion model using the optimized LSTM model. Generalization tests were then performed on a generalization set under Zigzag and turning conditions to validate the accuracy and generalization performance of the prediction model. Full article
Show Figures

Figure 1

27 pages, 3403 KiB  
Review
Trajectory Analysis in Single-Particle Tracking: From Mean Squared Displacement to Machine Learning Approaches
by Chiara Schirripa Spagnolo and Stefano Luin
Int. J. Mol. Sci. 2024, 25(16), 8660; https://doi.org/10.3390/ijms25168660 - 8 Aug 2024
Viewed by 2366
Abstract
Single-particle tracking is a powerful technique to investigate the motion of molecules or particles. Here, we review the methods for analyzing the reconstructed trajectories, a fundamental step for deciphering the underlying mechanisms driving the motion. First, we review the traditional analysis based on [...] Read more.
Single-particle tracking is a powerful technique to investigate the motion of molecules or particles. Here, we review the methods for analyzing the reconstructed trajectories, a fundamental step for deciphering the underlying mechanisms driving the motion. First, we review the traditional analysis based on the mean squared displacement (MSD), highlighting the sometimes-neglected factors potentially affecting the accuracy of the results. We then report methods that exploit the distribution of parameters other than displacements, e.g., angles, velocities, and times and probabilities of reaching a target, discussing how they are more sensitive in characterizing heterogeneities and transient behaviors masked in the MSD analysis. Hidden Markov Models are also used for this purpose, and these allow for the identification of different states, their populations and the switching kinetics. Finally, we discuss a rapidly expanding field—trajectory analysis based on machine learning. Various approaches, from random forest to deep learning, are used to classify trajectory motions, which can be identified by motion models or by model-free sets of trajectory features, either previously defined or automatically identified by the algorithms. We also review free software available for some of the analysis methods. We emphasize that approaches based on a combination of the different methods, including classical statistics and machine learning, may be the way to obtain the most informative and accurate results. Full article
(This article belongs to the Special Issue Single Molecule Tracking and Dynamics)
Show Figures

Figure 1

22 pages, 5829 KiB  
Article
Enhancing Brain Segmentation in MRI through Integration of Hidden Markov Random Field Model and Whale Optimization Algorithm
by Abdelaziz Daoudi and Saïd Mahmoudi
Computers 2024, 13(5), 124; https://doi.org/10.3390/computers13050124 - 17 May 2024
Viewed by 1182
Abstract
The automatic delineation and segmentation of the brain tissues from Magnetic Resonance Images (MRIs) is a great challenge in the medical context. The difficulty of this task arises out of the similar visual appearance of neighboring brain structures in MR images. In this [...] Read more.
The automatic delineation and segmentation of the brain tissues from Magnetic Resonance Images (MRIs) is a great challenge in the medical context. The difficulty of this task arises out of the similar visual appearance of neighboring brain structures in MR images. In this study, we present an automatic approach for robust and accurate brain tissue boundary outlining in MR images. This algorithm is proposed for the tissue classification of MR brain images into White Matter (WM), Gray Matter (GM) and Cerebrospinal Fluid (CSF). The proposed segmentation process combines two algorithms, the Hidden Markov Random Field (HMRF) model and the Whale Optimization Algorithm (WOA), to enhance the treatment accuracy. In addition, we use the Whale Optimization Algorithm (WOA) to optimize the performance of the segmentation method. The experimental results from a dataset of brain MR images show the superiority of our proposed method, referred to HMRF-WOA, as compared to other reported approaches. The HMRF-WOA is evaluated on multiple MRI contrasts, including both simulated and real MR brain images. The well-known Dice coefficient (DC) and Jaccard coefficient (JC) were used as similarity metrics. The results show that, in many cases, our proposed method approaches the perfect segmentation with a Dice coefficient and Jaccard coefficient above 0.9. Full article
(This article belongs to the Special Issue Advanced Image Processing and Computer Vision)
Show Figures

Figure 1

22 pages, 3039 KiB  
Article
MEMS Devices-Based Hand Gesture Recognition via Wearable Computing
by Huihui Wang, Bo Ru, Xin Miao, Qin Gao, Masood Habib, Long Liu and Sen Qiu
Micromachines 2023, 14(5), 947; https://doi.org/10.3390/mi14050947 - 27 Apr 2023
Cited by 18 | Viewed by 3876
Abstract
Gesture recognition has found widespread applications in various fields, such as virtual reality, medical diagnosis, and robot interaction. The existing mainstream gesture-recognition methods are primarily divided into two categories: inertial-sensor-based and camera-vision-based methods. However, optical detection still has limitations such as reflection and [...] Read more.
Gesture recognition has found widespread applications in various fields, such as virtual reality, medical diagnosis, and robot interaction. The existing mainstream gesture-recognition methods are primarily divided into two categories: inertial-sensor-based and camera-vision-based methods. However, optical detection still has limitations such as reflection and occlusion. In this paper, we investigate static and dynamic gesture-recognition methods based on miniature inertial sensors. Hand-gesture data are obtained through a data glove and preprocessed using Butterworth low-pass filtering and normalization algorithms. Magnetometer correction is performed using ellipsoidal fitting methods. An auxiliary segmentation algorithm is employed to segment the gesture data, and a gesture dataset is constructed. For static gesture recognition, we focus on four machine learning algorithms, namely support vector machine (SVM), backpropagation neural network (BP), decision tree (DT), and random forest (RF). We evaluate the model prediction performance through cross-validation comparison. For dynamic gesture recognition, we investigate the recognition of 10 dynamic gestures using Hidden Markov Models (HMM) and Attention-Biased Mechanisms for Bidirectional Long- and Short-Term Memory Neural Network Models (Attention-BiLSTM). We analyze the differences in accuracy for complex dynamic gesture recognition with different feature datasets and compare them with the prediction results of the traditional long- and short-term memory neural network model (LSTM). Experimental results demonstrate that the random forest algorithm achieves the highest recognition accuracy and shortest recognition time for static gestures. Moreover, the addition of the attention mechanism significantly improves the recognition accuracy of the LSTM model for dynamic gestures, with a prediction accuracy of 98.3%, based on the original six-axis dataset. Full article
(This article belongs to the Special Issue Wearable and Implantable Bio-MEMS Devices and Applications)
Show Figures

Figure 1

11 pages, 278 KiB  
Communication
Equivalence between LC-CRF and HMM, and Discriminative Computing of HMM-Based MPM and MAP
by Elie Azeraf, Emmanuel Monfrini and Wojciech Pieczynski
Algorithms 2023, 16(3), 173; https://doi.org/10.3390/a16030173 - 21 Mar 2023
Cited by 2 | Viewed by 2044
Abstract
Practitioners have used hidden Markov models (HMMs) in different problems for about sixty years. Moreover, conditional random fields (CRFs) are an alternative to HMMs and appear in the literature as different and somewhat concurrent models. We propose two contributions: First, we show that [...] Read more.
Practitioners have used hidden Markov models (HMMs) in different problems for about sixty years. Moreover, conditional random fields (CRFs) are an alternative to HMMs and appear in the literature as different and somewhat concurrent models. We propose two contributions: First, we show that the basic linear-chain CRFs (LC-CRFs), considered as different from HMMs, are in fact equivalent to HMMs in the sense that for each LC-CRF there exists an HMM—that we specify—whose posterior distribution is identical to the given LC-CRF. Second, we show that it is possible to reformulate the generative Bayesian classifiers maximum posterior mode (MPM) and maximum a posteriori (MAP), used in HMMs, as discriminative ones. The last point is of importance in many fields, especially in natural language processing (NLP), as it shows that in some situations dropping HMMs in favor of CRFs is not necessary. Full article
(This article belongs to the Special Issue Mathematical Models and Their Applications IV)
16 pages, 2085 KiB  
Article
Multi-Agent Reinforcement Learning with Optimal Equivalent Action of Neighborhood
by Haixing Wang, Yi Yang, Zhiwei Lin and Tian Wang
Actuators 2022, 11(4), 99; https://doi.org/10.3390/act11040099 - 25 Mar 2022
Cited by 1 | Viewed by 2727
Abstract
In a multi-agent system, the complex interaction among agents is one of the difficulties in making the optimal decision. This paper proposes a new action value function and a learning mechanism based on the optimal equivalent action of the neighborhood (OEAN) of a [...] Read more.
In a multi-agent system, the complex interaction among agents is one of the difficulties in making the optimal decision. This paper proposes a new action value function and a learning mechanism based on the optimal equivalent action of the neighborhood (OEAN) of a multi-agent system, in order to obtain the optimal decision from the agents. In the new Q-value function, the OEAN is used to depict the equivalent interaction between the current agent and the others. To deal with the non-stationary environment when agents act, the OEAN of the current agent is inferred simultaneously by the maximum a posteriori based on the hidden Markov random field model. The convergence property of the proposed methodology proved that the Q-value function can approach the global Nash equilibrium value using the iteration mechanism. The effectiveness of the method is verified by the case study of the top-coal caving. The experiment results show that the OEAN can reduce the complexity of the agents’ interaction description, meanwhile, the top-coal caving performance can be improved significantly. Full article
(This article belongs to the Special Issue Intelligent Control of Flexible Manipulator Systems and Robotics)
Show Figures

Figure 1

19 pages, 2352 KiB  
Article
Towards Automated Construction Quantity Take-Off: An Integrated Approach to Information Extraction from Work Descriptions
by Shengxian Tang, Hexu Liu, Manea Almatared, Osama Abudayyeh, Zhen Lei and Alvis Fong
Buildings 2022, 12(3), 354; https://doi.org/10.3390/buildings12030354 - 15 Mar 2022
Cited by 5 | Viewed by 3540
Abstract
Construction-oriented quantity take-off (QTO) refers to the process of determining the quantities for construction items or work packages in accordance with their descriptions. However, the current construction-oriented QTO practice relies on estimators’ manual interpretation of work descriptions and manual processes to look up [...] Read more.
Construction-oriented quantity take-off (QTO) refers to the process of determining the quantities for construction items or work packages in accordance with their descriptions. However, the current construction-oriented QTO practice relies on estimators’ manual interpretation of work descriptions and manual processes to look up proper building objects for quantity calculation. Hence, this research aims to develop natural language processing (NLP) and rule-based algorithms to automate the information extraction (IE) from work descriptions for QTO in building construction. Specifically, several named entity recognition (NER) models, including Hidden Markov Model (HMM), Conditional Random Field (CRF), Bidirectional-Long Short-Term Memory (Bi-LSTM), and Bi-LSTM+CRF, were developed to identify construction activities, material, building component, product features, measurement unit, and additional information (e.g., work scope) from work descriptions. Cost items in the RSMeans database are used to evaluate the developed models in terms of F1 scores. HMM was found to achieve a 5% higher F1 score in the NER than the other three algorithms. Then, labeling rules and active learning strategies were applied along with the HMM model, which improved F1 score by 3% and reduced the labeling efforts by 26%. The results showed that the proposed IE method successfully interprets the desired information from the work description for QTO. This research contributed to the body of knowledge by the NLP-based information extraction model integrating HMM and formalized labeling rules that automatically process work descriptions and lay a foundation for automated QTO and cost estimation. Full article
(This article belongs to the Section Construction Management, and Computers & Digitization)
Show Figures

Figure 1

15 pages, 4504 KiB  
Article
Haze Removal Based on Refined Transmission Map for Aerial Image Matching
by Yogendra Rao Musunuri and Oh-Seol Kwon
Appl. Sci. 2021, 11(15), 6917; https://doi.org/10.3390/app11156917 - 27 Jul 2021
Cited by 5 | Viewed by 2111
Abstract
A novel strategy is proposed to address block artifacts in a conventional dark channel prior (DCP). The DCP was used to estimate the transmission map based on patch-based processing, which also results in image blurring. To enhance a degraded image, the proposed single-image [...] Read more.
A novel strategy is proposed to address block artifacts in a conventional dark channel prior (DCP). The DCP was used to estimate the transmission map based on patch-based processing, which also results in image blurring. To enhance a degraded image, the proposed single-image dehazing technique restores a blurred image with a refined DCP based on a hidden Markov random field. Therefore, the proposed algorithm estimates a refined transmission map that can reduce the block artifacts and improve the image clarity without explicit guided filters. Experiments were performed on the remote-sensing images. The results confirm that the proposed algorithm is superior to the conventional approaches to image haze removal. Moreover, the proposed algorithm is suitable for image matching based on local feature extraction. Full article
(This article belongs to the Section Electrical, Electronics and Communications Engineering)
Show Figures

Figure 1

23 pages, 7861 KiB  
Article
Evolutionary Overview and Prediction of Themes in the Field of Land Degradation
by Xinhai Lu, Yanwei Zhang, Chaoran Lin and Feng Wu
Land 2021, 10(3), 241; https://doi.org/10.3390/land10030241 - 1 Mar 2021
Cited by 8 | Viewed by 3084
Abstract
Land degradation has become one of the major global environmental problems threatening human well-being. Whether degraded land can be restored has a profound effect on the achievement of the 2030 UN Sustainable Development Goals. Therefore, the ways by which to identify the current [...] Read more.
Land degradation has become one of the major global environmental problems threatening human well-being. Whether degraded land can be restored has a profound effect on the achievement of the 2030 UN Sustainable Development Goals. Therefore, the ways by which to identify the current research status and potential research topics in the massive scientific literature data in the field of land degradation is a crucial issue for scientific research institutions in various countries. In view of the shortcomings in the current research on the thematic evolution and thematic and thematic prediction, such as the ignorance of random features during scientific innovation, the defects of manual classification, and the difficulty of identifying technical terms, this research proposes a new combined method. First, the Latent Dirichlet Allocation (LDA) algorithm in machine learning is used to capture the potential clustering of themes in the literature sample set of land degradation research. The distribution characteristics and evolution of themes in each period are then analyzed. The method is combined with the Hidden Markov Model (HMM), which contains double stochastic process to quantitatively predict the trend of future thematic evolution. Finally, the above-mentioned combined method is used to analyze the evolution characteristics and future development trends of the themes in the field of land degradation. Comparative experiments show that the method in this study is effective and practical. The research results show that rangeland degradation, surface temperature, island, soil degradation, water quality, crop productivity and restoration are important research topics in the field of land degradation in the future. In addition, based on the advantages of this model, this model can be widely used in the thematic evolution and prediction analysis of different research fields in land use science. Full article
(This article belongs to the Section Land, Soil and Water)
Show Figures

Figure 1

15 pages, 21296 KiB  
Technical Note
Landscape-Scale Crop Lodging Assessment across Iowa and Illinois Using Synthetic Aperture Radar (SAR) Images
by Olaniyi A. Ajadi, Heming Liao, Jason Jaacks, Alfredo Delos Santos, Siva P. Kumpatla, Rinkal Patel and Anu Swatantran
Remote Sens. 2020, 12(23), 3885; https://doi.org/10.3390/rs12233885 - 27 Nov 2020
Cited by 12 | Viewed by 3149
Abstract
Crop lodging, the tilting of stems from their natural upright position, usually occurs after a heavy storm event. Since lodging of a crop seriously affects its yield, rapid assessment of crop lodging is valuable for farmers, policymakers, agronomists, insurance companies, and relief workers. [...] Read more.
Crop lodging, the tilting of stems from their natural upright position, usually occurs after a heavy storm event. Since lodging of a crop seriously affects its yield, rapid assessment of crop lodging is valuable for farmers, policymakers, agronomists, insurance companies, and relief workers. Synthetic Aperture Radar (SAR) sensors have been recognized as valuable data sources for mapping lodging extent because of their good penetrating power and high-resolution remote sensing ability. Compared to other sources, SAR’s weather and illumination independence and large area coverage at fine spatial resolution (3 m to 20 m) support frequent and detailed observations. Because of these advantages, SAR has the potential in supporting near real-time monitoring of lodging in fields when combined with automated image processing. In this study, a method based on change detection using modified Hidden Markov Random Field (HMRF) and Sentinel-1A data were utilized to identify lodging and map its extent. Results obtained have shown that when lodging occurs, the VH polarization’s backscatter (σVH) increases between the pre-lodging event image and the post-lodging event image. The increase in σVH is due to the increase in volume scattering and vegetation-soil double bounce scattering resulting from the structural changes in the crop canopy. Using Sentinel-1A images and applying our proposed approach across several fields in Iowa and Illinois, we mapped the extent of the 2020 Derecho (wind storm) lodging disaster. In addition, we separated lodged regions into severely and moderately lodged areas. We estimated that approximately 2.56 million acres of corn and 1.27 million acres of soybean were lodged. Further analysis also showed the separation between un-lodged (healthy) fields and lodged fields. The observations in this study can guide future use of SAR-based information for operational crop lodging assessment. Full article
(This article belongs to the Special Issue Remote Sensing in Agriculture: State-of-the-Art)
Show Figures

Graphical abstract

24 pages, 4592 KiB  
Article
Seed Shadows of Northern Pigtailed Macaques within a Degraded Forest Fragment, Thailand
by Eva Gazagne, Jean-Luc Pitance, Tommaso Savini, Marie-Claude Huynen, Pascal Poncin, Fany Brotcorne and Alain Hambuckers
Forests 2020, 11(11), 1184; https://doi.org/10.3390/f11111184 - 10 Nov 2020
Cited by 5 | Viewed by 2613
Abstract
Research Highlights: Frugivores able to disperse large seeds over large distances are indispensable for seedling recruitment, colonization and regeneration of tropical forests. Understanding their effectiveness as seed dispersal agents in degraded habitat is becoming a pressing issue because of escalating anthropogenic disturbance. Although [...] Read more.
Research Highlights: Frugivores able to disperse large seeds over large distances are indispensable for seedling recruitment, colonization and regeneration of tropical forests. Understanding their effectiveness as seed dispersal agents in degraded habitat is becoming a pressing issue because of escalating anthropogenic disturbance. Although of paramount importance in the matter, animal behaviour’s influence on seed shadows (i.e., seed deposition pattern of a plant population) is difficult to evaluate by direct observations. Background and Objectives: We illustrated a modeling approach of seed shadows incorporating field-collected data on a troop of northern pigtailed macaques (Macaca leonina) inhabiting a degraded forest fragment in Thailand, by implementing a mechanistic model of seed deposition with random components. Materials and Methods: We parameterized the mechanistic model of seed deposition with macaque feeding behavior (i.e., consumed fruit species, seed treatments), gut and cheek pouch retention time, location of feeding and sleeping sites, monthly photoperiod and movement patterns based on monthly native fruit availability using Hidden Markov models (HMM). Results: We found that northern pigtailed macaques dispersed at least 5.5% of the seeds into plantation forests, with a majority of medium- to large-seeded species across large distances (mean > 500 m, maximum range of 2300 m), promoting genetic mixing and colonization of plantation forests. Additionally, the macaques produced complementary seed shadows, with a sparse distribution of seeds spat out locally (mean >50 m, maximum range of 870 m) that probably ensures seedling recruitment of the immediate plant populations. Conclusions: Macaques’ large dispersal distance reliability is often underestimated and overlooked; however, their behavioral flexibility places them among the last remaining dispersers of large seeds in disturbed habitats. Our study shows that this taxon is likely to maintain significant seed dispersal services and promote forest regeneration in degraded forest fragments. Full article
(This article belongs to the Special Issue Plant-Animal Interactions in Forests)
Show Figures

Graphical abstract

22 pages, 4414 KiB  
Article
Multispectral Image Segmentation Based on a Fuzzy Clustering Algorithm Combined with Tsallis Entropy and a Gaussian Mixture Model
by Yan Xu, Ruizhi Chen, Yu Li, Peng Zhang, Jie Yang, Xuemei Zhao, Mengyun Liu and Dewen Wu
Remote Sens. 2019, 11(23), 2772; https://doi.org/10.3390/rs11232772 - 25 Nov 2019
Cited by 12 | Viewed by 4062
Abstract
Accurate multispectral image segmentation is essential in remote sensing research. Traditional fuzzy clustering algorithms used to segment multispectral images have several disadvantages, including: (1) they usually only consider the pixels’ grayscale information and ignore the interaction between pixels; and, (2) they are sensitive [...] Read more.
Accurate multispectral image segmentation is essential in remote sensing research. Traditional fuzzy clustering algorithms used to segment multispectral images have several disadvantages, including: (1) they usually only consider the pixels’ grayscale information and ignore the interaction between pixels; and, (2) they are sensitive to noise and outliers. To overcome these constraints, this study proposes a multispectral image segmentation algorithm based on fuzzy clustering combined with the Tsallis entropy and Gaussian mixture model. The algorithm uses the fuzzy Tsallis entropy as regularization item for fuzzy C-means (FCM) and improves dissimilarity measure using the negative logarithm of the Gaussian Mixture Model (GMM). The Hidden Markov Random Field (HMRF) is introduced to define prior probability of neighborhood relationship, which is used as weights of the Gaussian components. The Lagrange multiplier method is used to solve the segmentation model. To evaluate the proposed segmentation algorithm, simulated and real multispectral images were segmented using the proposed algorithm and two other algorithms for comparison (i.e., Tsallis Fuzzy C-means (TFCM), Kullback–Leibler Gaussian Fuzzy C-means (KLG-FCM)). The study found that the modified algorithm can accelerate the convergence speed, reduce the effect of noise and outliers, and accurately segment simulated images with small gray level differences with an overall accuracy of more than 98.2%. Therefore, the algorithm can be used as a feasible and effective alternative in multispectral image segmentation, particularly for those with small color differences. Full article
(This article belongs to the Section Urban Remote Sensing)
Show Figures

Graphical abstract

20 pages, 627 KiB  
Article
An Improved Word Representation for Deep Learning Based NER in Indian Languages
by Ajees A P, Manju K and Sumam Mary Idicula
Information 2019, 10(6), 186; https://doi.org/10.3390/info10060186 - 30 May 2019
Cited by 8 | Viewed by 5857
Abstract
Named Entity Recognition (NER) is the process of identifying the elementary units in a text document and classifying them into predefined categories such as person, location, organization and so forth. NER plays an important role in many Natural Language Processing applications like information [...] Read more.
Named Entity Recognition (NER) is the process of identifying the elementary units in a text document and classifying them into predefined categories such as person, location, organization and so forth. NER plays an important role in many Natural Language Processing applications like information retrieval, question answering, machine translation and so forth. Resolving the ambiguities of lexical items involved in a text document is a challenging task. NER in Indian languages is always a complex task due to their morphological richness and agglutinative nature. Even though different solutions were proposed for NER, it is still an unsolved problem. Traditional approaches to Named Entity Recognition were based on the application of hand-crafted features to classical machine learning techniques such as Hidden Markov Model (HMM), Support Vector Machine (SVM), Conditional Random Field (CRF) and so forth. But the introduction of deep learning techniques to the NER problem changed the scenario, where the state of art results have been achieved using deep learning architectures. In this paper, we address the problem of effective word representation for NER in Indian languages by capturing the syntactic, semantic and morphological information. We propose a deep learning based entity extraction system for Indian languages using a novel combined word representation, including character-level, word-level and affix-level embeddings. We have used ‘ARNEKT-IECSIL 2018’ shared data for training and testing. Our results highlight the improvement that we obtained over the existing pre-trained word representations. Full article
(This article belongs to the Special Issue Natural Language Processing and Text Mining)
Show Figures

Figure 1

16 pages, 484 KiB  
Article
Visibility Graph Feature Model of Vibration Signals: A Novel Bearing Fault Diagnosis Approach
by Zhe Zhang, Yong Qin, Limin Jia and Xin’an Chen
Materials 2018, 11(11), 2262; https://doi.org/10.3390/ma11112262 - 13 Nov 2018
Cited by 14 | Viewed by 3495
Abstract
Reliable fault diagnosis of rolling bearings is an important issue for the normal operation of many rotating machines. Information about the structure dynamics is always hidden in the vibration response of the bearings, and it is often very difficult to extract them correctly [...] Read more.
Reliable fault diagnosis of rolling bearings is an important issue for the normal operation of many rotating machines. Information about the structure dynamics is always hidden in the vibration response of the bearings, and it is often very difficult to extract them correctly due to the nonlinear/chaotic nature of the vibration signal. This paper proposes a new feature extraction model of vibration signals for bearing fault diagnosis by employing a recently-developed concept in graph theory, the visibility graph (VG). The VG approach is used to convert the vibration signals into a binary matrix. We extract 15 VG features from the binary matrix by using the network analysis and image processing methods. The three global VG features are proposed based on the complex network theory to describe the global characteristics of the binary matrix. The 12 local VG features are proposed based on the texture analysis method of images, Gaussian Markov random fields, to describe the local characteristics of the binary matrix. The feature selection algorithm is applied to select the VG feature subsets with the best performance. Experimental results are shown for the Case Western Reserve University Bearing Data. The efficiency of the visibility graph feature model is verified by the higher diagnosis accuracy compared to the statistical and wavelet package feature model. The VG features can be used to recognize the fault of rolling bearings under variable working conditions. Full article
(This article belongs to the Special Issue Mechanical Characterization of Bio-Based Materials and Structures)
Show Figures

Figure 1

23 pages, 863 KiB  
Article
Generative vs. Discriminative Recognition Models for Off-Line Arabic Handwriting
by Moftah Elzobi and Ayoub Al-Hamadi
Sensors 2018, 18(9), 2786; https://doi.org/10.3390/s18092786 - 24 Aug 2018
Cited by 4 | Viewed by 3109
Abstract
The majority of handwritten word recognition strategies are constructed on learning-based generative frameworks from letter or word training samples. Theoretically, constructing recognition models through discriminative learning should be the more effective alternative. The primary goal of this research is to compare the performances [...] Read more.
The majority of handwritten word recognition strategies are constructed on learning-based generative frameworks from letter or word training samples. Theoretically, constructing recognition models through discriminative learning should be the more effective alternative. The primary goal of this research is to compare the performances of discriminative and generative recognition strategies, which are described by generatively-trained hidden Markov modeling (HMM), discriminatively-trained conditional random fields (CRF) and discriminatively-trained hidden-state CRF (HCRF). With learning samples obtained from two dissimilar databases, we initially trained and applied an HMM classification scheme. To enable HMM classifiers to effectively reject incorrect and out-of-vocabulary segmentation, we enhance the models with adaptive threshold schemes. Aside from proposing such schemes for HMM classifiers, this research introduces CRF and HCRF classifiers in the recognition of offline Arabic handwritten words. Furthermore, the efficiencies of all three strategies are fully assessed using two dissimilar databases. Recognition outcomes for both words and letters are presented, with the pros and cons of each strategy emphasized. Full article
Show Figures

Figure 1

Back to TopTop