首页 > 最新文献

2019 Twelfth International Conference on Ubi-Media Computing (Ubi-Media)最新文献

英文 中文
Traffic Flow Forecast for Traffic with Forecastable Sporadic Events 具有可预测偶发事件的交通流量预测
Pub Date : 2019-08-01 DOI: 10.1109/Ubi-Media.2019.00036
Yu-Hsiang Chang, Hung-Chin Jang
The prosperity of the social economy, tourism, and entertainment industry are important factors to cause traffic congestion. In addition to commuting hours and holidays, if a large-scale event, such as a concert, a sporting event or an exhibition is held, it is easy to make traffic congestion even worse. If we know in advance the time and place of the large-scale event, then we can accurately forecast the future traffic flow and plan the driving route. It helps effectively relieve traffic flow, reduce travel time and carbon emissions. In this study, we used the Vehicle Detector (VD) [12] data from the Taipei City Government Open Data Platform as a source of regular traffic data as well as the data of Forecastable Sporadic Event (FSE), such as a large-scale event, to forecast traffic flow. The information of time and place of the FSE are collected from various information websites (ticketing websites, tourist websites, etc.) by web crawlers. We proposed a Long Short-Term Memory (LSTM) deep learning model for traffic flow forecast, which was trained with both VD and FSE data. We further used Adam Optimizer to adjust the weight and bias of the model to optimize the forecast accuracy. The implementation of the LSTM model was conducted in TensorFlow, a machine learning framework developed by Google. Finally, we evaluated the forecast accuracy of the model by Mean Absolute Percentage Error (MAPE) and analyzed the effectiveness of applying FSE data to traffic forecast.
社会经济、旅游业和娱乐业的繁荣是造成交通拥堵的重要因素。除了上下班时间和节假日,如果举办大型活动,如音乐会、体育赛事或展览,很容易使交通拥堵更加严重。如果我们提前知道大型活动的时间和地点,那么我们就可以准确地预测未来的交通流量,规划行车路线。它有助于有效缓解交通流量,减少旅行时间和碳排放。在本研究中,我们使用台北市政府开放数据平台的车辆检测器(VD)[12]数据作为常规交通数据的来源,以及可预测的零星事件(FSE)数据,例如大型事件,来预测交通流量。FSE的时间和地点信息是通过网络爬虫从各种信息网站(票务网站、旅游网站等)收集的。提出了一种用于交通流预测的长短期记忆(LSTM)深度学习模型,该模型同时使用VD和FSE数据进行训练。我们进一步使用Adam Optimizer来调整模型的权重和偏置,以优化预测精度。LSTM模型的实现是在Google开发的机器学习框架TensorFlow中进行的。最后,利用平均绝对百分比误差(MAPE)对模型的预测精度进行了评价,并分析了FSE数据应用于交通预测的有效性。
{"title":"Traffic Flow Forecast for Traffic with Forecastable Sporadic Events","authors":"Yu-Hsiang Chang, Hung-Chin Jang","doi":"10.1109/Ubi-Media.2019.00036","DOIUrl":"https://doi.org/10.1109/Ubi-Media.2019.00036","url":null,"abstract":"The prosperity of the social economy, tourism, and entertainment industry are important factors to cause traffic congestion. In addition to commuting hours and holidays, if a large-scale event, such as a concert, a sporting event or an exhibition is held, it is easy to make traffic congestion even worse. If we know in advance the time and place of the large-scale event, then we can accurately forecast the future traffic flow and plan the driving route. It helps effectively relieve traffic flow, reduce travel time and carbon emissions. In this study, we used the Vehicle Detector (VD) [12] data from the Taipei City Government Open Data Platform as a source of regular traffic data as well as the data of Forecastable Sporadic Event (FSE), such as a large-scale event, to forecast traffic flow. The information of time and place of the FSE are collected from various information websites (ticketing websites, tourist websites, etc.) by web crawlers. We proposed a Long Short-Term Memory (LSTM) deep learning model for traffic flow forecast, which was trained with both VD and FSE data. We further used Adam Optimizer to adjust the weight and bias of the model to optimize the forecast accuracy. The implementation of the LSTM model was conducted in TensorFlow, a machine learning framework developed by Google. Finally, we evaluated the forecast accuracy of the model by Mean Absolute Percentage Error (MAPE) and analyzed the effectiveness of applying FSE data to traffic forecast.","PeriodicalId":259542,"journal":{"name":"2019 Twelfth International Conference on Ubi-Media Computing (Ubi-Media)","volume":"33 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134329774","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
The Matter of Deep Reinforcement Learning Towards Practical AI Applications 深度强化学习对实际人工智能应用的影响
Pub Date : 2019-08-01 DOI: 10.1109/Ubi-Media.2019.00014
Tipajin Thaipisutikul, Yi-Cheng Chen, Lin Hui, Sheng-Chih Chen, P. Mongkolwat, T. Shih
Reinforcement Learning (RL) is an extraordinarily paradigm that aims to solve a complex problem. This technique leverages the traditional feedforward networks with temporal-difference learning to overcome supervised and unsupervised real-world problems. However, RL is one of state-of-the-art topic due to the opaque aspects in design and implementation. Also, in which situation we will get performance gain from RL is still unclear. Therefore, This study firstly examines the impact of Experience Replay in Deep Q-Learning agent with Self-Driving Car application. Secondly, The impact of Eligibility Trace in RNN A3C agents with Breakout AI game application is studied. Our results indicated that these two techniques enhance RL performance by more than 20 percent as compared with traditional RL methods.
强化学习(RL)是一个非凡的范例,旨在解决一个复杂的问题。该技术利用具有时间差学习的传统前馈网络来克服有监督和无监督的现实世界问题。然而,由于RL在设计和实现上的不透明性,RL一直是当前研究的前沿课题之一。此外,在哪种情况下我们将从强化学习中获得性能提升仍不清楚。因此,本研究首先考察了经验回放对自动驾驶汽车应用深度Q-Learning智能体的影响。其次,研究了资格跟踪对RNN A3C代理的影响。我们的研究结果表明,与传统的RL方法相比,这两种技术将RL的性能提高了20%以上。
{"title":"The Matter of Deep Reinforcement Learning Towards Practical AI Applications","authors":"Tipajin Thaipisutikul, Yi-Cheng Chen, Lin Hui, Sheng-Chih Chen, P. Mongkolwat, T. Shih","doi":"10.1109/Ubi-Media.2019.00014","DOIUrl":"https://doi.org/10.1109/Ubi-Media.2019.00014","url":null,"abstract":"Reinforcement Learning (RL) is an extraordinarily paradigm that aims to solve a complex problem. This technique leverages the traditional feedforward networks with temporal-difference learning to overcome supervised and unsupervised real-world problems. However, RL is one of state-of-the-art topic due to the opaque aspects in design and implementation. Also, in which situation we will get performance gain from RL is still unclear. Therefore, This study firstly examines the impact of Experience Replay in Deep Q-Learning agent with Self-Driving Car application. Secondly, The impact of Eligibility Trace in RNN A3C agents with Breakout AI game application is studied. Our results indicated that these two techniques enhance RL performance by more than 20 percent as compared with traditional RL methods.","PeriodicalId":259542,"journal":{"name":"2019 Twelfth International Conference on Ubi-Media Computing (Ubi-Media)","volume":"32 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130234430","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
Study on Correctness Judgement of Handwritten Chinese Characters Based on Feature Matrix for Similarity Matching 基于相似度匹配特征矩阵的手写体汉字正确性判断研究
Pub Date : 2019-08-01 DOI: 10.1109/Ubi-Media.2019.00025
Juying Wu, Qing Han, Yi Li
With the unprecedented development of Computer Aided Instruction, integrating information technology into the teaching of Chinese character writing has become a trend. As an important part of Chinese character writing teaching supported by mobile platform, the correctness of judgment automatically plays an important role. On this basis, this paper designs and develops a method for judging the correctness of handwritten Chinese characters based on feature matrix. It firstly extracts the stroke features which includes stroke orientation, stroke length, absolute position and combination relationship of the stroke, then similarity matching is achieved by the feature matrix. This method can realize the one-to-one correspondence between the user's handwritten Chinese strokes and the standard ones, making the whole character correctness judgement and the specific error strokes and error types locating possible, which can be applied to Chinese character writing training and teaching.
随着计算机辅助教学的空前发展,将信息技术融入汉字写作教学已成为一种趋势。作为移动平台支持的汉字书写教学的重要组成部分,判断的正确性自动发挥着重要的作用。在此基础上,本文设计并开发了一种基于特征矩阵的手写体汉字正确性判断方法。首先提取笔画特征,包括笔画方向、笔画长度、笔画绝对位置和笔画组合关系,然后利用特征矩阵实现相似度匹配。该方法可实现用户手写汉字笔画与标准笔画的一一对应,使汉字整体正确性判断和具体错误笔画、错误类型定位成为可能,可应用于汉字书写训练与教学。
{"title":"Study on Correctness Judgement of Handwritten Chinese Characters Based on Feature Matrix for Similarity Matching","authors":"Juying Wu, Qing Han, Yi Li","doi":"10.1109/Ubi-Media.2019.00025","DOIUrl":"https://doi.org/10.1109/Ubi-Media.2019.00025","url":null,"abstract":"With the unprecedented development of Computer Aided Instruction, integrating information technology into the teaching of Chinese character writing has become a trend. As an important part of Chinese character writing teaching supported by mobile platform, the correctness of judgment automatically plays an important role. On this basis, this paper designs and develops a method for judging the correctness of handwritten Chinese characters based on feature matrix. It firstly extracts the stroke features which includes stroke orientation, stroke length, absolute position and combination relationship of the stroke, then similarity matching is achieved by the feature matrix. This method can realize the one-to-one correspondence between the user's handwritten Chinese strokes and the standard ones, making the whole character correctness judgement and the specific error strokes and error types locating possible, which can be applied to Chinese character writing training and teaching.","PeriodicalId":259542,"journal":{"name":"2019 Twelfth International Conference on Ubi-Media Computing (Ubi-Media)","volume":"12 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121330908","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
Improving Performance of DeepCC Tracker by Background Comparison and Trajectory Refinement 基于背景对比和轨迹优化的DeepCC跟踪器性能改进
Pub Date : 2019-08-01 DOI: 10.1109/Ubi-Media.2019.00042
Kuan-Hsien Wu, Wan-Lun Tsai, Tse-Yu Pan, Min-Chun Hu
DukeMTMCT is the largest and most completely labeled dataset in Multi-Target Multi-Camera Tracking (MTMCT). We investigate a state-of-the-art work on DukeMTMCT named DeepCC, and dig out two main problems. The first problem is that the openpose is prone to false detection, which seriously affects performance. The second problem is that two different persons may be assigned with the same ID. According to the corresponding problems, we not only propose a method to measure the similarity between detected bounding box and its original background avoiding false detection caused by OpenPose, but also design a strategy to correct the tracking trajectories which are affected by the unreliability of the correlation matrix clustering method proposed by DeepCC. Our method outperforms the state-of-the-art on DukeMTMCT.
DukeMTMCT是多目标多相机跟踪(MTMCT)中最大、标记最完整的数据集。我们调查了DukeMTMCT上一个名为DeepCC的最先进的工作,并发现了两个主要问题。第一个问题是,openpose容易出现误检测,严重影响性能。第二个问题是两个不同的人可能被分配相同的ID。针对相应的问题,我们不仅提出了一种测量检测到的边界框与其原始背景之间相似度的方法,避免了OpenPose导致的误检,而且设计了一种策略来纠正DeepCC提出的相关矩阵聚类方法的不可靠性对跟踪轨迹的影响。我们的方法在DukeMTMCT上优于最先进的方法。
{"title":"Improving Performance of DeepCC Tracker by Background Comparison and Trajectory Refinement","authors":"Kuan-Hsien Wu, Wan-Lun Tsai, Tse-Yu Pan, Min-Chun Hu","doi":"10.1109/Ubi-Media.2019.00042","DOIUrl":"https://doi.org/10.1109/Ubi-Media.2019.00042","url":null,"abstract":"DukeMTMCT is the largest and most completely labeled dataset in Multi-Target Multi-Camera Tracking (MTMCT). We investigate a state-of-the-art work on DukeMTMCT named DeepCC, and dig out two main problems. The first problem is that the openpose is prone to false detection, which seriously affects performance. The second problem is that two different persons may be assigned with the same ID. According to the corresponding problems, we not only propose a method to measure the similarity between detected bounding box and its original background avoiding false detection caused by OpenPose, but also design a strategy to correct the tracking trajectories which are affected by the unreliability of the correlation matrix clustering method proposed by DeepCC. Our method outperforms the state-of-the-art on DukeMTMCT.","PeriodicalId":259542,"journal":{"name":"2019 Twelfth International Conference on Ubi-Media Computing (Ubi-Media)","volume":"4 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130573698","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
A Tool-Set for Physical Signal Collection 物理信号采集工具集
Pub Date : 2019-08-01 DOI: 10.1109/Ubi-Media.2019.00054
Chun-Hsiung Tseng, Yung-Hui Chen, Jia-Rou Lin
In this research, we proposed some modules for physical signal collection. Despite of the fact that there are already quite a few code examples for programming in microcontrollers, it is still not easy to adopt these code snippets directly and some manual adjustments may be needed. In this manuscript, we proposed some modules to simplify the building of physical signal collection applications. Specifically, we proposed the following modules as scaffolds: a set of pre-built data reading modules, an executable script, a development tool, a Web service for I/O, and some GUI modules.
在本研究中,我们提出了一些物理信号采集模块。尽管事实上已经有相当多的代码示例用于微控制器编程,但直接采用这些代码片段仍然不容易,可能需要进行一些手动调整。在本文中,我们提出了一些模块来简化物理信号采集应用程序的构建。具体来说,我们提出了以下模块作为支架:一组预构建的数据读取模块、一个可执行脚本、一个开发工具、一个用于I/O的Web服务和一些GUI模块。
{"title":"A Tool-Set for Physical Signal Collection","authors":"Chun-Hsiung Tseng, Yung-Hui Chen, Jia-Rou Lin","doi":"10.1109/Ubi-Media.2019.00054","DOIUrl":"https://doi.org/10.1109/Ubi-Media.2019.00054","url":null,"abstract":"In this research, we proposed some modules for physical signal collection. Despite of the fact that there are already quite a few code examples for programming in microcontrollers, it is still not easy to adopt these code snippets directly and some manual adjustments may be needed. In this manuscript, we proposed some modules to simplify the building of physical signal collection applications. Specifically, we proposed the following modules as scaffolds: a set of pre-built data reading modules, an executable script, a development tool, a Web service for I/O, and some GUI modules.","PeriodicalId":259542,"journal":{"name":"2019 Twelfth International Conference on Ubi-Media Computing (Ubi-Media)","volume":"87 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126178331","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
期刊
2019 Twelfth International Conference on Ubi-Media Computing (Ubi-Media)
全部 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