首页 > 最新文献

Proceedings of the 4th International Conference on Networking, Information Systems & Security最新文献

英文 中文
An agent organizational method for modeling the complexity of the design process 一种对设计过程的复杂性进行建模的代理组织方法
Abla Chaouni Benabdellah, Asmaa Benghabrit, Imane Bouhaddou, Kamar Zekhnini
The management of the design process is a challenging mission; and most researchers would argue that design is linked to intentional action and it cannot emerge out of complexity. In fact, the interactions between processes, operators, and activities define an unexpected emergent behavior, which is based on complex assumptions such as non-linearity, dynamic and adaptive firm behavior. Therefore, we need a complex thinking. This article proposes to explore how we may deepen our understanding of design process as a complex adaptive system. In fact, this new understanding creates a quite challenge for researches to develop appropriate tools to support design reasoning and decision-making. In this respect, the aim of this paper is first to define the complexity of design process as a complexity of system, by matching its characteristics with those of complex adaptive systems (CAS). Second, the paper provides an agent organizational modelization of the design process in order to support its complexity by following the ASPECS methodology which is an agent-oriented software process for engineering complex systems as well as the knowledge identification of the design process using the RIOCK meta-model.
设计过程的管理是一项具有挑战性的任务;大多数研究人员会认为,设计与有意的行为有关,它不能从复杂性中产生。事实上,过程、操作员和活动之间的相互作用定义了一种意想不到的紧急行为,这是基于非线性、动态和自适应企业行为等复杂假设的。因此,我们需要一个复杂的思维。本文旨在探讨如何加深我们对设计过程作为一个复杂的自适应系统的理解。事实上,这种新的理解为研究人员开发适当的工具来支持设计推理和决策创造了相当大的挑战。在这方面,本文的目的是首先将设计过程的复杂性定义为系统的复杂性,并将其特征与复杂自适应系统(CAS)的特征相匹配。其次,为了支持设计过程的复杂性,本文采用了面向工程复杂系统的面向代理的软件过程ASPECS方法,并使用RIOCK元模型对设计过程进行了知识识别,提供了设计过程的代理组织建模。
{"title":"An agent organizational method for modeling the complexity of the design process","authors":"Abla Chaouni Benabdellah, Asmaa Benghabrit, Imane Bouhaddou, Kamar Zekhnini","doi":"10.1145/3454127.3456595","DOIUrl":"https://doi.org/10.1145/3454127.3456595","url":null,"abstract":"The management of the design process is a challenging mission; and most researchers would argue that design is linked to intentional action and it cannot emerge out of complexity. In fact, the interactions between processes, operators, and activities define an unexpected emergent behavior, which is based on complex assumptions such as non-linearity, dynamic and adaptive firm behavior. Therefore, we need a complex thinking. This article proposes to explore how we may deepen our understanding of design process as a complex adaptive system. In fact, this new understanding creates a quite challenge for researches to develop appropriate tools to support design reasoning and decision-making. In this respect, the aim of this paper is first to define the complexity of design process as a complexity of system, by matching its characteristics with those of complex adaptive systems (CAS). Second, the paper provides an agent organizational modelization of the design process in order to support its complexity by following the ASPECS methodology which is an agent-oriented software process for engineering complex systems as well as the knowledge identification of the design process using the RIOCK meta-model.","PeriodicalId":432206,"journal":{"name":"Proceedings of the 4th International Conference on Networking, Information Systems & Security","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129156707","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
Classification of Remote Sensing scenes using Semi-Supervised Domain Adaptation based on Entropy Adversarial Optimization 基于熵对抗优化的半监督域自适应遥感场景分类
Tariq Lasloum, H. Alhichri, Y. Bazi
In this paper, we present a new method for semi-supervised domain adaptation in remote sensing scene classification. The method is based on a pre-trained Convolutional Neural Network (CNN) model for the extraction of highly discriminative features, followed by a fully connected layer with softmax activation function that is responsible for the classification task. The weights of the fully connected layer represent prototype feature vectors for each class. These weights are divide by a temperature parameter for normalization. The whole network is trained on both the labeled and unlabeled target samples. First, the whole network is trained on the labeled source and target samples using the standard cross entropy loss to predict their correct classes. At the same time, the model is trained to learn domain invariant features using another loss function based on entropy computed over the unlabeled target samples. Unlike the standard cross entropy loss, the novel entropy loss function is computed on the predicted probabilities of the model and does not need the true labels. The proposed model combines the standard cross entropy loss and the new unlabeled samples entropy loss and optimizes them jointly. However, the new entropy loss function needs to be maximized with respect to the classification layer to learn features that are domain invariant (hence removing the data shift), and at the same time, it should be minimized with respect to the CNN feature extractor to learn discriminative feature that are clustered around the class prototypes (in other words reducing intra-class variance). To accomplish this maximization and minimization processes at the same time, we use an adversarial training approach, where we alternate between the two processes. This type of approach is called minmax entropy and the new proposed method is called Domain Adaptation CNN with MinMax Entropy (DACNN-MME). The proposed method is tested on three RS scene datasets, namely UC Merced, AID, and NWPU. The preliminary experimental results demonstrate the potential of the proposed method. Its performance is already better than several state-of-the-art methods including RevGard, ADDA, Siamese-GAN, and MSCN. With more analysis and fine-tuning of the method even better results can be achieved in the future.
提出了一种基于半监督域自适应的遥感场景分类方法。该方法基于预训练的卷积神经网络(CNN)模型提取高度判别特征,然后使用具有softmax激活函数的全连接层负责分类任务。全连通层的权值表示每个类的原型特征向量。这些权重除以一个温度参数进行归一化。整个网络在标记和未标记的目标样本上进行训练。首先,整个网络在标记的源和目标样本上进行训练,使用标准交叉熵损失来预测它们的正确类别。同时,使用基于未标记目标样本上计算的熵的另一个损失函数来训练模型学习域不变特征。与标准的交叉熵损失不同,新的熵损失函数是根据模型的预测概率计算的,不需要真实的标签。该模型将标准交叉熵损失和新的未标记样本熵损失相结合,并对其进行联合优化。然而,新的熵损失函数需要相对于分类层最大化,以学习域不变的特征(从而消除数据移位),同时,相对于CNN特征提取器最小化,以学习聚集在类原型周围的判别特征(即减少类内方差)。为了同时完成这个最大化和最小化过程,我们使用一种对抗性训练方法,在这两个过程之间交替进行。这种方法被称为最小熵,新提出的方法被称为最小熵域自适应CNN (DACNN-MME)。在UC Merced、AID和NWPU三个遥感场景数据集上对该方法进行了测试。初步的实验结果证明了该方法的可行性。它的性能已经优于几种最先进的方法,包括RevGard, ADDA, siese - gan和MSCN。通过对该方法进行更多的分析和微调,可以在未来取得更好的结果。
{"title":"Classification of Remote Sensing scenes using Semi-Supervised Domain Adaptation based on Entropy Adversarial Optimization","authors":"Tariq Lasloum, H. Alhichri, Y. Bazi","doi":"10.1145/3454127.3456610","DOIUrl":"https://doi.org/10.1145/3454127.3456610","url":null,"abstract":"In this paper, we present a new method for semi-supervised domain adaptation in remote sensing scene classification. The method is based on a pre-trained Convolutional Neural Network (CNN) model for the extraction of highly discriminative features, followed by a fully connected layer with softmax activation function that is responsible for the classification task. The weights of the fully connected layer represent prototype feature vectors for each class. These weights are divide by a temperature parameter for normalization. The whole network is trained on both the labeled and unlabeled target samples. First, the whole network is trained on the labeled source and target samples using the standard cross entropy loss to predict their correct classes. At the same time, the model is trained to learn domain invariant features using another loss function based on entropy computed over the unlabeled target samples. Unlike the standard cross entropy loss, the novel entropy loss function is computed on the predicted probabilities of the model and does not need the true labels. The proposed model combines the standard cross entropy loss and the new unlabeled samples entropy loss and optimizes them jointly. However, the new entropy loss function needs to be maximized with respect to the classification layer to learn features that are domain invariant (hence removing the data shift), and at the same time, it should be minimized with respect to the CNN feature extractor to learn discriminative feature that are clustered around the class prototypes (in other words reducing intra-class variance). To accomplish this maximization and minimization processes at the same time, we use an adversarial training approach, where we alternate between the two processes. This type of approach is called minmax entropy and the new proposed method is called Domain Adaptation CNN with MinMax Entropy (DACNN-MME). The proposed method is tested on three RS scene datasets, namely UC Merced, AID, and NWPU. The preliminary experimental results demonstrate the potential of the proposed method. Its performance is already better than several state-of-the-art methods including RevGard, ADDA, Siamese-GAN, and MSCN. With more analysis and fine-tuning of the method even better results can be achieved in the future.","PeriodicalId":432206,"journal":{"name":"Proceedings of the 4th International Conference on Networking, Information Systems & Security","volume":"20 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127422476","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
A study of task scheduling algorithms in cloud computing 云计算中的任务调度算法研究
Zakaria Benlalia, Karim Abouelmehdi, A. B. Hssane, Abdellah Ezzati
Cloud computing is the provision of information technology (IT) services including servers, storage, databases, network management, etc. Like any new technology, cloud computing requires many improvements and the establishment of precise standards to avoid risks. Task scheduling can be seen as the management and handling of a set of tasks from their start to the step of execution. Scheduling is a negotiation mechanism between two objects, one representing the user (or the ap-plication) and the other the resources. In cloud computing, Task scheduling is of-ten considered as a real challenge to managers. In this paper, we will present some concepts and research papers that have proposed improvements or solutions to this challenge and we will compare some tasks scheduling algorithms in the CloudSim simulator.
云计算是提供信息技术(IT)服务,包括服务器、存储、数据库、网络管理等。像任何新技术一样,云计算需要许多改进和建立精确的标准来避免风险。任务调度可以看作是对一组任务从开始到执行的管理和处理。调度是两个对象之间的协商机制,一个代表用户(或应用程序),另一个代表资源。在云计算中,任务调度通常被认为是对管理人员的真正挑战。在本文中,我们将介绍一些针对这一挑战提出改进或解决方案的概念和研究论文,并将比较CloudSim模拟器中的一些任务调度算法。
{"title":"A study of task scheduling algorithms in cloud computing","authors":"Zakaria Benlalia, Karim Abouelmehdi, A. B. Hssane, Abdellah Ezzati","doi":"10.1145/3454127.3457616","DOIUrl":"https://doi.org/10.1145/3454127.3457616","url":null,"abstract":"Cloud computing is the provision of information technology (IT) services including servers, storage, databases, network management, etc. Like any new technology, cloud computing requires many improvements and the establishment of precise standards to avoid risks. Task scheduling can be seen as the management and handling of a set of tasks from their start to the step of execution. Scheduling is a negotiation mechanism between two objects, one representing the user (or the ap-plication) and the other the resources. In cloud computing, Task scheduling is of-ten considered as a real challenge to managers. In this paper, we will present some concepts and research papers that have proposed improvements or solutions to this challenge and we will compare some tasks scheduling algorithms in the CloudSim simulator.","PeriodicalId":432206,"journal":{"name":"Proceedings of the 4th International Conference on Networking, Information Systems & Security","volume":"33 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116700521","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
Advanced GAF routing protocol using the goal attainment method in WSN 基于目标实现方法的先进GAF路由协议
Hanane Aznaoui, Arif Ullah, S. Raghay, Layla Aziz
Various technologies have been developed to better improve lifestyles, including Wireless Sensor Networks (WSNs), used in multiple areas of research and consisting of a large number of sensor nodes. Drums in the area of interest, sensors collect data and transmit it to the base station (BS). Therefore, the key indicator for the design of WSN is the lifetime of the network. In this article, we provide an optimized GAF routing protocol that has been improved to optimize power consumption. It provides a multi-target version, which can maximize the coverage of communication between nodes to improve coverage efficiency. This is one of the key issues in the deployment of the sensor network, followed by the elected leader to minimize the proportion of active sensor nodes. The end goal is to minimize energy consumption. All these objectives are taken into account in our proposed version. The experimental results prove that in terms of performance, number of dead nodes, and energy consumption, the objectives proposed by this new version of GAF are superior to the existing basic and optimized GAF-GAF research. The practice has proven that the proposed target GAF can improve network lifetime.
为了更好地改善生活方式,各种技术已经被开发出来,包括无线传感器网络(WSNs),它被用于多个研究领域,由大量的传感器节点组成。鼓在感兴趣的区域,传感器收集数据并将其传输到基站(BS)。因此,无线传感器网络设计的关键指标是网络的生存期。在本文中,我们提供了一个经过优化的GAF路由协议,该协议经过改进以优化功耗。它提供了多目标版本,可以最大限度地覆盖节点间通信,提高覆盖效率。这是传感器网络部署的关键问题之一,其次是选出的领导者最小化主动传感器节点的比例。最终目标是尽量减少能源消耗。我们提议的版本考虑到了所有这些目标。实验结果证明,在性能、死节点数和能耗方面,新版本GAF提出的目标优于现有的基础GAF和优化GAF研究。实践证明,提出的目标GAF可以提高网络的生存时间。
{"title":"Advanced GAF routing protocol using the goal attainment method in WSN","authors":"Hanane Aznaoui, Arif Ullah, S. Raghay, Layla Aziz","doi":"10.1145/3454127.3456581","DOIUrl":"https://doi.org/10.1145/3454127.3456581","url":null,"abstract":"Various technologies have been developed to better improve lifestyles, including Wireless Sensor Networks (WSNs), used in multiple areas of research and consisting of a large number of sensor nodes. Drums in the area of interest, sensors collect data and transmit it to the base station (BS). Therefore, the key indicator for the design of WSN is the lifetime of the network. In this article, we provide an optimized GAF routing protocol that has been improved to optimize power consumption. It provides a multi-target version, which can maximize the coverage of communication between nodes to improve coverage efficiency. This is one of the key issues in the deployment of the sensor network, followed by the elected leader to minimize the proportion of active sensor nodes. The end goal is to minimize energy consumption. All these objectives are taken into account in our proposed version. The experimental results prove that in terms of performance, number of dead nodes, and energy consumption, the objectives proposed by this new version of GAF are superior to the existing basic and optimized GAF-GAF research. The practice has proven that the proposed target GAF can improve network lifetime.","PeriodicalId":432206,"journal":{"name":"Proceedings of the 4th International Conference on Networking, Information Systems & Security","volume":"18 11 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126565100","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
期刊
Proceedings of the 4th International Conference on Networking, Information Systems & Security
全部 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