首页 > 最新文献

Tsinghua Science and Technology最新文献

英文 中文
Deep Broad Learning for Emotion Classification in Textual Conversations 语篇对话中情感分类的深度-广度学习
IF 6.6 1区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2023-09-22 DOI: 10.26599/TST.2023.9010021
Sancheng Peng;Rong Zeng;Hongzhan Liu;Lihong Cao;Guojun Wang;Jianguo Xie
Emotion classification in textual conversations focuses on classifying the emotion of each utterance from textual conversations. It is becoming one of the most important tasks for natural language processing in recent years. However, it is a challenging task for machines to conduct emotion classification in textual conversations because emotions rely heavily on textual context. To address the challenge, we propose a method to classify emotion in textual conversations, by integrating the advantages of deep learning and broad learning, namely DBL. It aims to provide a more effective solution to capture local contextual information (i.e., utterance-level) in an utterance, as well as global contextual information (i.e., speaker-level) in a conversation, based on Convolutional Neural Network (CNN), Bidirectional Long Short-Term Memory (Bi-LSTM), and broad learning. Extensive experiments have been conducted on three public textual conversation datasets, which show that the context in both utterance-level and speaker-level is consistently beneficial to the performance of emotion classification. In addition, the results show that our proposed method outperforms the baseline methods on most of the testing datasets in weighted-average F1.
语篇会话中的情感分类主要是从语篇会话中将每个话语的情感进行分类。它正成为近年来自然语言处理中最重要的任务之一。然而,对机器来说,在文本对话中进行情绪分类是一项具有挑战性的任务,因为情绪在很大程度上依赖于文本上下文。为了应对这一挑战,我们提出了一种结合深度学习和广泛学习的优势对文本对话中的情绪进行分类的方法,即DBL。它旨在基于卷积神经网络(CNN)、双向长短期记忆(Bi-LSTM)和广泛学习,提供一种更有效的解决方案来捕获话语中的局部上下文信息(即话语级别)以及会话中的全局上下文信息(如说话者级别)。在三个公共文本对话数据集上进行了大量的实验,结果表明,话语层面和说话人层面的上下文始终有利于情绪分类的性能。此外,结果表明,我们提出的方法在加权平均F1的大多数测试数据集上都优于基线方法。
{"title":"Deep Broad Learning for Emotion Classification in Textual Conversations","authors":"Sancheng Peng;Rong Zeng;Hongzhan Liu;Lihong Cao;Guojun Wang;Jianguo Xie","doi":"10.26599/TST.2023.9010021","DOIUrl":"https://doi.org/10.26599/TST.2023.9010021","url":null,"abstract":"Emotion classification in textual conversations focuses on classifying the emotion of each utterance from textual conversations. It is becoming one of the most important tasks for natural language processing in recent years. However, it is a challenging task for machines to conduct emotion classification in textual conversations because emotions rely heavily on textual context. To address the challenge, we propose a method to classify emotion in textual conversations, by integrating the advantages of deep learning and broad learning, namely DBL. It aims to provide a more effective solution to capture local contextual information (i.e., utterance-level) in an utterance, as well as global contextual information (i.e., speaker-level) in a conversation, based on Convolutional Neural Network (CNN), Bidirectional Long Short-Term Memory (Bi-LSTM), and broad learning. Extensive experiments have been conducted on three public textual conversation datasets, which show that the context in both utterance-level and speaker-level is consistently beneficial to the performance of emotion classification. In addition, the results show that our proposed method outperforms the baseline methods on most of the testing datasets in weighted-average F1.","PeriodicalId":60306,"journal":{"name":"Tsinghua Science and Technology","volume":"29 2","pages":"481-491"},"PeriodicalIF":6.6,"publicationDate":"2023-09-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://ieeexplore.ieee.org/iel7/5971803/10258149/10258244.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"68027436","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
DCVAE-adv: A Universal Adversarial Example Generation Method for White and Black Box Attacks DCVAE-adv:一种适用于白盒和黑盒攻击的通用对抗性示例生成方法
IF 6.6 1区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2023-09-22 DOI: 10.26599/TST.2023.9010004
Lei Xu;Junhai Zhai
Deep neural network (DNN) has strong representation learning ability, but it is vulnerable and easy to be fooled by adversarial examples. In order to handle the vulnerability of DNN, many methods have been proposed. The general idea of existing methods is to reduce the chance of DNN models being fooled by observing some designed adversarial examples, which are generated by adding perturbations to the original images. In this paper, we propose a novel adversarial example generation method, called DCVAE-adv. Different from the existing methods, DCVAE-adv constructs adversarial examples by mixing both explicit and implicit perturbations without using original images. Furthermore, the proposed method can be applied to both white box and black box attacks. In addition, in the inference stage, the adversarial examples can be generated without loading the original images into memory, which greatly reduces the memory overhead. We compared DCVAE-adv with three most advanced adversarial attack algorithms: FGSM, AdvGAN, and AdvGAN++. The experimental results demonstrate that DCVAE-adv is superior to these state-of-the-art methods in terms of attack success rate and transfer ability for targeted attack. Our code is available at https://github.com/xzforeverlove/DCVAE-adv.
深度神经网络(DNN)具有很强的表示学习能力,但它很容易被对抗性的例子所欺骗。为了处理DNN的漏洞,人们提出了许多方法。现有方法的总体思想是通过观察一些设计的对抗性示例来减少DNN模型被愚弄的机会,这些示例是通过向原始图像添加扰动来生成的。在本文中,我们提出了一种新的对抗性示例生成方法,称为DCVAE-adv。与现有方法不同,DCVAE-adv在不使用原始图像的情况下,通过混合显式和隐式扰动来构建对抗性示例。此外,该方法既适用于白盒攻击,也适用于黑盒攻击。此外,在推理阶段,可以在不将原始图像加载到内存中的情况下生成对抗性示例,这大大降低了内存开销。我们将DCVAE-adv与三种最先进的对抗性攻击算法进行了比较:FGSM、AdvGAN和AdvGAN++。实验结果表明,DCVAE-adv在攻击成功率和目标攻击转移能力方面优于这些最先进的方法。我们的代码可在https://github.com/xzforeverlove/DCVAE-adv.
{"title":"DCVAE-adv: A Universal Adversarial Example Generation Method for White and Black Box Attacks","authors":"Lei Xu;Junhai Zhai","doi":"10.26599/TST.2023.9010004","DOIUrl":"https://doi.org/10.26599/TST.2023.9010004","url":null,"abstract":"Deep neural network (DNN) has strong representation learning ability, but it is vulnerable and easy to be fooled by adversarial examples. In order to handle the vulnerability of DNN, many methods have been proposed. The general idea of existing methods is to reduce the chance of DNN models being fooled by observing some designed adversarial examples, which are generated by adding perturbations to the original images. In this paper, we propose a novel adversarial example generation method, called DCVAE-adv. Different from the existing methods, DCVAE-adv constructs adversarial examples by mixing both explicit and implicit perturbations without using original images. Furthermore, the proposed method can be applied to both white box and black box attacks. In addition, in the inference stage, the adversarial examples can be generated without loading the original images into memory, which greatly reduces the memory overhead. We compared DCVAE-adv with three most advanced adversarial attack algorithms: FGSM, AdvGAN, and AdvGAN++. The experimental results demonstrate that DCVAE-adv is superior to these state-of-the-art methods in terms of attack success rate and transfer ability for targeted attack. Our code is available at https://github.com/xzforeverlove/DCVAE-adv.","PeriodicalId":60306,"journal":{"name":"Tsinghua Science and Technology","volume":"29 2","pages":"430-446"},"PeriodicalIF":6.6,"publicationDate":"2023-09-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://ieeexplore.ieee.org/iel7/5971803/10258149/10258153.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"68027597","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Metarelation2vec: A Metapath-Free Scalable Representation Learning Model for Heterogeneous Networks Metarelation2vec:一种适用于异构网络的无元路径可伸缩表示学习模型
IF 6.6 1区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2023-09-22 DOI: 10.26599/TST.2023.9010044
Lei Chen;Yuan Li;Yong Lei;Xingye Deng
Metapaths with specific complex semantics are critical to learning diverse semantic and structural information of heterogeneous networks (HNs) for most of the existing representation learning models. However, any metapaths consisting of multiple, simple metarelations must be driven by domain experts. These sensitive, expensive, and limited metapaths severely reduce the flexibility and scalability of the existing models. A metapath-free, scalable representation learning model, called Metarelation2vec, is proposed for HNs with biased joint learning of all metarelations in a bid to address this problem. Specifically, a metarelation-aware, biased walk strategy is first designed to obtain better training samples by using autogenerating cooperation probabilities for all metarelations rather than using expert-given metapaths. Thereafter, grouped nodes by the type, a common and shallow skip-gram model is used to separately learn structural proximity for each node type. Next, grouped links by the type, a novel and shallow model is used to separately learn the semantic proximity for each link type. Finally, supervised by the cooperation probabilities of all meta-words, the biased training samples are thrown into the shallow models to jointly learn the structural and semantic information in the HNs, ensuring the accuracy and scalability of the models. Extensive experimental results on three tasks and four open datasets demonstrate the advantages of our proposed model.
对于大多数现有的表示学习模型,具有特定复杂语义的元路径对于学习异构网络的不同语义和结构信息至关重要。然而,任何由多个简单元关系组成的元路径都必须由领域专家驱动。这些敏感、昂贵且有限的元路径严重降低了现有模型的灵活性和可扩展性。为了解决这个问题,针对所有元关系的有偏联合学习的HN,提出了一种无元路径、可扩展的表示学习模型,称为Metarelation2vec。具体而言,首先设计了一种元关系感知、有偏差的行走策略,通过使用所有元关系的自动生成合作概率,而不是使用专家给定的元路径,来获得更好的训练样本。然后,根据类型对节点进行分组,使用常见的浅跳图模型来分别学习每个节点类型的结构接近度。接下来,根据类型对链接进行分组,使用一个新颖的浅层模型来分别学习每个链接类型的语义接近度。最后,在所有元词的合作概率的监督下,将有偏差的训练样本放入浅层模型中,共同学习HN中的结构和语义信息,确保了模型的准确性和可扩展性。在三个任务和四个开放数据集上的大量实验结果证明了我们提出的模型的优势。
{"title":"Metarelation2vec: A Metapath-Free Scalable Representation Learning Model for Heterogeneous Networks","authors":"Lei Chen;Yuan Li;Yong Lei;Xingye Deng","doi":"10.26599/TST.2023.9010044","DOIUrl":"https://doi.org/10.26599/TST.2023.9010044","url":null,"abstract":"Metapaths with specific complex semantics are critical to learning diverse semantic and structural information of heterogeneous networks (HNs) for most of the existing representation learning models. However, any metapaths consisting of multiple, simple metarelations must be driven by domain experts. These sensitive, expensive, and limited metapaths severely reduce the flexibility and scalability of the existing models. A metapath-free, scalable representation learning model, called Metarelation2vec, is proposed for HNs with biased joint learning of all metarelations in a bid to address this problem. Specifically, a metarelation-aware, biased walk strategy is first designed to obtain better training samples by using autogenerating cooperation probabilities for all metarelations rather than using expert-given metapaths. Thereafter, grouped nodes by the type, a common and shallow skip-gram model is used to separately learn structural proximity for each node type. Next, grouped links by the type, a novel and shallow model is used to separately learn the semantic proximity for each link type. Finally, supervised by the cooperation probabilities of all meta-words, the biased training samples are thrown into the shallow models to jointly learn the structural and semantic information in the HNs, ensuring the accuracy and scalability of the models. Extensive experimental results on three tasks and four open datasets demonstrate the advantages of our proposed model.","PeriodicalId":60306,"journal":{"name":"Tsinghua Science and Technology","volume":"29 2","pages":"553-575"},"PeriodicalIF":6.6,"publicationDate":"2023-09-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://ieeexplore.ieee.org/iel7/5971803/10258149/10258166.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"68027656","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Solving Multi-Objective Vehicle Routing Problems with Time Windows: A Decomposition-Based Multiform Optimization Approach 求解具有时间窗的多目标车辆路径问题:一种基于分解的多形式优化方法
IF 6.6 1区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2023-09-22 DOI: 10.26599/TST.2023.9010048
Yiqiao Cai;Zifan Lin;Meiqin Cheng;Peizhong Liu;Ying Zhou
In solving multi-objective vehicle routing problems with time windows (MOVRPTW), most existing algorithms focus on the optimization of a single problem formulation. However, little effort has been devoted to exploiting valuable knowledge from the alternate formulations of MOVRPTW for better optimization performance. Aiming at this insufficiency, this study proposes a decomposition-based multi-objective multiform evolutionary algorithm (MMFEA/D), which performs the evolutionary search on multiple alternate formulations of MOVRPTW simultaneously to complement each other. In particular, the main characteristics of MMFEA/D are three folds. First, a multiform construction (MFC) strategy is adopted to construct multiple alternate formulations, each of which is formulated by grouping several adjacent subproblems based on the decomposition of MOVRPTW. Second, a transfer reproduction (TFR) mechanism is designed to generate offspring for each formulation via transferring promising solutions from other formulations, making that the useful traits captured from different formulations can be shared and leveraged to guide the evolutionary search. Third, an adaptive local search (ALS) strategy is developed to invest search effort on different alternate formulations as per their usefulness for MOVRPTW, thus facilitating the efficient allocation of computational resources. Experimental studies have demonstrated the superior performance of MMFEA/D on the classical Solomon instances and the real-world instances.
在求解具有时间窗的多目标车辆路径问题(MOVRPTW)时,现有的大多数算法都集中在单个问题公式的优化上。然而,很少有人致力于利用MOVRPTW的替代公式中的宝贵知识来获得更好的优化性能。针对这一不足,本研究提出了一种基于分解的多目标多形式进化算法(MMFEA/D),该算法同时对MOVRPTW的多个备选公式进行进化搜索,以实现互补。特别地,MMFEA/D的主要特征是三个折叠。首先,采用多形式构造(MFC)策略来构造多个备选公式,每个公式是通过在MOVRPTW分解的基础上对几个相邻的子问题进行分组来构造的。其次,设计了一种转移繁殖(TFR)机制,通过从其他配方中转移有前景的解决方案,为每个配方产生后代,从而可以共享和利用从不同配方中捕获的有用特征来指导进化搜索。第三,开发了一种自适应局部搜索(ALS)策略,根据其对MOVRPTW的有用性,将搜索工作投入到不同的替代公式上,从而促进计算资源的有效分配。实验研究表明,MMFEA/D在经典Solomon实例和真实世界实例上具有优异的性能。
{"title":"Solving Multi-Objective Vehicle Routing Problems with Time Windows: A Decomposition-Based Multiform Optimization Approach","authors":"Yiqiao Cai;Zifan Lin;Meiqin Cheng;Peizhong Liu;Ying Zhou","doi":"10.26599/TST.2023.9010048","DOIUrl":"https://doi.org/10.26599/TST.2023.9010048","url":null,"abstract":"In solving multi-objective vehicle routing problems with time windows (MOVRPTW), most existing algorithms focus on the optimization of a single problem formulation. However, little effort has been devoted to exploiting valuable knowledge from the alternate formulations of MOVRPTW for better optimization performance. Aiming at this insufficiency, this study proposes a decomposition-based multi-objective multiform evolutionary algorithm (MMFEA/D), which performs the evolutionary search on multiple alternate formulations of MOVRPTW simultaneously to complement each other. In particular, the main characteristics of MMFEA/D are three folds. First, a multiform construction (MFC) strategy is adopted to construct multiple alternate formulations, each of which is formulated by grouping several adjacent subproblems based on the decomposition of MOVRPTW. Second, a transfer reproduction (TFR) mechanism is designed to generate offspring for each formulation via transferring promising solutions from other formulations, making that the useful traits captured from different formulations can be shared and leveraged to guide the evolutionary search. Third, an adaptive local search (ALS) strategy is developed to invest search effort on different alternate formulations as per their usefulness for MOVRPTW, thus facilitating the efficient allocation of computational resources. Experimental studies have demonstrated the superior performance of MMFEA/D on the classical Solomon instances and the real-world instances.","PeriodicalId":60306,"journal":{"name":"Tsinghua Science and Technology","volume":"29 2","pages":"305-324"},"PeriodicalIF":6.6,"publicationDate":"2023-09-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://ieeexplore.ieee.org/iel7/5971803/10258149/10258254.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"68028926","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Endogenous Security Formal Definition, Innovation Mechanisms, and Experiment Research in Industrial Internet 工业互联网内生安全的形式定义、创新机制及实验研究
IF 6.6 1区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2023-09-22 DOI: 10.26599/TST.2023.9010034
Hongsong Chen;Xintong Han;Yiying Zhang
With the rapid development of information technologies, industrial Internet has become more open, and security issues have become more challenging. The endogenous security mechanism can achieve the autonomous immune mechanism without prior knowledge. However, endogenous security lacks a scientific and formal definition in industrial Internet. Therefore, firstly we give a formal definition of endogenous security in industrial Internet and propose a new industrial Internet endogenous security architecture with cost analysis. Secondly, the endogenous security innovation mechanism is clearly defined. Thirdly, an improved clone selection algorithm based on federated learning is proposed. Then, we analyze the threat model of the industrial Internet identity authentication scenario, and propose cross-domain authentication mechanism based on endogenous key and zero-knowledge proof. We conduct identity authentication experiments based on two types of blockchains and compare their experimental results. Based on the experimental analysis, Ethereum alliance blockchain can be used to provide the identity resolution services on the industrial Internet. Internet of Things Application (IOTA) public blockchain can be used for data aggregation analysis of Internet of Things (IoT) edge nodes. Finally, we propose three core challenges and solutions of endogenous security in industrial Internet and give future development directions.
随着信息技术的快速发展,工业互联网变得更加开放,安全问题也变得更加具有挑战性。内源性安全机制可以在没有先验知识的情况下实现自主免疫机制。然而,内生安全在工业互联网中缺乏一个科学而正式的定义。因此,我们首先给出了工业互联网内生安全的正式定义,并通过成本分析提出了一种新的工业互联网内生性安全架构。其次,明确了内生安全创新机制。第三,提出了一种改进的基于联合学习的克隆选择算法。然后,分析了工业互联网身份认证场景的威胁模型,提出了基于内生密钥和零知识证明的跨域认证机制。我们基于两种类型的区块链进行身份验证实验,并比较了它们的实验结果。基于实验分析,以太坊联盟区块链可以用于提供工业互联网上的身份解析服务。物联网应用(IOTA)公共区块链可用于物联网(IoT)边缘节点的数据聚合分析。最后,我们提出了工业互联网内生安全的三个核心挑战和解决方案,并给出了未来的发展方向。
{"title":"Endogenous Security Formal Definition, Innovation Mechanisms, and Experiment Research in Industrial Internet","authors":"Hongsong Chen;Xintong Han;Yiying Zhang","doi":"10.26599/TST.2023.9010034","DOIUrl":"https://doi.org/10.26599/TST.2023.9010034","url":null,"abstract":"With the rapid development of information technologies, industrial Internet has become more open, and security issues have become more challenging. The endogenous security mechanism can achieve the autonomous immune mechanism without prior knowledge. However, endogenous security lacks a scientific and formal definition in industrial Internet. Therefore, firstly we give a formal definition of endogenous security in industrial Internet and propose a new industrial Internet endogenous security architecture with cost analysis. Secondly, the endogenous security innovation mechanism is clearly defined. Thirdly, an improved clone selection algorithm based on federated learning is proposed. Then, we analyze the threat model of the industrial Internet identity authentication scenario, and propose cross-domain authentication mechanism based on endogenous key and zero-knowledge proof. We conduct identity authentication experiments based on two types of blockchains and compare their experimental results. Based on the experimental analysis, Ethereum alliance blockchain can be used to provide the identity resolution services on the industrial Internet. Internet of Things Application (IOTA) public blockchain can be used for data aggregation analysis of Internet of Things (IoT) edge nodes. Finally, we propose three core challenges and solutions of endogenous security in industrial Internet and give future development directions.","PeriodicalId":60306,"journal":{"name":"Tsinghua Science and Technology","volume":"29 2","pages":"492-505"},"PeriodicalIF":6.6,"publicationDate":"2023-09-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://ieeexplore.ieee.org/iel7/5971803/10258149/10258245.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"68027655","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Solving Multi-Objective Vehicle Routing Problems with Time Windows: A Decomposition-Based Multiform Optimization Approach 求解具有时间窗的多目标车辆路径问题:一种基于分解的多形式优化方法
IF 6.6 1区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2023-09-22
{"title":"Solving Multi-Objective Vehicle Routing Problems with Time Windows: A Decomposition-Based Multiform Optimization Approach","authors":"","doi":"","DOIUrl":"https://doi.org/","url":null,"abstract":"","PeriodicalId":60306,"journal":{"name":"Tsinghua Science and Technology","volume":"29 2","pages":"1-11"},"PeriodicalIF":6.6,"publicationDate":"2023-09-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"68028925","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Exploring a Promising Region and Enhancing Decision Space Diversity for Multimodal Multi-objective Optimization 多模式多目标优化的前景区域探索与决策空间多样性增强
IF 6.6 1区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2023-09-22
{"title":"Exploring a Promising Region and Enhancing Decision Space Diversity for Multimodal Multi-objective Optimization","authors":"","doi":"","DOIUrl":"https://doi.org/","url":null,"abstract":"","PeriodicalId":60306,"journal":{"name":"Tsinghua Science and Technology","volume":"29 2","pages":"1-11"},"PeriodicalIF":6.6,"publicationDate":"2023-09-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"68027590","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Mathematical Modeling and a Multiswarm Collaborative Optimization Algorithm for Fuzzy Integrated Process Planning and Scheduling Problem 模糊集成工艺规划与调度问题的数学建模与多温暖协同优化算法
IF 6.6 1区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2023-09-22 DOI: 10.26599/TST.2023.9010015
Qihao Liu;Cuiyu Wang;Xinyu Li;Liang Gao
Considering both process planning and shop scheduling in manufacturing can fully utilize their complementarities, resulting in improved rationality of process routes and high-quality and efficient production. Hence, the study of Integrated Process Planning and Scheduling (IPPS) has become a hot topic in the current production field. However, when performing this integrated optimization, the uncertainty of processing time is a realistic key point that cannot be neglected. Thus, this paper investigates a Fuzzy IPPS (FIPPS) problem to minimize the maximum fuzzy completion time. Compared with the conventional IPPS problem, FIPPS considers the fuzzy process time in the uncertain production environment, which is more practical and realistic. However, it is difficult to solve the FIPPS problem due to the complicated fuzzy calculating rules. To solve this problem, this paper formulates a novel fuzzy mathematical model based on the process network graph and proposes a MultiSwarm Collaborative Optimization Algorithm (MSCOA) with an integrated encoding method to improve the optimization. Different swarms evolve in various directions and collaborate in a certain number of iterations. Moreover, the critical path searching method is introduced according to the triangular fuzzy number, allowing for the calculation of rules to enhance the local searching ability of MSCOA. The numerical experiments extended from the well-known Kim benchmark are conducted to test the performance of the proposed MSCOA. Compared with other competitive algorithms, the results obtained by MSCOA show significant advantages, thus proving its effectiveness in solving the FIPPS problem.
在制造业中同时考虑工艺规划和车间调度,可以充分利用它们的互补性,从而提高工艺路线的合理性,提高生产的质量和效率。因此,集成过程计划与调度(IPPS)的研究成为当前生产领域的一个热点。然而,在进行这种集成优化时,处理时间的不确定性是一个不可忽视的现实关键点。因此,本文研究了一个模糊IPPS(FIPS)问题,以最小化最大模糊完成时间。与传统的IPPS问题相比,FIPS考虑了不确定生产环境中的模糊过程时间,更具实际性和现实性。然而,由于复杂的模糊计算规则,很难解决FIPS问题。为了解决这个问题,本文基于过程网络图建立了一个新的模糊数学模型,并提出了一种集成编码的多群协同优化算法(MSCOA)来改进优化。不同的蜂群向不同的方向进化,并在一定数量的迭代中进行协作。此外,根据三角模糊数引入了关键路径搜索方法,允许规则的计算,以增强MSCOA的局部搜索能力。从著名的Kim基准进行了数值实验,以测试所提出的MSCOA的性能。与其他竞争算法相比,MSCOA的结果显示出显著的优势,从而证明了它在解决FIPS问题方面的有效性。
{"title":"Mathematical Modeling and a Multiswarm Collaborative Optimization Algorithm for Fuzzy Integrated Process Planning and Scheduling Problem","authors":"Qihao Liu;Cuiyu Wang;Xinyu Li;Liang Gao","doi":"10.26599/TST.2023.9010015","DOIUrl":"https://doi.org/10.26599/TST.2023.9010015","url":null,"abstract":"Considering both process planning and shop scheduling in manufacturing can fully utilize their complementarities, resulting in improved rationality of process routes and high-quality and efficient production. Hence, the study of Integrated Process Planning and Scheduling (IPPS) has become a hot topic in the current production field. However, when performing this integrated optimization, the uncertainty of processing time is a realistic key point that cannot be neglected. Thus, this paper investigates a Fuzzy IPPS (FIPPS) problem to minimize the maximum fuzzy completion time. Compared with the conventional IPPS problem, FIPPS considers the fuzzy process time in the uncertain production environment, which is more practical and realistic. However, it is difficult to solve the FIPPS problem due to the complicated fuzzy calculating rules. To solve this problem, this paper formulates a novel fuzzy mathematical model based on the process network graph and proposes a MultiSwarm Collaborative Optimization Algorithm (MSCOA) with an integrated encoding method to improve the optimization. Different swarms evolve in various directions and collaborate in a certain number of iterations. Moreover, the critical path searching method is introduced according to the triangular fuzzy number, allowing for the calculation of rules to enhance the local searching ability of MSCOA. The numerical experiments extended from the well-known Kim benchmark are conducted to test the performance of the proposed MSCOA. Compared with other competitive algorithms, the results obtained by MSCOA show significant advantages, thus proving its effectiveness in solving the FIPPS problem.","PeriodicalId":60306,"journal":{"name":"Tsinghua Science and Technology","volume":"29 2","pages":"285-304"},"PeriodicalIF":6.6,"publicationDate":"2023-09-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://ieeexplore.ieee.org/iel7/5971803/10258149/10258253.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"68027593","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A Constraint Adaptive Multi-Tasking Differential Evolution Algorithm: Designed for Dispatch of Integrated Energy System in Coal Mine 一种约束自适应多任务差分进化算法:用于煤矿综合能源系统调度的设计
IF 6.6 1区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2023-09-22 DOI: 10.26599/TST.2023.9010067
Canyun Dai;Xiaoyan Sun;Hejuan Hu;Yong Zhang;Dunwei Gong
The dispatch of integrated energy systems in coal mines (IES-CM) with mine-associated supplies is vital for efficient energy utilization and carbon emissions reduction. However, IES-CM dispatch is highly challenging due to its feature as multi-objective and strong multi-constraint. Existing constrained multi-objective evolutionary algorithms often fall into locally feasible domains with poorly distributed Pareto front, which greatly deteriorates dispatch performance. To tackle this problem, we transform the traditional dispatch model of IES-CM into two tasks: the main task with all constraints and the helper task with constraint adaptive. Then we propose a constraint adaptive multi-tasking differential evolution algorithm (CA-MTDE) to optimize these two tasks effectively. The helper task with constraint adaptive is developed to obtain infeasible solutions near the feasible domain. The purpose of this infeasible solution is to transfer guiding knowledge to help the main task move away from local search. Additionally, a dynamic dual-learning strategy using DE/current-to-rand/1 and DE/current-to-best/1 is developed to maintain task diversity and convergence. Finally, we comprehensively evaluate the performance of CA-MTDE by applying it to a coal mine in Shanxi Province, considering two IES-CM scenarios. Results demonstrate the feasibility of CA-MTDE and its ability to generate a Pareto front with exceptional convergence, diversity, and distribution.
煤矿综合能源系统(IES-CM)与矿井相关供应的调度对于高效利用能源和减少碳排放至关重要。然而,IES-CM调度具有多目标和强多约束的特点,具有很高的挑战性。现有的约束多目标进化算法往往陷入局部可行域,Pareto前沿分布较差,极大地降低了调度性能。为了解决这个问题,我们将IESCM的传统调度模型转换为两个任务:具有所有约束的主任务和具有约束自适应的辅助任务。然后,我们提出了一种约束自适应多任务差分进化算法(CA-MTDE)来有效地优化这两个任务。开发了具有约束自适应的辅助任务,以获得可行域附近的不可行解。这种不可行解决方案的目的是转移指导知识,帮助主要任务远离局部搜索。此外,为了保持任务的多样性和收敛性,开发了一种使用DE/current到rand/1和DE/current到best/1的动态双重学习策略。最后,我们将CA-MTDE应用于山西省的一个煤矿,考虑了两个IES-CM场景,对其性能进行了综合评估。结果证明了CA-MTDE的可行性及其生成具有异常收敛性、多样性和分布性的Pareto前沿的能力。
{"title":"A Constraint Adaptive Multi-Tasking Differential Evolution Algorithm: Designed for Dispatch of Integrated Energy System in Coal Mine","authors":"Canyun Dai;Xiaoyan Sun;Hejuan Hu;Yong Zhang;Dunwei Gong","doi":"10.26599/TST.2023.9010067","DOIUrl":"https://doi.org/10.26599/TST.2023.9010067","url":null,"abstract":"The dispatch of integrated energy systems in coal mines (IES-CM) with mine-associated supplies is vital for efficient energy utilization and carbon emissions reduction. However, IES-CM dispatch is highly challenging due to its feature as multi-objective and strong multi-constraint. Existing constrained multi-objective evolutionary algorithms often fall into locally feasible domains with poorly distributed Pareto front, which greatly deteriorates dispatch performance. To tackle this problem, we transform the traditional dispatch model of IES-CM into two tasks: the main task with all constraints and the helper task with constraint adaptive. Then we propose a constraint adaptive multi-tasking differential evolution algorithm (CA-MTDE) to optimize these two tasks effectively. The helper task with constraint adaptive is developed to obtain infeasible solutions near the feasible domain. The purpose of this infeasible solution is to transfer guiding knowledge to help the main task move away from local search. Additionally, a dynamic dual-learning strategy using DE/current-to-rand/1 and DE/current-to-best/1 is developed to maintain task diversity and convergence. Finally, we comprehensively evaluate the performance of CA-MTDE by applying it to a coal mine in Shanxi Province, considering two IES-CM scenarios. Results demonstrate the feasibility of CA-MTDE and its ability to generate a Pareto front with exceptional convergence, diversity, and distribution.","PeriodicalId":60306,"journal":{"name":"Tsinghua Science and Technology","volume":"29 2","pages":"368-385"},"PeriodicalIF":6.6,"publicationDate":"2023-09-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://ieeexplore.ieee.org/iel7/5971803/10258149/10258155.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"68027599","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
False Negative Sample Detection for Graph Contrastive Learning 用于图形对比学习的假阴性样本检测
IF 6.6 1区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2023-09-22 DOI: 10.26599/TST.2023.9010043
Binbin Zhang;Li Wang
Recently, self-supervised learning has shown great potential in Graph Neural Networks (GNNs) through contrastive learning, which aims to learn discriminative features for each node without label information. The key to graph contrastive learning is data augmentation. The anchor node regards its augmented samples as positive samples, and the rest of the samples are regarded as negative samples, some of which may be positive samples. We call these mislabeled samples as “false negative” samples, which will seriously affect the final learning effect. Since such semantically similar samples are ubiquitous in the graph, the problem of false negative samples is very significant. To address this issue, the paper proposes a novel model, False negative sample Detection for Graph Contrastive Learning (FD4GCL), which uses attribute and structure-aware to detect false negative samples. Experimental results on seven datasets show that FD4GCL outperforms the state-of-the-art baselines and even exceeds several supervised methods.
最近,自监督学习通过对比学习在图神经网络(GNNs)中显示出了巨大的潜力,该学习旨在学习没有标签信息的每个节点的判别特征。图形对比学习的关键是数据扩充。锚节点将其扩增样本视为正样本,其余样本视为负样本,其中一些样本可能是正样本。我们将这些标签错误的样本称为“假阴性”样本,这将严重影响最终的学习效果。由于这种语义相似的样本在图中普遍存在,因此假阴性样本的问题非常重要。为了解决这个问题,本文提出了一种新的模型——图对比学习的假阴性样本检测(FD4GCL),该模型使用属性和结构感知来检测假阴性样本。在七个数据集上的实验结果表明,FD4GCL优于最先进的基线,甚至超过了几种监督方法。
{"title":"False Negative Sample Detection for Graph Contrastive Learning","authors":"Binbin Zhang;Li Wang","doi":"10.26599/TST.2023.9010043","DOIUrl":"https://doi.org/10.26599/TST.2023.9010043","url":null,"abstract":"Recently, self-supervised learning has shown great potential in Graph Neural Networks (GNNs) through contrastive learning, which aims to learn discriminative features for each node without label information. The key to graph contrastive learning is data augmentation. The anchor node regards its augmented samples as positive samples, and the rest of the samples are regarded as negative samples, some of which may be positive samples. We call these mislabeled samples as “false negative” samples, which will seriously affect the final learning effect. Since such semantically similar samples are ubiquitous in the graph, the problem of false negative samples is very significant. To address this issue, the paper proposes a novel model, False negative sample Detection for Graph Contrastive Learning (FD4GCL), which uses attribute and structure-aware to detect false negative samples. Experimental results on seven datasets show that FD4GCL outperforms the state-of-the-art baselines and even exceeds several supervised methods.","PeriodicalId":60306,"journal":{"name":"Tsinghua Science and Technology","volume":"29 2","pages":"529-542"},"PeriodicalIF":6.6,"publicationDate":"2023-09-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://ieeexplore.ieee.org/iel7/5971803/10258149/10258249.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"68027659","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Tsinghua Science and Technology
全部 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