首页 > 最新文献

2020 IEEE 44th Annual Computers, Software, and Applications Conference (COMPSAC)最新文献

英文 中文
Toward Ordering the Set of Modifications to Solve a Maintenance Request 为解决维修要求而订购一套修改
Pub Date : 2020-07-01 DOI: 10.1109/COMPSAC48688.2020.0-116
G. Villavicencio
In this paper we set out the idea that the text plain nature of the software source code, as we know it today, is a strong obstacle for an effective maintenance. The reason is that all the software artifact elements, from the most complex to the simplest, are immediately available to the maintenance programmer. Such ease is deceitful since it allows the maintenance programmer to modify any component in any order. However, maintenance in any engineering field is inside-out intrinsically, and such essential characteristic should also be held in software maintenance. The maintenance scenario suggested here restricts modifications by the maintenance programmer and drives her to implement them following an order.
在本文中,我们提出了这样一种观点,即我们今天所知道的,软件源代码的纯文本性质是有效维护的一个强大障碍。原因是所有的软件构件元素,从最复杂的到最简单的,都可以立即提供给维护程序员。这种简单是欺骗性的,因为它允许维护程序员以任何顺序修改任何组件。然而,任何工程领域的维护本质上都是由内到外的,软件维护也应该保持这样的本质特征。这里建议的维护场景限制了维护程序员的修改,并促使她按照命令实现这些修改。
{"title":"Toward Ordering the Set of Modifications to Solve a Maintenance Request","authors":"G. Villavicencio","doi":"10.1109/COMPSAC48688.2020.0-116","DOIUrl":"https://doi.org/10.1109/COMPSAC48688.2020.0-116","url":null,"abstract":"In this paper we set out the idea that the text plain nature of the software source code, as we know it today, is a strong obstacle for an effective maintenance. The reason is that all the software artifact elements, from the most complex to the simplest, are immediately available to the maintenance programmer. Such ease is deceitful since it allows the maintenance programmer to modify any component in any order. However, maintenance in any engineering field is inside-out intrinsically, and such essential characteristic should also be held in software maintenance. The maintenance scenario suggested here restricts modifications by the maintenance programmer and drives her to implement them following an order.","PeriodicalId":430098,"journal":{"name":"2020 IEEE 44th Annual Computers, Software, and Applications Conference (COMPSAC)","volume":"77 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115862792","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
IRBFL: An Information Retrieval Based Fault Localization Approach 基于信息检索的故障定位方法
Pub Date : 2020-07-01 DOI: 10.1109/COMPSAC48688.2020.0-142
Zheng Li, Xuewei Bai, Haifeng Wang, Yong Liu
Identifying the location of faults in real-world programs is one of the most costly processes during software debugging. In order to reduce debugging effort, many fault localization techniques have been proposed. One of the most widely studied technique is called Spectrum-based fault localization (SBFL), which uses the coverage information and execution results of test cases to do fault localization. Most SBFL techniques only consider the binary coverage information and ignore the execution frequency, so their fault localization accuracy is limited, especially when faults occur in the iteration entities or loop bodies. In this paper, we propose IRBFL, a novel fault localization technique based on information retrieval to extract information from execution frequencies of program entities. IRBFL uses mutation analysis to reduce the low suspicious classes, and then it adopts information retrieval techniques to calculate the suspiciousness value. We evaluate IRBFL on 205 real-world faults from 5 programs in Defects4J benchmark. The experimental results show that our proposed method outperforms the other five state-of-the-art SBFL techniques. More specifically, no matter in single-fault or multi-fault programs, IRBFL can identify 2 to 3 times more faulty methods than the other five SBFL techniques when checking the top 1 method. More empirical results in terms of other metrics, including acc@3, acc@5, EXAM, MRR, and MAP, also indicate that IRBFL technique is better than the other five SBFL techniques.
在实际程序中识别故障的位置是软件调试过程中最昂贵的过程之一。为了减少调试工作量,人们提出了许多故障定位技术。基于谱的故障定位技术是目前研究最广泛的一种故障定位技术,它利用测试用例的覆盖信息和执行结果进行故障定位。大多数SBFL技术只考虑二进制覆盖信息,而忽略了执行频率,因此其故障定位精度有限,特别是当故障发生在迭代实体或循环体中时。本文提出了一种基于信息检索的故障定位技术IRBFL,从程序实体的执行频率中提取信息。IRBFL采用突变分析方法减少低可疑类,然后采用信息检索技术计算可疑值。我们在缺陷4j基准测试中对来自5个程序的205个实际错误进行IRBFL评估。实验结果表明,我们提出的方法优于其他五种最先进的SBFL技术。更具体地说,无论在单故障还是多故障程序中,IRBFL在检查top 1方法时识别出的故障方法是其他5种SBFL技术的2 ~ 3倍。更多关于其他指标的实证结果,包括acc@3、acc@5、EXAM、MRR和MAP,也表明IRBFL技术优于其他五种SBFL技术。
{"title":"IRBFL: An Information Retrieval Based Fault Localization Approach","authors":"Zheng Li, Xuewei Bai, Haifeng Wang, Yong Liu","doi":"10.1109/COMPSAC48688.2020.0-142","DOIUrl":"https://doi.org/10.1109/COMPSAC48688.2020.0-142","url":null,"abstract":"Identifying the location of faults in real-world programs is one of the most costly processes during software debugging. In order to reduce debugging effort, many fault localization techniques have been proposed. One of the most widely studied technique is called Spectrum-based fault localization (SBFL), which uses the coverage information and execution results of test cases to do fault localization. Most SBFL techniques only consider the binary coverage information and ignore the execution frequency, so their fault localization accuracy is limited, especially when faults occur in the iteration entities or loop bodies. In this paper, we propose IRBFL, a novel fault localization technique based on information retrieval to extract information from execution frequencies of program entities. IRBFL uses mutation analysis to reduce the low suspicious classes, and then it adopts information retrieval techniques to calculate the suspiciousness value. We evaluate IRBFL on 205 real-world faults from 5 programs in Defects4J benchmark. The experimental results show that our proposed method outperforms the other five state-of-the-art SBFL techniques. More specifically, no matter in single-fault or multi-fault programs, IRBFL can identify 2 to 3 times more faulty methods than the other five SBFL techniques when checking the top 1 method. More empirical results in terms of other metrics, including acc@3, acc@5, EXAM, MRR, and MAP, also indicate that IRBFL technique is better than the other five SBFL techniques.","PeriodicalId":430098,"journal":{"name":"2020 IEEE 44th Annual Computers, Software, and Applications Conference (COMPSAC)","volume":"145 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116180523","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
Simulating the Printed Circuit Board Assembly Process for Image Generation 模拟印刷电路板组装过程中的图像生成
Pub Date : 2020-07-01 DOI: 10.1109/COMPSAC48688.2020.00040
Johannes Nau, Johannes Richter, Detlef Streitferdt, M. Kirchhoff
The inspection of printed circuit board assemblies gradually incorporates deep-learning-based classifiers. However, such classifiers require a vast dataset. To our knowledge, such a dataset is not available. This paper proposes a method to simulate the assembly process aiming at generating such a dataset. The simulation of the solder joint shape forming during reflow and the creation of a photorealistic rendering of the assembled board have the most significant impact on the visual appearance of the results. Therefore, this paper focuses on the simulation of these steps. The calculation of the solder joint shape requires minimizing the surface tension energy. For this, the algorithm discretizes the energy equations over a heightmap. The proposed software architecture for the simulation is highly extendable and facilitate future development. Experiments with the simulation of solder joints of a chip resistor show a remarkable similarity to real images from an automatic optical inspection machine.
印刷电路板组件的检测逐渐融入了基于深度学习的分类器。然而,这样的分类器需要一个庞大的数据集。据我们所知,这样的数据集是不可用的。本文提出了一种模拟装配过程的方法,旨在生成这样的数据集。在回流过程中焊点形状形成的模拟和组装板的逼真渲染的创建对结果的视觉外观有最重要的影响。因此,本文着重对这些步骤进行仿真。焊点形状的计算要求使表面张力能最小。为此,该算法在一个高度图上离散能量方程。所提出的仿真软件体系结构具有高度的可扩展性,便于未来的开发。对片式电阻器焊点的模拟实验表明,其与自动光学检测机的真实图像具有显著的相似性。
{"title":"Simulating the Printed Circuit Board Assembly Process for Image Generation","authors":"Johannes Nau, Johannes Richter, Detlef Streitferdt, M. Kirchhoff","doi":"10.1109/COMPSAC48688.2020.00040","DOIUrl":"https://doi.org/10.1109/COMPSAC48688.2020.00040","url":null,"abstract":"The inspection of printed circuit board assemblies gradually incorporates deep-learning-based classifiers. However, such classifiers require a vast dataset. To our knowledge, such a dataset is not available. This paper proposes a method to simulate the assembly process aiming at generating such a dataset. The simulation of the solder joint shape forming during reflow and the creation of a photorealistic rendering of the assembled board have the most significant impact on the visual appearance of the results. Therefore, this paper focuses on the simulation of these steps. The calculation of the solder joint shape requires minimizing the surface tension energy. For this, the algorithm discretizes the energy equations over a heightmap. The proposed software architecture for the simulation is highly extendable and facilitate future development. Experiments with the simulation of solder joints of a chip resistor show a remarkable similarity to real images from an automatic optical inspection machine.","PeriodicalId":430098,"journal":{"name":"2020 IEEE 44th Annual Computers, Software, and Applications Conference (COMPSAC)","volume":"81 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116310444","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
Mobi-PMFS: An Efficient and Durable In-Memory File System for Mobile Devices Mobi-PMFS:一种高效、持久的移动设备内存文件系统
Pub Date : 2020-07-01 DOI: 10.1109/COMPSAC48688.2020.00286
Chunhua Xiao, Fangzhu Lin, Xiaoxiang Fu, Ting Wu, Yuanjun Zhu, Weichen Liu
Emerging byte-addressable non-volatile memory (NVM) has the advantages of fast, cheap and persistent, and is considered as the next generation of persistent memory. However, existing NVM-based filesystems cannot adapt well for mobile devices, and not to mention the consideration for mobile application characteristics. In this paper, we propose an efficient and durable in-memory file system named as Mobi-PMFS for mobile devices. Proposed Mobi-PMFS is not only adaptive to ARM architecture, but also customized according to mobile application features. A wear-aware three-list space management scheme including a switching allocation algorithm is proposed to provide optimum performance for mobile systems while keeping the durability of NVM. Experimental results show that Mobi-PMFS is 8x times and 1.2x faster than EXT4-SSD and EXT4-DAX, and provides 11x wear-leveling improvement compared with the original PMFS.
新兴的可字节寻址非易失性存储器(NVM)具有快速、廉价和持久的优点,被认为是下一代持久存储器。但是,现有的基于nvm的文件系统不能很好地适应移动设备,更不用说考虑移动应用程序的特性了。在本文中,我们提出了一种高效、持久的移动设备内存文件系统,称为Mobi-PMFS。提出的Mobi-PMFS不仅可以适应ARM架构,还可以根据移动应用的特点进行定制。为了在保证NVM的耐用性的同时,为移动系统提供最佳性能,提出了一种包含交换分配算法的磨损感知三表空间管理方案。实验结果表明,Mobi-PMFS比EXT4-SSD和EXT4-DAX分别快8倍和1.2倍,比原来的PMFS提高了11倍的磨损均匀性。
{"title":"Mobi-PMFS: An Efficient and Durable In-Memory File System for Mobile Devices","authors":"Chunhua Xiao, Fangzhu Lin, Xiaoxiang Fu, Ting Wu, Yuanjun Zhu, Weichen Liu","doi":"10.1109/COMPSAC48688.2020.00286","DOIUrl":"https://doi.org/10.1109/COMPSAC48688.2020.00286","url":null,"abstract":"Emerging byte-addressable non-volatile memory (NVM) has the advantages of fast, cheap and persistent, and is considered as the next generation of persistent memory. However, existing NVM-based filesystems cannot adapt well for mobile devices, and not to mention the consideration for mobile application characteristics. In this paper, we propose an efficient and durable in-memory file system named as Mobi-PMFS for mobile devices. Proposed Mobi-PMFS is not only adaptive to ARM architecture, but also customized according to mobile application features. A wear-aware three-list space management scheme including a switching allocation algorithm is proposed to provide optimum performance for mobile systems while keeping the durability of NVM. Experimental results show that Mobi-PMFS is 8x times and 1.2x faster than EXT4-SSD and EXT4-DAX, and provides 11x wear-leveling improvement compared with the original PMFS.","PeriodicalId":430098,"journal":{"name":"2020 IEEE 44th Annual Computers, Software, and Applications Conference (COMPSAC)","volume":"33 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123663802","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
Understanding Veterans Expression of Anger Using Social Media Analysis 利用社交媒体分析了解退伍军人的愤怒表达
Pub Date : 2020-07-01 DOI: 10.1109/COMPSAC48688.2020.00-12
Nadiyah Johnson, Joseph Coelho, Md Fitrat Hossain, Thomas Kissane, Wylie Frydrychowi, Madiraju Praveen, Zeno Franco, Katinka Hooyer, Priyanka Annapureddy, Sheikh Iqbal Ahamed
Millions of US service members have been deployed to Iraq and Afghanistan over the past decade. When returning home, many veterans experience difficulties reintegrating into civilian society. Veterans are often faced with challenges finding employment, completing higher education and reconnecting to friends and family. These challenges often result in or exacerbate existing mental health issues. Post-Traumatic Stress Disorder (PTSD) is a mental disorder that impacts between 15-20% of veterans. It is a national priority to find innovative solutions to PTSD experienced by veterans returning from their duty. There is very little research on identifying Angry Outburst (AOB) specific pre-crisis data in social media posts, within the veteran community, as a preventative measure against escalated at-risk behavior and negative outcomes. In this paper, we outline a threephase approach to identify veteran AOB specific pre-crisis text data. The key objective of our study is to examine twitter posts to reveal how anger is expressed by both the veteran population and civilians. We identify a lexicon of terms that are more common among veterans with PTSD prone to AOB. Our study emphasizes the difference in language used on social media between both veteran and civilian population. We expand the knowledge base of AOB specific pre-crisis events on social media within veteran communities. This research will contribute to a broader study on building preventative mHealth systems to combat PTSD in veterans.
在过去十年中,数百万美国军人被部署到伊拉克和阿富汗。许多退伍军人回国后很难重新融入平民社会。退伍军人经常面临着找工作、完成高等教育以及与朋友和家人重新联系的挑战。这些挑战往往导致或加剧现有的心理健康问题。创伤后应激障碍(PTSD)是一种影响15-20%退伍军人的精神障碍。为退伍军人从战场归来后所经历的创伤后应激障碍寻找创新的解决方案是国家的首要任务。很少有研究在退伍军人社区的社交媒体帖子中识别愤怒爆发(AOB)特定的危机前数据,作为预防升级的风险行为和负面结果的措施。在本文中,我们概述了一种三个阶段的方法来识别资深AOB特定的危机前文本数据。我们研究的主要目的是研究推特帖子,以揭示退伍军人和平民如何表达愤怒。我们确定了一个术语的词汇,更常见的退伍军人PTSD倾向于AOB。我们的研究强调了退伍军人和平民在社交媒体上使用语言的差异。我们在退伍军人社区的社交媒体上扩展了AOB特定危机前事件的知识库。这项研究将有助于建立预防性移动医疗系统以对抗退伍军人的创伤后应激障碍的更广泛研究。
{"title":"Understanding Veterans Expression of Anger Using Social Media Analysis","authors":"Nadiyah Johnson, Joseph Coelho, Md Fitrat Hossain, Thomas Kissane, Wylie Frydrychowi, Madiraju Praveen, Zeno Franco, Katinka Hooyer, Priyanka Annapureddy, Sheikh Iqbal Ahamed","doi":"10.1109/COMPSAC48688.2020.00-12","DOIUrl":"https://doi.org/10.1109/COMPSAC48688.2020.00-12","url":null,"abstract":"Millions of US service members have been deployed to Iraq and Afghanistan over the past decade. When returning home, many veterans experience difficulties reintegrating into civilian society. Veterans are often faced with challenges finding employment, completing higher education and reconnecting to friends and family. These challenges often result in or exacerbate existing mental health issues. Post-Traumatic Stress Disorder (PTSD) is a mental disorder that impacts between 15-20% of veterans. It is a national priority to find innovative solutions to PTSD experienced by veterans returning from their duty. There is very little research on identifying Angry Outburst (AOB) specific pre-crisis data in social media posts, within the veteran community, as a preventative measure against escalated at-risk behavior and negative outcomes. In this paper, we outline a threephase approach to identify veteran AOB specific pre-crisis text data. The key objective of our study is to examine twitter posts to reveal how anger is expressed by both the veteran population and civilians. We identify a lexicon of terms that are more common among veterans with PTSD prone to AOB. Our study emphasizes the difference in language used on social media between both veteran and civilian population. We expand the knowledge base of AOB specific pre-crisis events on social media within veteran communities. This research will contribute to a broader study on building preventative mHealth systems to combat PTSD in veterans.","PeriodicalId":430098,"journal":{"name":"2020 IEEE 44th Annual Computers, Software, and Applications Conference (COMPSAC)","volume":"265 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121895851","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
Discrimination of Sugarcane Varieties by Remote Sensing: A Review of Literature 甘蔗品种的遥感识别:文献综述
Pub Date : 2020-07-01 DOI: 10.1109/COMPSAC48688.2020.00-91
Priscila M. Kai, R. M. Costa, Bruna M. de Oliveira, D. Fernandes, J. P. Félix, Fabrízzio Soares
Remote sensing techniques by satellite imagery have been widely applied in various fields of agrarian sciences due to allowing real-time information, allowing data retention in a given region without the need for displacement, avoiding costs, and also enabling the creation of more efficient methods for the task of monitoring crops. In special to remote sensing applied to sugarcane varietal identification, the possibility of discrimination among the varieties is important due to allows the monitoring of the crop growth concerning characteristics by plants, measures controls, and the preservation of copyright of developed varieties. Among the researches involving studies with sugar cane regarding varietal identification, the purpose of the paper implies to present a review of the literature, conferring methods, and checking state of the art about the subject of discrimination of sugarcane varieties by remote sensing.
卫星图像遥感技术已广泛应用于农业科学的各个领域,因为它允许实时信息,允许在不需要迁移的情况下保留特定区域的数据,避免成本,并且还能够为监测作物的任务创造更有效的方法。特别是在甘蔗品种鉴定中应用的遥感技术,品种之间的区分的可能性是重要的,因为它可以监测作物的生长特征,控制措施,以及保护已开发品种的版权。在涉及甘蔗品种鉴定的研究中,本文的目的是对甘蔗品种遥感鉴定的文献、授予方法和研究现状进行综述。
{"title":"Discrimination of Sugarcane Varieties by Remote Sensing: A Review of Literature","authors":"Priscila M. Kai, R. M. Costa, Bruna M. de Oliveira, D. Fernandes, J. P. Félix, Fabrízzio Soares","doi":"10.1109/COMPSAC48688.2020.00-91","DOIUrl":"https://doi.org/10.1109/COMPSAC48688.2020.00-91","url":null,"abstract":"Remote sensing techniques by satellite imagery have been widely applied in various fields of agrarian sciences due to allowing real-time information, allowing data retention in a given region without the need for displacement, avoiding costs, and also enabling the creation of more efficient methods for the task of monitoring crops. In special to remote sensing applied to sugarcane varietal identification, the possibility of discrimination among the varieties is important due to allows the monitoring of the crop growth concerning characteristics by plants, measures controls, and the preservation of copyright of developed varieties. Among the researches involving studies with sugar cane regarding varietal identification, the purpose of the paper implies to present a review of the literature, conferring methods, and checking state of the art about the subject of discrimination of sugarcane varieties by remote sensing.","PeriodicalId":430098,"journal":{"name":"2020 IEEE 44th Annual Computers, Software, and Applications Conference (COMPSAC)","volume":"21 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128366119","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
Portfolio Optimization Using a Novel Data-Driven EWMA Covariance Model with Big Data 基于大数据的EWMA协方差模型的投资组合优化
Pub Date : 2020-07-01 DOI: 10.1109/COMPSAC48688.2020.00-75
Zimo Zhu, A. Thavaneswaran, Alex Paseka, J. Frank, R. Thulasiram
Recently there has been a growing interest in using machine learning methods with empirical variance covariance matrix of returns to study Markovitz portfolio optimization. The statistical technique of graphical LASSO (GL) for stock selection in the portfolio assumes that the asset returns are normally distributed, independent random variables with constant variance. In this paper sign correlations and the autocorrelations of the absolute values of the returns are used to show that the returns are non-normal with time-varying volatility. We use the recently proposed data-driven exponentially weighted moving average (DDEWMA) volatility model to estimate the covariance matrix of asset returns in Markowitz portfolio optimization. Empirical results with big data (consists of 444 stocks for a period of 7 years downloaded from Yahoo Finance) show that the proposed DDEWMA variance covariance matrix model outperforms (larger Sharpe ratio) the model with empirical variance covariance matrix.
近年来,利用具有经验方差协方差矩阵的机器学习方法来研究Markovitz投资组合优化问题越来越受到人们的关注。在投资组合选股的统计技术中,图形LASSO (GL)假设资产收益是正态分布的、具有恒定方差的独立随机变量。本文利用收益率绝对值的符号相关和自相关来说明收益率具有时变波动率的非正态性。我们使用最近提出的数据驱动指数加权移动平均(DDEWMA)波动率模型来估计马科维茨投资组合优化中资产收益的协方差矩阵。大数据(从雅虎财经下载的7年444只股票)的实证结果表明,本文提出的DDEWMA方差协方差矩阵模型优于经验方差协方差矩阵模型(夏普比更大)。
{"title":"Portfolio Optimization Using a Novel Data-Driven EWMA Covariance Model with Big Data","authors":"Zimo Zhu, A. Thavaneswaran, Alex Paseka, J. Frank, R. Thulasiram","doi":"10.1109/COMPSAC48688.2020.00-75","DOIUrl":"https://doi.org/10.1109/COMPSAC48688.2020.00-75","url":null,"abstract":"Recently there has been a growing interest in using machine learning methods with empirical variance covariance matrix of returns to study Markovitz portfolio optimization. The statistical technique of graphical LASSO (GL) for stock selection in the portfolio assumes that the asset returns are normally distributed, independent random variables with constant variance. In this paper sign correlations and the autocorrelations of the absolute values of the returns are used to show that the returns are non-normal with time-varying volatility. We use the recently proposed data-driven exponentially weighted moving average (DDEWMA) volatility model to estimate the covariance matrix of asset returns in Markowitz portfolio optimization. Empirical results with big data (consists of 444 stocks for a period of 7 years downloaded from Yahoo Finance) show that the proposed DDEWMA variance covariance matrix model outperforms (larger Sharpe ratio) the model with empirical variance covariance matrix.","PeriodicalId":430098,"journal":{"name":"2020 IEEE 44th Annual Computers, Software, and Applications Conference (COMPSAC)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128871785","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}
引用次数: 7
Unification of Machine Learning Features 机器学习特征的统一
Pub Date : 2020-07-01 DOI: 10.1109/COMPSAC48688.2020.00-93
Jayesh Patel
In the Information Age, Machine learning (ML) provides a competitive advantage to any business. Machine learning applications are not limited to driverless cars or online recommendations but are widely used in healthcare, social services, government systems, telecommunications, and so on. As many enterprises are trying to step up machine learning applications, it is critical to have a long-term strategy. Most of the enterprises are not able to truly realize the fruits of ML capabilities due to its complexity. It is easier to access a variety of data today due to data democratization, distributed storage, technological advancements, and big data applications. Despite easier data access and recent advancements in ML, developers still spend most of the time in data cleansing, data preparation, and data modeling for ML applications. These steps are often repeated and result in identical features. As identical features can have inconsistent processing while testing and training, more issues pop up at later stages in ML application development. The unification of ML features is an effective way to address these issues. This paper presents details about numerous methods to achieve ML features unification.
在信息时代,机器学习(ML)为任何企业提供了竞争优势。机器学习应用并不局限于无人驾驶汽车或在线推荐,而是广泛应用于医疗保健、社会服务、政府系统、电信等领域。由于许多企业都在努力加强机器学习应用,因此制定长期战略至关重要。由于机器学习的复杂性,大多数企业无法真正实现机器学习功能的成果。由于数据民主化、分布式存储、技术进步和大数据应用,今天访问各种数据变得更加容易。尽管数据访问变得更容易,ML也取得了一些进步,但开发人员仍然将大部分时间花在ML应用程序的数据清理、数据准备和数据建模上。这些步骤经常重复,并产生相同的特征。由于相同的功能在测试和训练时可能有不一致的处理,因此在ML应用程序开发的后期阶段会出现更多问题。机器学习特性的统一是解决这些问题的有效方法。本文详细介绍了实现机器学习特征统一的多种方法。
{"title":"Unification of Machine Learning Features","authors":"Jayesh Patel","doi":"10.1109/COMPSAC48688.2020.00-93","DOIUrl":"https://doi.org/10.1109/COMPSAC48688.2020.00-93","url":null,"abstract":"In the Information Age, Machine learning (ML) provides a competitive advantage to any business. Machine learning applications are not limited to driverless cars or online recommendations but are widely used in healthcare, social services, government systems, telecommunications, and so on. As many enterprises are trying to step up machine learning applications, it is critical to have a long-term strategy. Most of the enterprises are not able to truly realize the fruits of ML capabilities due to its complexity. It is easier to access a variety of data today due to data democratization, distributed storage, technological advancements, and big data applications. Despite easier data access and recent advancements in ML, developers still spend most of the time in data cleansing, data preparation, and data modeling for ML applications. These steps are often repeated and result in identical features. As identical features can have inconsistent processing while testing and training, more issues pop up at later stages in ML application development. The unification of ML features is an effective way to address these issues. This paper presents details about numerous methods to achieve ML features unification.","PeriodicalId":430098,"journal":{"name":"2020 IEEE 44th Annual Computers, Software, and Applications Conference (COMPSAC)","volume":"18 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132505161","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}
引用次数: 7
Toward a Non-Intrusive, Affordable Platform for Elderly Assistance and Health Monitoring 迈向非侵入性、可负担的老年人援助和健康监测平台
Pub Date : 2020-07-01 DOI: 10.1109/COMPSAC48688.2020.0-178
Guillaume Gingras, Mehdi Adda, A. Bouzouane
Ambient Assisted Living (AAL) in general and Activity Recognition (AR) in particular are active fields of research that aim at assisting people in their Activities of Daily Living (ADL). In recent years, we have seen an increased interest in their applicability to the rural seniors who are slowly losing their autonomy due to aging and chronic diseases. One research venue is to aggregate and seek for correlations between the physiological data that serves to monitor the health of the elderly, their ADLs, their movements and any other data that may be collected about their immediate environment. In this paper, we are tackling the possibility of developing a non-intrusive and affordable system based on embedded health, movement, activity and location sensors. Furthermore, we discuss the main concepts behind the creation of a layered, flexible and highly modular architecture that focuses on how the integration of newly combined sensor data can be achieved. Using a mobile phone application prototype, our work has shown that we can integrate two non-invasive technologies that are not necessarily the newest, but the most affordable, scalable and ready to be deployed in real life settings.
环境辅助生活(AAL)和活动识别(AR)是一个活跃的研究领域,旨在帮助人们进行日常生活活动(ADL)。近年来,我们看到越来越多的人对它们在农村老年人中的适用性感兴趣,这些老年人由于老龄化和慢性病而逐渐失去自主性。一个研究领域是汇总和寻找用于监测老年人健康的生理数据、他们的adl、他们的运动和任何其他可能收集到的有关他们周围环境的数据之间的相关性。在本文中,我们正在研究开发一种基于嵌入式健康、运动、活动和位置传感器的非侵入性和可负担的系统的可能性。此外,我们还讨论了创建分层、灵活和高度模块化架构背后的主要概念,重点是如何实现新组合传感器数据的集成。通过手机应用程序原型,我们的工作表明,我们可以整合两种非侵入性技术,这两种技术不一定是最新的,但却是最经济实惠、可扩展的,并且可以在现实生活中部署。
{"title":"Toward a Non-Intrusive, Affordable Platform for Elderly Assistance and Health Monitoring","authors":"Guillaume Gingras, Mehdi Adda, A. Bouzouane","doi":"10.1109/COMPSAC48688.2020.0-178","DOIUrl":"https://doi.org/10.1109/COMPSAC48688.2020.0-178","url":null,"abstract":"Ambient Assisted Living (AAL) in general and Activity Recognition (AR) in particular are active fields of research that aim at assisting people in their Activities of Daily Living (ADL). In recent years, we have seen an increased interest in their applicability to the rural seniors who are slowly losing their autonomy due to aging and chronic diseases. One research venue is to aggregate and seek for correlations between the physiological data that serves to monitor the health of the elderly, their ADLs, their movements and any other data that may be collected about their immediate environment. In this paper, we are tackling the possibility of developing a non-intrusive and affordable system based on embedded health, movement, activity and location sensors. Furthermore, we discuss the main concepts behind the creation of a layered, flexible and highly modular architecture that focuses on how the integration of newly combined sensor data can be achieved. Using a mobile phone application prototype, our work has shown that we can integrate two non-invasive technologies that are not necessarily the newest, but the most affordable, scalable and ready to be deployed in real life settings.","PeriodicalId":430098,"journal":{"name":"2020 IEEE 44th Annual Computers, Software, and Applications Conference (COMPSAC)","volume":"66 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131980788","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
MannAccess: A Novel Low Cost Assistive Educational Tool of Digital Image for Visually Impaired MannAccess:一种新型的低成本视障人士数字图像辅助教育工具
Pub Date : 2020-07-01 DOI: 10.1109/COMPSAC48688.2020.00023
A. R. Svaigen, L. M. Bine, W. I. S. Bine, L. B. Ruiz
This paper proposes the MannAccess, a novel low cost assistive educational tool of digital image for Visually Impaired (VI), aiding the teaching-learning process of visual content. It consists of an assistive environment composed of interactive software and a refreshable pin display with a novel 3-axis pin activation mechanism, decreasing its development cost substantially. The MannAccess allows the integration with different image recognition methods using a proposed image intermediary representation. In order to accomplish evaluations, we developed a prototype of MannAccess and integrated it with MannAR, an automata image recognition method. We carried out experiments with VI students which pointed out that our tool provided proper accessibility, usability, and user experience. In addition, we accomplished a monetary cost evaluation, indicating that MannAccess had the most accessible monetary cost compared to related devices. In a nutshell, MannAccess showed that it is possible to develop a low-cost assistive technology to aid the VI visual content education, integrating different image recognition methods in a single assistive tool.
本文提出了一种新型的低成本视障人士数字图像辅助教学工具MannAccess,以辅助视觉内容的教与学过程。它由交互式软件组成的辅助环境和具有新颖三轴引脚激活机制的可刷新引脚显示组成,大大降低了开发成本。MannAccess允许使用提议的图像中介表示与不同的图像识别方法集成。为了完成评估,我们开发了一个MannAccess原型,并将其与MannAR(一种自动机图像识别方法)集成在一起。我们与VI学生进行了实验,他们指出我们的工具提供了适当的可访问性、可用性和用户体验。此外,我们完成了货币成本评估,表明与相关设备相比,MannAccess具有最可访问的货币成本。简而言之,MannAccess表明,开发一种低成本的辅助技术来辅助VI视觉内容教育是可能的,将不同的图像识别方法集成在一个辅助工具中。
{"title":"MannAccess: A Novel Low Cost Assistive Educational Tool of Digital Image for Visually Impaired","authors":"A. R. Svaigen, L. M. Bine, W. I. S. Bine, L. B. Ruiz","doi":"10.1109/COMPSAC48688.2020.00023","DOIUrl":"https://doi.org/10.1109/COMPSAC48688.2020.00023","url":null,"abstract":"This paper proposes the MannAccess, a novel low cost assistive educational tool of digital image for Visually Impaired (VI), aiding the teaching-learning process of visual content. It consists of an assistive environment composed of interactive software and a refreshable pin display with a novel 3-axis pin activation mechanism, decreasing its development cost substantially. The MannAccess allows the integration with different image recognition methods using a proposed image intermediary representation. In order to accomplish evaluations, we developed a prototype of MannAccess and integrated it with MannAR, an automata image recognition method. We carried out experiments with VI students which pointed out that our tool provided proper accessibility, usability, and user experience. In addition, we accomplished a monetary cost evaluation, indicating that MannAccess had the most accessible monetary cost compared to related devices. In a nutshell, MannAccess showed that it is possible to develop a low-cost assistive technology to aid the VI visual content education, integrating different image recognition methods in a single assistive tool.","PeriodicalId":430098,"journal":{"name":"2020 IEEE 44th Annual Computers, Software, and Applications Conference (COMPSAC)","volume":"47 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132260256","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
期刊
2020 IEEE 44th Annual Computers, Software, and Applications Conference (COMPSAC)
全部 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