首页 > 最新文献

2019 IEEE International Conference on Consumer Electronics - Asia (ICCE-Asia)最新文献

英文 中文
Classification using Support Vector Machine to Detect Cyberbullying in Social Media for Myanmar Language 支持向量机分类检测缅甸语社交媒体中的网络欺凌
Pub Date : 2019-06-01 DOI: 10.1109/icce-asia46551.2019.8942212
Yuzana Win
As a growth of the technological world, web technologies and social networking emerged and played an important role in telecommunication. People misuse the social network as a new weapon to make a person attack unable to find the identity of the attacker. Due to the illegal action, the technological world seems to face new challenges and new risks like cyberbullying. This paper proposes a supervised method for detection of Myanmar cyberbullying in social media by using Support Vector Machine (SVM) classifier. The proposed method includes three main steps: data preprocessing, word segmentation, and classification. In the first step, we extract the posts written in Myanmar text from social media. We break the posts and sentences into syllables into words by using the Longest Syllable Matching approach along with a dictionary as the second step. For the third step, we apply Support Vector Machine classifier to detect cyberbullying in social media whether the bullying words or not. Consequently, the experimental result shows that our method obtains 0.7540 classification accuracy in terms of F-score.
随着技术世界的发展,网络技术和社交网络在电信领域应运而生,并发挥了重要作用。人们滥用社交网络作为一种新的武器,使攻击者无法找到攻击者的身份。由于这种非法行为,科技世界似乎面临着新的挑战和新的风险,比如网络欺凌。本文提出了一种基于支持向量机(SVM)分类器的缅甸社交媒体网络欺凌监督检测方法。该方法包括三个主要步骤:数据预处理、分词和分类。第一步,我们从社交媒体中提取缅甸文的帖子。我们使用最长音节匹配方法和字典作为第二步,将帖子和句子的音节分解成单词。第三步,我们使用支持向量机分类器检测社交媒体中的网络欺凌行为,无论是否存在欺凌词。因此,实验结果表明,我们的方法在F-score方面获得了0.7540的分类精度。
{"title":"Classification using Support Vector Machine to Detect Cyberbullying in Social Media for Myanmar Language","authors":"Yuzana Win","doi":"10.1109/icce-asia46551.2019.8942212","DOIUrl":"https://doi.org/10.1109/icce-asia46551.2019.8942212","url":null,"abstract":"As a growth of the technological world, web technologies and social networking emerged and played an important role in telecommunication. People misuse the social network as a new weapon to make a person attack unable to find the identity of the attacker. Due to the illegal action, the technological world seems to face new challenges and new risks like cyberbullying. This paper proposes a supervised method for detection of Myanmar cyberbullying in social media by using Support Vector Machine (SVM) classifier. The proposed method includes three main steps: data preprocessing, word segmentation, and classification. In the first step, we extract the posts written in Myanmar text from social media. We break the posts and sentences into syllables into words by using the Longest Syllable Matching approach along with a dictionary as the second step. For the third step, we apply Support Vector Machine classifier to detect cyberbullying in social media whether the bullying words or not. Consequently, the experimental result shows that our method obtains 0.7540 classification accuracy in terms of F-score.","PeriodicalId":117814,"journal":{"name":"2019 IEEE International Conference on Consumer Electronics - Asia (ICCE-Asia)","volume":"14 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121128052","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}
引用次数: 2
Exploring Deep Learning-based Branch Prediction for Computer Devices 探索基于深度学习的计算机设备分支预测
Pub Date : 2019-06-01 DOI: 10.1109/icce-asia46551.2019.8942202
Yeongeun Seo, Jaehyun Park, Jung Ho Ahn, Taesup Moon
Branch predictor is a critical component in CPUs because its prediction accuracy highly influences the performance of computer devices. This technology attempts to predict whether a branch instruction is ‘taken’ or ‘not taken’ and executes the following instructions in an execution order based on the prediction result. If the prediction is incorrect, those speculatively executed instructions must be rolled back, causing overheads on both performance and energy efficiency. Conventional branch predictors typically adopt rule-based methods exploiting branch history (i.e., whether recently encountered branches in the course of execution or on the same address of the current instruction were taken or not), whereas deep learning-based prediction methods have been recently proposed. In this paper, we show the neural network model learned with less dataset generalizes well for all applications, not just for specific applications in the training set. Also, unlike the previous deep learning-based branch prediction studies, which were difficult to reproduce, this paper includes clear experiment contents.
分支预测器是cpu中的关键部件,它的预测精度直接影响到计算机设备的性能。该技术试图预测分支指令是否被“采用”或“未采用”,并根据预测结果按执行顺序执行以下指令。如果预测不正确,那些推测性执行的指令必须回滚,这会导致性能和能源效率的开销。传统的分支预测器通常采用基于规则的方法,利用分支历史(即,是否在执行过程中最近遇到分支,或者是否在当前指令的同一地址上采取分支),而基于深度学习的预测方法最近已经提出。在本文中,我们证明了使用较少数据集学习的神经网络模型可以很好地泛化所有应用,而不仅仅是训练集中的特定应用。此外,与以往基于深度学习的分支预测研究难以重现不同,本文包含了清晰的实验内容。
{"title":"Exploring Deep Learning-based Branch Prediction for Computer Devices","authors":"Yeongeun Seo, Jaehyun Park, Jung Ho Ahn, Taesup Moon","doi":"10.1109/icce-asia46551.2019.8942202","DOIUrl":"https://doi.org/10.1109/icce-asia46551.2019.8942202","url":null,"abstract":"Branch predictor is a critical component in CPUs because its prediction accuracy highly influences the performance of computer devices. This technology attempts to predict whether a branch instruction is ‘taken’ or ‘not taken’ and executes the following instructions in an execution order based on the prediction result. If the prediction is incorrect, those speculatively executed instructions must be rolled back, causing overheads on both performance and energy efficiency. Conventional branch predictors typically adopt rule-based methods exploiting branch history (i.e., whether recently encountered branches in the course of execution or on the same address of the current instruction were taken or not), whereas deep learning-based prediction methods have been recently proposed. In this paper, we show the neural network model learned with less dataset generalizes well for all applications, not just for specific applications in the training set. Also, unlike the previous deep learning-based branch prediction studies, which were difficult to reproduce, this paper includes clear experiment contents.","PeriodicalId":117814,"journal":{"name":"2019 IEEE International Conference on Consumer Electronics - Asia (ICCE-Asia)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130878500","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
Portable Blood Typing Device Using Image Analysis 使用图像分析的便携式血型检测装置
Pub Date : 2019-06-01 DOI: 10.1109/icce-asia46551.2019.8941604
Jennifer C. Dela Cruz, Ramon G. Garcia, Annissa Vi C. Diaz, Angelika Mae B. Diño, Danielle Jane I. Nicdao, Christine Shayne S. Venancio
Blood type can be determined by the presence or absence of antigens in the red blood cells, and can be classified by the ABO (A, $B$, AB, O) and Rh D (either positive or negative) systems. Knowing one's blood type is one of the most crucial steps before blood transfusion or any medical operations to prevent the risk of receiving incompatible blood that could lead to adverse or even fatal reactions to patients. Although fully automated blood testing instruments are already being used in some major hospitals, its large size and long processing time, limit its ability to be used in emergency situations. Hence, during onsite blood typing, the traditional or the slide method is being used, which is less accurate due to human errors. This paper presents a raspberry pi based image processing system that is capable of determining all eight types of blood using Canny Edge and Contour Detection. All blood types detected by the proposed system matched that of the known blood samples for the controlled testing of all five samples with five trials each sample for the known A+, $B$+ AB+, O+, A-, B-, AB- and O-. Uncontrolled testing was also performed to compare the results of the ten random blood types identified by the proposed prototype to the results obtained from test tube method. All these ten samples matched the results obtained from the clinical laboratory. This portable and automated device could avoid human errors, without risking accurate results that could be obtain in a short period of time.
血型可以通过红细胞中抗原的存在与否来确定,并可以通过ABO (A, B, AB, O)和Rh D(阳性或阴性)系统来分类。在输血或任何医疗手术之前,了解自己的血型是最关键的步骤之一,以防止接受不相容血液的风险,这可能导致患者不良甚至致命的反应。虽然全自动血液检测仪器已经在一些大医院使用,但其体积大,处理时间长,限制了其在紧急情况下使用的能力。因此,在现场血型时,由于人为错误,使用传统的或载玻片法,其准确性较低。本文提出了一种基于树莓派的图像处理系统,该系统能够使用Canny边缘和轮廓检测来确定所有八种类型的血液。所提出的系统检测到的所有血型都与已知的血液样本相匹配,用于所有五个样本的控制测试,每个样本的已知A+, $B$+ AB+, O+, A-, B-, AB-和O-进行五次试验。并进行了非对照试验,将所提出的原型识别的十种随机血型的结果与试管法的结果进行了比较。这十个样本都与临床实验室的结果相符。这种便携式自动化设备可以避免人为错误,而不会在短时间内获得准确的结果。
{"title":"Portable Blood Typing Device Using Image Analysis","authors":"Jennifer C. Dela Cruz, Ramon G. Garcia, Annissa Vi C. Diaz, Angelika Mae B. Diño, Danielle Jane I. Nicdao, Christine Shayne S. Venancio","doi":"10.1109/icce-asia46551.2019.8941604","DOIUrl":"https://doi.org/10.1109/icce-asia46551.2019.8941604","url":null,"abstract":"Blood type can be determined by the presence or absence of antigens in the red blood cells, and can be classified by the ABO (A, $B$, AB, O) and Rh D (either positive or negative) systems. Knowing one's blood type is one of the most crucial steps before blood transfusion or any medical operations to prevent the risk of receiving incompatible blood that could lead to adverse or even fatal reactions to patients. Although fully automated blood testing instruments are already being used in some major hospitals, its large size and long processing time, limit its ability to be used in emergency situations. Hence, during onsite blood typing, the traditional or the slide method is being used, which is less accurate due to human errors. This paper presents a raspberry pi based image processing system that is capable of determining all eight types of blood using Canny Edge and Contour Detection. All blood types detected by the proposed system matched that of the known blood samples for the controlled testing of all five samples with five trials each sample for the known A+, $B$+ AB+, O+, A-, B-, AB- and O-. Uncontrolled testing was also performed to compare the results of the ten random blood types identified by the proposed prototype to the results obtained from test tube method. All these ten samples matched the results obtained from the clinical laboratory. This portable and automated device could avoid human errors, without risking accurate results that could be obtain in a short period of time.","PeriodicalId":117814,"journal":{"name":"2019 IEEE International Conference on Consumer Electronics - Asia (ICCE-Asia)","volume":"38 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114726619","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
Maximum Sustained Wind Speed Simulation of Storm Surge with Long Short-Term Memory 具有长短期记忆的风暴潮最大持续风速模拟
Pub Date : 2019-06-01 DOI: 10.1109/icce-asia46551.2019.8942201
A. M. Tun, May Aye Khine
Tropical cyclones threatened many countries around the Bay of Bengal as storm surges. India, Bangladesh, and Myanmar have much destruction along the coastal regions due to storm surge. So, storm surge prediction needs to be accurate. Traditional process-based numerical models have high computational demands to make timely forecast and deterministic numerical models are strongly dependent on accurate meteorological input to predict storm surge. In this work, a Long Short-Term Memory Neural Network (LSTM) used to simulate the maximum sustained wind speed of storm in coastal areas of the Bay of Bengal and the Arabian Sea. Simulated and historical storm data are collected from the Regional Specialized Meteorological Centre (RSMC).
热带气旋以风暴潮的形式威胁着孟加拉湾周围的许多国家。由于风暴潮,印度、孟加拉国和缅甸沿海地区遭受了严重破坏。因此,风暴潮预测需要准确。传统的基于过程的数值模式对计算量的要求较高,难以及时预报,而确定性数值模式在预测风暴潮时强烈依赖于准确的气象输入。本文利用长短期记忆神经网络(LSTM)模拟了孟加拉湾和阿拉伯海沿岸地区风暴的最大持续风速。模拟及历史风暴资料由区域专业气象中心(RSMC)收集。
{"title":"Maximum Sustained Wind Speed Simulation of Storm Surge with Long Short-Term Memory","authors":"A. M. Tun, May Aye Khine","doi":"10.1109/icce-asia46551.2019.8942201","DOIUrl":"https://doi.org/10.1109/icce-asia46551.2019.8942201","url":null,"abstract":"Tropical cyclones threatened many countries around the Bay of Bengal as storm surges. India, Bangladesh, and Myanmar have much destruction along the coastal regions due to storm surge. So, storm surge prediction needs to be accurate. Traditional process-based numerical models have high computational demands to make timely forecast and deterministic numerical models are strongly dependent on accurate meteorological input to predict storm surge. In this work, a Long Short-Term Memory Neural Network (LSTM) used to simulate the maximum sustained wind speed of storm in coastal areas of the Bay of Bengal and the Arabian Sea. Simulated and historical storm data are collected from the Regional Specialized Meteorological Centre (RSMC).","PeriodicalId":117814,"journal":{"name":"2019 IEEE International Conference on Consumer Electronics - Asia (ICCE-Asia)","volume":"87 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126729060","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
Ambient Mode: A Novel Service and Intelligent Control based on User Awareness using BLE and Wi-Fi 环境模式:一种基于BLE和Wi-Fi用户感知的新型服务和智能控制
Pub Date : 2019-06-01 DOI: 10.1109/icce-asia46551.2019.8942196
Suk-Un Yoon, Jinho Kim, Jongha Woo, Younghoon Moon, Cheul-hee Hahm
In this paper, we introduce a novel service, Ambient Mode, which delivers a functional value to customers when TV is off. Instead of showing a meaningless black screen, the Ambient Mode provides meaningful and emotional background experiences. To mitigate users' concern about the cost of using the Ambient feature, the TV intelligently detects the presence of a person in the room from the registered mobile's BLE (Bluetooth Low Energy) signal and Wi-Fi connection to AP (Access Point). If there is no user nearby, the TV intelligently turns off, to save energy (a manual-off timer is available too). To interact with both Android phone and iPhone, we design a general BLE advertisement for Android phone and an iBeacon format for iPhone. On the BLE proximity-based service, the Ambient Mode can be turned off/on based on the BLE signal presence. On the Wi-Fi connection based service for long-range detection, TV can detect mobile's AP connection using ARP (Address Resolution Protocol). The proposed service and intelligent controls have been implemented as real products and launched the service of Ambient Mode in the market.
在本文中,我们介绍了一种新颖的服务,即环境模式,它可以在电视关闭时为客户提供功能价值。而不是显示无意义的黑屏,环境模式提供了有意义和情感的背景体验。为了减轻用户对使用环境功能成本的担忧,电视通过已注册手机的BLE(低功耗蓝牙)信号和Wi-Fi连接到AP(接入点),智能地检测房间中有人的存在。如果附近没有用户,电视会自动关闭,以节省能源(也有手动关闭定时器)。为了与Android手机和iPhone进行交互,我们设计了一个通用的Android手机BLE广告和一个iBeacon格式的iPhone广告。在基于BLE接近度的服务中,可以根据BLE信号的存在来关闭/打开Ambient Mode。在基于Wi-Fi连接的远程检测业务中,电视可以通过ARP(地址解析协议)检测移动设备的AP连接。所提出的服务和智能控制已作为实产品实施,并推出了Ambient Mode服务。
{"title":"Ambient Mode: A Novel Service and Intelligent Control based on User Awareness using BLE and Wi-Fi","authors":"Suk-Un Yoon, Jinho Kim, Jongha Woo, Younghoon Moon, Cheul-hee Hahm","doi":"10.1109/icce-asia46551.2019.8942196","DOIUrl":"https://doi.org/10.1109/icce-asia46551.2019.8942196","url":null,"abstract":"In this paper, we introduce a novel service, Ambient Mode, which delivers a functional value to customers when TV is off. Instead of showing a meaningless black screen, the Ambient Mode provides meaningful and emotional background experiences. To mitigate users' concern about the cost of using the Ambient feature, the TV intelligently detects the presence of a person in the room from the registered mobile's BLE (Bluetooth Low Energy) signal and Wi-Fi connection to AP (Access Point). If there is no user nearby, the TV intelligently turns off, to save energy (a manual-off timer is available too). To interact with both Android phone and iPhone, we design a general BLE advertisement for Android phone and an iBeacon format for iPhone. On the BLE proximity-based service, the Ambient Mode can be turned off/on based on the BLE signal presence. On the Wi-Fi connection based service for long-range detection, TV can detect mobile's AP connection using ARP (Address Resolution Protocol). The proposed service and intelligent controls have been implemented as real products and launched the service of Ambient Mode in the market.","PeriodicalId":117814,"journal":{"name":"2019 IEEE International Conference on Consumer Electronics - Asia (ICCE-Asia)","volume":"70 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114831154","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
An Approach to Non-contact Monitoring of Respiratory Rate and Breathing Pattern Based on Slow Motion Images 一种基于慢动作图像的呼吸频率和呼吸模式非接触监测方法
Pub Date : 2019-06-01 DOI: 10.1109/icce-asia46551.2019.8942221
Prasara Jakkaew, T. Onoye
Respiratory rate is the first observation to indicate a health problem. This study presents an approach to noncontact monitoring of respiratory rate and breathing pattern based on slow-motion images focus on sleeping positions. The movement while breathing is too tiny to be observed with the naked eyes. The body movement is captured by the slow-motion mode built in a smartphone camera. The primary benefit of this approach is the utilization of an accessibility device which everyone can use at home. The respiratory rate was obtained from the intensity value in the selected region of interest around the chest and abdomen area with used the Gaussian filter to reduce the noise. A motion tracking algorithm was implemented to track the region of interest movements. The obtained signal should be smoothed to reflect the breathing pattern then the Findpeaks function is applied in order to count the number of peaks for representing the number of the breaths. The result demonstrates that simple computer vision techniques can provide highly accurate breathing assessment. The accuracy depends on the location and size of region of interest, signal smoothing, and filter types. Besides, other variables affect accuracy, such as background views or patterns on clothing.
呼吸频率是显示健康问题的第一个观察指标。本研究提出了一种基于睡眠姿势的慢动作图像对呼吸频率和呼吸模式进行非接触监测的方法。呼吸时的运动非常微小,肉眼无法观察到。智能手机摄像头内置的慢动作模式可以捕捉到身体的动作。这种方法的主要好处是利用了每个人都可以在家里使用的辅助设备。呼吸频率由胸腹周围选定感兴趣区域的强度值得到,并采用高斯滤波去除噪声。实现了一种运动跟踪算法,对感兴趣的运动区域进行跟踪。获得的信号应该被平滑以反映呼吸模式,然后应用Findpeaks函数来计算代表呼吸次数的峰值数量。结果表明,简单的计算机视觉技术可以提供高精度的呼吸评估。精度取决于感兴趣区域的位置和大小、信号平滑和滤波器类型。此外,其他变量也会影响准确性,例如背景视图或服装上的图案。
{"title":"An Approach to Non-contact Monitoring of Respiratory Rate and Breathing Pattern Based on Slow Motion Images","authors":"Prasara Jakkaew, T. Onoye","doi":"10.1109/icce-asia46551.2019.8942221","DOIUrl":"https://doi.org/10.1109/icce-asia46551.2019.8942221","url":null,"abstract":"Respiratory rate is the first observation to indicate a health problem. This study presents an approach to noncontact monitoring of respiratory rate and breathing pattern based on slow-motion images focus on sleeping positions. The movement while breathing is too tiny to be observed with the naked eyes. The body movement is captured by the slow-motion mode built in a smartphone camera. The primary benefit of this approach is the utilization of an accessibility device which everyone can use at home. The respiratory rate was obtained from the intensity value in the selected region of interest around the chest and abdomen area with used the Gaussian filter to reduce the noise. A motion tracking algorithm was implemented to track the region of interest movements. The obtained signal should be smoothed to reflect the breathing pattern then the Findpeaks function is applied in order to count the number of peaks for representing the number of the breaths. The result demonstrates that simple computer vision techniques can provide highly accurate breathing assessment. The accuracy depends on the location and size of region of interest, signal smoothing, and filter types. Besides, other variables affect accuracy, such as background views or patterns on clothing.","PeriodicalId":117814,"journal":{"name":"2019 IEEE International Conference on Consumer Electronics - Asia (ICCE-Asia)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129594234","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}
引用次数: 4
Implementation of Novel Fractional Powered Binomial Filter (FPBF) in 5G-UFMC 新型分数阶供电二项滤波器(FPBF)在5G-UFMC中的实现
Pub Date : 2019-06-01 DOI: 10.1109/icce-asia46551.2019.8942198
Rafee Al Ahsan, A. Baki
The world will see the standardization and deployment of 5G cellular technologies by the year 2020. Different modulation techniques are proposed in Internet of Things (IoT) based 5G, one of them is Universal Filtered Multi-Carrier (UFMC) system. UFMC uses Dolph-Chebyshev Filter to reduce the sub-band interferences. We have investigated a novel concept of Fractional Powered Binomial Filter (FPBF) for UFMC that can perform better than Dolph-Chebyshev Filter based UFMC. It was seen in our study that Dolph-Chebyshev Filter causes comparatively higher level of sub-band interference. This paper describes a better method of interference reduction among the sub-bands of UFMC-based 5G using novel FPBF. Bandwidth of each sub-band as well as adjacent-channel interference of UFMC can be easily controlled using a single parameter of FPBF.
到2020年,全球将看到5G蜂窝技术的标准化和部署。基于物联网(IoT)的5G提出了不同的调制技术,其中之一是通用滤波多载波(UFMC)系统。UFMC采用道尔夫-切比雪夫滤波器来减少子带干扰。我们研究了一种分数阶功率二项滤波器(FPBF)的新概念,它比基于dolphor - chebyshev滤波器的UFMC性能更好。在我们的研究中可以看到,海豚-切比雪夫滤波器会产生较高的子带干扰。本文介绍了一种利用新型FPBF更好地降低基于ufmc的5G子带间干扰的方法。利用FPBF的单个参数可以很容易地控制UFMC的各子带带宽和邻接信道干扰。
{"title":"Implementation of Novel Fractional Powered Binomial Filter (FPBF) in 5G-UFMC","authors":"Rafee Al Ahsan, A. Baki","doi":"10.1109/icce-asia46551.2019.8942198","DOIUrl":"https://doi.org/10.1109/icce-asia46551.2019.8942198","url":null,"abstract":"The world will see the standardization and deployment of 5G cellular technologies by the year 2020. Different modulation techniques are proposed in Internet of Things (IoT) based 5G, one of them is Universal Filtered Multi-Carrier (UFMC) system. UFMC uses Dolph-Chebyshev Filter to reduce the sub-band interferences. We have investigated a novel concept of Fractional Powered Binomial Filter (FPBF) for UFMC that can perform better than Dolph-Chebyshev Filter based UFMC. It was seen in our study that Dolph-Chebyshev Filter causes comparatively higher level of sub-band interference. This paper describes a better method of interference reduction among the sub-bands of UFMC-based 5G using novel FPBF. Bandwidth of each sub-band as well as adjacent-channel interference of UFMC can be easily controlled using a single parameter of FPBF.","PeriodicalId":117814,"journal":{"name":"2019 IEEE International Conference on Consumer Electronics - Asia (ICCE-Asia)","volume":"24 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122249354","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}
引用次数: 4
Design and Implementation of an Intravenous Infusion Control and Monitoring System 静脉输液控制与监测系统的设计与实现
Pub Date : 2019-06-01 DOI: 10.1109/icce-asia46551.2019.8941599
M. V. Caya, Marvin U. Cosindad, Nicanor I. Marcelo, Jose Nicolas M. Santos, J. L. Torres
Most of the incidents involving intravenous infusion are attributed to the complexity of the administration process and insufficient medical service provider-to-patient ratio. The growing number incidents like these call for the development of an automated intravenous administration process. This paper describes the software aspect of an infusion control system for intravenous fluids including the development of a graphical user interface for infusion monitoring, creation of database for IV prescriptions and the automated flow control. This paper also compared the experimental drop rate as observed by the sensor with the manually obtained drop rate. In over 20 samples, the system produced a two-tailed p value of 0.4565 using a statistical hypothesis t-test.
大多数涉及静脉输液的事件都是由于管理程序复杂和医疗服务提供者与患者的比例不足。越来越多的此类事件要求开发自动静脉注射给药流程。本文介绍了静脉输液控制系统的软件方面,包括输液监测图形用户界面的开发、静脉处方数据库的创建和自动流量控制。本文还将传感器观测到的实验落差与人工计算得到的落差进行了比较。在20多个样本中,系统使用统计假设t检验产生双尾p值为0.4565。
{"title":"Design and Implementation of an Intravenous Infusion Control and Monitoring System","authors":"M. V. Caya, Marvin U. Cosindad, Nicanor I. Marcelo, Jose Nicolas M. Santos, J. L. Torres","doi":"10.1109/icce-asia46551.2019.8941599","DOIUrl":"https://doi.org/10.1109/icce-asia46551.2019.8941599","url":null,"abstract":"Most of the incidents involving intravenous infusion are attributed to the complexity of the administration process and insufficient medical service provider-to-patient ratio. The growing number incidents like these call for the development of an automated intravenous administration process. This paper describes the software aspect of an infusion control system for intravenous fluids including the development of a graphical user interface for infusion monitoring, creation of database for IV prescriptions and the automated flow control. This paper also compared the experimental drop rate as observed by the sensor with the manually obtained drop rate. In over 20 samples, the system produced a two-tailed p value of 0.4565 using a statistical hypothesis t-test.","PeriodicalId":117814,"journal":{"name":"2019 IEEE International Conference on Consumer Electronics - Asia (ICCE-Asia)","volume":"25 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117257695","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}
引用次数: 14
Impacts of Artefacts and Adversarial Attacks in Deep Learning based Action Recognition 人工制品和对抗性攻击在基于深度学习的动作识别中的影响
Pub Date : 2019-06-01 DOI: 10.1109/icce-asia46551.2019.8942197
Anh H. Nguyen, Huyen T. T. Tran, Duc V. Nguyen, T. Thang
Current state-of-the-art deep learning-based models for human action recognition achieve impressive accuracy on benchmark datasets. However, the fact that those models are trained and tested on “clean” and high-quality input data raises a concern about their reliability under transmission artefacts and adversarial perturbations. In this work, we conduct for the first time an evaluation of the impacts of artefacts and adversarial attacks in deep learning-based human action recognition. Findings from this evaluation provide insights into the behaviors of action recognition under hostile conditions of best-effort networks.
目前最先进的基于深度学习的人类行为识别模型在基准数据集上取得了令人印象深刻的准确性。然而,这些模型是在“干净”和高质量的输入数据上进行训练和测试的,这一事实引起了人们对它们在传输伪像和对抗性扰动下的可靠性的担忧。在这项工作中,我们首次对人工制品和对抗性攻击在基于深度学习的人类行为识别中的影响进行了评估。从这个评估的发现提供了洞见的行为识别的最佳努力网络的敌对条件下的行为。
{"title":"Impacts of Artefacts and Adversarial Attacks in Deep Learning based Action Recognition","authors":"Anh H. Nguyen, Huyen T. T. Tran, Duc V. Nguyen, T. Thang","doi":"10.1109/icce-asia46551.2019.8942197","DOIUrl":"https://doi.org/10.1109/icce-asia46551.2019.8942197","url":null,"abstract":"Current state-of-the-art deep learning-based models for human action recognition achieve impressive accuracy on benchmark datasets. However, the fact that those models are trained and tested on “clean” and high-quality input data raises a concern about their reliability under transmission artefacts and adversarial perturbations. In this work, we conduct for the first time an evaluation of the impacts of artefacts and adversarial attacks in deep learning-based human action recognition. Findings from this evaluation provide insights into the behaviors of action recognition under hostile conditions of best-effort networks.","PeriodicalId":117814,"journal":{"name":"2019 IEEE International Conference on Consumer Electronics - Asia (ICCE-Asia)","volume":"6 3 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127692641","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
Occluded Facial Recognition with 2DPCA based Convolutional Neural Network 基于2DPCA的卷积神经网络遮挡人脸识别
Pub Date : 2019-06-01 DOI: 10.1109/icce-asia46551.2019.8942204
Sittiphan Sarapakdi, Phaderm Nangsue, Charnchai Pluempitiwirivawej
Face occlusions with glasses or scarf are quite common in the real-world scenes, or more seriously, terrorists often cover their faces with sunglasses or a mask to hide themselves from the cameras. Occluded facial recognition is, therefore, an important problem in surveillance & defense department. A system that can recognize faces with occlusions may need to be trained by a huge set of facial databases. To reduce the complexity of an occluded facial recognition system, this paper investigates the effects of the two-dimensional principal component analysis (2DPCA) in the initialization phase on image classification by the convolutional neural network (CNN). Our experiments show that 2DPCA can reduce the image dimension for training while keeping the accuracy rate comparing to using the whole images. Our results, at 0.001 learning rate, showed 81.91% accuracy with 120 eigenvectors for the AR database, and 99.95 % accuracy rate with 190 eigenvectors for the GTAV database.
在现实场景中,用眼镜或围巾遮住脸是很常见的,更严重的是,恐怖分子经常用太阳镜或面具遮住脸,以躲避摄像头。因此,遮挡人脸识别是监视和国防部门面临的一个重要问题。一个能够识别有遮挡的人脸的系统可能需要通过大量的面部数据库进行训练。为了降低遮挡人脸识别系统的复杂性,本文研究了初始化阶段的二维主成分分析(2DPCA)对卷积神经网络(CNN)图像分类的影响。我们的实验表明,与使用整个图像相比,2DPCA可以在保持准确率的同时降低图像的维数进行训练。我们的研究结果显示,在0.001的学习率下,AR数据库的120个特征向量的准确率为81.91%,GTAV数据库的190个特征向量的准确率为99.95%。
{"title":"Occluded Facial Recognition with 2DPCA based Convolutional Neural Network","authors":"Sittiphan Sarapakdi, Phaderm Nangsue, Charnchai Pluempitiwirivawej","doi":"10.1109/icce-asia46551.2019.8942204","DOIUrl":"https://doi.org/10.1109/icce-asia46551.2019.8942204","url":null,"abstract":"Face occlusions with glasses or scarf are quite common in the real-world scenes, or more seriously, terrorists often cover their faces with sunglasses or a mask to hide themselves from the cameras. Occluded facial recognition is, therefore, an important problem in surveillance & defense department. A system that can recognize faces with occlusions may need to be trained by a huge set of facial databases. To reduce the complexity of an occluded facial recognition system, this paper investigates the effects of the two-dimensional principal component analysis (2DPCA) in the initialization phase on image classification by the convolutional neural network (CNN). Our experiments show that 2DPCA can reduce the image dimension for training while keeping the accuracy rate comparing to using the whole images. Our results, at 0.001 learning rate, showed 81.91% accuracy with 120 eigenvectors for the AR database, and 99.95 % accuracy rate with 190 eigenvectors for the GTAV database.","PeriodicalId":117814,"journal":{"name":"2019 IEEE International Conference on Consumer Electronics - Asia (ICCE-Asia)","volume":"438 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115936714","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}
引用次数: 2
期刊
2019 IEEE International Conference on Consumer Electronics - Asia (ICCE-Asia)
全部 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