Proceedings of the 2014 ACM Southeast Regional Conference最新文献

筛选
英文 中文
Approximate matching of XML documents with schemata using tree alignment 使用树对齐对XML文档和模式进行近似匹配
Proceedings of the 2014 ACM Southeast Regional Conference Pub Date : 2014-03-28 DOI: 10.1145/2638404.2638517
Guangming Xing
{"title":"Approximate matching of XML documents with schemata using tree alignment","authors":"Guangming Xing","doi":"10.1145/2638404.2638517","DOIUrl":"https://doi.org/10.1145/2638404.2638517","url":null,"abstract":"Studying structural similarity between XML documents are important for many tasks like XML data classification and XML document management. In this paper, we formally introduce the edit distance between trees and tree grammars using tree alignments. A sketch of the proof for the correctness of the algorithm is presented followed by the analysis of the efficiency of the algorithm. Experiments are conducted to show the time efficiency and validness of the distance in the context of XML document clustering.","PeriodicalId":91384,"journal":{"name":"Proceedings of the 2014 ACM Southeast Regional Conference","volume":"63 2 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2014-03-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"89825613","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
Augmented education: using augmented reality to enhance K-12 education 增强教育:利用增强现实技术加强K-12教育
Proceedings of the 2014 ACM Southeast Regional Conference Pub Date : 2014-03-28 DOI: 10.1145/2638404.2638519
Alexander M. Teichner
{"title":"Augmented education: using augmented reality to enhance K-12 education","authors":"Alexander M. Teichner","doi":"10.1145/2638404.2638519","DOIUrl":"https://doi.org/10.1145/2638404.2638519","url":null,"abstract":"Many students have trouble visualizing topics they learn in class. This can lead to discouraged students who stop intellectually engaging in their education. Still other students are put in classes that do not fit their intelligence level because although they do care about their education, they can't grasp the concepts taught to them. In order to facilitate learning, we could include augmented reality (AR) in a student's curriculum, enriching the student's educational experience by transcending a regular education and creating an augmented one. Therefore, the question driving this research is how to introduce AR into a student's education so as to enhance that experience and encourage student interest and participation, as well as understanding of difficult topics. By including AR in the classroom, we could increase student engagement and retention.","PeriodicalId":91384,"journal":{"name":"Proceedings of the 2014 ACM Southeast Regional Conference","volume":"1 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2014-03-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"89883059","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
A survey of GPU accelerated SVM GPU加速支持向量机综述
Proceedings of the 2014 ACM Southeast Regional Conference Pub Date : 2014-03-28 DOI: 10.1145/2638404.2638474
Yunmei Lu, Yun Zhu, Meng Han, J. He, Yanqing Zhang
{"title":"A survey of GPU accelerated SVM","authors":"Yunmei Lu, Yun Zhu, Meng Han, J. He, Yanqing Zhang","doi":"10.1145/2638404.2638474","DOIUrl":"https://doi.org/10.1145/2638404.2638474","url":null,"abstract":"Support Vector Machines (SVM) is a set of machine learning algorithms that have been widely used in diverse domains. As the volume of data generated by humans and machines increases year by year, the traditional training algorithms for SVM become infeasible for large scale datasets. Mathematical optimization approaches and computing parallel techniques are two popular strategies to accelerate the training process of SVM. Among those parallel approaches, implementing SVM on Graphics Processing Units (GPUs) has become new research and application interest. General used GPUs have been widely adopted to accelerate a lot of traditional algorithms, including SVM and achieved high performance and speedup. In this work, we survey the mathematical optimization algorithms of SVM training process, as well as GPU accelerated implementations of SVM.","PeriodicalId":91384,"journal":{"name":"Proceedings of the 2014 ACM Southeast Regional Conference","volume":"17 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2014-03-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"90308654","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}
引用次数: 9
A Multi-Robot Testbed for Robotics Programming Education and Research 面向机器人编程教育与研究的多机器人试验台
Proceedings of the 2014 ACM Southeast Regional Conference Pub Date : 2014-03-28 DOI: 10.1145/2638404.2675737
A. Saad, James Liljenquist
{"title":"A Multi-Robot Testbed for Robotics Programming Education and Research","authors":"A. Saad, James Liljenquist","doi":"10.1145/2638404.2675737","DOIUrl":"https://doi.org/10.1145/2638404.2675737","url":null,"abstract":"We present the design choices we made to develop a multi-robot testbed to advance robotics programming education and research. We addressed the following criteria in developing the testbed in order to increase the likelihood that other computer science educators and researchers will adopt it as well, namely: the ability to program the robots in a high-level programming language; the ability of each robot to run programs using on-board processing capabilities; the ability of each robot to sense the environment in which it operates using on-board sensors; the ability of each robot to communicate with other robots in the testbed; and, the ability to incorporate additional robots in the testbed in a scalable manner. Given its programmability and communication capabilities, we chose Pololu's m3pi as the robot to use for constructing the testbed. We provide details of the various design choices and technical challenges we faced to build the testbed, including: programming m3pi robots in C/C++ to perform basic navigation operations, the graphical user interfaces we developed in Java and C# to track the robots, getting the robots to communicate using the Wixel and XBee wireless serial modules, and a virtual machine that we wrote in Python for the mbed microcontroller in order to give m3pi robots the communication capabilities needed for them to communicate using the XBee wireless serial module while navigating a grid. We conclude by outlining future promising directions to extend the testbed.","PeriodicalId":91384,"journal":{"name":"Proceedings of the 2014 ACM Southeast Regional Conference","volume":"32 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2014-03-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"90826872","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
Google glass for public safety: leveraging Google Glass for automatic information retrieval and notification by public safety officers in the field 用于公共安全的谷歌眼镜:利用谷歌眼镜为现场公共安全人员提供自动信息检索和通知
Proceedings of the 2014 ACM Southeast Regional Conference Pub Date : 2014-03-28 DOI: 10.1145/2638404.2638501
Matthew Christian, Alan Depaz, Max Grimm, Jonathan W. Lartigue, Ronald Sweatland, C. Talley
{"title":"Google glass for public safety: leveraging Google Glass for automatic information retrieval and notification by public safety officers in the field","authors":"Matthew Christian, Alan Depaz, Max Grimm, Jonathan W. Lartigue, Ronald Sweatland, C. Talley","doi":"10.1145/2638404.2638501","DOIUrl":"https://doi.org/10.1145/2638404.2638501","url":null,"abstract":"For the efficient performance of law enforcement, it is important that the officers have the upper hand when it comes to technology. Information is of the upmost importance in the Criminal Justice field, but it is also important to have data in a manner that can be easily accessible and does not interfere with the officer's activities. With the arrival of the Google Glass, it is possible to bring data closer to the officer in a convenient way. Taking advantage of the camera on the Glass, our software will use photographs taken by the officer in order to retrieve relevant data stored in a database. License information, registration, and facial identification are our main objectives for this project.","PeriodicalId":91384,"journal":{"name":"Proceedings of the 2014 ACM Southeast Regional Conference","volume":"217 ","pages":""},"PeriodicalIF":0.0,"publicationDate":"2014-03-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"91548268","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
Best managerial practices in agile development 敏捷开发中的最佳管理实践
Proceedings of the 2014 ACM Southeast Regional Conference Pub Date : 2014-03-28 DOI: 10.1145/2638404.2638456
M. Talluri, Hisham M. Haddad
{"title":"Best managerial practices in agile development","authors":"M. Talluri, Hisham M. Haddad","doi":"10.1145/2638404.2638456","DOIUrl":"https://doi.org/10.1145/2638404.2638456","url":null,"abstract":"Agile development has been gaining momentum over the year. It practices are perceived by some to be the best for software development. This work investigates agile best development and managerial practices, specially the benefits for optimizing the development process. Throughout this work, real-world scenarios were considered to give suggestions and recommendations for using agile best practices for software projects. Furthermore, this work highlights how managerial problems can be overcome with agile practices. Best practices that do not work in certain scenarios and other challenges are also discussed.","PeriodicalId":91384,"journal":{"name":"Proceedings of the 2014 ACM Southeast Regional Conference","volume":"30 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2014-03-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"78847952","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
Toward a defect prediction model of exception handling method call structures 探讨异常处理方法调用结构的缺陷预测模型
Proceedings of the 2014 ACM Southeast Regional Conference Pub Date : 2014-03-28 DOI: 10.1145/2638404.2638513
Puntitra Sawadpong
{"title":"Toward a defect prediction model of exception handling method call structures","authors":"Puntitra Sawadpong","doi":"10.1145/2638404.2638513","DOIUrl":"https://doi.org/10.1145/2638404.2638513","url":null,"abstract":"The ability to predict where faults are likely to arise in the source code can help guide test plans, reduce effort and cost, narrow the test space, and improve software quality. Our preliminary results show that exception handling code can be more risky than normal code. Therefore, in order to support more efficient testing of exception handling code, this extended abstract proposes a framework to predict faults from annotated exception handling method call structures. This framework will generate annotated exception call graphs of the whole system and calculate property-based software engineering measurement values. The framework will then predict the high risk area of the system by applying statistical modeling techniques to perform fault prediction.","PeriodicalId":91384,"journal":{"name":"Proceedings of the 2014 ACM Southeast Regional Conference","volume":"47 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2014-03-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"78402464","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
Impact of thread and frequency scaling on performance and energy in modern multicores: a measurement-based study 线程和频率缩放对现代多核性能和能量的影响:一项基于测量的研究
Proceedings of the 2014 ACM Southeast Regional Conference Pub Date : 2014-03-28 DOI: 10.1145/2638404.2638473
Armen Dzhagaryan, A. Milenković
{"title":"Impact of thread and frequency scaling on performance and energy in modern multicores: a measurement-based study","authors":"Armen Dzhagaryan, A. Milenković","doi":"10.1145/2638404.2638473","DOIUrl":"https://doi.org/10.1145/2638404.2638473","url":null,"abstract":"Modern microprocessors integrate a growing number of components on a single chip, such as processor cores, graphics processors, on-chip interconnects, shared caches, memory controllers, and I/O interfaces. An ever-increasing complexity and the number of components present new challenges to software developers interested in finding operating points that strike an optimal balance between performance and energy consumed. In this paper we analyze the impact of thread scaling and frequency scaling on performance and energy in modern multicores. By exploiting recent additions to microprocessors that support energy estimation and power management, we measure execution times and energy consumed on an Intel Xeon 1240 v2 microprocessor when running the PARSEC benchmark suite. We conduct a number of experiments by varying the number of threads, 1 ≤ N ≤ 16, and processor clock frequency, 1.6 ≤ F ≤ 3.4 GHz. We find that the maximum performance is achieved when the number of threads matches or slightly exceeds the number of logical processors (8 ≤ N ≤ 12) and the clock frequency is at maximum (F = 3.4 GHz). The minimum energy is consumed when the processor clock frequency is in range 2.0 ≤ F ≤ 2.4 GHz. Finally, we find that the best performance at minimal energy is achieved when 8 ≤ N ≤ 12 and 2.8 ≤ F ≤ 3.1 GHz.","PeriodicalId":91384,"journal":{"name":"Proceedings of the 2014 ACM Southeast Regional Conference","volume":"23 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2014-03-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"78652030","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}
引用次数: 8
RAAODV: a reputation-aware AODV for mobile ad hoc networks RAAODV:用于移动自组织网络的声誉感知AODV
Proceedings of the 2014 ACM Southeast Regional Conference Pub Date : 2014-03-28 DOI: 10.1145/2638404.2638462
Ahmed Al-hamadani, W. Allen
{"title":"RAAODV: a reputation-aware AODV for mobile ad hoc networks","authors":"Ahmed Al-hamadani, W. Allen","doi":"10.1145/2638404.2638462","DOIUrl":"https://doi.org/10.1145/2638404.2638462","url":null,"abstract":"Mobile Ad hoc Networks (MANETs) are self-configuring autonomous networks consisting of a set of mobile nodes connected by wireless links. The lack of fixed infrastructure and centralized administration makes it necessary for nodes to cooperate with each other to communicate. However, some nodes may choose to stop forwarding packets intended for others to conserve power, bandwidth, and computational resources. These selfish nodes can have a detrimental impact on the performance of the entire network due to packet loss, denial of service, a decrease in network throughput, and network partitioning. The legacy Ad hoc On-demand Distance Vector (AODV) routing protocol suffers from the inability to mitigate this selfish behavior. In this paper, a new variant of AODV called Reputation-Aware AODV (RAAODV) is proposed and evaluated. RAAODV monitors neighboring nodes, manages reputations, and reacts against detected selfish behavior. Experiments show that RAAODV improves network performance by 54% above legacy AODV when as many as 50% of nodes behave selfishly all the time.","PeriodicalId":91384,"journal":{"name":"Proceedings of the 2014 ACM Southeast Regional Conference","volume":"26 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2014-03-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"86836240","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
Popularity-based temporal relevance estimation for micro-blogging retrieval 基于人气的微博检索时间相关性估计
Proceedings of the 2014 ACM Southeast Regional Conference Pub Date : 2014-03-28 DOI: 10.1145/2638404.2675721
Manar Alohaly, J. D. Teresco
{"title":"Popularity-based temporal relevance estimation for micro-blogging retrieval","authors":"Manar Alohaly, J. D. Teresco","doi":"10.1145/2638404.2675721","DOIUrl":"https://doi.org/10.1145/2638404.2675721","url":null,"abstract":"Finding relevant information among the vast amounts of data generated continuously by modern micro-blogging platforms has opened new challenges in information retrieval. Recent studies on time-based retrieval have shown that identifying the relevant time periods to be incorporated into the retrieval process is promising; by relevant time period we mean the peak time of a query that satisfies the temporal needs of the user's query. Or in other words, a time period at which the potential to find accurate matches for the query in a set of retrieved documents is relatively high when compared with other time periods. We refer to this as temporal relevance. In this paper, using data collected from Twitter, we propose a new temporal relevance estimation technique based on tracking documents published by the popular users, who have high indegree (i.e., number of followers). In this study we concentrate on queries that are short (one word) and popular, i.e., constantly consumed by micro-bloggers. We choose the simple frequency-based technique to estimate the relevant time period as a baseline against which we evaluate our technique. The results of our technique either match or suggest a better time period as the most relevant one, when compared with the baseline. In fact, for the type of queries in our study, narrowing our focus to the documents published by popular users produces a query-to-documents matching pattern that uncovers some information about temporal relevance that might otherwise be hidden. Also, our matching pattern reflects the nature of the real-world news events that are related to the user's query more so than the baseline, thus revealing the important time frames more clearly.","PeriodicalId":91384,"journal":{"name":"Proceedings of the 2014 ACM Southeast Regional Conference","volume":"20 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2014-03-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"83289829","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
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
相关产品
×
本文献相关产品
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信