首页 > 最新文献

Proceedings of the 2022 5th International Conference on Software Engineering and Information Management最新文献

英文 中文
Development of Real-Time Hand Gesture for Volume Control Application using Python on Raspberry Pi 在树莓派上使用Python开发实时手势音量控制应用程序
P. Netinant, Yannakorn Tuaktao, Meennapa Rukhiran
Computer interaction is one of the significant challenges that elderly and disabled people face in today's computerized world. In recent years, hand gesture recognition has emerged as one of the most natural human-machine interactions in software development, particularly for facilitating friendly and flexible human-computer interaction. This article proposed a system architecture and software configuration for developing a real-time volume control hand gesture on a Raspberry Pi equipped with a camera programmed in Python using the Open-Source Computer Vision (OpenCV) library. The hand gesture recognition system's primary objective is to establish communication between humans and computerized systems in order to control volume. According to the experimental results, the hand gesture recognition system performs well when controlling volume. The system is capable of operating in real-time for any individual.
计算机交互是老年人和残疾人在当今计算机化的世界中面临的重大挑战之一。近年来,手势识别已成为软件开发中最自然的人机交互方式之一,特别是在促进友好和灵活的人机交互方面。本文提出了一个系统架构和软件配置,用于在Raspberry Pi上开发一个实时音量控制手势,该手势配备了一个用Python编程的摄像头,使用开源计算机视觉(OpenCV)库。手势识别系统的主要目标是建立人与计算机系统之间的沟通,以控制音量。实验结果表明,该手势识别系统在控制音量时表现良好。该系统能够为任何个人实时操作。
{"title":"Development of Real-Time Hand Gesture for Volume Control Application using Python on Raspberry Pi","authors":"P. Netinant, Yannakorn Tuaktao, Meennapa Rukhiran","doi":"10.1145/3520084.3520085","DOIUrl":"https://doi.org/10.1145/3520084.3520085","url":null,"abstract":"Computer interaction is one of the significant challenges that elderly and disabled people face in today's computerized world. In recent years, hand gesture recognition has emerged as one of the most natural human-machine interactions in software development, particularly for facilitating friendly and flexible human-computer interaction. This article proposed a system architecture and software configuration for developing a real-time volume control hand gesture on a Raspberry Pi equipped with a camera programmed in Python using the Open-Source Computer Vision (OpenCV) library. The hand gesture recognition system's primary objective is to establish communication between humans and computerized systems in order to control volume. According to the experimental results, the hand gesture recognition system performs well when controlling volume. The system is capable of operating in real-time for any individual.","PeriodicalId":444957,"journal":{"name":"Proceedings of the 2022 5th International Conference on Software Engineering and Information Management","volume":"2 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-01-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115368160","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
Dementia Detection Using Language Models and Transfer Learning 使用语言模型和迁移学习来检测痴呆症
Mondher Bouazizi, Chuheng Zheng, T. Ohtsuki
Over the last years, more and more attention has been given by the researchers towards dementia diagnosis using computational approaches applied on speech samples given by dementia patients. With the progress in the field of Deep Learning (DL) and Natural Language Processing (NLP), techniques of text classification using these techniques that are derived from fields such as sentiment analysis have been applied for dementia detection. However, despite the relative success in these techniques, the two tasks (i.e., sentiment analysis and dementia detection) have major differences, leading us to believe that adjustments need to be made to make the detection more accurate. In the current paper, we use transfer learning applied on a common language model. Unlike conventional work, where the text is stripped from stop words, we address the idea of exploiting the stop words themselves, as they embed non-context related information that could help identify dementia. For this sake, we prepare 3 different models: a model processing only context words, a model stop words with patterns of part-of-speech sequences, and a model including both. Through experiments, we show that both grammar and vocabulary contribute equally to the classification: the first model reaches an accuracy equal to 70.00%, the second model reaches an accuracy equal to 76.15%, and the third model reaches an accuracy equal to 81.54%.
近年来,利用计算方法对痴呆症患者的语音样本进行诊断越来越受到研究者的关注。随着深度学习(DL)和自然语言处理(NLP)领域的进步,基于情感分析等领域的文本分类技术已被应用于痴呆症检测。然而,尽管这些技术相对成功,但这两项任务(即情绪分析和痴呆症检测)存在重大差异,这使我们相信需要进行调整以使检测更准确。在本文中,我们将迁移学习应用于一个公共语言模型。不像传统的工作,文本是从停止词中剥离出来的,我们解决了利用停止词本身的想法,因为它们嵌入了与上下文无关的信息,可以帮助识别痴呆症。为此,我们准备了3个不同的模型:一个只处理上下文词的模型,一个包含词性序列模式的模型,以及一个包括两者的模型。通过实验,我们发现语法和词汇对分类的贡献是相等的:第一个模型的准确率为70.00%,第二个模型的准确率为76.15%,第三个模型的准确率为81.54%。
{"title":"Dementia Detection Using Language Models and Transfer Learning","authors":"Mondher Bouazizi, Chuheng Zheng, T. Ohtsuki","doi":"10.1145/3520084.3520108","DOIUrl":"https://doi.org/10.1145/3520084.3520108","url":null,"abstract":"Over the last years, more and more attention has been given by the researchers towards dementia diagnosis using computational approaches applied on speech samples given by dementia patients. With the progress in the field of Deep Learning (DL) and Natural Language Processing (NLP), techniques of text classification using these techniques that are derived from fields such as sentiment analysis have been applied for dementia detection. However, despite the relative success in these techniques, the two tasks (i.e., sentiment analysis and dementia detection) have major differences, leading us to believe that adjustments need to be made to make the detection more accurate. In the current paper, we use transfer learning applied on a common language model. Unlike conventional work, where the text is stripped from stop words, we address the idea of exploiting the stop words themselves, as they embed non-context related information that could help identify dementia. For this sake, we prepare 3 different models: a model processing only context words, a model stop words with patterns of part-of-speech sequences, and a model including both. Through experiments, we show that both grammar and vocabulary contribute equally to the classification: the first model reaches an accuracy equal to 70.00%, the second model reaches an accuracy equal to 76.15%, and the third model reaches an accuracy equal to 81.54%.","PeriodicalId":444957,"journal":{"name":"Proceedings of the 2022 5th International Conference on Software Engineering and Information Management","volume":"7 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-01-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121931358","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
Analysis and Implementation of Presenter Layer on MVC Architecture iOS Application Development∗ MVC架构下呈现层的分析与实现
Agus Adi Pranata, N. Selviandro, M. Adrian
Architectural pattern is the one of the most important parts in the development of a well-structured software, in this case, the code should be maintainable, readable, traceable, and modifiable. There are several architectural patterns that are available to be used by the developers. One of the most widely used is MVC (Model View Controller). The MVC pattern is also widely adopted in the development of applications in the iOS platform. However, according to the literature, the implementation of the MVC pattern violates the SOLID principles especially Single Responsibility Principle (SRP) - in this case of the implementation of the controller layer. In this paper, we propose the modification of the MVC architectural pattern in iOS application development in order to comply to the SOLID principle and reducing complexity of a particular module (layer). A comparative study was conducted by using a tool called coherent-swift (using LCOM4 as a method of measuring cohesion) to compare the level of cohesion as a measure of SRP. The result of the study shows that the modified MVC get a better cohesion level rather than the original one.
在结构良好的软件开发中,体系结构模式是最重要的部分之一,在这种情况下,代码应该具有可维护性、可读性、可追溯性和可修改性。有几种可供开发人员使用的体系结构模式。其中最广泛使用的是MVC(模型视图控制器)。MVC模式在iOS平台的应用开发中也被广泛采用。然而,根据文献,MVC模式的实现违反了SOLID原则,特别是单一职责原则(SRP)——在这种情况下,控制器层的实现。本文提出对iOS应用开发中的MVC架构模式进行修改,以符合SOLID原则并降低特定模块(层)的复杂性。我们使用了一种名为coherent-swift的工具(使用LCOM4作为测量凝聚力的方法)来比较作为SRP测量的凝聚力水平。研究结果表明,改进后的MVC比原来的MVC具有更好的内聚性。
{"title":"Analysis and Implementation of Presenter Layer on MVC Architecture iOS Application Development∗","authors":"Agus Adi Pranata, N. Selviandro, M. Adrian","doi":"10.1145/3520084.3520097","DOIUrl":"https://doi.org/10.1145/3520084.3520097","url":null,"abstract":"Architectural pattern is the one of the most important parts in the development of a well-structured software, in this case, the code should be maintainable, readable, traceable, and modifiable. There are several architectural patterns that are available to be used by the developers. One of the most widely used is MVC (Model View Controller). The MVC pattern is also widely adopted in the development of applications in the iOS platform. However, according to the literature, the implementation of the MVC pattern violates the SOLID principles especially Single Responsibility Principle (SRP) - in this case of the implementation of the controller layer. In this paper, we propose the modification of the MVC architectural pattern in iOS application development in order to comply to the SOLID principle and reducing complexity of a particular module (layer). A comparative study was conducted by using a tool called coherent-swift (using LCOM4 as a method of measuring cohesion) to compare the level of cohesion as a measure of SRP. The result of the study shows that the modified MVC get a better cohesion level rather than the original one.","PeriodicalId":444957,"journal":{"name":"Proceedings of the 2022 5th International Conference on Software Engineering and Information Management","volume":"4 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-01-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127461902","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
The Consumer Deviation Index: A Method for Identifying Changing Behaviors and Market Opportunities 消费者偏差指数:一种识别变化行为和市场机会的方法
Jolie M. Martin, Fen Zhao, Jaden Hou
The increasing availability of behavioral data about consumers offers great promise for understanding their shifting preferences over time. This poses an important challenge for business practitioners - particularly entrepreneurs and investors – who wish to be the first to identify and satisfy consumers’ unmet needs. Here, we introduce the Consumer Deviation Index (CDI) as a means of generating forecasts from historical time series data in order to isolate emerging behaviors that fall outside the realm of expectation. These deviations serve as leading indicators of market opportunities to fulfill pockets of “latent demand” before they fully manifest across a consumer population. We illustrate the application of this methodology to behavior change during the height of COVID-19 stay-at-home restrictions, and to the initial reopening of the U.S. economy post-pandemic. We discuss implications for optimizing product development and innovation to better serve consumers’ ever-changing needs.
越来越多的消费者行为数据为了解他们随时间变化的偏好提供了巨大的希望。这对希望率先发现和满足消费者未满足需求的商业从业者,特别是企业家和投资者,提出了重大挑战。在这里,我们引入消费者偏差指数(CDI)作为一种从历史时间序列数据生成预测的方法,以便隔离超出预期范围的新出现行为。这些偏差是市场机会的领先指标,在“潜在需求”在消费者群体中充分显现之前,就可以满足这些需求。我们举例说明了将这种方法应用于COVID-19居家限制高峰期的行为改变,以及大流行后美国经济的初步重新开放。我们讨论了优化产品开发和创新的意义,以更好地满足消费者不断变化的需求。
{"title":"The Consumer Deviation Index: A Method for Identifying Changing Behaviors and Market Opportunities","authors":"Jolie M. Martin, Fen Zhao, Jaden Hou","doi":"10.1145/3520084.3520118","DOIUrl":"https://doi.org/10.1145/3520084.3520118","url":null,"abstract":"The increasing availability of behavioral data about consumers offers great promise for understanding their shifting preferences over time. This poses an important challenge for business practitioners - particularly entrepreneurs and investors – who wish to be the first to identify and satisfy consumers’ unmet needs. Here, we introduce the Consumer Deviation Index (CDI) as a means of generating forecasts from historical time series data in order to isolate emerging behaviors that fall outside the realm of expectation. These deviations serve as leading indicators of market opportunities to fulfill pockets of “latent demand” before they fully manifest across a consumer population. We illustrate the application of this methodology to behavior change during the height of COVID-19 stay-at-home restrictions, and to the initial reopening of the U.S. economy post-pandemic. We discuss implications for optimizing product development and innovation to better serve consumers’ ever-changing needs.","PeriodicalId":444957,"journal":{"name":"Proceedings of the 2022 5th International Conference on Software Engineering and Information Management","volume":"64 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-01-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129660449","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
The Covid 19 Pandemic and its Effects on Agile Software Development Covid - 19大流行及其对敏捷软件开发的影响
M. Neumann, Yevgen Bogdanov, Senol Sager
Companies worldwide have enabled their employees to work remotely as a consequence of the Covid 19 pandemic. Software development is a human-centered discipline and thrives on teamwork. Agile methods are focusing on several social aspects of software development. Software development teams in Germany were mainly co-located before the pandemic. This paper aims to validate the findings of existing studies by expanding on an existing multiple-case study. Therefore, we collected data by conducting semi-structured interviews, observing agile practices, and viewing project documents in three cases. Based on the results, we can confirm the following findings: 1) The teams rapidly adapted the agile practices and roles, 2) communication is more objective within the teams, 3) decreased social exchange between team members, 4) the expectation of a combined approach of remote and onsite work after the pandemic, 5) stable or increased (perceived) performance and 6) stable or increased well-being of team members.
受新冠肺炎疫情影响,世界各地的公司都允许员工远程工作。软件开发是一门以人为中心的学科,并在团队合作中茁壮成长。敏捷方法关注软件开发的几个社会性方面。疫情前,德国的软件开发团队主要集中在一起。本文旨在通过扩展现有的多案例研究来验证现有研究的结果。因此,我们在三种情况下通过进行半结构化访谈、观察敏捷实践和查看项目文档来收集数据。基于结果,我们可以确认以下发现:1)团队迅速适应了敏捷实践和角色,2)团队内部的沟通更加客观,3)团队成员之间的社会交流减少,4)对疫情后远程和现场工作相结合的方法的期望,5)稳定或提高(感知)绩效,6)稳定或提高团队成员的幸福感。
{"title":"The Covid 19 Pandemic and its Effects on Agile Software Development","authors":"M. Neumann, Yevgen Bogdanov, Senol Sager","doi":"10.1145/3520084.3520093","DOIUrl":"https://doi.org/10.1145/3520084.3520093","url":null,"abstract":"Companies worldwide have enabled their employees to work remotely as a consequence of the Covid 19 pandemic. Software development is a human-centered discipline and thrives on teamwork. Agile methods are focusing on several social aspects of software development. Software development teams in Germany were mainly co-located before the pandemic. This paper aims to validate the findings of existing studies by expanding on an existing multiple-case study. Therefore, we collected data by conducting semi-structured interviews, observing agile practices, and viewing project documents in three cases. Based on the results, we can confirm the following findings: 1) The teams rapidly adapted the agile practices and roles, 2) communication is more objective within the teams, 3) decreased social exchange between team members, 4) the expectation of a combined approach of remote and onsite work after the pandemic, 5) stable or increased (perceived) performance and 6) stable or increased well-being of team members.","PeriodicalId":444957,"journal":{"name":"Proceedings of the 2022 5th International Conference on Software Engineering and Information Management","volume":"11 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-01-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124494919","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
Proceedings of the 2022 5th International Conference on Software Engineering and Information Management 2022年第五届软件工程与信息管理国际会议论文集
{"title":"Proceedings of the 2022 5th International Conference on Software Engineering and Information Management","authors":"","doi":"10.1145/3520084","DOIUrl":"https://doi.org/10.1145/3520084","url":null,"abstract":"","PeriodicalId":444957,"journal":{"name":"Proceedings of the 2022 5th International Conference on Software Engineering and Information Management","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1900-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130133120","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
期刊
Proceedings of the 2022 5th International Conference on Software Engineering and Information Management
全部 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