期刊文献+
共找到1,060篇文章
< 1 2 53 >
每页显示 20 50 100
Micro-seismic Event Detection of Hot Dry Rock based on the Gated Recurrent Unit Model and a Support Vector Machine
1
作者 SUN Feng HU Haotian +4 位作者 ZHAO Fa YANG Xinran CHEN Zubin WU Haidong ZHANG Linyou 《Acta Geologica Sinica(English Edition)》 SCIE CAS CSCD 2021年第6期1940-1947,共8页
Micro-seismic monitoring is one of the most critical technologies that guide hydraulic fracturing in hot dry rock resource development. Micro-seismic monitoring requires high precision detection of micro-seismic event... Micro-seismic monitoring is one of the most critical technologies that guide hydraulic fracturing in hot dry rock resource development. Micro-seismic monitoring requires high precision detection of micro-seismic events with a low signal-to-noise ratio. Because of this requirement, we propose a recurrent neural network model named gated recurrent unit and support vector machine(GRU;VM). The proposed model ensures high accuracy while reducing the parameter number and hardware requirement in the training process. Since micro-seismic events in hot dry rock produce large wave amplitudes and strong vibrations, it is difficult to reverse the onset of each individual event. In this study, we utilize a support vector machine(SVM) as a classifier to improve the micro-seismic event detection accuracy. To validate the methodology, we compare the simulation results of the short-term-average to the long-term-average(STA/LTA) method with GRU;VM method by using hot dry rock micro-seismic event data in Qinghai Province, China. Our proposed method has an accuracy of about 95% for identifying micro-seismic events with low signal-to-noise ratios. By ignoring smaller micro-seismic events, the detection procedure can be processed more efficiently, which is able to provide a real-time observation on the types of hydraulic fracturing in the reservoirs. 展开更多
关键词 hot dry rock micro-seismic detection gated recurrent unit support vector machine
下载PDF
Sound event localization and detection based on deep learning
2
作者 ZHAO Dada DING Kai +2 位作者 QI Xiaogang CHEN Yu FENG Hailin 《Journal of Systems Engineering and Electronics》 SCIE CSCD 2024年第2期294-301,共8页
Acoustic source localization(ASL)and sound event detection(SED)are two widely pursued independent research fields.In recent years,in order to achieve a more complete spatial and temporal representation of sound field,... Acoustic source localization(ASL)and sound event detection(SED)are two widely pursued independent research fields.In recent years,in order to achieve a more complete spatial and temporal representation of sound field,sound event localization and detection(SELD)has become a very active research topic.This paper presents a deep learning-based multioverlapping sound event localization and detection algorithm in three-dimensional space.Log-Mel spectrum and generalized cross-correlation spectrum are joined together in channel dimension as input features.These features are classified and regressed in parallel after training by a neural network to obtain sound recognition and localization results respectively.The channel attention mechanism is also introduced in the network to selectively enhance the features containing essential information and suppress the useless features.Finally,a thourough comparison confirms the efficiency and effectiveness of the proposed SELD algorithm.Field experiments show that the proposed algorithm is robust to reverberation and environment and can achieve higher recognition and localization accuracy compared with the baseline method. 展开更多
关键词 sound event localization and detection(SELD) deep learning convolutional recursive neural network(CRNN) channel attention mechanism
下载PDF
Combing Type-Aware Attention and Graph Convolutional Networks for Event Detection
3
作者 Kun Ding Lu Xu +5 位作者 Ming Liu Xiaoxiong Zhang Liu Liu Daojian Zeng Yuting Liu Chen Jin 《Computers, Materials & Continua》 SCIE EI 2023年第1期641-654,共14页
Event detection(ED)is aimed at detecting event occurrences and categorizing them.This task has been previously solved via recognition and classification of event triggers(ETs),which are defined as the phrase or word m... Event detection(ED)is aimed at detecting event occurrences and categorizing them.This task has been previously solved via recognition and classification of event triggers(ETs),which are defined as the phrase or word most clearly expressing event occurrence.Thus,current approaches require both annotated triggers as well as event types in training data.Nevertheless,triggers are non-essential in ED,and it is time-wasting for annotators to identify the“most clearly”word from a sentence,particularly in longer sentences.To decrease manual effort,we evaluate event detectionwithout triggers.We propose a novel framework that combines Type-aware Attention and Graph Convolutional Networks(TA-GCN)for event detection.Specifically,the task is identified as a multi-label classification problem.We first encode the input sentence using a novel type-aware neural network with attention mechanisms.Then,a Graph Convolutional Networks(GCN)-based multilabel classification model is exploited for event detection.Experimental results demonstrate the effectiveness. 展开更多
关键词 event detection information extraction type-aware attention graph convolutional networks
下载PDF
AED-Net:An Abnormal Event Detection Network 被引量:4
4
作者 Tian Wang Zichen Miao +3 位作者 Yuxin Chen Yi Zhou Guangcun Shan Hichem Snoussi 《Engineering》 SCIE EI 2019年第5期930-939,共10页
It has long been a challenging task to detect an anomaly in a crowded scene.In this paper,a selfsupervised framework called the abnormal event detection network(AED-Net),which is composed of a principal component anal... It has long been a challenging task to detect an anomaly in a crowded scene.In this paper,a selfsupervised framework called the abnormal event detection network(AED-Net),which is composed of a principal component analysis network(PCAnet)and kernel principal component analysis(kPCA),is proposed to address this problem.Using surveillance video sequences of different scenes as raw data,the PCAnet is trained to extract high-level semantics of the crowd’s situation.Next,kPCA,a one-class classifier,is trained to identify anomalies within the scene.In contrast to some prevailing deep learning methods,this framework is completely self-supervised because it utilizes only video sequences of a normal situation.Experiments in global and local abnormal event detection are carried out on Monitoring Human Activity dataset from University of Minnesota(UMN dataset)and Anomaly Detection dataset from University of California,San Diego(UCSD dataset),and competitive results that yield a better equal error rate(EER)and area under curve(AUC)than other state-of-the-art methods are observed.Furthermore,by adding a local response normalization(LRN)layer,we propose an improvement to the original AED-Net.The results demonstrate that this proposed version performs better by promoting the framework’s generalization capacity. 展开更多
关键词 ABNORMAL events detection ABNORMAL event detection NETWORK Principal COMPONENT ANALYSIS NETWORK Kernel principal COMPONENT ANALYSIS
下载PDF
Efficient Deviation Detection Between a Process Model and Event Logs 被引量:3
5
作者 Lu Wang Yuyue Du Liang Qi 《IEEE/CAA Journal of Automatica Sinica》 SCIE EI CSCD 2019年第6期1352-1364,共13页
Business processes described by formal or semi-formal models are realized via information systems.Event logs generated from these systems are probably not consistent with the existing models due to insufficient design... Business processes described by formal or semi-formal models are realized via information systems.Event logs generated from these systems are probably not consistent with the existing models due to insufficient design of the information system or the system upgrade.By comparing an existing process model with event logs,we can detect inconsistencies called deviations,verify and extend the business process model,and accordingly improve the business process.In this paper,some abnormal activities in business processes are formally defined based on Petri nets.An efficient approach to detect deviations between the process model and event logs is proposed.Then,business process models are revised when abnormal activities exist.A clinical process in a healthcare information system is used as a case study to illustrate our work.Experimental results show the effectiveness and efficiency of the proposed approach. 展开更多
关键词 detect DEVIATIONS event LOG MODEL repair PETRI net process MODEL
下载PDF
Intrusion Detection System for PS-Poll DoS Attack in 802.11 Networks Using Real Time Discrete Event System 被引量:5
6
作者 Mayank Agarwal Sanketh Purwar +1 位作者 Santosh Biswas Sukumar Nandi 《IEEE/CAA Journal of Automatica Sinica》 SCIE EI CSCD 2017年第4期792-808,共17页
Wi-Fi devices have limited battery life because of which conserving battery life is imperative. The 802.11 Wi-Fi standard provides power management feature that allows stations(STAs) to enter into sleep state to prese... Wi-Fi devices have limited battery life because of which conserving battery life is imperative. The 802.11 Wi-Fi standard provides power management feature that allows stations(STAs) to enter into sleep state to preserve energy without any frame losses. After the STA wakes up, it sends a null data or PS-Poll frame to retrieve frame(s) buffered by the access point(AP), if any during its sleep period. An attacker can launch a power save denial of service(PS-DoS) attack on the sleeping STA(s) by transmitting a spoofed null data or PS-Poll frame(s) to retrieve the buffered frame(s) of the sleeping STA(s) from the AP causing frame losses for the targeted STA(s). Current approaches to prevent or detect the PS-DoS attack require encryption,change in protocol or installation of proprietary hardware. These solutions suffer from expensive setup, maintenance, scalability and deployment issues. The PS-DoS attack does not differ in semantics or statistics under normal and attack circumstances.So signature and anomaly based intrusion detection system(IDS) are unfit to detect the PS-DoS attack. In this paper we propose a timed IDS based on real time discrete event system(RTDES) for detecting PS-DoS attack. The proposed DES based IDS overcomes the drawbacks of existing systems and detects the PS-DoS attack with high accuracy and detection rate. The correctness of the RTDES based IDS is proved by experimenting all possible attack scenarios. 展开更多
关键词 Fault detection and diagnosis intrusion detection system(IDS) null data frame power save attack PS-Poll frame real time discrete event system(DES)
下载PDF
Detection of seismic events on Mars: a lunar perspective 被引量:2
7
作者 WeiJia Sun Liang Zhao +1 位作者 Yong Wei Li-Yun Fu 《Earth and Planetary Physics》 CSCD 2019年第4期290-297,共8页
The interior structures of planets are attracting more and more detailed attention;these studies could be of great value in improving our understanding of the early evolution of Earth. Seismological investigations of ... The interior structures of planets are attracting more and more detailed attention;these studies could be of great value in improving our understanding of the early evolution of Earth. Seismological investigations of planet interiors rely primarily on seismic waves excited by seismic events. Since tectonic activities are much weaker on other planets, e.g. Mars, the magnitudes of their seismic events are much smaller than those on Earth. It is therefore a challenge to detect seismic events on planets using such conventional techniques as short-time average/long-time average (STA/LTA) triggers. In pursuit of an effective and robust scheme to detect smallmagnitude events on Mars in the near future, we have taken Apollo lunar seismic observations as an example of weak-activity data and developed an event-detection scheme. The scheme reported here is actually a two-step processing approach: the first step involves a despike filter to remove large-amplitude impulses arising from large temperature variations;the second step employs a matched filter to unmask the seismic signals from a weak event hidden in the ambient and scattering noise. The proposed scheme has been used successfully to detect a moonquake that was not in the known moonquake catalogue, demonstrating that the two-step strategy is a feasible method for detecting seismic events on planets. Our scheme will provide a powerful tool for seismic data analysis of the Interior Exploration using Seismic Investigations, Geodesy and Heat Transport (InSight) mission, and China’s future lunar missions. 展开更多
关键词 PLANETARY SEISMOLOGY event detection INTERIOR structures despike FILTER matched FILTER
下载PDF
Event-Based Anomaly Detection for Non-Public Industrial Communication Protocols in SDN-Based Control Systems 被引量:4
8
作者 Ming Wan Jiangyuan Yao +1 位作者 Yuan Jing Xi Jin 《Computers, Materials & Continua》 SCIE EI 2018年第6期447-463,共17页
As the main communication mediums in industrial control networks,industrial communication protocols are always vulnerable to extreme exploitations,and it is very difficult to take protective measures due to their seri... As the main communication mediums in industrial control networks,industrial communication protocols are always vulnerable to extreme exploitations,and it is very difficult to take protective measures due to their serious privacy.Based on the SDN(Software Defined Network)technology,this paper proposes a novel event-based anomaly detection approach to identify misbehaviors using non-public industrial communication protocols,and this approach can be installed in SDN switches as a security software appliance in SDN-based control systems.Furthermore,aiming at the unknown protocol specification and message format,this approach first restructures the industrial communication sessions and merges the payloads from industrial communication packets.After that,the feature selection and event sequence extraction can be carried out by using the N-gram model and K-means algorithm.Based on the obtained event sequences,this approach finally trains an event-based HMM(Hidden Markov Model)to identify aberrant industrial communication behaviors.Experimental results clearly show that the proposed approach has obvious advantages of classification accuracy and detection efficiency. 展开更多
关键词 event sequence anomaly detection non-public industrial communication protocols SDN
下载PDF
Environmental Sound Event Detection in Wireless Acoustic Sensor Networks for Home Telemonitoring 被引量:1
9
作者 Hyoung-Gook Kim Jin Young Kim 《China Communications》 SCIE CSCD 2017年第9期1-10,共10页
In this paper, we present an approach to improve the accuracy of environmental sound event detection in a wireless acoustic sensor network for home monitoring. Wireless acoustic sensor nodes can capture sounds in the ... In this paper, we present an approach to improve the accuracy of environmental sound event detection in a wireless acoustic sensor network for home monitoring. Wireless acoustic sensor nodes can capture sounds in the home and simultaneously deliver them to a sink node for sound event detection. The proposed approach is mainly composed of three modules, including signal estimation, reliable sensor channel selection, and sound event detection. During signal estimation, lost packets are recovered to improve the signal quality. Next, reliable channels are selected using a multi-channel cross-correlation coefficient to improve the computational efficiency for distant sound event detection without sacrificing performance. Finally, the signals of the selected two channels are used for environmental sound event detection based on bidirectional gated recurrent neural networks using two-channel audio features. Experiments show that the proposed approach achieves superior performances compared to the baseline. 展开更多
关键词 SOUND event detection wirelesssensor network GATED RECURRENT neural net-work MULTICHANNEL audio
下载PDF
Automated Disabled People Fall Detection Using Cuckoo Search with Mobile Networks
10
作者 Mesfer Al Duhayyim 《Intelligent Automation & Soft Computing》 SCIE 2023年第6期2473-2489,共17页
Falls are the most common concern among older adults or disabled peo-ple who use scooters and wheelchairs.The early detection of disabled persons’falls is required to increase the living rate of an individual or prov... Falls are the most common concern among older adults or disabled peo-ple who use scooters and wheelchairs.The early detection of disabled persons’falls is required to increase the living rate of an individual or provide support to them whenever required.In recent times,the arrival of the Internet of Things(IoT),smartphones,Artificial Intelligence(AI),wearables and so on make it easy to design fall detection mechanisms for smart homecare.The current study devel-ops an Automated Disabled People Fall Detection using Cuckoo Search Optimi-zation with Mobile Networks(ADPFD-CSOMN)model.The proposed model’s major aim is to detect and distinguish fall events from non-fall events automati-cally.To attain this,the presented ADPFD-CSOMN technique incorporates the design of the MobileNet model for the feature extraction process.Next,the CSO-based hyperparameter tuning process is executed for the MobileNet model,which shows the paper’s novelty.Finally,the Radial Basis Function(RBF)clas-sification model recognises and classifies the instances as either fall or non-fall.In order to validate the betterment of the proposed ADPFD-CSOMN model,a com-prehensive experimental analysis was conducted.The results confirmed the enhanced fall classification outcomes of the ADPFD-CSOMN model over other approaches with an accuracy of 99.17%. 展开更多
关键词 Disabled people human-computer interaction fall event detection deep learning computer vision
下载PDF
Biomedical Event Extraction Using a New Error Detection Learning Approach Based on Neural Network 被引量:2
11
作者 Xiaolei Ma Yang Lu +2 位作者 Yinan Lu Zhili Pei Jichao Liu 《Computers, Materials & Continua》 SCIE EI 2020年第5期923-941,共19页
Supervised machine learning approaches are effective in text mining,but their success relies heavily on manually annotated corpora.However,there are limited numbers of annotated biomedical event corpora,and the availa... Supervised machine learning approaches are effective in text mining,but their success relies heavily on manually annotated corpora.However,there are limited numbers of annotated biomedical event corpora,and the available datasets contain insufficient examples for training classifiers;the common cure is to seek large amounts of training samples from unlabeled data,but such data sets often contain many mislabeled samples,which will degrade the performance of classifiers.Therefore,this study proposes a novel error data detection approach suitable for reducing noise in unlabeled biomedical event data.First,we construct the mislabeled dataset through error data analysis with the development dataset.The sample pairs’vector representations are then obtained by the means of sequence patterns and the joint model of convolutional neural network and long short-term memory recurrent neural network.Following this,the sample identification strategy is proposed,using error detection based on pair representation for unlabeled data.With the latter,the selected samples are added to enrich the training dataset and improve the classification performance.In the BioNLP Shared Task GENIA,the experiments results indicate that the proposed approach is competent in extract the biomedical event from biomedical literature.Our approach can effectively filter some noisy examples and build a satisfactory prediction model. 展开更多
关键词 Biomedical event extraction pair representation error data detection sample identification
下载PDF
Auroral event detection using spatiotemporal statistics of local motion vectors 被引量:1
12
作者 WANG Qian LIANG Jimin HU Zejun 《Advances in Polar Science》 2013年第3期175-182,共8页
The analysis and exploration of auroral dynamics are very significant for studying auroral mechanisms. This paper proposes a method based on auroral dynamic processes for detecting auroral events automatically. We fir... The analysis and exploration of auroral dynamics are very significant for studying auroral mechanisms. This paper proposes a method based on auroral dynamic processes for detecting auroral events automatically. We first obtained the motion fields using the multiscale fluid flow estimator. Then, the auroral video frame sequence was represented by the spatiotemporal statistics of local motion vectors. Finally, automatic auroral event detection was achieved. The experimental results show that our methods could detect the required auroral events effectively and accurately, and that the detections were independent on any specific auroral event. The proposed method makes it feasible to statistically analyze a large number of continuous observations based on the auroral dynamic process. 展开更多
关键词 automatic detection auroral event fluid flow
下载PDF
Capturing semantic features to improve Chinese event detection 被引量:1
13
作者 Xiaobo Ma Yongbin Liu Chunping Ouyang 《CAAI Transactions on Intelligence Technology》 SCIE EI 2022年第2期219-227,共9页
Current Chinese event detection methods commonly use word embedding to capture semantic representation,but these methods find it difficult to capture the dependence relationship between the trigger words and other wor... Current Chinese event detection methods commonly use word embedding to capture semantic representation,but these methods find it difficult to capture the dependence relationship between the trigger words and other words in the same sentence.Based on the simple evaluation,it is known that a dependency parser can effectively capture dependency relationships and improve the accuracy of event categorisation.This study proposes a novel architecture that models a hybrid representation to summarise semantic and structural information from both characters and words.This model can capture rich semantic features for the event detection task by incorporating the semantic representation generated from the dependency parser.The authors evaluate different models on kbp 2017 corpus.The experimental results show that the proposed method can significantly improve performance in Chinese event detection. 展开更多
关键词 dependency parser event detection hybrid representation learning semantic feature
下载PDF
ED-SWE:Event detection based on scoring and word embedding in online social networks for the internet of people 被引量:1
14
作者 Xiang Sun Lu Liu +1 位作者 Ayodeji Ayorinde John Panneerselvam 《Digital Communications and Networks》 SCIE CSCD 2021年第4期559-569,共11页
Online social media networks are gaining attention worldwide,with an increasing number of people relying on them to connect,communicate and share their daily pertinent event-related information.Event detection is now ... Online social media networks are gaining attention worldwide,with an increasing number of people relying on them to connect,communicate and share their daily pertinent event-related information.Event detection is now increasingly leveraging online social networks for highlighting events happening around the world via the Internet of People.In this paper,a novel Event Detection model based on Scoring and Word Embedding(ED-SWE)is proposed for discovering key events from a large volume of data streams of tweets and for generating an event summary using keywords and top-k tweets.The proposed ED-SWE model can distill high-quality tweets,reduce the negative impact of the advent of spam,and identify latent events in the data streams automatically.Moreover,a word embedding algorithm is used to learn a real-valued vector representation for a predefined fixed-sized vocabulary from a corpus of Twitter data.In order to further improve the performance of the Expectation-Maximization(EM)iteration algorithm,a novel initialization method based on the authority values of the tweets is also proposed in this paper to detect live events efficiently and precisely.Finally,a novel automatic identification method based on the cosine measure is used to automatically evaluate whether a given topic can form a live event.Experiments conducted on a real-world dataset demonstrate that the ED-SWE model exhibits better efficiency and accuracy than several state-of-art event detection models. 展开更多
关键词 Internet of people Hyperlink-induced topic search event detection Online social networks
下载PDF
Semantic Units Based Event Detection in Soccer Videos 被引量:1
15
作者 TONGXiao-Feng LIUQing-Shan LUHan-Qing JINHong-Liang 《自动化学报》 EI CSCD 北大核心 2005年第4期523-529,共7页
A semantic unit based event detection scheme in soccer videos is proposed in this paper.The scheme can be characterized as a three-layer framework. At the lowest layer, low-level featuresincluding color, texture, edge... A semantic unit based event detection scheme in soccer videos is proposed in this paper.The scheme can be characterized as a three-layer framework. At the lowest layer, low-level featuresincluding color, texture, edge, shape, and motion are extracted. High-level semantic events aredefined at the highest layer. In order to connect low-level features and high-level semantics, wedesign and define some semantic units at the intermediate layer. A semantic unit is composed of asequence of consecutives frames with the same cue that is deduced from low-level features. Based onsemantic units, a Bayesian network is used to reason the probabilities of events. The experiments forshoot and card event detection in soccer videos show that the proposed method has an encouragingperformance. 展开更多
关键词 事件探测 语言单位 BAYESIAN网络 视频语仪分析
下载PDF
Novel Fault Detection Optimization Algorithm for Single Event Effect system Based on Multi-information Entropy Fusion
16
作者 高翔 周国昌 +3 位作者 赖晓玲 张国霞 朱启 巨艇 《Journal of Donghua University(English Edition)》 EI CAS 2014年第6期879-881,885,共4页
Fault detection caused by single event effect( SEE) in system was studied,and an improved fault detection algorithm by fusing multi-information entropy for detecting soft error was proposed based on multi-objective de... Fault detection caused by single event effect( SEE) in system was studied,and an improved fault detection algorithm by fusing multi-information entropy for detecting soft error was proposed based on multi-objective detection approach and classification management method. In the improved fault detection algorithm, the analysis model of posteriori information with corresponding multi-fault alternative detection points was formulated through correlation information matrix, and the maximum incremental information entropy was chosen as the classification principle for the optimal detection points. A system design example was given to prove the rationality and feasibility of this algorithm.This fault detection algorithm can achieve the purpose of fault detection and resource configuration with high efficiency. 展开更多
关键词 fault detection multi-information entropy posteriori information entropy correlation information matrix single event effect(SEE)
下载PDF
Event Normalization Through Dynamic Log Format Detection
17
作者 Amir Azodi David Jaeger +1 位作者 Feng Cheng Christoph Meinel 《ZTE Communications》 2014年第3期62-66,共5页
The analytical and monitoring capabilities of central event re-positories, such as log servers and intrusion detection sys-tems, are limited by the amount of structured information ex-tracted from the events they rece... The analytical and monitoring capabilities of central event re-positories, such as log servers and intrusion detection sys-tems, are limited by the amount of structured information ex-tracted from the events they receive. Diverse networks and ap-plications log their events in many different formats, and this makes it difficult to identify the type of logs being received by the central repository. The way events are logged by IT systems is problematic for developers of host-based intrusion-detection systems (specifically, host-based systems), develop-ers of security-information systems, and developers of event-management systems. These problems preclude the develop-ment of more accurate, intrusive security solutions that obtain results from data included in the logs being processed. We propose a new method for dynamically normalizing events into a unified super-event that is loosely based on the Common Event Expression standard developed by Mitre Corporation. We explain how our solution can normalize seemingly unrelat-ed events into a single, unified format. 展开更多
关键词 event normalization: intrusion detection event stream processing knowledge base security information and event management
下载PDF
Automatic microseismic events detection using morphological multiscale top-hat transformation
18
作者 Guo-Jun Shang Wei-Lin Huang +3 位作者 Li-Kun Yuan Jin-Song Shen Fei Gao Li-Song Zhao 《Petroleum Science》 SCIE CAS CSCD 2022年第5期2027-2045,共19页
The occurrence of microseismic is not random but is related to the physical properties of the underground medium.Due to the low intensity and the influence of noise,microseismic eventually lead to poor signal-to-noise... The occurrence of microseismic is not random but is related to the physical properties of the underground medium.Due to the low intensity and the influence of noise,microseismic eventually lead to poor signal-to-noise ratio.We proposed a method for automatic detection of microseismic events by adoption of multiscale top-hat transformation.The method is based on the difference between the signal and noise in the multiscale top-hat transform section and achieves the detection on a specific section.The microseismic data are decomposed into different scales by multiscale morphology top-hat transformation firstly.Then the potential microseismic events could be detected by picking up the peak value in the multiscale top-hat section,and the characteristic profile obtains the start point with a specific threshold value.Finally,the synthetic data experiences demonstrate the advantages of this method under strong and weak noisy conditions,and the filed data example also shows its reliability and adaptability. 展开更多
关键词 Microseismic events detection Multiscale morphology Top-hat transformation
下载PDF
Internet of things-based health monitoring system for early detection of cardiovascular events during COVID-19 pandemic
19
作者 Sina Dami 《World Journal of Clinical Cases》 SCIE 2022年第26期9207-9218,共12页
The coronavirus disease 2019(COVID-19)has currently caused the mortality of millions of people around the world.Aside from the direct mortality from the COVID-19,the indirect effects of the pandemic have also led to a... The coronavirus disease 2019(COVID-19)has currently caused the mortality of millions of people around the world.Aside from the direct mortality from the COVID-19,the indirect effects of the pandemic have also led to an increase in the mortality rate of other non-COVID patients.Evidence indicates that novel COVID-19 pandemic has caused an inflation in acute cardiovascular mortality,which did not relate to COVID-19 infection.It has in fact increased the risk of death in cardiovascular disease(CVD)patients.For this purpose,it is dramatically inevitable to monitor CVD patients’vital signs and to detect abnormal events before the occurrence of any critical conditions resulted in death.Internet of things(IoT)and health monitoring sensors have improved the medical care systems by enabling latency-sensitive surveillance and computing of large amounts of patients’data.The major challenge being faced currently in this problem is its limited scalability and late detection of cardiovascular events in IoT-based computing environments.To this end,this paper proposes a novel framework to early detection of cardiovascular events based on a deep learning architecture in IoT environments.Experimental results showed that the proposed method was able to detect cardiovascular events with better performance(95.30%average sensitivity and 95.94%mean prediction values). 展开更多
关键词 Health monitoring Early detection Cardiovascular events COVID-19 Pandemic Internet of things
下载PDF
Data Augmentation Based Event Detection
20
作者 丁祥武 丁晶晶 秦彦霞 《Journal of Donghua University(English Edition)》 CAS 2021年第6期511-518,共8页
Supervised models for event detection usually require large-scale human-annotated training data,especially neural models.A data augmentation technique is proposed to improve the performance of event detection by gener... Supervised models for event detection usually require large-scale human-annotated training data,especially neural models.A data augmentation technique is proposed to improve the performance of event detection by generating paraphrase sentences to enrich expressions of the original data.Specifically,based on an existing human-annotated event detection dataset,we first automatically build a paraphrase dataset and label it with a designed event annotation alignment algorithm.To alleviate possible wrong labels in the generated paraphrase dataset,a multi-instance learning(MIL)method is adopted for joint training on both the gold human-annotated data and the generated paraphrase dataset.Experimental results on a widely used dataset ACE2005 show the effectiveness of our approach. 展开更多
关键词 event detection data augmentation back translation annotation alignment algorithm multi-instance learning(MIL)
下载PDF
上一页 1 2 53 下一页 到第
使用帮助 返回顶部