首页 > 最新文献

2014 International Conference on Smart Computing最新文献

英文 中文
Complex data collection in large-scale RFID systems 大规模RFID系统中的复杂数据采集
Pub Date : 2014-11-01 DOI: 10.1109/SMARTCOMP.2014.7043835
Weiping Zhu, Xiaohui Cui, Cheng Hu, Chao Ma
With the advance of RFID technology and pervasive computing, a growing number of RFID devices are deployed in the surrounding environment and form large-scale RFID systems. Many applications run on top of such a system, and perform diverse and possibly conflicting data collection tasks. Existing works about RFID data collection either focus on deducing events of interest from primitive data, or scheduling the activation of readers to mitigate various of interference. The former ones assume that the primitive data have been collected already, and the later ones assume that all the readers belong to a single application whose objective is to read all the tags once. It lacks an effective way to specify the constraints in the process of data collection for multiple applications, and coordinate the readers to meet such requirements. In this paper, we proposed a specification language and a reader coordination algorithm to solve this problem. Our language can be used to specify complex constraints in data collection tasks, based on attribute selection, set relations, and temporal relations. And then a permission based data collection approach is developed for the readers to meet these constraints in a distributed way. Extensive simulation results show that the proposed approach outperforms existing approaches in terms of the execution time.
随着RFID技术和普适计算的发展,越来越多的RFID设备部署在周围环境中,形成大规模的RFID系统。许多应用程序运行在这样的系统之上,并执行各种各样的、可能相互冲突的数据收集任务。关于RFID数据收集的现有工作要么侧重于从原始数据中推断出感兴趣的事件,要么安排阅读器的激活以减轻各种干扰。前一种方法假设已经收集了原始数据,后一种方法假设所有读取器属于单个应用程序,其目标是一次读取所有标记。它缺乏一种有效的方法来指定多应用数据采集过程中的约束,并协调阅读器以满足这些要求。本文提出了一种规范语言和一种读者协调算法来解决这一问题。我们的语言可用于根据属性选择、集合关系和时间关系来指定数据收集任务中的复杂约束。在此基础上,提出了一种基于权限的数据采集方法,以满足这些约束的分布式方式。大量的仿真结果表明,该方法在执行时间方面优于现有方法。
{"title":"Complex data collection in large-scale RFID systems","authors":"Weiping Zhu, Xiaohui Cui, Cheng Hu, Chao Ma","doi":"10.1109/SMARTCOMP.2014.7043835","DOIUrl":"https://doi.org/10.1109/SMARTCOMP.2014.7043835","url":null,"abstract":"With the advance of RFID technology and pervasive computing, a growing number of RFID devices are deployed in the surrounding environment and form large-scale RFID systems. Many applications run on top of such a system, and perform diverse and possibly conflicting data collection tasks. Existing works about RFID data collection either focus on deducing events of interest from primitive data, or scheduling the activation of readers to mitigate various of interference. The former ones assume that the primitive data have been collected already, and the later ones assume that all the readers belong to a single application whose objective is to read all the tags once. It lacks an effective way to specify the constraints in the process of data collection for multiple applications, and coordinate the readers to meet such requirements. In this paper, we proposed a specification language and a reader coordination algorithm to solve this problem. Our language can be used to specify complex constraints in data collection tasks, based on attribute selection, set relations, and temporal relations. And then a permission based data collection approach is developed for the readers to meet these constraints in a distributed way. Extensive simulation results show that the proposed approach outperforms existing approaches in terms of the execution time.","PeriodicalId":169858,"journal":{"name":"2014 International Conference on Smart Computing","volume":"43 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132841330","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}
引用次数: 6
Algorithmic approach to deadlock detection for resource allocation in heterogeneous platforms 异构平台资源分配中的死锁检测算法
Pub Date : 2014-11-01 DOI: 10.1109/SMARTCOMP.2014.7043845
Ha Huy Cuong Nguyen, Van Son Le, Thanh Thuy Nguyen
An allocation of resources to a virtual machine specifies the maximum amount of each individual element of each resource type that will be utilized, as well as the aggregate amount of each resource of each type. An allocation is thus represented by two vectors, a maximum elementary allocation vector and an aggregate allocation vector. There are more general types of resource allocation problems than those we consider here. In this paper, we present an approach for improving parallel deadlock detection algorithm, to schedule the policies of resource which supply for resource allocation in heterogeneous distributed platform. Parallel deadlock detection algorithm has a run time complexity of O(min(m,n)), where m is the number of resources and n is the number of processes. We propose the algorithm for allocating multiple resources to competing services running in virtual machines on a heterogeneous distributed platform. The experiments also compare the performance of the proposed approach with other related work.
对虚拟机的资源分配指定将使用的每种资源类型的每个单独元素的最大数量,以及每种类型的每种资源的总量。因此,分配由两个向量表示,一个最大基本分配向量和一个总分配向量。还有比我们在这里考虑的更一般类型的资源分配问题。本文提出了一种改进并行死锁检测算法的方法,以调度异构分布式平台上资源分配所需的资源策略。并行死锁检测算法的运行时复杂度为O(min(m,n)),其中m为资源数,n为进程数。在异构分布式平台上,我们提出了一种将多个资源分配给运行在虚拟机上的竞争服务的算法。实验还将该方法的性能与其他相关工作进行了比较。
{"title":"Algorithmic approach to deadlock detection for resource allocation in heterogeneous platforms","authors":"Ha Huy Cuong Nguyen, Van Son Le, Thanh Thuy Nguyen","doi":"10.1109/SMARTCOMP.2014.7043845","DOIUrl":"https://doi.org/10.1109/SMARTCOMP.2014.7043845","url":null,"abstract":"An allocation of resources to a virtual machine specifies the maximum amount of each individual element of each resource type that will be utilized, as well as the aggregate amount of each resource of each type. An allocation is thus represented by two vectors, a maximum elementary allocation vector and an aggregate allocation vector. There are more general types of resource allocation problems than those we consider here. In this paper, we present an approach for improving parallel deadlock detection algorithm, to schedule the policies of resource which supply for resource allocation in heterogeneous distributed platform. Parallel deadlock detection algorithm has a run time complexity of O(min(m,n)), where m is the number of resources and n is the number of processes. We propose the algorithm for allocating multiple resources to competing services running in virtual machines on a heterogeneous distributed platform. The experiments also compare the performance of the proposed approach with other related work.","PeriodicalId":169858,"journal":{"name":"2014 International Conference on Smart Computing","volume":"41 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121324442","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}
引用次数: 12
Facial expression recognition and generation using sparse autoencoder 基于稀疏自编码器的面部表情识别与生成
Pub Date : 2014-11-01 DOI: 10.1109/SMARTCOMP.2014.7043849
Yunfan Liu, Xueshi Hou, Jiansheng Chen, Chang Yang, G. Su, W. Dou
Facial expression recognition has important practical applications. In this paper, we propose a method based on the combination of optical flow and a deep neural network - stacked sparse autoencoder (SAE). This method classifies facial expressions into six categories (i.e. happiness, sadness, anger, fear, disgust and surprise). In order to extract the representation of facial expressions, we choose the optical flow method because it could analyze video image sequences effectively and reduce the influence of personal appearance difference on facial expression recognition. Then, we train the stacked SAE with the optical flow field as the input to extract high-level features. To achieve classification, we apply a softmax classifier on the top layer of the stacked SAE. This method is applied to the Extended Cohn-Kanade Dataset (CK+). The expression classification result shows that the SAE performances the classification effectively and successfully. Further experiments (transformation and purification) are carried out to illustrate the application of the feature extraction and input reconstruction ability of SAE.
面部表情识别具有重要的实际应用。本文提出了一种基于光流与深度神经网络相结合的方法——堆叠稀疏自编码器(SAE)。这种方法将面部表情分为六类(即快乐、悲伤、愤怒、恐惧、厌恶和惊讶)。为了提取面部表情的表示,我们选择光流方法,因为它可以有效地分析视频图像序列,并且可以减少个人外貌差异对面部表情识别的影响。然后,以光流场为输入,对叠加的SAE进行训练,提取高级特征;为了实现分类,我们在堆叠SAE的顶层应用了一个softmax分类器。该方法应用于扩展Cohn-Kanade数据集(CK+)。表达式分类结果表明,该方法能够有效、成功地进行分类。进一步的实验(变换和纯化)说明了SAE的特征提取和输入重建能力的应用。
{"title":"Facial expression recognition and generation using sparse autoencoder","authors":"Yunfan Liu, Xueshi Hou, Jiansheng Chen, Chang Yang, G. Su, W. Dou","doi":"10.1109/SMARTCOMP.2014.7043849","DOIUrl":"https://doi.org/10.1109/SMARTCOMP.2014.7043849","url":null,"abstract":"Facial expression recognition has important practical applications. In this paper, we propose a method based on the combination of optical flow and a deep neural network - stacked sparse autoencoder (SAE). This method classifies facial expressions into six categories (i.e. happiness, sadness, anger, fear, disgust and surprise). In order to extract the representation of facial expressions, we choose the optical flow method because it could analyze video image sequences effectively and reduce the influence of personal appearance difference on facial expression recognition. Then, we train the stacked SAE with the optical flow field as the input to extract high-level features. To achieve classification, we apply a softmax classifier on the top layer of the stacked SAE. This method is applied to the Extended Cohn-Kanade Dataset (CK+). The expression classification result shows that the SAE performances the classification effectively and successfully. Further experiments (transformation and purification) are carried out to illustrate the application of the feature extraction and input reconstruction ability of SAE.","PeriodicalId":169858,"journal":{"name":"2014 International Conference on Smart Computing","volume":"434 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116009856","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}
引用次数: 25
Automatic segmentation of brain MR images for patients with different kinds of epilepsy 不同类型癫痫患者脑MR图像的自动分割
Pub Date : 2014-11-01 DOI: 10.1109/SMARTCOMP.2014.7043861
Jie Wang, Rui Wang, Su Zhang, Jing Ding, Yuemin Zhu
Idiopathic generalized epilepsy (IGE) and symptomatic generalized epilepsy (SGE) are two kinds of generalized epilepsy. In this study, we discussed the methods of automatically segmentation of MR images for patients with these two kinds of epilepsy. K-Means clustering, expectation-maximization, and fuzzy c-means algorithms were employed to perform segmentation on brain images for patients with IGE. For patients with SGE, a trimmed likelihood estimator combined with Gaussian mixture model, which we improved based on other's existing work, was employed to detect obvious brain lesions on fluid-attenuated inversion recovery images. Gray matter, white matter, and cerebrospinal fluid were then segmented from the remaining normal brain part. Similarity metrics were used to evaluate the performance of the different segmentation methods. The Dice similarity coefficient of the segmentation results exceeded 70% and satisfied the basic clinical requirement. Actually, the segmentation results were acceptable to clinicians and can provide clinicians more disease information to diagnose and treat epilepsy.
特发性全身性癫痫(IGE)和症状性全身性癫痫(SGE)是两种全身性癫痫。在本研究中,我们讨论了这两种癫痫患者的MR图像的自动分割方法。采用K-Means聚类、期望最大化和模糊c-means算法对IGE患者的脑图像进行分割。对于SGE患者,我们在前人的基础上改进了一种结合高斯混合模型的修整似然估计,用于检测液体衰减反演恢复图像上明显的脑损伤。然后从剩余的正常脑部分分割灰质、白质和脑脊液。使用相似度指标来评价不同分割方法的性能。分割结果的Dice相似系数大于70%,满足临床基本要求。实际上,分割结果是临床医生可以接受的,可以为临床医生提供更多的疾病信息来诊断和治疗癫痫。
{"title":"Automatic segmentation of brain MR images for patients with different kinds of epilepsy","authors":"Jie Wang, Rui Wang, Su Zhang, Jing Ding, Yuemin Zhu","doi":"10.1109/SMARTCOMP.2014.7043861","DOIUrl":"https://doi.org/10.1109/SMARTCOMP.2014.7043861","url":null,"abstract":"Idiopathic generalized epilepsy (IGE) and symptomatic generalized epilepsy (SGE) are two kinds of generalized epilepsy. In this study, we discussed the methods of automatically segmentation of MR images for patients with these two kinds of epilepsy. K-Means clustering, expectation-maximization, and fuzzy c-means algorithms were employed to perform segmentation on brain images for patients with IGE. For patients with SGE, a trimmed likelihood estimator combined with Gaussian mixture model, which we improved based on other's existing work, was employed to detect obvious brain lesions on fluid-attenuated inversion recovery images. Gray matter, white matter, and cerebrospinal fluid were then segmented from the remaining normal brain part. Similarity metrics were used to evaluate the performance of the different segmentation methods. The Dice similarity coefficient of the segmentation results exceeded 70% and satisfied the basic clinical requirement. Actually, the segmentation results were acceptable to clinicians and can provide clinicians more disease information to diagnose and treat epilepsy.","PeriodicalId":169858,"journal":{"name":"2014 International Conference on Smart Computing","volume":"5 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125110649","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
Gas mixture control system for oxygen therapy in pre-term infants 早产儿氧疗用气体混合控制系统
Pub Date : 2014-11-01 DOI: 10.1109/SMARTCOMP.2014.7043870
Phattaradanai Kiratiwudhikul, Pornchai Chanyagorn
Pre-term infants - less than 37 weeks gestational age - usually had immature lungs' development, which resulted of poor oxygen saturation in red blood cells. A blood oxygen saturation level was measured in percent of Peripheral capillary oxygen saturation (SpO2). Medical doctors needed to order an oxygen therapy to maintain SpO2 of the infants between 90-95% while SpO2 of normal infants is 99-100%. Oxygen therapy was a procedure to stimulate lung functions and to maintain life. A registered nurse (RN) was responsible for adjusting levels of a fractional of inspired oxygen (FiO2) from 21% to 100% which was a proportion of oxygen gas provided to the infants periodically. In real situation, the adjustment could only be made as often as every 20-30 minutes, which might not be adequate. This caused ineffectiveness of an oxygen therapy and result in a longer hospital stay. A critical error of this adjustment could also cause blindness due to oxygen toxicity or dead due to hypoxia. This research was to develop a reliable embedded system that allowed automatically control of FiO2 according to an order of SpO2 by medical doctors. As a result, risks of oxygen toxicity and hypoxia could be minimized. The system also allowed medical doctors to use recorded data for future care planning in oxygen therapy.
早产儿——小于37周的胎龄——通常肺部发育不成熟,导致红细胞氧饱和度低。血氧饱和度以外周毛细血管血氧饱和度(SpO2)百分比测量。医生需要进行氧疗以维持婴儿的SpO2在90-95%之间,而正常婴儿的SpO2为99-100%。氧疗是一种刺激肺功能和维持生命的方法。一名注册护士(RN)负责将吸入氧气(FiO2)的分数水平从21%调整到100%,这是婴儿定期提供的氧气的比例。在实际情况下,只能每20-30分钟进行一次调整,这可能是不够的。这导致氧气治疗无效,并导致住院时间延长。这种调整的严重错误也可能导致因氧中毒而失明或因缺氧而死亡。这项研究是为了开发一种可靠的嵌入式系统,可以根据医生的SpO2命令自动控制FiO2。因此,氧中毒和缺氧的风险可以降到最低。该系统还允许医生使用记录的数据来制定未来的氧气治疗护理计划。
{"title":"Gas mixture control system for oxygen therapy in pre-term infants","authors":"Phattaradanai Kiratiwudhikul, Pornchai Chanyagorn","doi":"10.1109/SMARTCOMP.2014.7043870","DOIUrl":"https://doi.org/10.1109/SMARTCOMP.2014.7043870","url":null,"abstract":"Pre-term infants - less than 37 weeks gestational age - usually had immature lungs' development, which resulted of poor oxygen saturation in red blood cells. A blood oxygen saturation level was measured in percent of Peripheral capillary oxygen saturation (SpO2). Medical doctors needed to order an oxygen therapy to maintain SpO2 of the infants between 90-95% while SpO2 of normal infants is 99-100%. Oxygen therapy was a procedure to stimulate lung functions and to maintain life. A registered nurse (RN) was responsible for adjusting levels of a fractional of inspired oxygen (FiO2) from 21% to 100% which was a proportion of oxygen gas provided to the infants periodically. In real situation, the adjustment could only be made as often as every 20-30 minutes, which might not be adequate. This caused ineffectiveness of an oxygen therapy and result in a longer hospital stay. A critical error of this adjustment could also cause blindness due to oxygen toxicity or dead due to hypoxia. This research was to develop a reliable embedded system that allowed automatically control of FiO2 according to an order of SpO2 by medical doctors. As a result, risks of oxygen toxicity and hypoxia could be minimized. The system also allowed medical doctors to use recorded data for future care planning in oxygen therapy.","PeriodicalId":169858,"journal":{"name":"2014 International Conference on Smart Computing","volume":"3 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114360059","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
A distributed gaussian-means clustering algorithm for forecasting domestic energy usage 一种用于家庭能源使用预测的分布式高斯均值聚类算法
Pub Date : 2014-11-01 DOI: 10.1109/SMARTCOMP.2014.7043863
Antorweep Chakravorty, Chunming Rong, P. Evensen, T. Wlodarczyk
The adaptation of new technologies into the electrical energy infrastructure enables development of novel energy efficiency services. Introduction of smart meters into residential households allows collection of granular energy usage measures at frequent intervals. Analysis of such data could bring ample and detailed insights into the consumption behavior of households, allowing more accurate prediction of future loads. With the data intensive nature of these technologies, recent big data solutions allows harnessing of the enormous amounts of data being generated. We present a novel, scalable, distributed gaussian mean clustering algorithm for analyzing the energy consumption behavior of households in relation to different contributing factors such as weather conditions, type of day and time of the day. Based on forecasts of such contributing factors, we were able to predict a household's future energy usage much more accurately than other standard regression methods used for load forecasting.
将新技术应用到电力基础设施中,可以开发新的能源效率服务。将智能电表引入居民家庭,可以定期收集颗粒状的能源使用数据。对这些数据的分析可以使人们对家庭的消费行为有更充分和详细的了解,从而更准确地预测未来的负荷。由于这些技术的数据密集型特性,最近的大数据解决方案允许利用生成的大量数据。我们提出了一种新颖的、可扩展的、分布式高斯均值聚类算法,用于分析家庭能源消耗行为与不同因素(如天气条件、一天的类型和一天的时间)的关系。基于对这些影响因素的预测,我们能够比用于负荷预测的其他标准回归方法更准确地预测家庭未来的能源使用情况。
{"title":"A distributed gaussian-means clustering algorithm for forecasting domestic energy usage","authors":"Antorweep Chakravorty, Chunming Rong, P. Evensen, T. Wlodarczyk","doi":"10.1109/SMARTCOMP.2014.7043863","DOIUrl":"https://doi.org/10.1109/SMARTCOMP.2014.7043863","url":null,"abstract":"The adaptation of new technologies into the electrical energy infrastructure enables development of novel energy efficiency services. Introduction of smart meters into residential households allows collection of granular energy usage measures at frequent intervals. Analysis of such data could bring ample and detailed insights into the consumption behavior of households, allowing more accurate prediction of future loads. With the data intensive nature of these technologies, recent big data solutions allows harnessing of the enormous amounts of data being generated. We present a novel, scalable, distributed gaussian mean clustering algorithm for analyzing the energy consumption behavior of households in relation to different contributing factors such as weather conditions, type of day and time of the day. Based on forecasts of such contributing factors, we were able to predict a household's future energy usage much more accurately than other standard regression methods used for load forecasting.","PeriodicalId":169858,"journal":{"name":"2014 International Conference on Smart Computing","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126873617","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}
引用次数: 6
GeSmart: A gestural activity recognition model for predicting behavioral health 预测行为健康的手势活动识别模型
Pub Date : 2014-11-01 DOI: 10.1109/SMARTCOMP.2014.7043858
M. A. U. Alam, Nirmalya Roy
To promote independent living for elderly population activity recognition based approaches have been investigated deeply to infer the activities of daily living (ADLs) and instrumental activities of daily living (I-ADLs). Deriving and integrating the gestural activities (such as talking, coughing, and deglutition etc.) along with activity recognition approaches can not only help identify the daily activities or social interaction of the older adults but also provide unique insights into their long-term health care, wellness management and ambulatory conditions. Gestural activities (GAs), in general, help identify fine-grained physiological symptoms and chronic psychological conditions which are not directly observable from traditional activities of daily living. In this paper, we propose GeSmart, an energy efficient wearable smart earring based GA recognition model for detecting a combination of speech and non-speech events. To capture the GAs we propose to use only the accelerometer sensor inside our smart earring due to its energy efficient operations and ubiquitous presence in everyday wearable devices. We present initial results and insights based on a C4.5 classification algorithm to infer the infrequent GAs. Subsequently, we propose a novel change-point detection based hybrid classification method exploiting the emerging patterns in a variety of GAs to detect and infer infrequent GAs. Experimental results based on real data traces collected from 10 users demonstrate that this approach improves the accuracy of GAs classification by over 23%, compared to previously proposed pure classification-based solutions. We also note that the accelerometer sensor based earrings are surprisingly informative and energy efficient (by 2.3 times) for identifying different types of GAs.
为了促进老年人口的独立生活,研究了基于活动识别的方法来推断日常生活活动(ADLs)和工具性日常生活活动(I-ADLs)。提取和整合手势活动(如说话、咳嗽和吞咽等)以及活动识别方法不仅可以帮助识别老年人的日常活动或社会互动,而且可以为他们的长期健康护理、健康管理和流动状况提供独特的见解。一般来说,手势活动(GAs)有助于识别细微的生理症状和慢性心理状况,这些症状和慢性心理状况不能从传统的日常生活活动中直接观察到。在本文中,我们提出了GeSmart,一种基于节能可穿戴智能耳环的遗传识别模型,用于检测语音和非语音事件的组合。为了捕获气体,我们建议只使用智能耳环内的加速度计传感器,因为它的节能操作和无处不在的日常可穿戴设备。我们提出了基于C4.5分类算法的初步结果和见解,以推断不常见的GAs。随后,我们提出了一种新的基于变化点检测的混合分类方法,利用各种气体中出现的模式来检测和推断不常见的气体。基于从10个用户收集的真实数据轨迹的实验结果表明,与之前提出的纯基于分类的解决方案相比,该方法将GAs分类的准确率提高了23%以上。我们还注意到,基于加速度计传感器的耳环在识别不同类型的气体方面具有惊人的信息量和能效(高出2.3倍)。
{"title":"GeSmart: A gestural activity recognition model for predicting behavioral health","authors":"M. A. U. Alam, Nirmalya Roy","doi":"10.1109/SMARTCOMP.2014.7043858","DOIUrl":"https://doi.org/10.1109/SMARTCOMP.2014.7043858","url":null,"abstract":"To promote independent living for elderly population activity recognition based approaches have been investigated deeply to infer the activities of daily living (ADLs) and instrumental activities of daily living (I-ADLs). Deriving and integrating the gestural activities (such as talking, coughing, and deglutition etc.) along with activity recognition approaches can not only help identify the daily activities or social interaction of the older adults but also provide unique insights into their long-term health care, wellness management and ambulatory conditions. Gestural activities (GAs), in general, help identify fine-grained physiological symptoms and chronic psychological conditions which are not directly observable from traditional activities of daily living. In this paper, we propose GeSmart, an energy efficient wearable smart earring based GA recognition model for detecting a combination of speech and non-speech events. To capture the GAs we propose to use only the accelerometer sensor inside our smart earring due to its energy efficient operations and ubiquitous presence in everyday wearable devices. We present initial results and insights based on a C4.5 classification algorithm to infer the infrequent GAs. Subsequently, we propose a novel change-point detection based hybrid classification method exploiting the emerging patterns in a variety of GAs to detect and infer infrequent GAs. Experimental results based on real data traces collected from 10 users demonstrate that this approach improves the accuracy of GAs classification by over 23%, compared to previously proposed pure classification-based solutions. We also note that the accelerometer sensor based earrings are surprisingly informative and energy efficient (by 2.3 times) for identifying different types of GAs.","PeriodicalId":169858,"journal":{"name":"2014 International Conference on Smart Computing","volume":"47 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126836417","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}
引用次数: 11
Ensuring energy efficient coverage for participatory sensing in urban streets 确保城市街道参与式传感的节能覆盖
Pub Date : 2014-11-01 DOI: 10.1109/SMARTCOMP.2014.7043855
Adnan Khan, S. Imon, Sajal K. Das
Participatory sensing is an approach to data collection for monitoring different scenarios with the help of smartphone sensors. As more and more sensors are being added to smartphones, monitoring a wide range of scenarios has become possible with participatory sensing. An important issue in such participatory sensing application is the coverage of the collected data that reflects how well the data samples represent the monitored area. In the traditional approach, the data collection process is assisted by a server that knows the location of the participating devices and selects the necessary ones to cover the monitored area efficiently. However, for battery powered devices like smartphones, sending frequent location updates to the server is quite energy expensive. In this paper, we propose a framework, called STREET, for data collection from urban streets that can address the coverage problem where a participating mobile device is not required to send location updates to the server. In particular, our framework can collect data samples to ensure the requirements of a specified partial coverage, full coverage and k-coverage. STREET is assisted by a simple localization scheme for mobile devices that minimizes the usage of location sensor (e.g., GPS) while participating in the data collection process. Experiments from simulation studies show that our approach can significantly reduce energy consumption of the participating mobile devices.
参与式感知是一种在智能手机传感器的帮助下监测不同场景的数据收集方法。随着越来越多的传感器被添加到智能手机中,参与式传感已经成为监测各种场景的可能。这种参与式传感应用中的一个重要问题是所收集数据的覆盖范围,这反映了数据样本在多大程度上代表了监测区域。在传统的方法中,数据收集过程由服务器辅助,服务器知道参与设备的位置,并选择必要的设备来有效地覆盖监控区域。然而,对于像智能手机这样的电池供电设备,频繁地向服务器发送位置更新是非常昂贵的。在本文中,我们提出了一个名为STREET的框架,用于从城市街道收集数据,可以解决参与移动设备不需要向服务器发送位置更新的覆盖问题。特别是,我们的框架可以收集数据样本,以确保指定的部分覆盖,全覆盖和k-覆盖的要求。STREET由移动设备的简单定位方案辅助,该方案在参与数据收集过程时最大限度地减少了位置传感器(例如GPS)的使用。仿真实验表明,我们的方法可以显著降低参与移动设备的能耗。
{"title":"Ensuring energy efficient coverage for participatory sensing in urban streets","authors":"Adnan Khan, S. Imon, Sajal K. Das","doi":"10.1109/SMARTCOMP.2014.7043855","DOIUrl":"https://doi.org/10.1109/SMARTCOMP.2014.7043855","url":null,"abstract":"Participatory sensing is an approach to data collection for monitoring different scenarios with the help of smartphone sensors. As more and more sensors are being added to smartphones, monitoring a wide range of scenarios has become possible with participatory sensing. An important issue in such participatory sensing application is the coverage of the collected data that reflects how well the data samples represent the monitored area. In the traditional approach, the data collection process is assisted by a server that knows the location of the participating devices and selects the necessary ones to cover the monitored area efficiently. However, for battery powered devices like smartphones, sending frequent location updates to the server is quite energy expensive. In this paper, we propose a framework, called STREET, for data collection from urban streets that can address the coverage problem where a participating mobile device is not required to send location updates to the server. In particular, our framework can collect data samples to ensure the requirements of a specified partial coverage, full coverage and k-coverage. STREET is assisted by a simple localization scheme for mobile devices that minimizes the usage of location sensor (e.g., GPS) while participating in the data collection process. Experiments from simulation studies show that our approach can significantly reduce energy consumption of the participating mobile devices.","PeriodicalId":169858,"journal":{"name":"2014 International Conference on Smart Computing","volume":"45 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124556061","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}
引用次数: 12
Interactive visualization of high density streaming points with heat-map 高密度流点热图交互式可视化
Pub Date : 2014-11-01 DOI: 10.1109/SMARTCOMP.2014.7043852
Chenhui Li, G. Baciu, Yu Han
Visualization of high density streaming points has become a challenge in information exploration. In this paper, we present a new pipeline for the interactive visualization of large points set. The pipeline is based on the idea that heat-map can overcome the overlapping problem in visualization of high density streaming points. Thus, we firstly define a regular streaming format for large point set which can be updated or changed continually. Based on streaming points, we use kernel density estimation to estimate the point distribution and visualize the density image. Perceptive and interactive features are also considered in our visualization. To our knowledge, our pipeline is the first work that focuses on perceptive visualization of high density streaming points. The main step of our pipeline is accelerated via GPU rendering in order to make scene of real-time interaction in visualization. We demonstrate the visual effectiveness of our pipeline on a geographical dataset of high-density streaming points.
高密度流点的可视化已成为信息探索中的一个挑战。本文提出了一种新的大点集交互可视化管道。该管道基于热图的思想,可以克服高密度流点可视化中的重叠问题。因此,我们首先定义了一种可连续更新或变化的大型点集的规则流格式。在流点的基础上,利用核密度估计来估计点的分布,并将密度图像可视化。在我们的可视化中也考虑了感知和交互特征。据我们所知,我们的管道是第一个专注于高密度流点感知可视化的工作。我们的流水线的主要步骤是通过GPU渲染加速,以实现可视化的实时交互场景。我们在高密度流点的地理数据集上展示了我们的管道的视觉效果。
{"title":"Interactive visualization of high density streaming points with heat-map","authors":"Chenhui Li, G. Baciu, Yu Han","doi":"10.1109/SMARTCOMP.2014.7043852","DOIUrl":"https://doi.org/10.1109/SMARTCOMP.2014.7043852","url":null,"abstract":"Visualization of high density streaming points has become a challenge in information exploration. In this paper, we present a new pipeline for the interactive visualization of large points set. The pipeline is based on the idea that heat-map can overcome the overlapping problem in visualization of high density streaming points. Thus, we firstly define a regular streaming format for large point set which can be updated or changed continually. Based on streaming points, we use kernel density estimation to estimate the point distribution and visualize the density image. Perceptive and interactive features are also considered in our visualization. To our knowledge, our pipeline is the first work that focuses on perceptive visualization of high density streaming points. The main step of our pipeline is accelerated via GPU rendering in order to make scene of real-time interaction in visualization. We demonstrate the visual effectiveness of our pipeline on a geographical dataset of high-density streaming points.","PeriodicalId":169858,"journal":{"name":"2014 International Conference on Smart Computing","volume":"16 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122213655","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}
引用次数: 17
Learning to integrate local and global features for a blind image quality measure 学习整合局部和全局特征的盲图像质量测量
Pub Date : 2014-11-01 DOI: 10.1109/SMARTCOMP.2014.7043838
Min Liu, Guangtao Zhai, Ke Gu, Xiaokang Yang
In this paper, we present a new algorithm for blind/no-reference image quality assessment (BIQA/NR-IQA). Most existing measures are “opinion-aware”, demanding human opinion scored images to map image features to them. The task of obtaining human scores of images is, however, commonly thought to be uneconomical, and thus we focus on “opinion free” (OF) quality metrics in this research. By integrating local and global features, this paper develops a learning-based BIQA approach with three steps by combining local and global features together. In the first step of extracting local features, we use the quality aware clustering with the centroid of each quality level trained by K-means, while we in the second step compute the global features based on the natural scene statistics. Finally, the third step uses the SVR to train a regression module from the above-mentioned local and global features to derive the overall image quality score. Experimental results on LIVE, TID2008, CSIQ, and TID2013 databases validate the effectiveness of our proposed metric (a general framework) as compared to popular no-, reduced- and full-reference IQA approaches.
本文提出了一种新的盲/无参考图像质量评估算法(BIQA/NR-IQA)。大多数现有的测量方法都是“意见感知”的,要求人类对图像进行意见评分,并将图像特征映射到图像上。然而,获得人类图像分数的任务通常被认为是不经济的,因此我们在本研究中关注“无意见”(of)质量指标。本文通过整合局部特征和全局特征,将局部特征和全局特征结合起来,提出了一种基于学习的BIQA方法。在提取局部特征的第一步中,我们使用K-means训练的每个质量水平质心的质量感知聚类,而在第二步中,我们基于自然场景统计计算全局特征。最后,第三步使用SVR从上述局部和全局特征训练回归模块,得出整体图像质量分数。在LIVE、TID2008、CSIQ和TID2013数据库上的实验结果验证了与流行的无参考、减少参考和全参考IQA方法相比,我们提出的度量(一般框架)的有效性。
{"title":"Learning to integrate local and global features for a blind image quality measure","authors":"Min Liu, Guangtao Zhai, Ke Gu, Xiaokang Yang","doi":"10.1109/SMARTCOMP.2014.7043838","DOIUrl":"https://doi.org/10.1109/SMARTCOMP.2014.7043838","url":null,"abstract":"In this paper, we present a new algorithm for blind/no-reference image quality assessment (BIQA/NR-IQA). Most existing measures are “opinion-aware”, demanding human opinion scored images to map image features to them. The task of obtaining human scores of images is, however, commonly thought to be uneconomical, and thus we focus on “opinion free” (OF) quality metrics in this research. By integrating local and global features, this paper develops a learning-based BIQA approach with three steps by combining local and global features together. In the first step of extracting local features, we use the quality aware clustering with the centroid of each quality level trained by K-means, while we in the second step compute the global features based on the natural scene statistics. Finally, the third step uses the SVR to train a regression module from the above-mentioned local and global features to derive the overall image quality score. Experimental results on LIVE, TID2008, CSIQ, and TID2013 databases validate the effectiveness of our proposed metric (a general framework) as compared to popular no-, reduced- and full-reference IQA approaches.","PeriodicalId":169858,"journal":{"name":"2014 International Conference on Smart Computing","volume":"52 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129380610","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
期刊
2014 International Conference on Smart Computing
全部 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