首页 > 最新文献

Journal of Computer Science and Cybernetics最新文献

英文 中文
SAFE: EFFICIENT DDOS ATTACK DEFENSE WITH ELASTIC TRAFFIC FLOW INSPECTION IN SDN-BASED DATA CENTERS 安全:基于sdn的数据中心,通过弹性流量检测,有效防范ddos攻击
Pub Date : 2023-03-03 DOI: 10.15625/1813-9663/16629
Tri Gia Nguyen, Hai Hoang Nguyen, Trung V. Phan
In this paper, we propose an efficient distributed denial-of-Service (DDoS) Attack deFEnse solution, namely SAFE, which utilizes an elastic traffic flow inspection mechanism, for Software-Defined Networking (SDN) based data centers. In particular, we first examine a leaf-spine SDN-based data center network, which is highly vulnerable to volumetric DDoS attacks. Next, we develop a rank-based anomaly detection algorithm to recognize anomalies in the amount of incoming traffic. Then, for the traffic flow inspection, we introduce a component called DFI (Deep Flow Inspection) running an Open vSwitch (OvS) that can be dynamically initiated (as a virtual machine) on-demand to collect traffic flow statistics. By utilizing deep reinforcement learning-based traffic monitoring from our previous study, the DFIs can be protected from the flow-table overflow problem while providing more detailed traffic flow information. Afterward, a machine learning-based attack detector analyzes the gathered flow rule statistics to identify the attack, and appropriate policies are implemented if an attack is recognized. The experiment results show that the SAFE can effectively defend against volumetric DDoS attacks while assuring a reliable Quality-of-Service level for benign traffic flows in SDN-based data center networks. Specifically, for TCP SYN and UDP floods, the SAFE attack detection performance is improved by approximately 40% and 30%, respectively, compared to the existing SATA solution. Furthermore, the attack mitigation performance, the ratio of dropped malicious packets obtained by the SAFE is superior by approximately 48% (for TCP SYN flood) and 52% (for UDP flood) to the SATA.
本文针对基于软件定义网络(SDN)的数据中心,提出了一种高效的分布式拒绝服务(DDoS)攻击防御方案,即SAFE,该方案利用弹性流量检测机制。特别地,我们首先检查了基于叶脊sdn的数据中心网络,它非常容易受到容量DDoS攻击。接下来,我们开发了一种基于秩的异常检测算法来识别传入流量中的异常。然后,对于流量检测,我们引入了一个名为DFI (Deep flow inspection)的组件,该组件运行一个Open vSwitch (OvS),可以按需动态启动(作为虚拟机)来收集流量统计数据。通过利用我们之前的研究中基于深度强化学习的交通监控,dfi可以避免流表溢出问题,同时提供更详细的交通流信息。然后,基于机器学习的攻击检测器分析收集到的流规则统计信息来识别攻击,如果识别出攻击,则实施相应的策略。实验结果表明,基于sdn的数据中心网络能够有效防御海量DDoS攻击,同时为良性流量提供可靠的服务质量水平。具体来说,对于TCP SYN flood和UDP flood,相对于现有的SATA解决方案,SAFE攻击检测性能分别提高了约40%和30%。此外,在攻击缓解性能上,SAFE获得的恶意数据包丢弃率(TCP SYN flood)比SATA高约48% (UDP flood), 52% (UDP flood)。
{"title":"SAFE: EFFICIENT DDOS ATTACK DEFENSE WITH ELASTIC TRAFFIC FLOW INSPECTION IN SDN-BASED DATA CENTERS","authors":"Tri Gia Nguyen, Hai Hoang Nguyen, Trung V. Phan","doi":"10.15625/1813-9663/16629","DOIUrl":"https://doi.org/10.15625/1813-9663/16629","url":null,"abstract":"In this paper, we propose an efficient distributed denial-of-Service (DDoS) Attack deFEnse solution, namely SAFE, which utilizes an elastic traffic flow inspection mechanism, for Software-Defined Networking (SDN) based data centers. In particular, we first examine a leaf-spine SDN-based data center network, which is highly vulnerable to volumetric DDoS attacks. Next, we develop a rank-based anomaly detection algorithm to recognize anomalies in the amount of incoming traffic. Then, for the traffic flow inspection, we introduce a component called DFI (Deep Flow Inspection) running an Open vSwitch (OvS) that can be dynamically initiated (as a virtual machine) on-demand to collect traffic flow statistics. By utilizing deep reinforcement learning-based traffic monitoring from our previous study, the DFIs can be protected from the flow-table overflow problem while providing more detailed traffic flow information. Afterward, a machine learning-based attack detector analyzes the gathered flow rule statistics to identify the attack, and appropriate policies are implemented if an attack is recognized. The experiment results show that the SAFE can effectively defend against volumetric DDoS attacks while assuring a reliable Quality-of-Service level for benign traffic flows in SDN-based data center networks. Specifically, for TCP SYN and UDP floods, the SAFE attack detection performance is improved by approximately 40% and 30%, respectively, compared to the existing SATA solution. Furthermore, the attack mitigation performance, the ratio of dropped malicious packets obtained by the SAFE is superior by approximately 48% (for TCP SYN flood) and 52% (for UDP flood) to the SATA.","PeriodicalId":15444,"journal":{"name":"Journal of Computer Science and Cybernetics","volume":"1 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-03-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"88914757","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
PARALLEL FUZZY FREQUENT ITEMSET MINING USING CELLULAR AUTOMATA 基于元胞自动机的并行模糊频繁项集挖掘
Pub Date : 2023-01-13 DOI: 10.15625/1813-9663/38/4/17462
T. T. Tran, T. T. Nguyen, Giang Nguyen, Chau N. Truong
Finding frequent fuzzy itemsets in operational quantitative databases is a significant challenge for fuzzy association rule mining in the context of data mining. If frequent fuzzy itemsets are detected, the decision-making process and formulating strategies in businesses will be made more precise. Because the characteristic of these data models is a large number of transactions and unlimited and high-speed productions. This leads to limitations in calculating the support for itemsets containing fuzzy attributes. As a result, mining using parallel processing techniques has emerged as a potential solution to the issue of slow availability. This study presents a reinforced technique for mining frequent fuzzy sets based on cellular learning automata (CLA). The results demonstrate that frequent set mining can be accomplished with less running time when the proposed method is compared to iMFFP and NPSFF methods.
在数据挖掘的背景下,在可操作的定量数据库中发现频繁的模糊项集是模糊关联规则挖掘的一个重大挑战。如果频繁的模糊项集被检测出来,企业的决策过程和制定战略将更加精确。因为这些数据模型的特点是大量的事务和无限高速的生产。这导致在计算对包含模糊属性的项集的支持时受到限制。因此,使用并行处理技术进行挖掘已成为解决可用性缓慢问题的潜在解决方案。提出了一种基于元胞学习自动机(CLA)的频繁模糊集挖掘技术。结果表明,与iMFFP和NPSFF方法相比,该方法可以在更短的运行时间内完成频繁集挖掘。
{"title":"PARALLEL FUZZY FREQUENT ITEMSET MINING USING CELLULAR AUTOMATA","authors":"T. T. Tran, T. T. Nguyen, Giang Nguyen, Chau N. Truong","doi":"10.15625/1813-9663/38/4/17462","DOIUrl":"https://doi.org/10.15625/1813-9663/38/4/17462","url":null,"abstract":"Finding frequent fuzzy itemsets in operational quantitative databases is a significant challenge for fuzzy association rule mining in the context of data mining. If frequent fuzzy itemsets are detected, the decision-making process and formulating strategies in businesses will be made more precise. Because the characteristic of these data models is a large number of transactions and unlimited and high-speed productions. This leads to limitations in calculating the support for itemsets containing fuzzy attributes. As a result, mining using parallel processing techniques has emerged as a potential solution to the issue of slow availability. This study presents a reinforced technique for mining frequent fuzzy sets based on cellular learning automata (CLA). The results demonstrate that frequent set mining can be accomplished with less running time when the proposed method is compared to iMFFP and NPSFF methods.","PeriodicalId":15444,"journal":{"name":"Journal of Computer Science and Cybernetics","volume":"59 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-01-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"89291469","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
TWO-PHASE COMBINED MODEL TO IMPROVE THE ACCURACY OF INDOOR LOCATION FINGERPRINTING 两相组合模型提高室内位置指纹识别精度
Pub Date : 2022-12-26 DOI: 10.15625/1813-9663/38/4/17592
Van-Hieu Vu, Binh Ngo-Van, Tung Hoang Do Thanh
Wi-Fi Fingerprinting based Indoor Positioning System (IPS) aims to help locate and navigate users inside buildings. It has become a popular research topic in recent years. For the most parts, authors use the traditional machine learning algorithms to enhance the accuracy of locationing. Their methods involve using a standalone algorithm or a combination of different algorithms in only one phase, producing results with an acceptable accuracy. In this paper, we present a different approach applying a machine learning model that combines many algorithms in two phases, and propose a feature reduction method. Specifically, our research is focused on the combination of different regression and classification algorithms including K-Nearest Neighbor (KNN), Support Vector Machines (SVM), Random Forest (RF), Extra Tree Regressor (extraTree), Light Gradient Boosting Machine (LGBM), Logistic Regression (LR) and Linear Regression (LiR) to create a new data set and models that can be used in the training phase. These proposed models are tested on the UJIIndoorLoc 1 dataset. Our experimental results show a prediction accuracy of 98.73% by floor, and an estimated accuracy of 99.62% and 99.52% respectively by longitude and latitude. When compared with the results of the models in which we use independent algorithms, and of other researches that have different models using the same algorithms and on the same dataset, most of our results are better.
基于Wi-Fi指纹的室内定位系统(IPS)旨在帮助定位和导航建筑物内的用户。近年来,它已成为一个热门的研究课题。在大多数情况下,作者使用传统的机器学习算法来提高定位的准确性。他们的方法包括在一个阶段使用单独的算法或不同算法的组合,产生具有可接受精度的结果。在本文中,我们提出了一种不同的方法,应用机器学习模型将许多算法分为两个阶段,并提出了一种特征约简方法。具体来说,我们的研究重点是结合不同的回归和分类算法,包括k -最近邻(KNN)、支持向量机(SVM)、随机森林(RF)、额外树回归(extraTree)、光梯度增强机(LGBM)、逻辑回归(LR)和线性回归(LiR),以创建一个新的数据集和模型,可以在训练阶段使用。这些模型在UJIIndoorLoc 1数据集上进行了测试。实验结果表明,基于层的预测准确率为98.73%,基于经纬度的预测准确率分别为99.62%和99.52%。与我们使用独立算法的模型的结果,以及使用相同算法的不同模型在同一数据集上的其他研究结果相比,我们的大多数结果都更好。
{"title":"TWO-PHASE COMBINED MODEL TO IMPROVE THE ACCURACY OF INDOOR LOCATION FINGERPRINTING","authors":"Van-Hieu Vu, Binh Ngo-Van, Tung Hoang Do Thanh","doi":"10.15625/1813-9663/38/4/17592","DOIUrl":"https://doi.org/10.15625/1813-9663/38/4/17592","url":null,"abstract":"Wi-Fi Fingerprinting based Indoor Positioning System (IPS) aims to help locate and navigate users inside buildings. It has become a popular research topic in recent years. For the most parts, authors use the traditional machine learning algorithms to enhance the accuracy of locationing. Their methods involve using a standalone algorithm or a combination of different algorithms in only one phase, producing results with an acceptable accuracy. In this paper, we present a different approach applying a machine learning model that combines many algorithms in two phases, and propose a feature reduction method. Specifically, our research is focused on the combination of different regression and classification algorithms including K-Nearest Neighbor (KNN), Support Vector Machines (SVM), Random Forest (RF), Extra Tree Regressor (extraTree), Light Gradient Boosting Machine (LGBM), Logistic Regression (LR) and Linear Regression (LiR) to create a new data set and models that can be used in the training phase. These proposed models are tested on the UJIIndoorLoc 1 dataset. Our experimental results show a prediction accuracy of 98.73% by floor, and an estimated accuracy of 99.62% and 99.52% respectively by longitude and latitude. When compared with the results of the models in which we use independent algorithms, and of other researches that have different models using the same algorithms and on the same dataset, most of our results are better.","PeriodicalId":15444,"journal":{"name":"Journal of Computer Science and Cybernetics","volume":"7 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2022-12-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"75431956","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
AN IN-DEPTH EVALUATION OF FREQUENCY-AWARE SCHEDULER FOR IMPROVING USER EXPERIENCE ON MOBILE DEVICES 深入评估频率感知调度器,以改善移动设备上的用户体验
Pub Date : 2022-12-22 DOI: 10.15625/1813-9663/38/4/16873
Giang Son Tran, A. Carlier, D. Hagimont
Mobile devices are more and more invading our daily life. Users of such devices expect to have a good experience, which is mainly linked with performance. However, higher performance also means a reduction in battery life, negatively contributing to the overall user experience. A common way to balance this performance-battery trade-off is to reduce CPU frequency when underload with Dynamic Voltage and Frequency Scaling. In our previous work, we introduced a Frequency-Aware Completely Fair Scheduler (called FA-CFS), which helps in reducing battery consumption and increasing the smoothness of mobile interface browsing. However, the current evaluation of FA-CFS model is only at quantitative results of power consumption rather than user experience on using their mobile device. In this paper, we perform an in-depth evaluation of the FA-CFS model, both quantitative results for system performance evaluation and qualitative results for user experience on mobile device usage. The experiments show that FA-CFS can reduce the rate of interface frame time peaks by up to 40% in terms of quantitative results and obtains a quantifiable impact on the quality of user experience with a quicker, more responsive interface.
移动设备越来越多地侵入我们的日常生活。这类设备的用户希望拥有良好的体验,这主要与性能有关。然而,更高的性能也意味着电池寿命的缩短,对整体用户体验产生负面影响。平衡这种性能-电池权衡的一种常见方法是在负载不足时使用动态电压和频率缩放降低CPU频率。在我们之前的工作中,我们介绍了一个频率感知完全公平调度程序(称为FA-CFS),它有助于减少电池消耗并增加移动界面浏览的流畅性。然而,目前对FA-CFS模型的评价仅停留在电量消耗的定量结果上,并没有考虑到用户对移动设备的使用体验。在本文中,我们对FA-CFS模型进行了深入的评估,包括用于系统性能评估的定量结果和用于移动设备使用的用户体验的定性结果。实验表明,从定量结果来看,FA-CFS可以减少高达40%的界面帧时间峰值率,并对用户体验质量产生可量化的影响,从而获得更快、响应更快的界面。
{"title":"AN IN-DEPTH EVALUATION OF FREQUENCY-AWARE SCHEDULER FOR IMPROVING USER EXPERIENCE ON MOBILE DEVICES","authors":"Giang Son Tran, A. Carlier, D. Hagimont","doi":"10.15625/1813-9663/38/4/16873","DOIUrl":"https://doi.org/10.15625/1813-9663/38/4/16873","url":null,"abstract":"Mobile devices are more and more invading our daily life. Users of such devices expect to have a good experience, which is mainly linked with performance. However, higher performance also means a reduction in battery life, negatively contributing to the overall user experience. A common way to balance this performance-battery trade-off is to reduce CPU frequency when underload with Dynamic Voltage and Frequency Scaling. In our previous work, we introduced a Frequency-Aware Completely Fair Scheduler (called FA-CFS), which helps in reducing battery consumption and increasing the smoothness of mobile interface browsing. However, the current evaluation of FA-CFS model is only at quantitative results of power consumption rather than user experience on using their mobile device. In this paper, we perform an in-depth evaluation of the FA-CFS model, both quantitative results for system performance evaluation and qualitative results for user experience on mobile device usage. The experiments show that FA-CFS can reduce the rate of interface frame time peaks by up to 40% in terms of quantitative results and obtains a quantifiable impact on the quality of user experience with a quicker, more responsive interface.","PeriodicalId":15444,"journal":{"name":"Journal of Computer Science and Cybernetics","volume":"69 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2022-12-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"90174323","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
FAST COMPUTATION OF DIRECT EXPONENTIATION TO SPEED UP IMPLEMENTATION OF DYNAMIC BLOCK CIPHERS 直接幂的快速计算,加快动态分组密码的实现
Pub Date : 2022-12-22 DOI: 10.15625/1813-9663/38/4/17226
Luong Tran Thi
MDS (maximum distance separable) matrices are ones that come from MDS codes that have been studied for a long time in error correcting code theory and have many applications in block ciphers. To improve the security of block ciphers, dynamic block ciphers can be created. Using MDS matrix transformations is a method used to make block ciphers dynamic. Direct exponentiation is a transformation that can be used to generate dynamic MDS matrices to create a dynamic diffusion layer of the block ciphers. However, for cryptographic algorithms that use an MDS matrix as a component of them, the implementation of matrix multiplication is quite expensive, especially when the matrix has a large size. In this paper, the mathematical basis for quick calculation of direct exponentiation of an MDS matrix will be presented. On that basis, it is to suggest how to apply that fast calculation to dynamic algorithms using the direct exponentiation. This result is very meaningful in software implementation for MDS matrices, especially when implementing dynamic block ciphers to increase execution speed.
最大距离可分离矩阵来源于纠错码理论中研究已久的最大距离可分离码,在分组密码中有着广泛的应用。为了提高分组密码的安全性,可以创建动态分组密码。使用MDS矩阵变换是一种使分组密码动态的方法。直接幂是一种转换,可用于生成动态MDS矩阵,以创建分组密码的动态扩散层。然而,对于使用MDS矩阵作为其组件的加密算法,矩阵乘法的实现非常昂贵,特别是当矩阵具有很大的尺寸时。本文给出了快速计算MDS矩阵直接幂的数学基础。在此基础上,提出了如何将这种快速计算应用于直接求幂的动态算法。该结果对MDS矩阵的软件实现,特别是实现动态分组密码以提高执行速度具有重要意义。
{"title":"FAST COMPUTATION OF DIRECT EXPONENTIATION TO SPEED UP IMPLEMENTATION OF DYNAMIC BLOCK CIPHERS","authors":"Luong Tran Thi","doi":"10.15625/1813-9663/38/4/17226","DOIUrl":"https://doi.org/10.15625/1813-9663/38/4/17226","url":null,"abstract":"MDS (maximum distance separable) matrices are ones that come from MDS codes that have been studied for a long time in error correcting code theory and have many applications in block ciphers. To improve the security of block ciphers, dynamic block ciphers can be created. Using MDS matrix transformations is a method used to make block ciphers dynamic. Direct exponentiation is a transformation that can be used to generate dynamic MDS matrices to create a dynamic diffusion layer of the block ciphers. However, for cryptographic algorithms that use an MDS matrix as a component of them, the implementation of matrix multiplication is quite expensive, especially when the matrix has a large size. In this paper, the mathematical basis for quick calculation of direct exponentiation of an MDS matrix will be presented. On that basis, it is to suggest how to apply that fast calculation to dynamic algorithms using the direct exponentiation. This result is very meaningful in software implementation for MDS matrices, especially when implementing dynamic block ciphers to increase execution speed.","PeriodicalId":15444,"journal":{"name":"Journal of Computer Science and Cybernetics","volume":"58 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2022-12-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"90182440","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
EVOLUTIONARY ALGORITHM FOR TASK OFFLOADING IN VEHICULAR FOG COMPUTING 车辆雾计算中任务卸载的进化算法
Pub Date : 2022-12-22 DOI: 10.15625/1813-9663/38/3/17012
D. Son, Vu Tri An, H. Vo, Pham Vu Minh, Nguyễn Quang Phúc, Nguyen Phi Le, B. Nguyen, Huynh Thi Thanh Binh
Internet of Things technology was introduced to allow many physical devices to connect over the Internet. The data and tasks generated by these devices put pressure on the traditional cloud due to high resource and latency demand. Vehicular Fog Computing (VFC) is a concept that utilizes the computational resources integrated into the vehicles to support the processing of end-user-generated tasks. This research first proposes a bag of tasks offloading framework that allows vehicles to handle multiple tasks and any given time step. We then implement an evolution-based algorithm called Time-Cost-aware Task-Node Mapping (TCaTNM) to optimize completion time and operating costs simultaneously. The proposed algorithm is evaluated on datasets of different tasks and computing node sizes. The results show that our scheduling algorithm can save more than $60%$ of monetary cost than the Particle Swarm Optimization (PSO) algorithm with competitive computation time. Further evaluations also show that our algorithm has a much faster learning rate and can scale its performance as the number of tasks and computing nodes increases.
物联网技术的引入允许许多物理设备通过互联网连接。这些设备产生的数据和任务由于高资源和延迟需求给传统云带来了压力。车辆雾计算(VFC)是一种利用集成到车辆中的计算资源来支持最终用户生成任务的处理的概念。这项研究首先提出了一个任务卸载框架,允许车辆处理多个任务和任何给定的时间步长。然后,我们实现了一种基于进化的算法,称为时间成本感知任务节点映射(TCaTNM),以同时优化完工时间和运营成本。在不同任务和计算节点大小的数据集上对该算法进行了评估。结果表明,该调度算法在计算时间上比粒子群优化算法节省了60%以上的货币成本。进一步的评估还表明,我们的算法具有更快的学习率,并且可以随着任务和计算节点数量的增加而扩展其性能。
{"title":"EVOLUTIONARY ALGORITHM FOR TASK OFFLOADING IN VEHICULAR FOG COMPUTING","authors":"D. Son, Vu Tri An, H. Vo, Pham Vu Minh, Nguyễn Quang Phúc, Nguyen Phi Le, B. Nguyen, Huynh Thi Thanh Binh","doi":"10.15625/1813-9663/38/3/17012","DOIUrl":"https://doi.org/10.15625/1813-9663/38/3/17012","url":null,"abstract":"Internet of Things technology was introduced to allow many physical devices to connect over the Internet. The data and tasks generated by these devices put pressure on the traditional cloud due to high resource and latency demand. Vehicular Fog Computing (VFC) is a concept that utilizes the computational resources integrated into the vehicles to support the processing of end-user-generated tasks. This research first proposes a bag of tasks offloading framework that allows vehicles to handle multiple tasks and any given time step. We then implement an evolution-based algorithm called Time-Cost-aware Task-Node Mapping (TCaTNM) to optimize completion time and operating costs simultaneously. The proposed algorithm is evaluated on datasets of different tasks and computing node sizes. The results show that our scheduling algorithm can save more than $60%$ of monetary cost than the Particle Swarm Optimization (PSO) algorithm with competitive computation time. Further evaluations also show that our algorithm has a much faster learning rate and can scale its performance as the number of tasks and computing nodes increases.","PeriodicalId":15444,"journal":{"name":"Journal of Computer Science and Cybernetics","volume":"27 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2022-12-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"81314401","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
EMPIRICAL STUDY OF FEATURE EXTRACTION APPROACHES FOR IMAGE CAPTIONING IN VIETNAMESE 越南语图像字幕特征提取方法的实证研究
Pub Date : 2022-12-22 DOI: 10.15625/1813-9663/38/4/17548
Khang Nguyen
Image captioning is a challenging task that is still being addressed in the 2020s. The problem has the input as an image, and the output is the generated caption that describes the context of the input image. In this study, I focus on the image captioning problem in Vietnamese. In detail, I present the empirical study of feature extraction approaches using current state-of-the-art object detection methods to represent the images in the model space. Each type of feature is trained with the Transformer-based captioning model. I investigate the effectiveness of different feature types on two Vietnamese datasets: UIT-ViIC and VieCap4H, the two standard benchmark datasets. The experimental results show crucial insight into the feature extraction task for image captioning in Vietnamese.
图像字幕是一项具有挑战性的任务,在21世纪20年代仍有待解决。问题的输入是图像,输出是生成的描述输入图像上下文的标题。在本研究中,我主要研究越南语的图像字幕问题。详细地说,我介绍了使用当前最先进的目标检测方法来表示模型空间中的图像的特征提取方法的实证研究。每种类型的特征都使用基于transformer的字幕模型进行训练。我研究了两个越南数据集上不同特征类型的有效性:unit - viic和VieCap4H,这两个标准基准数据集。实验结果为越南语图像字幕的特征提取任务提供了重要的见解。
{"title":"EMPIRICAL STUDY OF FEATURE EXTRACTION APPROACHES FOR IMAGE CAPTIONING IN VIETNAMESE","authors":"Khang Nguyen","doi":"10.15625/1813-9663/38/4/17548","DOIUrl":"https://doi.org/10.15625/1813-9663/38/4/17548","url":null,"abstract":"Image captioning is a challenging task that is still being addressed in the 2020s. The problem has the input as an image, and the output is the generated caption that describes the context of the input image. In this study, I focus on the image captioning problem in Vietnamese. In detail, I present the empirical study of feature extraction approaches using current state-of-the-art object detection methods to represent the images in the model space. Each type of feature is trained with the Transformer-based captioning model. I investigate the effectiveness of different feature types on two Vietnamese datasets: UIT-ViIC and VieCap4H, the two standard benchmark datasets. The experimental results show crucial insight into the feature extraction task for image captioning in Vietnamese.","PeriodicalId":15444,"journal":{"name":"Journal of Computer Science and Cybernetics","volume":"50 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2022-12-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"73844133","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 HYBRID PSO-SA SCHEME FOR IMPROVING ACCURACY OF FUZZY TIME SERIES FORECASTING MODELS 一种提高模糊时间序列预测模型精度的混合pso-sa方案
Pub Date : 2022-09-22 DOI: 10.15625/1813-9663/38/3/17424
Phạm Đình Phong, Nguyen Duc Du, Phạm Hoàng Hiệp, Trần Xuân Thành
Forecasting methods based on fuzzy time series have been examined intensively during last years. Three main factors which affect the accuracy of those forecasting methods are length of intervals, the way of establishing fuzzy logical relationship groups, and defuzzification techniques. Many researches focus on optimizing length of intervals in order to improve forecasting accuracies by utilizing various optimization techniques. In the line of that research trend, in this paper, a hybrid particle swarm optimization combined with simulated annealing (PSO-SA) algorithm is proposed to optimize length of intervals to improve forecasting accuracies. The experimental results in comparison with the existing forecasting models show that the proposed forecasting model is an effective forecasting model.
近年来,基于模糊时间序列的预测方法得到了广泛的研究。影响预测精度的三个主要因素是区间长度、模糊逻辑关系组的建立方式和去模糊化技术。为了提高预测精度,许多研究都在利用各种优化技术来优化区间长度。根据这一研究趋势,本文提出了一种混合粒子群优化与模拟退火(PSO-SA)算法相结合的区间长度优化方法,以提高预测精度。实验结果与已有的预测模型进行了比较,表明所提出的预测模型是一种有效的预测模型。
{"title":"A HYBRID PSO-SA SCHEME FOR IMPROVING ACCURACY OF FUZZY TIME SERIES FORECASTING MODELS","authors":"Phạm Đình Phong, Nguyen Duc Du, Phạm Hoàng Hiệp, Trần Xuân Thành","doi":"10.15625/1813-9663/38/3/17424","DOIUrl":"https://doi.org/10.15625/1813-9663/38/3/17424","url":null,"abstract":"Forecasting methods based on fuzzy time series have been examined intensively during last years. Three main factors which affect the accuracy of those forecasting methods are length of intervals, the way of establishing fuzzy logical relationship groups, and defuzzification techniques. Many researches focus on optimizing length of intervals in order to improve forecasting accuracies by utilizing various optimization techniques. In the line of that research trend, in this paper, a hybrid particle swarm optimization combined with simulated annealing (PSO-SA) algorithm is proposed to optimize length of intervals to improve forecasting accuracies. The experimental results in comparison with the existing forecasting models show that the proposed forecasting model is an effective forecasting model.","PeriodicalId":15444,"journal":{"name":"Journal of Computer Science and Cybernetics","volume":"93 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2022-09-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"80496781","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
AN EFFECTIVE ALGORITHM FOR COMPUTING REDUCTS IN DECISION TABLES 一种计算决策表约简的有效算法
Pub Date : 2022-09-22 DOI: 10.15625/1813-9663/38/3/17450
Do Si Truong, Lam Thanh Hien, N. Thanh Tung
Attribute reduction is one important part researched in rough set theory. A reduct from a decision table is a minimal subset of the conditional attributes which provide the same information for classification purposes as the entire set of available attributes. The classification task for the high dimensional decision table could be solved faster if a reduct, instead of the original whole set of attributes, is used. In this paper, we propose a reduct computing algorithm using attribute clustering. The proposed algorithm works in three main stages. In the first stage, irrelevant attributes are eliminated. In the second stage relevant attributes are divided into appropriately selected number of clusters by Partitioning Around Medoids (PAM) clustering method integrated with a special metric in attribute space which is the normalized variation of information. In the third stage, the representative attribute from each cluster is selected that is the most class-related. The selected attributes form the approximate reduct. The proposed algorithm is implemented and experimented. The experimental results show that the proposed algorithm is capable of computing approximate reduct with small size and high classification accuracy, when the number of clusters used to group the attributes is appropriately selected.
属性约简是粗糙集理论研究的重要内容之一。决策表中的约简是条件属性的最小子集,它为分类目的提供与整个可用属性集相同的信息。如果使用约简而不是原始的全部属性集,则可以更快地解决高维决策表的分类任务。本文提出了一种基于属性聚类的约简计算算法。该算法主要分为三个阶段。在第一阶段,消除不相关的属性。第二阶段,采用PAM聚类方法,结合属性空间中信息归一化变化的特殊度量,将相关属性划分为适当选择的聚类。在第三阶段,从每个集群中选择与类最相关的代表性属性。选择的属性形成近似约简。对该算法进行了实现和实验。实验结果表明,当选择适当的聚类数量对属性进行分组时,该算法能够计算出小尺寸和高分类精度的近似约简。
{"title":"AN EFFECTIVE ALGORITHM FOR COMPUTING REDUCTS IN DECISION TABLES","authors":"Do Si Truong, Lam Thanh Hien, N. Thanh Tung","doi":"10.15625/1813-9663/38/3/17450","DOIUrl":"https://doi.org/10.15625/1813-9663/38/3/17450","url":null,"abstract":"Attribute reduction is one important part researched in rough set theory. A reduct from a decision table is a minimal subset of the conditional attributes which provide the same information for classification purposes as the entire set of available attributes. The classification task for the high dimensional decision table could be solved faster if a reduct, instead of the original whole set of attributes, is used. In this paper, we propose a reduct computing algorithm using attribute clustering. The proposed algorithm works in three main stages. In the first stage, irrelevant attributes are eliminated. In the second stage relevant attributes are divided into appropriately selected number of clusters by Partitioning Around Medoids (PAM) clustering method integrated with a special metric in attribute space which is the normalized variation of information. In the third stage, the representative attribute from each cluster is selected that is the most class-related. The selected attributes form the approximate reduct. The proposed algorithm is implemented and experimented. The experimental results show that the proposed algorithm is capable of computing approximate reduct with small size and high classification accuracy, when the number of clusters used to group the attributes is appropriately selected.","PeriodicalId":15444,"journal":{"name":"Journal of Computer Science and Cybernetics","volume":"15 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2022-09-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"88396764","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
REVISITING SOME FUZZY ALGEBRAIC STRUCTURES 重访一些模糊代数结构
Pub Date : 2022-09-22 DOI: 10.15625/1813-9663/38/3/17039
R. Kellil
Following our investigations on some fuzzy algebraic structures started in [6--8], and [9], in the present work, we revisit fuzzy groups and fuzzy ideals and introduce some new examples and then define the notion of fuzzy relation modulo a fuzzy subgroup and modulo a fuzzy ideal. As a consequence, we introduce the right and left cosets modulo a fuzzy relation. This work and the previously cited ones can be considered as a continuation of investigations initiated in [1--5]. Toward our investigation, we have in mind that by introducing these new definitions, the results that we can get should represent generalization of classical and commonly known concepts of algebra.
继我们在[6—8]和[9]中开始对一些模糊代数结构的研究之后,在本工作中,我们重新审视了模糊群和模糊理想,并引入了一些新的例子,然后定义了模糊关系模模糊子群和模模糊理想的概念。因此,我们引入了对模糊关系的左、右余集模。这项工作和先前引用的研究可以被认为是[1- 5]中发起的研究的延续。对于我们的研究,我们的想法是,通过引入这些新的定义,我们可以得到的结果应该是经典的和众所周知的代数概念的推广。
{"title":"REVISITING SOME FUZZY ALGEBRAIC STRUCTURES","authors":"R. Kellil","doi":"10.15625/1813-9663/38/3/17039","DOIUrl":"https://doi.org/10.15625/1813-9663/38/3/17039","url":null,"abstract":"Following our investigations on some fuzzy algebraic structures started in [6--8], and [9], in the present work, we revisit fuzzy groups and fuzzy ideals and introduce some new examples and then define the notion of fuzzy relation modulo a fuzzy subgroup and modulo a fuzzy ideal. As a consequence, we introduce the right and left cosets modulo a fuzzy relation. This work and the previously cited ones can be considered as a continuation of investigations initiated in [1--5]. Toward our investigation, we have in mind that by introducing these new definitions, the results that we can get should represent generalization of classical and commonly known concepts of algebra.","PeriodicalId":15444,"journal":{"name":"Journal of Computer Science and Cybernetics","volume":"1 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2022-09-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"85305088","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 Computer Science and Cybernetics
全部 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