首页 > 最新文献

The 9th International Conference on Smart Media and Applications最新文献

英文 中文
Deep learning-based defective product classification system for smart factory 基于深度学习的智能工厂缺陷产品分类系统
Pub Date : 2020-09-17 DOI: 10.1145/3426020.3426039
H. Nguyen, Nu-ri Shin, Gwanghyun Yu, Gyeong-Ju Kwon, Woon-Young Kwak, Jinyoung Kim
In this paper, the defective product classification based on deep learning for a smart factory is introduced. The proposed system contains PLC (Programmable Logic Controller), Artificial Intelligence (AI) embedded board and cloud service. The AI embedded board is connected and communicated to receive and send commands to PLC via SPI (Serial Peripheral Interface) protocol. The pre-trained defective product classification model is uploaded, saved on a cloud server and downloaded to AI Embedded board for each particular product. The core technique of the system is the AI-based embedded board. Due to the limitation of label data, we use transfer learning method to retrain deep neural networks (DNN). We implement and compare the classification results on different deep neural network including ResNet, DenseNet, and GoogLeNet. We trained these networks by GPU server on casting product classification data. After that, the pre-trained models are optimized and applied on practical embedded board. The experimental results show that our system is able to classify defective products with high accuracy and fast speed.
介绍了基于深度学习的智能工厂缺陷产品分类方法。该系统包含PLC(可编程逻辑控制器)、人工智能(AI)嵌入式板和云服务。连接并通信AI嵌入式板,通过SPI (Serial Peripheral Interface)协议接收和发送命令到PLC。将预先训练好的缺陷产品分类模型上传,保存在云服务器上,并针对每个特定产品下载到AI嵌入式板中。该系统的核心技术是基于人工智能的嵌入式板。由于标签数据的局限性,我们采用迁移学习方法对深度神经网络进行再训练。我们在ResNet、DenseNet和GoogLeNet等不同的深度神经网络上实现并比较了分类结果。我们使用GPU服务器对这些网络进行训练,并对产品分类数据进行铸造。在此基础上,对预训练模型进行了优化,并在实际嵌入式板上进行了应用。实验结果表明,该系统对不良品的分类精度高,速度快。
{"title":"Deep learning-based defective product classification system for smart factory","authors":"H. Nguyen, Nu-ri Shin, Gwanghyun Yu, Gyeong-Ju Kwon, Woon-Young Kwak, Jinyoung Kim","doi":"10.1145/3426020.3426039","DOIUrl":"https://doi.org/10.1145/3426020.3426039","url":null,"abstract":"In this paper, the defective product classification based on deep learning for a smart factory is introduced. The proposed system contains PLC (Programmable Logic Controller), Artificial Intelligence (AI) embedded board and cloud service. The AI embedded board is connected and communicated to receive and send commands to PLC via SPI (Serial Peripheral Interface) protocol. The pre-trained defective product classification model is uploaded, saved on a cloud server and downloaded to AI Embedded board for each particular product. The core technique of the system is the AI-based embedded board. Due to the limitation of label data, we use transfer learning method to retrain deep neural networks (DNN). We implement and compare the classification results on different deep neural network including ResNet, DenseNet, and GoogLeNet. We trained these networks by GPU server on casting product classification data. After that, the pre-trained models are optimized and applied on practical embedded board. The experimental results show that our system is able to classify defective products with high accuracy and fast speed.","PeriodicalId":305132,"journal":{"name":"The 9th International Conference on Smart Media and Applications","volume":"59 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-09-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127443360","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 5
Reversing Obfuscated Control Flow Structures in Android Apps using ReDex Optimizer 使用ReDex优化器逆转Android应用程序中混淆的控制流结构
Pub Date : 2020-09-17 DOI: 10.1145/3426020.3426089
Geunha You, Gyoosik Kim, Jihyeon Park, Seong-je Cho, Minkyu Park
Code obfuscation is a technique that makes programs harder to understand. Malware writers widely the obfuscation technique to evade detection from anti-malware software, or to deter reverse engineering attempts for their malicious code. If we de-obfuscate the obfuscated code and restore it to the original code before obfuscation was applied, we can analyze the obfuscated malware effectively and efficiently. In this paper, we apply ReDex optimizer for reversing the control-flow obfuscation performed by the Obfuscapk system on open-source Android applications. We then analyze the effectiveness and limitations of ReDex in terms of its deobfuscation ability to reverse the control-flow obfuscation of Android apps. The experimental results show that ReDex can recover 1089 of 1108 apps obfuscated with control-flows obfuscation techniques of Obfuscapk obfuscator. During the process of optimizing bytecode, ReDex reduces the number of methods and fields significantly while it has a limitation in removing dead codes related to both useless goto statements and random nop instructions.
代码混淆是一种使程序更难理解的技术。恶意软件编写者广泛使用混淆技术来逃避反恶意软件的检测,或阻止恶意代码的逆向工程企图。如果在进行模糊处理之前对被混淆的代码进行去模糊处理并将其还原为原始代码,就可以有效地分析被混淆的恶意软件。在本文中,我们使用ReDex优化器来逆转Obfuscapk系统在开源Android应用程序上执行的控制流混淆。然后,我们分析了ReDex在逆转Android应用的控制流混淆的解混淆能力方面的有效性和局限性。实验结果表明,ReDex可以恢复使用Obfuscapk混淆器的控制流混淆技术混淆的1108个应用程序中的1089个。在优化字节码的过程中,ReDex大大减少了方法和字段的数量,但它在删除与无用的goto语句和随机nop指令相关的死代码方面存在限制。
{"title":"Reversing Obfuscated Control Flow Structures in Android Apps using ReDex Optimizer","authors":"Geunha You, Gyoosik Kim, Jihyeon Park, Seong-je Cho, Minkyu Park","doi":"10.1145/3426020.3426089","DOIUrl":"https://doi.org/10.1145/3426020.3426089","url":null,"abstract":"Code obfuscation is a technique that makes programs harder to understand. Malware writers widely the obfuscation technique to evade detection from anti-malware software, or to deter reverse engineering attempts for their malicious code. If we de-obfuscate the obfuscated code and restore it to the original code before obfuscation was applied, we can analyze the obfuscated malware effectively and efficiently. In this paper, we apply ReDex optimizer for reversing the control-flow obfuscation performed by the Obfuscapk system on open-source Android applications. We then analyze the effectiveness and limitations of ReDex in terms of its deobfuscation ability to reverse the control-flow obfuscation of Android apps. The experimental results show that ReDex can recover 1089 of 1108 apps obfuscated with control-flows obfuscation techniques of Obfuscapk obfuscator. During the process of optimizing bytecode, ReDex reduces the number of methods and fields significantly while it has a limitation in removing dead codes related to both useless goto statements and random nop instructions.","PeriodicalId":305132,"journal":{"name":"The 9th International Conference on Smart Media and Applications","volume":"111 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-09-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126275912","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Enhanced Microgrid Functions for Topology Reconfiguration and Fault Restoration 增强的微网拓扑重构和故障恢复功能
Pub Date : 2020-09-17 DOI: 10.1145/3426020.3426165
Xiancheng Wang, In-ho Ra
The power systems are deeply reforming to meet future power demands. With the continuous emergence of new technologies, the novel power system represented by microgrid has received more attention, and the research on the integration of emerging technologies of microgrid has become more focused. In this paper, a microgrid communication framework based on 5G technology is proposed, which makes full use of the low communication delay of 5G technology and the computation capacity of cloud/edge computing to implement the reconfiguration of microgrid deployed with DG(s). Lastly, we estimate the computing power of the cloud servers to predict the loads, and preprocess the restoration Optimal Configuration Table (OCT) scheme for instant fault restoration in the microgrid.
电力系统正在深入改革,以满足未来的电力需求。随着新技术的不断涌现,以微电网为代表的新型电力系统受到越来越多的关注,对微电网新兴技术集成的研究也越来越受到关注。本文提出了一种基于5G技术的微网通信框架,充分利用5G技术的低通信延迟和云/边缘计算的计算能力,实现部署DG的微网重构。最后,通过估算云服务器的计算能力来预测负荷,并对恢复最优配置表(OCT)方案进行预处理,实现微电网的即时故障恢复。
{"title":"Enhanced Microgrid Functions for Topology Reconfiguration and Fault Restoration","authors":"Xiancheng Wang, In-ho Ra","doi":"10.1145/3426020.3426165","DOIUrl":"https://doi.org/10.1145/3426020.3426165","url":null,"abstract":"The power systems are deeply reforming to meet future power demands. With the continuous emergence of new technologies, the novel power system represented by microgrid has received more attention, and the research on the integration of emerging technologies of microgrid has become more focused. In this paper, a microgrid communication framework based on 5G technology is proposed, which makes full use of the low communication delay of 5G technology and the computation capacity of cloud/edge computing to implement the reconfiguration of microgrid deployed with DG(s). Lastly, we estimate the computing power of the cloud servers to predict the loads, and preprocess the restoration Optimal Configuration Table (OCT) scheme for instant fault restoration in the microgrid.","PeriodicalId":305132,"journal":{"name":"The 9th International Conference on Smart Media and Applications","volume":"19 10 Suppl 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-09-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125993773","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Emotion and Collaborative Filtering-Based Recommendation System 基于情感和协同过滤的推荐系统
Pub Date : 2020-09-17 DOI: 10.1145/3426020.3426119
Tae-Yeun Kim, Sung-Hwan Kim
Emotion information represents a user’s current emotional state and can be used in a variety of applications, such as cultural content services that recommend music according to user emotional states and user emotion monitoring. To increase user satisfaction, recommendation methods must understand and reflect user characteristics and circumstances, such as individual preferences and emotions. However, most recommendation methods do not reflect such characteristics accurately and are unable to increase user satisfaction. In this paper, six human emotions (neutral, happy, sad, angry, surprised, and bored) are broadly defined to consider user speech emotion information and recommend matching content. The “genetic algorithms as a feature selection method” (GAFS) algorithm was used to classify normalized speech according to speech emotion information. We used a support vector machine (SVM) algorithm and selected an optimal kernel function for recognizing the six target emotions. Performance evaluation results for each kernel function revealed that the radial basis function (RBF) kernel function yielded the highest emotion recognition accuracy of 86.98%. Additionally, content data (images and music) were classified based on emotion information using factor analysis, correspondence analysis, and Euclidean distance. Finally, speech information that was classified based on emotions and emotion information that was recognized through a collaborative filtering technique were used to predict user emotional preferences and recommend content that matched user emotions in a mobile application. To evaluate the performance of the proposed system, we performed verification based on the mean absolute error (MAE) metric. The evaluation results revealed an average accuracy of 87.43%.
情绪信息代表用户当前的情绪状态,可用于多种应用,例如根据用户情绪状态推荐音乐的文化内容服务和用户情绪监控。为了提高用户满意度,推荐方法必须理解和反映用户的特征和情况,如个人偏好和情绪。然而,大多数推荐方法不能准确反映这些特征,无法提高用户满意度。本文对人类的六种情绪(中性、快乐、悲伤、愤怒、惊讶和无聊)进行了广义的定义,以考虑用户的语音情绪信息并推荐匹配的内容。采用“遗传算法作为特征选择方法”(genetic algorithms as a feature selection method, GAFS)算法,根据语音情感信息对规范化语音进行分类。我们使用支持向量机(SVM)算法并选择一个最优核函数来识别六种目标情绪。各核函数的性能评价结果表明,径向基函数(RBF)核函数的情绪识别准确率最高,为86.98%。此外,基于情感信息,使用因子分析、对应分析和欧几里得距离对内容数据(图像和音乐)进行分类。最后,使用基于情绪分类的语音信息和通过协同过滤技术识别的情绪信息来预测用户的情绪偏好,并在移动应用程序中推荐与用户情绪匹配的内容。为了评估所提出系统的性能,我们基于平均绝对误差(MAE)度量进行了验证。评价结果显示平均准确率为87.43%。
{"title":"Emotion and Collaborative Filtering-Based Recommendation System","authors":"Tae-Yeun Kim, Sung-Hwan Kim","doi":"10.1145/3426020.3426119","DOIUrl":"https://doi.org/10.1145/3426020.3426119","url":null,"abstract":"Emotion information represents a user’s current emotional state and can be used in a variety of applications, such as cultural content services that recommend music according to user emotional states and user emotion monitoring. To increase user satisfaction, recommendation methods must understand and reflect user characteristics and circumstances, such as individual preferences and emotions. However, most recommendation methods do not reflect such characteristics accurately and are unable to increase user satisfaction. In this paper, six human emotions (neutral, happy, sad, angry, surprised, and bored) are broadly defined to consider user speech emotion information and recommend matching content. The “genetic algorithms as a feature selection method” (GAFS) algorithm was used to classify normalized speech according to speech emotion information. We used a support vector machine (SVM) algorithm and selected an optimal kernel function for recognizing the six target emotions. Performance evaluation results for each kernel function revealed that the radial basis function (RBF) kernel function yielded the highest emotion recognition accuracy of 86.98%. Additionally, content data (images and music) were classified based on emotion information using factor analysis, correspondence analysis, and Euclidean distance. Finally, speech information that was classified based on emotions and emotion information that was recognized through a collaborative filtering technique were used to predict user emotional preferences and recommend content that matched user emotions in a mobile application. To evaluate the performance of the proposed system, we performed verification based on the mean absolute error (MAE) metric. The evaluation results revealed an average accuracy of 87.43%.","PeriodicalId":305132,"journal":{"name":"The 9th International Conference on Smart Media and Applications","volume":"3 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-09-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129091523","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Improving Recurrent Gate Mechanism For Time-to-Conversion Prediction Of Alzheimer's Disease 改进阿尔茨海默病时间转换预测的复发门机制
Pub Date : 2020-09-17 DOI: 10.1145/3426020.3426036
Duy Dao, Ngoc-Huynh Ho, Jahae Kim, Hyung-Jeong Yang
Alzheimer's Disease (AD) is known as a degenerative neurological progression that causes the loss of neurons and synapses in the cerebral cortex. The cognitive functions are gradually impaired over several to 20 years and no current cure. It is crucial for timely conversion prediction to AD in its earliest phrase. In this study, we propose a novel recurrent neural network (RNN) model to obtain biomarkers of brain and clinical diagnosis of each subject from only one to indefinitely forecast the biomarkers and clinical diagnosis at each timepoint in the future. However, unexpected missing observations is a common issue in longitudinal data. Moreover, in recurrent dynamical systems, gates should be closer to 1 to propagate more information from earlier time steps to later ones. Two strategies are explored to handle missing data and improve gating mechanisms in recurrent neural network to boost performance. Empirically, our gating mechanisms robustly improve the performance when longitudinal data is utilized. On the baseline dataset from The Alzheimer's Disease Prediction Of Longitudinal Evolution (TADPOLE) challenge, our proposal outperforms the conventional recurrent neural network in term of multi-class Area Under Curve (mAUC) which achieving 0.79734 ± 0.01785.
阿尔茨海默病(AD)是一种退化的神经系统疾病,会导致大脑皮层中神经元和突触的丧失。认知功能在几到20年内逐渐受损,目前尚无治愈方法。在广告投放的早期进行及时的转化预测是至关重要的。在这项研究中,我们提出了一种新的递归神经网络(RNN)模型,该模型可以从每个受试者的一个大脑生物标志物和临床诊断中获得未来每个时间点的生物标志物和临床诊断,从而无限期地预测未来每个时间点的生物标志物和临床诊断。然而,在纵向数据中,意想不到的缺失观测是一个常见的问题。此外,在循环动力系统中,门应该更接近于1,以便从较早的时间步向较晚的时间步传播更多的信息。为了提高递归神经网络的性能,本文探讨了两种策略来处理缺失数据和改进门控机制。经验表明,当纵向数据被利用时,我们的门控机制稳健地提高了性能。在the Alzheimer's Disease Prediction Of Longitudinal Evolution (TADPOLE) challenge的基线数据集上,我们的方法在多类曲线下面积(Area Under Curve, mAUC)方面优于传统的递归神经网络,达到0.79734±0.01785。
{"title":"Improving Recurrent Gate Mechanism For Time-to-Conversion Prediction Of Alzheimer's Disease","authors":"Duy Dao, Ngoc-Huynh Ho, Jahae Kim, Hyung-Jeong Yang","doi":"10.1145/3426020.3426036","DOIUrl":"https://doi.org/10.1145/3426020.3426036","url":null,"abstract":"Alzheimer's Disease (AD) is known as a degenerative neurological progression that causes the loss of neurons and synapses in the cerebral cortex. The cognitive functions are gradually impaired over several to 20 years and no current cure. It is crucial for timely conversion prediction to AD in its earliest phrase. In this study, we propose a novel recurrent neural network (RNN) model to obtain biomarkers of brain and clinical diagnosis of each subject from only one to indefinitely forecast the biomarkers and clinical diagnosis at each timepoint in the future. However, unexpected missing observations is a common issue in longitudinal data. Moreover, in recurrent dynamical systems, gates should be closer to 1 to propagate more information from earlier time steps to later ones. Two strategies are explored to handle missing data and improve gating mechanisms in recurrent neural network to boost performance. Empirically, our gating mechanisms robustly improve the performance when longitudinal data is utilized. On the baseline dataset from The Alzheimer's Disease Prediction Of Longitudinal Evolution (TADPOLE) challenge, our proposal outperforms the conventional recurrent neural network in term of multi-class Area Under Curve (mAUC) which achieving 0.79734 ± 0.01785.","PeriodicalId":305132,"journal":{"name":"The 9th International Conference on Smart Media and Applications","volume":"17 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-09-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129170214","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Cooperative Influence Learning 合作影响学习
Pub Date : 2020-09-17 DOI: 10.1145/3426020.3426159
Harshit Srivastava, In-ho Ra, R. Sankar
Cooperation or Cooperative behavior constrained between any two nodes or groups always result in constant scrutiny for reconfiguration. This continual reconfiguration creates a new modulus for expansion and thus detecting community structure can fundamentally become a problem of identifying groups and a leader in a network. In a network, the influencer is commonly termed as leader and the leader node is a node that has high attraction to increase, i.e., high degree of centrality. In this paper, we devised an efficient method to detect influencers in a network through cooperative and spread strategies. This dynamic strategy technique is used to detect subevents and anomalies through social and physical sensor data. This paper contributes toward a dynamic game theory approach for information maximization by maximizing the influence features over the network for higher information delivery over the dynamic network.
任何两个节点或组之间的合作或合作行为约束总是导致不断的重新配置审查。这种持续的重新配置为扩展创造了新的模数,因此检测社区结构可以从根本上成为识别网络中的群体和领导者的问题。在一个网络中,影响者通常被称为领导者,领导者节点是一个具有高增加吸引力的节点,即高度的中心性。在本文中,我们设计了一种有效的方法,通过合作和传播策略来检测网络中的影响者。这种动态策略技术用于通过社会和物理传感器数据检测子事件和异常。本文通过最大化网络上的影响特征,在动态网络上实现更高的信息传递,为信息最大化的动态博弈论方法做出了贡献。
{"title":"Cooperative Influence Learning","authors":"Harshit Srivastava, In-ho Ra, R. Sankar","doi":"10.1145/3426020.3426159","DOIUrl":"https://doi.org/10.1145/3426020.3426159","url":null,"abstract":"Cooperation or Cooperative behavior constrained between any two nodes or groups always result in constant scrutiny for reconfiguration. This continual reconfiguration creates a new modulus for expansion and thus detecting community structure can fundamentally become a problem of identifying groups and a leader in a network. In a network, the influencer is commonly termed as leader and the leader node is a node that has high attraction to increase, i.e., high degree of centrality. In this paper, we devised an efficient method to detect influencers in a network through cooperative and spread strategies. This dynamic strategy technique is used to detect subevents and anomalies through social and physical sensor data. This paper contributes toward a dynamic game theory approach for information maximization by maximizing the influence features over the network for higher information delivery over the dynamic network.","PeriodicalId":305132,"journal":{"name":"The 9th International Conference on Smart Media and Applications","volume":"9 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-09-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129841173","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Early Stage Diagnosis of Parkinson’s Disease Using HOS Features of EEG Signals 脑电信号HOS特征在帕金森病早期诊断中的应用
Pub Date : 2020-09-17 DOI: 10.1145/3426020.3426160
S. A. Khoshnevis, In-ho Ra, R. Sankar
Parkinson’s disease (PD) is a common neurodegenerative disease that causes involuntary muscle movements and tremor among other symptoms. One approach to diagnosing this disease is by analyzing the electroencephalography (EEG) signals of the patients. However, due to the complexity of this type of signal, more advanced feature extraction and classification methods are required. The goal of this study is to combine six well-known features in EEG analysis with eight higher order statistical features and use them for classification of early stage PD (1st and 2nd stage) from a healthy control group. After extracting the required features, eight classifiers are employed to classify the signals.
帕金森氏症(PD)是一种常见的神经退行性疾病,引起不自主肌肉运动和震颤等症状。诊断该病的一种方法是分析患者的脑电图信号。然而,由于这类信号的复杂性,需要更先进的特征提取和分类方法。本研究的目的是将脑电图分析中的6个已知特征与8个高阶统计特征相结合,并将其用于健康对照组早期PD(1期和2期)的分类。在提取所需特征后,使用8个分类器对信号进行分类。
{"title":"Early Stage Diagnosis of Parkinson’s Disease Using HOS Features of EEG Signals","authors":"S. A. Khoshnevis, In-ho Ra, R. Sankar","doi":"10.1145/3426020.3426160","DOIUrl":"https://doi.org/10.1145/3426020.3426160","url":null,"abstract":"Parkinson’s disease (PD) is a common neurodegenerative disease that causes involuntary muscle movements and tremor among other symptoms. One approach to diagnosing this disease is by analyzing the electroencephalography (EEG) signals of the patients. However, due to the complexity of this type of signal, more advanced feature extraction and classification methods are required. The goal of this study is to combine six well-known features in EEG analysis with eight higher order statistical features and use them for classification of early stage PD (1st and 2nd stage) from a healthy control group. After extracting the required features, eight classifiers are employed to classify the signals.","PeriodicalId":305132,"journal":{"name":"The 9th International Conference on Smart Media and Applications","volume":"22 22 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-09-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123423471","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Pig Farm Environment Sensor Data Correlation and Heatmap Analysis for Predicting Sensor Remaining Useful Life✱ 猪场环境传感器数据关联与热图分析——以译者的方式预测传感器剩余使用寿命
Pub Date : 2020-09-17 DOI: 10.1145/3426020.3426136
Jihoon Lee, Seungmin Oh, Yeonggwang Kim, Dongsu Lee, Akm Ashiquzzaman, Jinsul Kim
Various smart farm technologies are currently being developed around the world to enhance agricultural competitiveness. Korea is also speeding up the development of Korean smart farm technology suitable for domestic environment, but it is difficult to develop high-reliability sensors and systems, and has problems such as preventing sensors from failing, so in this paper, environmental data values such as temperature, humidity, carbon dioxide, ammonia, etc. are sensed, refined, and pretreated to derive correlation and heat maps between sensors. This will not only predict the RUL (Remaining Useful Life) of the sensor using machine learning in the future, but also develop a reliable system by detecting failures and errors.
目前,世界各地正在开发各种智能农场技术,以提高农业竞争力。韩国也在加快开发适合国内环境的韩式智能农场技术,但难以开发出高可靠性的传感器和系统,并且存在防止传感器失效等问题,因此本文通过对温度、湿度、二氧化碳、氨等环境数据值进行传感、细化、预处理,得出传感器之间的相关性和热图。这不仅可以预测未来使用机器学习的传感器的RUL(剩余使用寿命),还可以通过检测故障和错误来开发可靠的系统。
{"title":"Pig Farm Environment Sensor Data Correlation and Heatmap Analysis for Predicting Sensor Remaining Useful Life✱","authors":"Jihoon Lee, Seungmin Oh, Yeonggwang Kim, Dongsu Lee, Akm Ashiquzzaman, Jinsul Kim","doi":"10.1145/3426020.3426136","DOIUrl":"https://doi.org/10.1145/3426020.3426136","url":null,"abstract":"Various smart farm technologies are currently being developed around the world to enhance agricultural competitiveness. Korea is also speeding up the development of Korean smart farm technology suitable for domestic environment, but it is difficult to develop high-reliability sensors and systems, and has problems such as preventing sensors from failing, so in this paper, environmental data values such as temperature, humidity, carbon dioxide, ammonia, etc. are sensed, refined, and pretreated to derive correlation and heat maps between sensors. This will not only predict the RUL (Remaining Useful Life) of the sensor using machine learning in the future, but also develop a reliable system by detecting failures and errors.","PeriodicalId":305132,"journal":{"name":"The 9th International Conference on Smart Media and Applications","volume":"28 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-09-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114109500","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A Text-to-Dynamic Image Generation Method using Feature Information of Video 一种基于视频特征信息的文本到动态图像生成方法
Pub Date : 2020-09-17 DOI: 10.1145/3426020.3426038
Taekeun Hong, Kang-Hyo Kim, Kiho Lim, Pankoo Kim
Many studies are being conducted recently on text-to-image and text-to-video generation based on deep-learning. Text-to-image generation shows a noticeable performance, while the performance related to text-to-video generation is yet insufficient. Because the results of text-to-video generation are derived as multiple images according to the sequence, more feature information needs to be considered than in the text-to-image generation, and the relevance of each image should be considered. Thus, this study proposes a method of a text-to-dynamic image generation focusing on character, temporal, and background information to consider the feature information of a video. This method can be used to quickly visualize ideas and produce prototypes during the production process of video materials such as advertisements, movies, and TV series, and to visualize and upload textual posts on video-based social media services such as TikTok, Instagram, and Flicker, or video-based platforms such as YouTube.
最近在基于深度学习的文本到图像和文本到视频生成方面进行了许多研究。文本到图像的生成表现出明显的性能,而文本到视频的生成性能还不够。由于文本到视频的生成结果是根据序列派生为多幅图像,因此需要考虑比文本到图像生成更多的特征信息,并且需要考虑每幅图像的相关性。因此,本研究提出了一种基于特征、时间和背景信息的文本到动态图像生成方法,以考虑视频的特征信息。这种方法可以在广告、电影、电视剧等视频素材的制作过程中快速将创意可视化并制作原型,也可以在TikTok、Instagram、Flicker等基于视频的社交媒体或YouTube等基于视频的平台上将文本内容可视化并上传。
{"title":"A Text-to-Dynamic Image Generation Method using Feature Information of Video","authors":"Taekeun Hong, Kang-Hyo Kim, Kiho Lim, Pankoo Kim","doi":"10.1145/3426020.3426038","DOIUrl":"https://doi.org/10.1145/3426020.3426038","url":null,"abstract":"Many studies are being conducted recently on text-to-image and text-to-video generation based on deep-learning. Text-to-image generation shows a noticeable performance, while the performance related to text-to-video generation is yet insufficient. Because the results of text-to-video generation are derived as multiple images according to the sequence, more feature information needs to be considered than in the text-to-image generation, and the relevance of each image should be considered. Thus, this study proposes a method of a text-to-dynamic image generation focusing on character, temporal, and background information to consider the feature information of a video. This method can be used to quickly visualize ideas and produce prototypes during the production process of video materials such as advertisements, movies, and TV series, and to visualize and upload textual posts on video-based social media services such as TikTok, Instagram, and Flicker, or video-based platforms such as YouTube.","PeriodicalId":305132,"journal":{"name":"The 9th International Conference on Smart Media and Applications","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-09-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124266222","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Cost-Effective Container Orchestration Using Usage Data 使用使用数据的经济高效的容器编排
Pub Date : 2020-09-17 DOI: 10.1145/3426020.3426123
Y. Nam, Hwansoo Han
Recent cloud IDE services provide containers as development environment to users. Since users have little knowledge on specific tasks to run and computing resources required in their containers, it is difficult to decide exactly how many containers to allocate to the cloud instance. Cloud services often employ conservative managing policy to make the cloud instances to an appropriate level, and only increase the instances little by little when their services encounter resource problems. In addition, a simple container placement policy creates a situation where no more containers can be allocated, even though resources are available in some of cloud instances depending on their execution situations. To improve this, we place as many cloud instances as possible based on the predicted container usage, which is collected from the usage data of the containers on previous cloud instances. When a cloud instance has too much surplus resource, we also employ container migration to effectively manage overall cloud instances. By equipping our cloud service with an intelligent management policy, we can reduce the total number of cloud instances in use and increase the cost efficiency for our cloud service by 14.7%, according to our simulation study.
最近的云IDE服务将容器作为开发环境提供给用户。由于用户对要运行的特定任务和容器中所需的计算资源知之甚少,因此很难确定要为云实例分配多少容器。云服务通常采用保守的管理策略,使云实例保持在适当的水平,只有在服务遇到资源问题时才逐渐增加实例。此外,简单的容器放置策略会导致无法分配更多容器,即使在某些云实例中根据其执行情况可以使用资源。为了改进这一点,我们根据预测的容器使用情况(从以前的云实例上的容器使用数据收集)放置了尽可能多的云实例。当一个云实例有过多的剩余资源时,我们还采用容器迁移来有效地管理整个云实例。根据我们的模拟研究,通过为我们的云服务配备智能管理策略,我们可以减少使用中的云实例总数,并将云服务的成本效率提高14.7%。
{"title":"Cost-Effective Container Orchestration Using Usage Data","authors":"Y. Nam, Hwansoo Han","doi":"10.1145/3426020.3426123","DOIUrl":"https://doi.org/10.1145/3426020.3426123","url":null,"abstract":"Recent cloud IDE services provide containers as development environment to users. Since users have little knowledge on specific tasks to run and computing resources required in their containers, it is difficult to decide exactly how many containers to allocate to the cloud instance. Cloud services often employ conservative managing policy to make the cloud instances to an appropriate level, and only increase the instances little by little when their services encounter resource problems. In addition, a simple container placement policy creates a situation where no more containers can be allocated, even though resources are available in some of cloud instances depending on their execution situations. To improve this, we place as many cloud instances as possible based on the predicted container usage, which is collected from the usage data of the containers on previous cloud instances. When a cloud instance has too much surplus resource, we also employ container migration to effectively manage overall cloud instances. By equipping our cloud service with an intelligent management policy, we can reduce the total number of cloud instances in use and increase the cost efficiency for our cloud service by 14.7%, according to our simulation study.","PeriodicalId":305132,"journal":{"name":"The 9th International Conference on Smart Media and Applications","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-09-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129775893","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
The 9th International Conference on Smart Media and Applications
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1