Catalogue Search | MBRL
Search Results Heading
Explore the vast range of titles available.
MBRLSearchResults
-
DisciplineDiscipline
-
Is Peer ReviewedIs Peer Reviewed
-
Item TypeItem Type
-
SubjectSubject
-
YearFrom:-To:
-
More FiltersMore FiltersSourceLanguage
Done
Filters
Reset
538
result(s) for
"Guo, Yanhui"
Sort by:
Development of Similar Materials for Liquid-Solid Coupling and Its Application in Water Outburst and Mud Outburst Model Test of Deep Tunnel
2022
In order to explore the evolution mechanism of water and mud inrush, based on the fluid-solid coupling similarity theory and a large number of matching tests, fault similar materials with mountain sand, gravel, and red clay as raw materials and surrounding similar rock materials with mountain sand, red clay, cement, and water as raw materials are developed. Similar materials’ physical and mechanical properties and hydraulic properties with different ratios are tested and analyzed. The results show that the red clay content influences the mechanical properties of similar materials and their hydraulic properties, and the gravel substrate mainly influences the fault permeability coefficient. Similar material can be adjusted within a certain range of mechanical parameters. The material is simple and suitable for developing similar materials for different low and medium strength rock masses. Finally, a similar material was used in a model test of the tunnel fault fracture zone to reveal the mechanism of water and mud bursts in the tunnel. The study results can be used as a reference for the development of similar materials for tunnel fracture zone surrounding rocks.
Journal Article
Sign Language Recognition for Arabic Alphabets Using Transfer Learning Technique
by
Zakariah, Mohammed
,
Mamun Elahi, Mohammad
,
Koundal, Deepika
in
Accuracy
,
Algorithms
,
Alphabets
2022
Sign language is essential for deaf and mute people to communicate with normal people and themselves. As ordinary people tend to ignore the importance of sign language, which is the mere source of communication for the deaf and the mute communities. These people are facing significant downfalls in their lives because of these disabilities or impairments leading to unemployment, severe depression, and several other symptoms. One of the services they are using for communication is the sign language interpreters. But hiring these interpreters is very costly, and therefore, a cheap solution is required for resolving this issue. Therefore, a system has been developed that will use the visual hand dataset based on an Arabic Sign Language and interpret this visual data in textual information. The dataset used consists of 54049 images of Arabic sign language alphabets consisting of 1500\\ images per class, and each class represents a different meaning by its hand gesture or sign. Various preprocessing and data augmentation techniques have been applied to the images. The experiments have been performed using various pretrained models on the given dataset. Most of them performed pretty normally and in the final stage, the EfficientNetB4 model has been considered the best fit for the case. Considering the complexity of the dataset, models other than EfficientNetB4 do not perform well due to their lightweight architecture. EfficientNetB4 is a heavy-weight architecture that possesses more complexities comparatively. The best model is exposed with a training accuracy of 98 percent and a testing accuracy of 95 percent.
Journal Article
Authorship attribution of source code by using back propagation neural network based on particle swarm optimization
2017
Authorship attribution is to identify the most likely author of a given sample among a set of candidate known authors. It can be not only applied to discover the original author of plain text, such as novels, blogs, emails, posts etc., but also used to identify source code programmers. Authorship attribution of source code is required in diverse applications, ranging from malicious code tracking to solving authorship dispute or software plagiarism detection. This paper aims to propose a new method to identify the programmer of Java source code samples with a higher accuracy. To this end, it first introduces back propagation (BP) neural network based on particle swarm optimization (PSO) into authorship attribution of source code. It begins by computing a set of defined feature metrics, including lexical and layout metrics, structure and syntax metrics, totally 19 dimensions. Then these metrics are input to neural network for supervised learning, the weights of which are output by PSO and BP hybrid algorithm. The effectiveness of the proposed method is evaluated on a collected dataset with 3,022 Java files belong to 40 authors. Experiment results show that the proposed method achieves 91.060% accuracy. And a comparison with previous work on authorship attribution of source code for Java language illustrates that this proposed method outperforms others overall, also with an acceptable overhead.
Journal Article
Prediction of hepatitis E using machine learning models
by
Feng, Yi
,
Lv, Jingjing
,
Guo, Yanhui
in
Artificial intelligence
,
Autoregressive models
,
Computer and Information Sciences
2020
Accurate and reliable predictions of infectious disease can be valuable to public health organizations that plan interventions to decrease or prevent disease transmission. A great variety of models have been developed for this task. However, for different data series, the performance of these models varies. Hepatitis E, as an acute liver disease, has been a major public health problem. Which model is more appropriate for predicting the incidence of hepatitis E? In this paper, three different methods are used and the performance of the three methods is compared.
Autoregressive integrated moving average(ARIMA), support vector machine(SVM) and long short-term memory(LSTM) recurrent neural network were adopted and compared. ARIMA was implemented by python with the help of statsmodels. SVM was accomplished by matlab with libSVM library. LSTM was designed by ourselves with Keras, a deep learning library. To tackle the problem of overfitting caused by limited training samples, we adopted dropout and regularization strategies in our LSTM model. Experimental data were obtained from the monthly incidence and cases number of hepatitis E from January 2005 to December 2017 in Shandong province, China. We selected data from July 2015 to December 2017 to validate the models, and the rest was taken as training set. Three metrics were applied to compare the performance of models, including root mean square error(RMSE), mean absolute percentage error(MAPE) and mean absolute error(MAE).
By analyzing data, we took ARIMA(1, 1, 1), ARIMA(3, 1, 2) as monthly incidence prediction model and cases number prediction model, respectively. Cross-validation and grid search were used to optimize parameters of SVM. Penalty coefficient C and kernel function parameter g were set 8, 0.125 for incidence prediction, and 22, 0.01 for cases number prediction. LSTM has 4 nodes. Dropout and L2 regularization parameters were set 0.15, 0.001, respectively. By the metrics of RMSE, we obtained 0.022, 0.0204, 0.01 for incidence prediction, using ARIMA, SVM and LSTM. And we obtained 22.25, 20.0368, 11.75 for cases number prediction, using three models. For MAPE metrics, the results were 23.5%, 21.7%, 15.08%, and 23.6%, 21.44%, 13.6%, for incidence prediction and cases number prediction, respectively. For MAE metrics, the results were 0.018, 0.0167, 0.011 and 18.003, 16.5815, 9.984, for incidence prediction and cases number prediction, respectively.
Comparing ARIMA, SVM and LSTM, we found that nonlinear models(SVM, LSTM) outperform linear models(ARIMA). LSTM obtained the best performance in all three metrics of RSME, MAPE, MAE. Hence, LSTM is the most suitable for predicting hepatitis E monthly incidence and cases number.
Journal Article
Hyperspectral image classification with SVM and guided filter
by
Yin, Xijie
,
Yang, Dongxin
,
Zhao, Xuechen
in
Classification
,
Feature extraction
,
Hyperspectral imaging
2019
Hyperspectral image (HSI) classification has been long envisioned in the remote sensing community. Many methods have been proposed for HSI classification. Among them, the method of fusing spatial features has been widely used and achieved good performance. Aiming at the problem of spatial feature extraction in spectral-spatial HSI classification, we proposed a guided filter-based method. We attempted two fusion methods for spectral and spatial features. In order to optimize the classification results, we also adopted a guided filter to obtain better results. We apply the support vector machine (SVM) to classify the HSI. Experiments show that our proposed methods can obtain very competitive results than compared methods on all the three popular datasets. More importantly, our methods are fast and easy to implement.
Journal Article
Deep learning models for hepatitis E incidence prediction leveraging meteorological factors
2023
Infectious diseases are a major threat to public health, causing serious medical consumption and casualties. Accurate prediction of infectious diseases incidence is of great significance for public health organizations to prevent the spread of diseases. However, only using historical incidence data for prediction can not get good results. This study analyzes the influence of meteorological factors on the incidence of hepatitis E, which are used to improve the accuracy of incidence prediction.
We extracted the monthly meteorological data, incidence and cases number of hepatitis E from January 2005 to December 2017 in Shandong province, China. We employ GRA method to analyze the correlation between the incidence and meteorological factors. With these meteorological factors, we achieve a variety of methods for incidence of hepatitis E by LSTM and attention-based LSTM. We selected data from July 2015 to December 2017 to validate the models, and the rest was taken as training set. Three metrics were applied to compare the performance of models, including root mean square error(RMSE), mean absolute percentage error(MAPE) and mean absolute error(MAE).
Duration of sunshine and rainfall-related factors(total rainfall, maximum daily rainfall) are more relevant to the incidence of hepatitis E than other factors. Without meteorological factors, we obtained 20.74%, 19.50% for incidence in term of MAPE, by LSTM and A-LSTM, respectively. With meteorological factors, we obtained 14.74%, 12.91%, 13.21%, 16.83% for incidence, in term of MAPE, by LSTM-All, MA-LSTM-All, TA-LSTM-All, BiA-LSTM-All, respectively. The prediction accuracy increased by 7.83%. Without meteorological factors, we achieved 20.41%, 19.39% for cases in term of MAPE, by LSTM and A-LSTM, respectively. With meteorological factors, we achieved 14.20%, 12.49%, 12.72%, 15.73% for cases, in term of MAPE, by LSTM-All, MA-LSTM-All, TA-LSTM-All, BiA-LSTM-All, respectively. The prediction accuracy increased by 7.92%. More detailed results are shown in results section of this paper.
The experiments show that attention-based LSTM is superior to other comparative models. Multivariate attention and temporal attention can greatly improve the prediction performance of the models. Among them, when all meteorological factors are used, multivariate attention performance is better. This study can provide reference for the prediction of other infectious diseases.
Journal Article
Research on Fault Activation and Its Influencing Factors on the Barrier Effect of Rock Mass Movement Induced by Mining
2023
For the study of the driving forces behind fault activation and its influencing factors on the barrier effect of rock mass movement under the influence of mining, the discrete element numerical simulation software 3DEC was used for the analysis of the impact on the distance to mining area from fault, the buried depth of the upper boundary of the fault, the dip angle of fault, the size of the mining area and the thickness of the fault zone respectively. The results show that the mining areas are closer to the fault as distances decrease, the burial depth of the upper boundary of the fault increases, and the size of the mining area increases, the fault is easier to activate, and fault activation has a stronger barrier impact on displacement field and stress field propagation. When the fault is cut into the goaf, the difference of rock displacement in both directions of the fault increases when the dip of the fault increases, and the fault is more susceptible to instability and activation. The barrier strength grows with the increase of the thickness of the fault fracture zone. The results of this study have important implications for the guard against and control of deep mining-related fault activation disasters.
Journal Article
Deep learning models for hepatitis E incidence prediction leveraging Baidu index
by
Feng, Yi
,
Zhao, Xuechen
,
Guo, Yanhui
in
Analysis
,
Artificial intelligence and public health
,
Baidu index
2024
Background
Infectious diseases are major medical and social challenges of the 21
st
century. Accurately predicting incidence is of great significance for public health organizations to prevent the spread of diseases. Internet search engine data, like Baidu search index, may be useful for analyzing epidemics and improving prediction.
Methods
We collected data on hepatitis E incidence and cases in Shandong province from January 2009 to December 2022 are extracted. Baidu index is available from January 2009 to December 2022. Employing Pearson correlation analysis, we validated the relationship between the Baidu index and hepatitis E incidence. We utilized various LSTM architectures, including LSTM, stacked LSTM, attention-based LSTM, and attention-based stacked LSTM, to forecast hepatitis E incidence both with and without incorporating the Baidu index. Meanwhile, we introduce KAN to LSTM models for improving nonlinear learning capability. The performance of models are evaluated by three standard quality metrics, including root mean square error(RMSE), mean absolute percentage error(MAPE) and mean absolute error(MAE).
Results
Adjusting for the Baidu index altered the correlation between hepatitis E incidence and the Baidu index from -0.1654 to 0.1733. Without Baidu index, we obtained 17.04±0.13%, 17.19±0.57%, in terms of MAPE, by LSTM and attention based stacked LSTM, respectively. With the Baidu index, we obtained 15.36±0.16%, 15.15±0.07%, in term of MAPE, by the same methods. The prediction accuracy increased by 2%. The methods with KAN can improve the performance by 0.3%. More detailed results are shown in results section of this paper.
Conclusions
Our experiments reveal a weak correlation and similar trends between the Baidu index and hepatitis E incidence. Baidu index proves to be valuable for predicting hepatitis E incidence. Furthermore, stack layers and KAN can also improve the representational ability of LSTM models.
Journal Article
Marangoni Flow-Driven Self-Assembly of Biomimetic Jellyfish-like Hydrogels for Spatially Controlled Enzyme Catalysis
2025
Enzymatic catalysis has gained significant attention in green chemistry due to its high specificity and efficiency under mild conditions. However, challenges related to enzyme immobilization and spatial control often limit its practical applications. In this work, we report a Marangoni flow-driven strategy to fabricate a biomimetic jellyfish-like hydrogel with tunable tentacle-like structures. The formation process occurs entirely in an aqueous system without organic solvents or post-treatment, enabling the construction of ultra-thin, free-standing hydrogels through spontaneous interfacial self-assembly. The resulting structure exhibits high surface-area geometry and excellent biocompatibility, providing a versatile platform for localized enzyme loading. This method offers a simple and scalable route for engineering soft materials with complex morphologies, and expands the design space for bioinspired hydrogel systems.
Journal Article
Zero-shot stance detection based on multi-expert collaboration
2024
Zero-shot stance detection is pivotal for autonomously discerning user stances on novel emerging topics. This task hinges on effective feature alignment transfer from known to unseen targets. To address this, we introduce a zero-shot stance detection framework utilizing multi-expert cooperative learning. This framework comprises two core components: a multi-expert feature extraction module and a gating mechanism for stance feature selection. Our approach involves a unique learning strategy tailored to decompose complex semantic features. This strategy harnesses the expertise of multiple specialists to unravel and learn diverse, intrinsic textual features, enhancing transferability. Furthermore, we employ a gating-based mechanism to selectively filter and fuse these intricate features, optimizing them for stance classification. Extensive experiments on standard benchmark datasets demonstrate that our model significantly surpasses existing baseline models in performance.
Journal Article