首页 > 最新文献

Journal of Information and Telecommunication最新文献

英文 中文
Optimization of interval type-2 fuzzy system using the PSO technique for predictive problems 区间2型模糊系统预测问题的粒子群优化
IF 2.7 Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2020-10-30 DOI: 10.1080/24751839.2020.1833141
D. Mai, Trong Hop Dang, L. Ngo
ABSTRACT An interval type-2 fuzzy logic system (IT2FLS) can function well with uncertain data, with which a type-1 fuzzy logic system (T1FLS) is ineffective because its membership function rests upon crisp values. However, similar to T1FLSs, there are challenges associated with IT2FLSs in selecting parameters, which can significantly affect the accuracy of the classification results with their relatively high sensitivity. This paper discusses and proposes a hybrid model based on IT2FLS and particle swarm optimization (PSO) for prediction problems. The main objective of this paper is to find the optimal solution for the unknown fuzzy systems using labelled data for training the fuzzy system. The PSO technique was used to find the optimal parameters of the Gaussian membership functions which utilized for IT2FLSs. The authors tested two data sets for each of the two prediction problems, namely: burnt forest area prediction and wine quality prediction. The predictive results were compared with other predictive methods including random forest (RF), support vector machines (SVM), artificial neural network (ANN), adaptive neuro fuzzy inference system (ANFIS) and IT2FLS with parameters generated by using the fuzzy c-means algorithm (IT2FLS-FCM). Experiment results showed that the proposed method could significantly improve accuracy compared to several other predictive techniques.
区间2型模糊逻辑系统(IT2FLS)在不确定数据下可以很好地工作,而1型模糊逻辑体系(T1FLS)由于其隶属函数依赖于清晰的值而无效。然而,与T1FLS类似,IT2FLS在选择参数方面也存在挑战,其相对较高的灵敏度会显著影响分类结果的准确性。本文讨论并提出了一种基于IT2FLS和粒子群优化(PSO)的预测问题混合模型。本文的主要目的是利用标记数据训练模糊系统,找到未知模糊系统的最优解。利用粒子群优化技术寻找IT2FLS中高斯隶属度函数的最优参数。作者针对两个预测问题分别测试了两个数据集,即:烧毁森林面积预测和葡萄酒质量预测。将预测结果与其他预测方法进行了比较,包括随机森林(RF)、支持向量机(SVM)、人工神经网络(ANN)、自适应神经模糊推理系统(ANFIS)和IT2FLS,并使用模糊c-均值算法(IT2FLS-FCM)生成参数。实验结果表明,与其他几种预测技术相比,该方法可以显著提高预测精度。
{"title":"Optimization of interval type-2 fuzzy system using the PSO technique for predictive problems","authors":"D. Mai, Trong Hop Dang, L. Ngo","doi":"10.1080/24751839.2020.1833141","DOIUrl":"https://doi.org/10.1080/24751839.2020.1833141","url":null,"abstract":"ABSTRACT An interval type-2 fuzzy logic system (IT2FLS) can function well with uncertain data, with which a type-1 fuzzy logic system (T1FLS) is ineffective because its membership function rests upon crisp values. However, similar to T1FLSs, there are challenges associated with IT2FLSs in selecting parameters, which can significantly affect the accuracy of the classification results with their relatively high sensitivity. This paper discusses and proposes a hybrid model based on IT2FLS and particle swarm optimization (PSO) for prediction problems. The main objective of this paper is to find the optimal solution for the unknown fuzzy systems using labelled data for training the fuzzy system. The PSO technique was used to find the optimal parameters of the Gaussian membership functions which utilized for IT2FLSs. The authors tested two data sets for each of the two prediction problems, namely: burnt forest area prediction and wine quality prediction. The predictive results were compared with other predictive methods including random forest (RF), support vector machines (SVM), artificial neural network (ANN), adaptive neuro fuzzy inference system (ANFIS) and IT2FLS with parameters generated by using the fuzzy c-means algorithm (IT2FLS-FCM). Experiment results showed that the proposed method could significantly improve accuracy compared to several other predictive techniques.","PeriodicalId":32180,"journal":{"name":"Journal of Information and Telecommunication","volume":"5 1","pages":"197 - 213"},"PeriodicalIF":2.7,"publicationDate":"2020-10-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1080/24751839.2020.1833141","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"49052580","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
Heuristic and deep reinforcement learning-based PID control of trajectory tracking in a ball-and-plate system 基于启发式深度强化学习的球板系统轨迹跟踪PID控制
IF 2.7 Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2020-10-21 DOI: 10.1080/24751839.2020.1833137
E. Okafor, D. Udekwe, Y. Ibrahim, M. B. Mu'azu, E. Okafor
ABSTRACT The manual tuning of controller parameters, for example, tuning proportional integral derivative (PID) gains often relies on tedious human engineering. To curb the aforementioned problem, we propose an artificial intelligence-based deep reinforcement learning (RL) PID controller (three variants) compared with genetic algorithm-based PID (GA-PID) and classical PID; a total of five controllers were simulated for controlling and trajectory tracking of the ball dynamics in a linearized ball-and-plate ( ) system. For the experiments, we trained novel variants of deep RL-PID built from a customized deep deterministic policy gradient (DDPG) agent (by modifying the neural network architecture), resulting in two new RL agents (DDPG-FC-350-R-PID & DDPG-FC-350-E-PID). Each of the agents interacts with the environment through a policy and a learning algorithm to produce a set of actions (optimal PID gains). Additionally, we evaluated the five controllers to assess which method provides the best performance metrics in the context of the minimum index in predictive errors, steady-state-error, peak overshoot, and time-responses. The results show that our proposed architecture (DDPG-FC-350-E-PID) yielded the best performance and surpasses all other approaches on most of the evaluation metric indices. Furthermore, an appropriate training of an artificial intelligence-based controller can aid to obtain the best path tracking.
摘要控制器参数的手动调整,例如调整比例积分微分(PID)增益,通常依赖于繁琐的人类工程。为了解决上述问题,与基于遗传算法的PID(GA-PID)和经典PID相比,我们提出了一种基于人工智能的深度强化学习(RL)PID控制器(三种变体);在线性化的球-板()系统中,总共模拟了五个控制器来控制和跟踪球的动力学。对于实验,我们训练了从定制的深度确定性策略梯度(DDPG)代理构建的深度RL-PID的新变体(通过修改神经网络架构),产生了两个新的RL代理(DDPG-FC-350-R-PID和DDPG-FC-350-EPID)。每个代理通过策略和学习算法与环境交互,以产生一组动作(最优PID增益)。此外,我们评估了五个控制器,以评估哪种方法在预测误差、稳态误差、峰值超调和时间响应的最小指数的情况下提供了最佳性能指标。结果表明,我们提出的体系结构(DDPG-FC-350-E-PID)产生了最好的性能,并在大多数评估指标上超过了所有其他方法。此外,对基于人工智能的控制器进行适当的训练可以帮助获得最佳路径跟踪。
{"title":"Heuristic and deep reinforcement learning-based PID control of trajectory tracking in a ball-and-plate system","authors":"E. Okafor, D. Udekwe, Y. Ibrahim, M. B. Mu'azu, E. Okafor","doi":"10.1080/24751839.2020.1833137","DOIUrl":"https://doi.org/10.1080/24751839.2020.1833137","url":null,"abstract":"ABSTRACT The manual tuning of controller parameters, for example, tuning proportional integral derivative (PID) gains often relies on tedious human engineering. To curb the aforementioned problem, we propose an artificial intelligence-based deep reinforcement learning (RL) PID controller (three variants) compared with genetic algorithm-based PID (GA-PID) and classical PID; a total of five controllers were simulated for controlling and trajectory tracking of the ball dynamics in a linearized ball-and-plate ( ) system. For the experiments, we trained novel variants of deep RL-PID built from a customized deep deterministic policy gradient (DDPG) agent (by modifying the neural network architecture), resulting in two new RL agents (DDPG-FC-350-R-PID & DDPG-FC-350-E-PID). Each of the agents interacts with the environment through a policy and a learning algorithm to produce a set of actions (optimal PID gains). Additionally, we evaluated the five controllers to assess which method provides the best performance metrics in the context of the minimum index in predictive errors, steady-state-error, peak overshoot, and time-responses. The results show that our proposed architecture (DDPG-FC-350-E-PID) yielded the best performance and surpasses all other approaches on most of the evaluation metric indices. Furthermore, an appropriate training of an artificial intelligence-based controller can aid to obtain the best path tracking.","PeriodicalId":32180,"journal":{"name":"Journal of Information and Telecommunication","volume":"5 1","pages":"179 - 196"},"PeriodicalIF":2.7,"publicationDate":"2020-10-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1080/24751839.2020.1833137","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"49203932","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
Evolutionary algorithms deceive humans and machines at image classification: an extended proof of concept on two scenarios 进化算法在图像分类上欺骗人类和机器:两个场景下概念的扩展证明
IF 2.7 Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2020-10-10 DOI: 10.1080/24751839.2020.1829388
Raluca Chitic, Franck Leprévost, Nicolas Bernard
ABSTRACT The range of applications of Neural Networks encompasses image classification. However, Neural Networks are vulnerable to attacks, and may misclassify adversarial images, leading to potentially disastrous consequences. Pursuing some of our previous work, we provide an extended proof of concept of a black-box, targeted, non-parametric attack using evolutionary algorithms to fool both Neural Networks and humans at the task of image classification. Our feasibility study is performed on VGG-16 trained on CIFAR-10. For any category of CIFAR-10, one chooses an image classified by VGG-16 as belonging to . From there, two scenarios are addressed. In the first scenario, a target category is fixed a priori. We construct an evolutionary algorithm that evolves to a modified image that VGG-16 classifies as belonging to . In the second scenario, we construct another evolutionary algorithm that evolves to a modified image that VGG-16 is unable to classify. In both scenarios, the obtained adversarial images remain so close to the original one that a human would likely classify them as still belonging to .
摘要神经网络的应用范围包括图像分类。然而,神经网络容易受到攻击,可能会对对抗性图像进行错误分类,从而导致潜在的灾难性后果。在我们之前的一些工作的基础上,我们提供了一个扩展的黑匣子、有针对性的非参数攻击的概念证明,使用进化算法来欺骗神经网络和人类进行图像分类。我们对在CIFAR-10上训练的VGG-16进行了可行性研究。对于CIFAR-10的任何类别,可以选择由VGG-16分类为属于的图像。在此基础上,讨论了两种情况。在第一种情况下,目标类别是先验固定的。我们构造了一个进化算法,该算法进化到VGG-16分类为属于的修改图像。在第二种情况下,我们构建了另一种进化算法,该算法进化为VGG-16无法分类的修改图像。在这两种情况下,获得的对抗性图像都与原始图像非常接近,以至于人类可能会将其归类为仍然属于原始图像。
{"title":"Evolutionary algorithms deceive humans and machines at image classification: an extended proof of concept on two scenarios","authors":"Raluca Chitic, Franck Leprévost, Nicolas Bernard","doi":"10.1080/24751839.2020.1829388","DOIUrl":"https://doi.org/10.1080/24751839.2020.1829388","url":null,"abstract":"ABSTRACT The range of applications of Neural Networks encompasses image classification. However, Neural Networks are vulnerable to attacks, and may misclassify adversarial images, leading to potentially disastrous consequences. Pursuing some of our previous work, we provide an extended proof of concept of a black-box, targeted, non-parametric attack using evolutionary algorithms to fool both Neural Networks and humans at the task of image classification. Our feasibility study is performed on VGG-16 trained on CIFAR-10. For any category of CIFAR-10, one chooses an image classified by VGG-16 as belonging to . From there, two scenarios are addressed. In the first scenario, a target category is fixed a priori. We construct an evolutionary algorithm that evolves to a modified image that VGG-16 classifies as belonging to . In the second scenario, we construct another evolutionary algorithm that evolves to a modified image that VGG-16 is unable to classify. In both scenarios, the obtained adversarial images remain so close to the original one that a human would likely classify them as still belonging to .","PeriodicalId":32180,"journal":{"name":"Journal of Information and Telecommunication","volume":"5 1","pages":"121 - 143"},"PeriodicalIF":2.7,"publicationDate":"2020-10-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1080/24751839.2020.1829388","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"44822763","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}
引用次数: 4
Development of seawater temperature announcement system for improving efficiency of fishery industry 开发海水温度公告系统,提高渔业效率
IF 2.7 Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2020-10-04 DOI: 10.1080/24751839.2020.1824153
Yu Agusa, T. Fujihashi, Keiichi Endo, H. Kuroda, Shin-ya Kobayashi
ABSTRACT Obtaining accurate information about the seawater temperature and visualizing it in real time is of great importance for aquaculture fishers, as water temperature fluctuations due to tide inflows greatly affect the development of fish and shellfish. Fishery researchers install a lot of multiple depth water temperature continuous observation equipment in the sea, and then, they collect and accumulate the data on the seawater temperature to realize its visualization. In this research, we develop a novel system to visualize the current conditions of seawater and its variations over time based on the collected water temperature data. Our system allows representing the most recent seawater temperature information and its variation over time in the forms of a table, graph and a three-dimensional temperature distribution chart through a web browser. In addition, in this system, it is possible to download the seawater temperature information measured during a period in the past. Our system can be used to improve the efficiency of feeding, thereby reducing the costs associated with aquaculture maintenance; moreover, it can serve to avoid damages caused by red tide and to prevent fish diseases.
获取准确的海水温度信息并将其实时可视化,对于水产养殖者来说是非常重要的,因为潮水的流入对鱼类和贝类的发育有很大的影响。渔业研究人员在海洋中安装了大量的多深度水温连续观测设备,对海水温度数据进行采集和积累,实现海水温度的可视化。在这项研究中,我们开发了一个新的系统,可以根据收集的水温数据可视化海水的当前状况及其随时间的变化。我们的系统可透过网页浏览器以表格、图表及三维温度分布图的形式呈现最新的海水温度资料及其随时间的变化。此外,在该系统中,还可以下载过去一段时间内测量的海水温度信息。我们的系统可用于提高饲养效率,从而降低与水产养殖维护相关的成本;此外,它可以避免红潮造成的损害,防止鱼类疾病。
{"title":"Development of seawater temperature announcement system for improving efficiency of fishery industry","authors":"Yu Agusa, T. Fujihashi, Keiichi Endo, H. Kuroda, Shin-ya Kobayashi","doi":"10.1080/24751839.2020.1824153","DOIUrl":"https://doi.org/10.1080/24751839.2020.1824153","url":null,"abstract":"ABSTRACT Obtaining accurate information about the seawater temperature and visualizing it in real time is of great importance for aquaculture fishers, as water temperature fluctuations due to tide inflows greatly affect the development of fish and shellfish. Fishery researchers install a lot of multiple depth water temperature continuous observation equipment in the sea, and then, they collect and accumulate the data on the seawater temperature to realize its visualization. In this research, we develop a novel system to visualize the current conditions of seawater and its variations over time based on the collected water temperature data. Our system allows representing the most recent seawater temperature information and its variation over time in the forms of a table, graph and a three-dimensional temperature distribution chart through a web browser. In addition, in this system, it is possible to download the seawater temperature information measured during a period in the past. Our system can be used to improve the efficiency of feeding, thereby reducing the costs associated with aquaculture maintenance; moreover, it can serve to avoid damages caused by red tide and to prevent fish diseases.","PeriodicalId":32180,"journal":{"name":"Journal of Information and Telecommunication","volume":"5 1","pages":"62 - 82"},"PeriodicalIF":2.7,"publicationDate":"2020-10-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1080/24751839.2020.1824153","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"45136963","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
Validation of decision-making in artificial intelligence-based autonomous vehicles 基于人工智能的自动驾驶汽车决策验证
IF 2.7 Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2020-10-01 DOI: 10.1080/24751839.2020.1824154
Christopher Medrano-Berumen, M. Akbaş
ABSTRACT The autonomous vehicle technology is considered as a significant market disruptor for multiple industries. However, to reach this potential and to be accepted by the public, autonomous vehicles must be proven to be reliable and safe. Therefore, validation is essential for improving the public trust for autonomous vehicles and deploying them for everyday transportation activities. There have been a number of significant efforts on validation of autonomous vehicles; and real-life testing and test tracks have been the major platforms for these activities. However, simulation has also been gaining popularity due to its advantages in cost, time and safety. In this paper, we present a simulation scenario generation methodology with pseudo-random test generation to validate the decision-making system of autonomous vehicles. The methodology separates the validation concerns and focuses on generating scenarios that test the decisions taken by the vehicle. The implementation demonstrates the capabilities and the efficiency of the approach.
摘要自动驾驶汽车技术被认为是多个行业的重要市场颠覆者。然而,要达到这一潜力并被公众接受,自动驾驶汽车必须被证明是可靠和安全的。因此,验证对于提高公众对自动驾驶汽车的信任并将其部署到日常交通活动中至关重要。在自动驾驶汽车的验证方面已经做出了许多重大努力;现实生活中的测试和测试轨道一直是这些活动的主要平台。然而,由于其在成本、时间和安全性方面的优势,模拟也越来越受欢迎。在本文中,我们提出了一种具有伪随机测试生成的仿真场景生成方法,以验证自动驾驶汽车的决策系统。该方法将验证问题分开,并侧重于生成测试车辆决策的场景。实施表明了该方法的能力和效率。
{"title":"Validation of decision-making in artificial intelligence-based autonomous vehicles","authors":"Christopher Medrano-Berumen, M. Akbaş","doi":"10.1080/24751839.2020.1824154","DOIUrl":"https://doi.org/10.1080/24751839.2020.1824154","url":null,"abstract":"ABSTRACT The autonomous vehicle technology is considered as a significant market disruptor for multiple industries. However, to reach this potential and to be accepted by the public, autonomous vehicles must be proven to be reliable and safe. Therefore, validation is essential for improving the public trust for autonomous vehicles and deploying them for everyday transportation activities. There have been a number of significant efforts on validation of autonomous vehicles; and real-life testing and test tracks have been the major platforms for these activities. However, simulation has also been gaining popularity due to its advantages in cost, time and safety. In this paper, we present a simulation scenario generation methodology with pseudo-random test generation to validate the decision-making system of autonomous vehicles. The methodology separates the validation concerns and focuses on generating scenarios that test the decisions taken by the vehicle. The implementation demonstrates the capabilities and the efficiency of the approach.","PeriodicalId":32180,"journal":{"name":"Journal of Information and Telecommunication","volume":"5 1","pages":"83 - 103"},"PeriodicalIF":2.7,"publicationDate":"2020-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1080/24751839.2020.1824154","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"47935353","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
Traceability and ownership claim of data on big data marketplace using blockchain technology 利用区块链技术实现大数据市场数据的可追溯性和所有权主张
IF 2.7 Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2020-09-29 DOI: 10.1080/24751839.2020.1819634
Swagatika Sahoo, Raju Halder
ABSTRACT In the era of big data, modern data marketplaces have received much attention as they allow not only large enterprises but also individuals to trade their data. This new paradigm makes the data prone to various threats, including piracy, illegal reselling, tampering, illegal redistribution, ownership claiming, forgery, theft, misappropriation, etc. Although digital watermarking is a promising technique to address the above-mentioned challenges, the existing solutions in the literature are deemed to be incompetent in big data scenarios due to the following factors: V's of big data, involvement of multiple owners, incremental watermarking, large cover-size and limited watermark-capacity, non-interference, etc. In this paper, we propose a novel big data watermarking technique that leverages the power of blockchain technology and provides a transparent immutable audit trail for data movement in big data monetizing scenarios. In this context, we address all the crucial challenges mentioned above. We present a prototype implementation of the system as a proof of concept using Solidity on Ethereum platform, and we perform experimental evaluation to demonstrate its feasibility and effectiveness in terms of execution gas costs. To the best of our knowledge, this is the first proposal which deals with watermarking issues in the context of big data.
在大数据时代,现代数据市场不仅允许大型企业进行数据交易,也允许个人进行数据交易,因此备受关注。这种新模式使数据容易受到各种威胁,包括盗版、非法转售、篡改、非法再分发、所有权索赔、伪造、盗窃、盗用等。虽然数字水印是解决上述挑战的一种很有前途的技术,但由于以下因素,现有文献中的解决方案在大数据场景中被认为是不胜任的:大数据的V,多个所有者的参与,增量水印,大覆盖尺寸和有限的水印容量,不干扰等。在本文中,我们提出了一种新的大数据水印技术,该技术利用区块链技术的力量,为大数据货币化场景中的数据移动提供透明的不可变审计跟踪。在这方面,我们应对上述所有关键挑战。我们在以太坊平台上使用Solidity提出了该系统的原型实现作为概念验证,并进行了实验评估,以证明其在执行gas成本方面的可行性和有效性。据我们所知,这是第一个在大数据背景下处理水印问题的提案。
{"title":"Traceability and ownership claim of data on big data marketplace using blockchain technology","authors":"Swagatika Sahoo, Raju Halder","doi":"10.1080/24751839.2020.1819634","DOIUrl":"https://doi.org/10.1080/24751839.2020.1819634","url":null,"abstract":"ABSTRACT In the era of big data, modern data marketplaces have received much attention as they allow not only large enterprises but also individuals to trade their data. This new paradigm makes the data prone to various threats, including piracy, illegal reselling, tampering, illegal redistribution, ownership claiming, forgery, theft, misappropriation, etc. Although digital watermarking is a promising technique to address the above-mentioned challenges, the existing solutions in the literature are deemed to be incompetent in big data scenarios due to the following factors: V's of big data, involvement of multiple owners, incremental watermarking, large cover-size and limited watermark-capacity, non-interference, etc. In this paper, we propose a novel big data watermarking technique that leverages the power of blockchain technology and provides a transparent immutable audit trail for data movement in big data monetizing scenarios. In this context, we address all the crucial challenges mentioned above. We present a prototype implementation of the system as a proof of concept using Solidity on Ethereum platform, and we perform experimental evaluation to demonstrate its feasibility and effectiveness in terms of execution gas costs. To the best of our knowledge, this is the first proposal which deals with watermarking issues in the context of big data.","PeriodicalId":32180,"journal":{"name":"Journal of Information and Telecommunication","volume":"5 1","pages":"35 - 61"},"PeriodicalIF":2.7,"publicationDate":"2020-09-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1080/24751839.2020.1819634","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"60140746","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}
引用次数: 13
Secure data outsourcing in presence of the inference problem: issues and directions 存在推理问题的安全数据外包:问题和方向
IF 2.7 Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2020-09-24 DOI: 10.1080/24751839.2020.1819633
A. Jebali, S. Sassi, A. Jemai
ABSTRACT With the emergence of cloud computing paradigms, secure data outsourcing has become one of the crucial challenges which strongly imposes itself. Data owners place their data among cloud service providers in order to increase flexibility, optimize storage, enhance data manipulation and decrease processing time. Nevertheless, from a security point of view, access control is a major challenge in this situation seeing that the security policy of the data owner must be preserved when data is moved to the cloud. Nonetheless, the lack of a comprehensive and systematic review motivated us to construct this reviewing paper on this research problem. Here, we discuss current and emerging research on privacy and confidentiality concerns in data outsourcing and pinpoint potential issues that are still unresolved.
随着云计算范式的出现,安全的数据外包已经成为一个严峻的挑战。数据所有者将其数据放在云服务提供商中,以增加灵活性、优化存储、增强数据操作并减少处理时间。然而,从安全的角度来看,访问控制是这种情况下的一个主要挑战,因为在将数据移动到云端时必须保留数据所有者的安全策略。然而,由于缺乏全面和系统的综述,促使我们就这一研究问题构建这篇综述论文。在这里,我们讨论了当前和新兴的关于数据外包中隐私和保密问题的研究,并指出了尚未解决的潜在问题。
{"title":"Secure data outsourcing in presence of the inference problem: issues and directions","authors":"A. Jebali, S. Sassi, A. Jemai","doi":"10.1080/24751839.2020.1819633","DOIUrl":"https://doi.org/10.1080/24751839.2020.1819633","url":null,"abstract":"ABSTRACT With the emergence of cloud computing paradigms, secure data outsourcing has become one of the crucial challenges which strongly imposes itself. Data owners place their data among cloud service providers in order to increase flexibility, optimize storage, enhance data manipulation and decrease processing time. Nevertheless, from a security point of view, access control is a major challenge in this situation seeing that the security policy of the data owner must be preserved when data is moved to the cloud. Nonetheless, the lack of a comprehensive and systematic review motivated us to construct this reviewing paper on this research problem. Here, we discuss current and emerging research on privacy and confidentiality concerns in data outsourcing and pinpoint potential issues that are still unresolved.","PeriodicalId":32180,"journal":{"name":"Journal of Information and Telecommunication","volume":"5 1","pages":"16 - 34"},"PeriodicalIF":2.7,"publicationDate":"2020-09-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1080/24751839.2020.1819633","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"46856338","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
A survey on spatial, temporal, and spatio-temporal database research and an original example of relevant applications using SQL ecosystem and deep learning 空间、时间和时空数据库的研究概况,以及使用SQL生态系统和深度学习的相关应用的原始示例
IF 2.7 Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2020-09-17 DOI: 10.1080/24751839.2020.1774153
Kulsawasd Jitkajornwanich, Neelabh Pant, M. Fouladgar, R. Elmasri
ABSTRACT Spatio-temporal data serves as a foundation for most location-based applications nowadays. To handle spatio-temporal data, an appropriate methodology needs to be properly followed, in which space and time dimensions of data must be taken into account ‘altogether’ – unlike spatial (or temporal) data management tools which consider space (or time) separately and assumes no dependency on one another. In this paper, we conducted a survey on spatial, temporal, and spatio-temporal database research. Additionally, to use an original example to illustrate how today’s technologies can be used to handle spatio-temporal data and applications, we categorize the current technologies into two groups: (1) traditional, mainstay tools (e.g. SQL ecosystem) and (2) emerging, data-intensive tools (e.g. deep learning). Specifically, in the first group, we use our spatio-temporal application based on SQL system, ‘hydrological rainstorm analysis’, as an original example showing how analysis and mining tasks can be performed on the conceptual storm stored in a spatio-temporal RDB. In the second group, we use our spatio-temporal application based on deep learning, ‘users’ future locations prediction based on historical trajectory GPS data using hyper optimized ANNs and LSTMs’, as an original example showing how deep learning models can be applied to spatio-temporal data.
时空数据是当今大多数基于位置的应用程序的基础。要处理时空数据,需要适当地遵循一种适当的方法,其中必须“全面”考虑数据的空间和时间维度,而不像空间(或时间)数据管理工具单独考虑空间(或时间)并假定彼此不依赖。本文对空间、时间和时空数据库的研究进行了综述。此外,为了用一个原始的例子来说明当今的技术如何用于处理时空数据和应用程序,我们将当前的技术分为两组:(1)传统的主流工具(例如SQL生态系统)和(2)新兴的数据密集型工具(例如深度学习)。具体而言,在第一组中,我们使用基于SQL系统的时空应用程序“水文暴雨分析”作为原始示例,展示了如何对存储在时空RDB中的概念风暴执行分析和挖掘任务。在第二组中,我们使用基于深度学习的时空应用,使用超优化神经网络和lstm作为原始示例,展示了深度学习模型如何应用于时空数据,基于历史轨迹GPS数据的“用户未来位置预测”。
{"title":"A survey on spatial, temporal, and spatio-temporal database research and an original example of relevant applications using SQL ecosystem and deep learning","authors":"Kulsawasd Jitkajornwanich, Neelabh Pant, M. Fouladgar, R. Elmasri","doi":"10.1080/24751839.2020.1774153","DOIUrl":"https://doi.org/10.1080/24751839.2020.1774153","url":null,"abstract":"ABSTRACT Spatio-temporal data serves as a foundation for most location-based applications nowadays. To handle spatio-temporal data, an appropriate methodology needs to be properly followed, in which space and time dimensions of data must be taken into account ‘altogether’ – unlike spatial (or temporal) data management tools which consider space (or time) separately and assumes no dependency on one another. In this paper, we conducted a survey on spatial, temporal, and spatio-temporal database research. Additionally, to use an original example to illustrate how today’s technologies can be used to handle spatio-temporal data and applications, we categorize the current technologies into two groups: (1) traditional, mainstay tools (e.g. SQL ecosystem) and (2) emerging, data-intensive tools (e.g. deep learning). Specifically, in the first group, we use our spatio-temporal application based on SQL system, ‘hydrological rainstorm analysis’, as an original example showing how analysis and mining tasks can be performed on the conceptual storm stored in a spatio-temporal RDB. In the second group, we use our spatio-temporal application based on deep learning, ‘users’ future locations prediction based on historical trajectory GPS data using hyper optimized ANNs and LSTMs’, as an original example showing how deep learning models can be applied to spatio-temporal data.","PeriodicalId":32180,"journal":{"name":"Journal of Information and Telecommunication","volume":"4 1","pages":"524 - 559"},"PeriodicalIF":2.7,"publicationDate":"2020-09-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1080/24751839.2020.1774153","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"43673272","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
Social media sentiment analysis based on COVID-19 基于新冠肺炎的社交媒体情绪分析
IF 2.7 Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2020-07-14 DOI: 10.1080/24751839.2020.1790793
L. Nemes, A. Kiss
ABSTRACT In today's world, the social media is everywhere, and everybody come in contact with it every day. With social media datas, we are able to do a lot of analysis and statistics nowdays. Within this scope of article, we conclude and analyse the sentiments and manifestations (comments, hastags, posts, tweets) of the users of the Twitter social media platform, based on the main trends (by keyword, which is mostly the ‘covid’ and coronavirus theme in this article) with Natural Language Processing and with Sentiment Classification using Recurrent Neural Network. Where we analyse, compile, visualize statistics, and summarize for further processing. The trained model works much more accurately, with a smaller margin of error, in determining emotional polarity in today's ‘modern’ often with ambiguous tweets. Especially with RNN. We use this fresh scraped data collections (by the keyword's theme) with our RNN model what we have created and trained to determine what emotional manifestations occurred on a given topic in a given time interval.
在当今世界,社交媒体无处不在,每个人每天都在接触它。有了社交媒体数据,我们现在可以做很多分析和统计。在本文范围内,我们根据主要趋势(按关键词,本文主要是“covid”和冠状病毒主题),利用自然语言处理和使用递归神经网络的情感分类,总结和分析Twitter社交媒体平台用户的情绪和表现(评论、标签、帖子、推文)。在这里,我们分析、编译、可视化统计数据,并为进一步处理进行总结。经过训练的模型在确定当今“现代”的情感极性方面工作得更加准确,误差范围更小,而且往往带有模棱两可的推文。尤其是RNN。我们将这些新收集的数据(通过关键词的主题)与我们创建和训练的RNN模型一起使用,以确定在给定时间间隔内给定主题上发生的情感表现。
{"title":"Social media sentiment analysis based on COVID-19","authors":"L. Nemes, A. Kiss","doi":"10.1080/24751839.2020.1790793","DOIUrl":"https://doi.org/10.1080/24751839.2020.1790793","url":null,"abstract":"ABSTRACT In today's world, the social media is everywhere, and everybody come in contact with it every day. With social media datas, we are able to do a lot of analysis and statistics nowdays. Within this scope of article, we conclude and analyse the sentiments and manifestations (comments, hastags, posts, tweets) of the users of the Twitter social media platform, based on the main trends (by keyword, which is mostly the ‘covid’ and coronavirus theme in this article) with Natural Language Processing and with Sentiment Classification using Recurrent Neural Network. Where we analyse, compile, visualize statistics, and summarize for further processing. The trained model works much more accurately, with a smaller margin of error, in determining emotional polarity in today's ‘modern’ often with ambiguous tweets. Especially with RNN. We use this fresh scraped data collections (by the keyword's theme) with our RNN model what we have created and trained to determine what emotional manifestations occurred on a given topic in a given time interval.","PeriodicalId":32180,"journal":{"name":"Journal of Information and Telecommunication","volume":"5 1","pages":"1 - 15"},"PeriodicalIF":2.7,"publicationDate":"2020-07-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1080/24751839.2020.1790793","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"47598920","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}
引用次数: 141
Tablet-assisted education incorporating group activities in a university 在大学里采用平板电脑辅助教学,包括小组活动
IF 2.7 Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2020-07-02 DOI: 10.1080/24751839.2020.1786923
Keiichi Endo, T. Fujihashi, Shin-ya Kobayashi
ABSTRACT This paper deals with utilizing tablets for university education incorporating group activities. Ideathons for undergraduates were held in 2017 and 2018 at Ehime University, Japan. When holding an ideathon, we had to meet some requirements such as appropriate and prompt team organization considering interest and characteristics of the students. In order to meet those requirements, tablets were distributed to students and faculty members. The tablets were used for organizing teams, answering a survey, sharing files, and using the Internet. As a result, we received positive feedback from the students in the survey conducted after the ideathon.
本文探讨了平板电脑在结合小组活动的大学教学中的应用。大学生创意马拉松于2017年和2018年在日本爱媛大学举行。在举办创意马拉松时,我们必须满足一些要求,比如考虑到学生的兴趣和特点,适当和及时地组织团队。为了满足这些要求,平板电脑被分发给学生和教职员工。这些平板电脑用于组织团队、回答调查、共享文件和使用互联网。因此,在创意马拉松结束后进行的调查中,我们得到了学生们的积极反馈。
{"title":"Tablet-assisted education incorporating group activities in a university","authors":"Keiichi Endo, T. Fujihashi, Shin-ya Kobayashi","doi":"10.1080/24751839.2020.1786923","DOIUrl":"https://doi.org/10.1080/24751839.2020.1786923","url":null,"abstract":"ABSTRACT This paper deals with utilizing tablets for university education incorporating group activities. Ideathons for undergraduates were held in 2017 and 2018 at Ehime University, Japan. When holding an ideathon, we had to meet some requirements such as appropriate and prompt team organization considering interest and characteristics of the students. In order to meet those requirements, tablets were distributed to students and faculty members. The tablets were used for organizing teams, answering a survey, sharing files, and using the Internet. As a result, we received positive feedback from the students in the survey conducted after the ideathon.","PeriodicalId":32180,"journal":{"name":"Journal of Information and Telecommunication","volume":"4 1","pages":"282 - 294"},"PeriodicalIF":2.7,"publicationDate":"2020-07-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1080/24751839.2020.1786923","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"43125501","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
期刊
Journal of Information and Telecommunication
全部 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