首页 > 最新文献

Complex & Intelligent Systems最新文献

英文 中文
Sentence-level heuristic tree search for long text generation 长文本生成的句子级启发式树搜索
2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-09-29 DOI: 10.1007/s40747-023-01244-8
Zheng Chen, Zhejun Liu
Abstract In this study, we primarily aim to address the exposure bias issue in long text generation intrinsic to statistical language models. We propose a sentence-level heuristic tree search algorithm, specially tailored for long text generation, to mitigate the problem by managing generated texts in a tree structure and curbing the compounding of biases. Our algorithm utilizes two pre-trained language models, an auto-regressive model for generating new sentences and an auto-encoder model for evaluating sentence quality. These models work in tandem to perform four critical operations: expanding the text tree with new sentences, evaluating the quality of the additions, sampling potential unfinished text fragments for further generation, and pruning leaf nodes deemed unpromising. This iterative process continues until a pre-defined number of [EOS] tokens are produced, at which point we select the highest-scoring completed text as our final output. Moreover, we pioneer two novel token-level decoding techniques—nucleus sampling with temperature and diverse beam search with sampling. These methods, integrated with our sentence-level search algorithm, aim to improve the consistency and diversity of text generation. Experimental results, both automated measures (including Jaccard similarity, Word2vec similarity, and unique word ratio) and human evaluations (assessing consistency, fluency, and rhetorical skills), conclusively demonstrate that our approach considerably enhances the quality of machine-generated long-form text. Through this research, we aim to inspire further innovations in sentence-level search-based text generation algorithms.
在本研究中,我们主要旨在解决统计语言模型固有的长文本生成中的暴露偏差问题。我们提出了一个句子级启发式树搜索算法,专门为长文本生成量身定制,通过在树结构中管理生成的文本并抑制偏差的复合来缓解这个问题。我们的算法使用两个预训练的语言模型,一个用于生成新句子的自回归模型和一个用于评估句子质量的自编码器模型。这些模型协同执行四个关键操作:用新句子扩展文本树,评估添加的质量,为进一步生成采样潜在的未完成文本片段,以及修剪被认为没有前途的叶节点。这个迭代过程一直持续到生成预定义数量的[EOS]代币,此时我们选择得分最高的完成文本作为最终输出。此外,我们还提出了两种新的令牌级解码技术——带温度的核采样技术和带采样的多束搜索技术。这些方法与我们的句子级搜索算法相结合,旨在提高文本生成的一致性和多样性。实验结果,包括自动测量(包括Jaccard相似度、Word2vec相似度和唯一词比)和人工评估(评估一致性、流畅性和修辞技巧),最终表明我们的方法大大提高了机器生成的长格式文本的质量。通过这项研究,我们的目标是激发基于句子级搜索的文本生成算法的进一步创新。
{"title":"Sentence-level heuristic tree search for long text generation","authors":"Zheng Chen, Zhejun Liu","doi":"10.1007/s40747-023-01244-8","DOIUrl":"https://doi.org/10.1007/s40747-023-01244-8","url":null,"abstract":"Abstract In this study, we primarily aim to address the exposure bias issue in long text generation intrinsic to statistical language models. We propose a sentence-level heuristic tree search algorithm, specially tailored for long text generation, to mitigate the problem by managing generated texts in a tree structure and curbing the compounding of biases. Our algorithm utilizes two pre-trained language models, an auto-regressive model for generating new sentences and an auto-encoder model for evaluating sentence quality. These models work in tandem to perform four critical operations: expanding the text tree with new sentences, evaluating the quality of the additions, sampling potential unfinished text fragments for further generation, and pruning leaf nodes deemed unpromising. This iterative process continues until a pre-defined number of [EOS] tokens are produced, at which point we select the highest-scoring completed text as our final output. Moreover, we pioneer two novel token-level decoding techniques—nucleus sampling with temperature and diverse beam search with sampling. These methods, integrated with our sentence-level search algorithm, aim to improve the consistency and diversity of text generation. Experimental results, both automated measures (including Jaccard similarity, Word2vec similarity, and unique word ratio) and human evaluations (assessing consistency, fluency, and rhetorical skills), conclusively demonstrate that our approach considerably enhances the quality of machine-generated long-form text. Through this research, we aim to inspire further innovations in sentence-level search-based text generation algorithms.","PeriodicalId":10524,"journal":{"name":"Complex & Intelligent Systems","volume":"23 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-09-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135200387","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Deeply integrating unsupervised semantics and syntax into heterogeneous graphs for inductive text classification 将无监督语义和语法深度集成到异构图中,用于归纳文本分类
2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-09-28 DOI: 10.1007/s40747-023-01228-8
Yue Gao, Xiangling Fu, Xien Liu, Ji Wu
Abstract Graph-based neural networks and unsupervised pre-trained models are both cutting-edge text representation methods, given their outstanding ability to capture global information and contextualized information, respectively. However, both representation methods meet obstacles to further performance improvements. On one hand, graph-based neural networks lack knowledge orientation to guide textual interpretation during global information interaction. On the other hand, unsupervised pre-trained models imply rich semantic and syntactic knowledge which lacks sufficient induction and expression. Therefore, how to effectively integrate graph-based global information and unsupervised contextualized semantic and syntactic information to achieve better text representation is an important issue pending for solution. In this paper, we propose a representation method that deeply integrates Unsupervised Semantics and Syntax into heterogeneous Graphs (USS-Graph) for inductive text classification. By constructing a heterogeneous graph whose edges and nodes are totally generated by knowledge from unsupervised pre-trained models, USS-Graph can harmonize the two perspectives of information under a bidirectionally weighted graph structure and thereby realizing the intra-fusion of graph-based global information and unsupervised contextualized semantic and syntactic information. Based on USS-Graph, we also propose a series of optimization measures to further improve the knowledge integration and representation performance. Extensive experiments conducted on benchmark datasets show that USS-Graph consistently achieves state-of-the-art performances on inductive text classification tasks. Additionally, extended experiments are conducted to deeply analyze the characteristics of USS-Graph and the effectiveness of our proposed optimization measures for further knowledge integration and information complementation.
基于图的神经网络和无监督预训练模型都是前沿的文本表示方法,它们分别具有捕获全局信息和上下文化信息的出色能力。然而,这两种表示方法在进一步提高性能方面都遇到了障碍。一方面,基于图的神经网络在全局信息交互过程中缺乏知识导向来指导文本解释。另一方面,无监督预训练模型隐含着丰富的语义和句法知识,但缺乏足够的归纳和表达。因此,如何有效地将基于图的全局信息与无监督的上下文化语义和句法信息相结合,实现更好的文本表示是一个亟待解决的重要问题。在本文中,我们提出了一种将无监督语义和语法深度集成到异构图(USS-Graph)中的表示方法,用于归纳文本分类。us - graph通过构建一个边缘和节点完全由无监督预训练模型的知识生成的异构图,在双向加权图结构下协调信息的两个视角,从而实现基于图的全局信息与无监督的上下文化语义和句法信息的内融合。在USS-Graph的基础上,提出了一系列优化措施,进一步提高知识集成和表示性能。在基准数据集上进行的大量实验表明,USS-Graph在归纳文本分类任务上始终达到最先进的性能。此外,我们还进行了扩展实验,深入分析了USS-Graph的特点以及我们提出的优化措施的有效性,以进一步进行知识整合和信息互补。
{"title":"Deeply integrating unsupervised semantics and syntax into heterogeneous graphs for inductive text classification","authors":"Yue Gao, Xiangling Fu, Xien Liu, Ji Wu","doi":"10.1007/s40747-023-01228-8","DOIUrl":"https://doi.org/10.1007/s40747-023-01228-8","url":null,"abstract":"Abstract Graph-based neural networks and unsupervised pre-trained models are both cutting-edge text representation methods, given their outstanding ability to capture global information and contextualized information, respectively. However, both representation methods meet obstacles to further performance improvements. On one hand, graph-based neural networks lack knowledge orientation to guide textual interpretation during global information interaction. On the other hand, unsupervised pre-trained models imply rich semantic and syntactic knowledge which lacks sufficient induction and expression. Therefore, how to effectively integrate graph-based global information and unsupervised contextualized semantic and syntactic information to achieve better text representation is an important issue pending for solution. In this paper, we propose a representation method that deeply integrates Unsupervised Semantics and Syntax into heterogeneous Graphs (USS-Graph) for inductive text classification. By constructing a heterogeneous graph whose edges and nodes are totally generated by knowledge from unsupervised pre-trained models, USS-Graph can harmonize the two perspectives of information under a bidirectionally weighted graph structure and thereby realizing the intra-fusion of graph-based global information and unsupervised contextualized semantic and syntactic information. Based on USS-Graph, we also propose a series of optimization measures to further improve the knowledge integration and representation performance. Extensive experiments conducted on benchmark datasets show that USS-Graph consistently achieves state-of-the-art performances on inductive text classification tasks. Additionally, extended experiments are conducted to deeply analyze the characteristics of USS-Graph and the effectiveness of our proposed optimization measures for further knowledge integration and information complementation.","PeriodicalId":10524,"journal":{"name":"Complex & Intelligent Systems","volume":"31 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-09-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135343354","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
LTACL: long-tail awareness contrastive learning for distantly supervised relation extraction 远程监督关系提取的长尾意识对比学习
2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-09-28 DOI: 10.1007/s40747-023-01226-w
Tianwei Yan, Xiang Zhang, Zhigang Luo
Abstract Distantly supervised relation extraction is an automatically annotating method for large corpora by classifying a bound of sentences with two same entities and the relation. Recent works exploit sound performance by adopting contrastive learning to efficiently obtain instance representations under the multi-instance learning framework. Though these methods weaken the impact of noisy labels, it ignores the long-tail distribution problem in distantly supervised sets and fails to capture the mutual information of different parts. We are thus motivated to tackle these issues and establishing a long-tail awareness contrastive learning method for efficiently utilizing the long-tail data. Our model treats major and tail parts differently by adopting hyper-augmentation strategies. Moreover, the model provides various views by constructing novel positive and negative pairs in contrastive learning for gaining a better representation between different parts. The experimental results on the NYT10 dataset demonstrate our model surpasses the existing SOTA by more than 2.61% AUC score on relation extraction. In manual evaluation datasets including NYT10m and Wiki20m, our method obtains competitive results by achieving 59.42% and 79.19% AUC scores on relation extraction, respectively. Extensive discussions further confirm the effectiveness of our approach.
远程监督关系抽取是一种大型语料库的自动标注方法,通过对具有两个相同实体和关系的句子进行分类。最近的研究在多实例学习框架下,通过采用对比学习来有效地获取实例表示来开发声音性能。虽然这些方法削弱了噪声标签的影响,但忽略了远程监督集中的长尾分布问题,无法捕获不同部分的互信息。因此,我们有动力解决这些问题,并建立一种有效利用长尾数据的长尾意识对比学习方法。我们的模型通过采用超增强策略来区分主要部分和尾部部分。此外,该模型通过在对比学习中构建新的正、负对来提供不同的观点,以获得不同部分之间更好的表征。在NYT10数据集上的实验结果表明,我们的模型在关系提取上比现有的SOTA高出2.61%以上的AUC分数。在包括NYT10m和Wiki20m在内的人工评价数据集上,我们的方法在关系提取上分别获得59.42%和79.19%的AUC得分,取得了具有竞争力的结果。广泛的讨论进一步证实了我们的做法的有效性。
{"title":"LTACL: long-tail awareness contrastive learning for distantly supervised relation extraction","authors":"Tianwei Yan, Xiang Zhang, Zhigang Luo","doi":"10.1007/s40747-023-01226-w","DOIUrl":"https://doi.org/10.1007/s40747-023-01226-w","url":null,"abstract":"Abstract Distantly supervised relation extraction is an automatically annotating method for large corpora by classifying a bound of sentences with two same entities and the relation. Recent works exploit sound performance by adopting contrastive learning to efficiently obtain instance representations under the multi-instance learning framework. Though these methods weaken the impact of noisy labels, it ignores the long-tail distribution problem in distantly supervised sets and fails to capture the mutual information of different parts. We are thus motivated to tackle these issues and establishing a long-tail awareness contrastive learning method for efficiently utilizing the long-tail data. Our model treats major and tail parts differently by adopting hyper-augmentation strategies. Moreover, the model provides various views by constructing novel positive and negative pairs in contrastive learning for gaining a better representation between different parts. The experimental results on the NYT10 dataset demonstrate our model surpasses the existing SOTA by more than 2.61% AUC score on relation extraction. In manual evaluation datasets including NYT10m and Wiki20m, our method obtains competitive results by achieving 59.42% and 79.19% AUC scores on relation extraction, respectively. Extensive discussions further confirm the effectiveness of our approach.","PeriodicalId":10524,"journal":{"name":"Complex & Intelligent Systems","volume":"23 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-09-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135344553","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A robot-assisted adaptive communication recovery method in disaster scenarios 灾难场景下机器人辅助自适应通信恢复方法
2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-09-27 DOI: 10.1007/s40747-023-01231-z
Kuangrong Hao, Chenwei Zhao, Xiaoyan Liu
Abstract Communication recovery is necessary for rescue and reconstruction scenarios including earthquakes, typhoons, floods, etc. The rapid and stable communication link can provide efficient victims’ real-time information for the rescue process. However, traditional centralized communication links cannot traverse the further victims with information-sharing requirements. And the even communication link distribution leads to a load burden on the crowded victim area. Thus, we propose a three-layer architecture consisting of the emergency communication vehicle, backbone links, and branch links to rapidly recover communication via mobile robots. Then, considering victims’ distribution, an improved MaxMin distance algorithm is presented as the basis of robot dispatch. The relay probability of the link is also estimated with closed formulae. Finally, simulation results verify that our proposed algorithm can recover communication with lower delay and higher packet delivery ratio.
通信恢复是地震、台风、洪水等救援重建场景的必要条件。快速稳定的通信链路可以为救援过程提供高效的受害者实时信息。然而,传统的集中式通信链路无法遍历具有信息共享需求的进一步受害者。通信链路的均匀分布给拥挤的受灾地区带来了较大的负荷负担。因此,我们提出了一个由应急通信车辆、骨干链路和分支链路组成的三层架构,以通过移动机器人快速恢复通信。然后,考虑受害者的分布情况,提出了一种改进的MaxMin距离算法作为机器人调度的基础。用封闭公式估计了链路的中继概率。最后,仿真结果验证了所提算法能够以较低的时延和较高的包投递率恢复通信。
{"title":"A robot-assisted adaptive communication recovery method in disaster scenarios","authors":"Kuangrong Hao, Chenwei Zhao, Xiaoyan Liu","doi":"10.1007/s40747-023-01231-z","DOIUrl":"https://doi.org/10.1007/s40747-023-01231-z","url":null,"abstract":"Abstract Communication recovery is necessary for rescue and reconstruction scenarios including earthquakes, typhoons, floods, etc. The rapid and stable communication link can provide efficient victims’ real-time information for the rescue process. However, traditional centralized communication links cannot traverse the further victims with information-sharing requirements. And the even communication link distribution leads to a load burden on the crowded victim area. Thus, we propose a three-layer architecture consisting of the emergency communication vehicle, backbone links, and branch links to rapidly recover communication via mobile robots. Then, considering victims’ distribution, an improved MaxMin distance algorithm is presented as the basis of robot dispatch. The relay probability of the link is also estimated with closed formulae. Finally, simulation results verify that our proposed algorithm can recover communication with lower delay and higher packet delivery ratio.","PeriodicalId":10524,"journal":{"name":"Complex & Intelligent Systems","volume":"22 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-09-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135477402","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
RFDANet: an FMCW and TOF radar fusion approach for driver activity recognition using multi-level attention based CNN and LSTM network RFDANet:一种基于多层关注的CNN和LSTM网络的FMCW和TOF雷达融合的驾驶员活动识别方法
2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-09-26 DOI: 10.1007/s40747-023-01236-8
Minming Gu, Kaiyu Chen, Zhixiang Chen
Abstract Dangerous driving behavior is a major contributing factor to road traffic accidents. Identifying and intervening in drivers’ unsafe driving behaviors is thus crucial for preventing accidents and ensuring road safety. However, many of the existing methods for monitoring drivers’ behaviors rely on computer vision technology, which has the potential to invade privacy. This paper proposes a radar-based deep learning method to analyze driver behavior. The method utilizes FMCW radar along with TOF radar to identify five types of driving behavior: normal driving, head up, head twisting, picking up the phone, and dancing to music. The proposed model, called RFDANet, includes two parallel forward propagation channels that are relatively independent of each other. The range-Doppler information from the FMCW radar and the position information from the TOF radar are used as inputs. After feature extraction by CNN, an attention mechanism is introduced into the deep architecture of the branch layer to adjust the weight of different branches. To further recognize driving behavior, LSTM is used. The effectiveness of the proposed method is verified by actual driving data. The results indicate that the average accuracy of each of the five types of driving behavior is 94.5%, which shows the advantage of using the proposed deep learning method. Overall, the experimental results confirm that the proposed method is highly effective for detecting drivers’ behavior.
危险驾驶行为是造成道路交通事故的主要因素之一。因此,识别和干预驾驶员的不安全驾驶行为对于预防事故和确保道路安全至关重要。然而,许多现有的监控司机行为的方法依赖于计算机视觉技术,这有可能侵犯隐私。本文提出了一种基于雷达的深度学习方法来分析驾驶员行为。该方法利用FMCW雷达和TOF雷达来识别五种驾驶行为:正常驾驶、抬头、扭头、拿起手机和跟着音乐跳舞。所提出的模型称为RFDANet,它包括两个相互相对独立的并行前向传播通道。利用FMCW雷达的距离-多普勒信息和TOF雷达的位置信息作为输入。在CNN提取特征后,在分支层的深层架构中引入注意机制,调整不同分支的权重。为了进一步识别驾驶行为,使用LSTM。实际驾驶数据验证了该方法的有效性。结果表明,五种驾驶行为的平均准确率为94.5%,显示了使用所提出的深度学习方法的优势。总体而言,实验结果证实了该方法对驾驶员行为的检测是非常有效的。
{"title":"RFDANet: an FMCW and TOF radar fusion approach for driver activity recognition using multi-level attention based CNN and LSTM network","authors":"Minming Gu, Kaiyu Chen, Zhixiang Chen","doi":"10.1007/s40747-023-01236-8","DOIUrl":"https://doi.org/10.1007/s40747-023-01236-8","url":null,"abstract":"Abstract Dangerous driving behavior is a major contributing factor to road traffic accidents. Identifying and intervening in drivers’ unsafe driving behaviors is thus crucial for preventing accidents and ensuring road safety. However, many of the existing methods for monitoring drivers’ behaviors rely on computer vision technology, which has the potential to invade privacy. This paper proposes a radar-based deep learning method to analyze driver behavior. The method utilizes FMCW radar along with TOF radar to identify five types of driving behavior: normal driving, head up, head twisting, picking up the phone, and dancing to music. The proposed model, called RFDANet, includes two parallel forward propagation channels that are relatively independent of each other. The range-Doppler information from the FMCW radar and the position information from the TOF radar are used as inputs. After feature extraction by CNN, an attention mechanism is introduced into the deep architecture of the branch layer to adjust the weight of different branches. To further recognize driving behavior, LSTM is used. The effectiveness of the proposed method is verified by actual driving data. The results indicate that the average accuracy of each of the five types of driving behavior is 94.5%, which shows the advantage of using the proposed deep learning method. Overall, the experimental results confirm that the proposed method is highly effective for detecting drivers’ behavior.","PeriodicalId":10524,"journal":{"name":"Complex & Intelligent Systems","volume":"42 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-09-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134961081","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
RCFT: re-parameterization convolution and feature filter for object tracking RCFT:用于目标跟踪的参数化卷积和特征滤波
2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-09-15 DOI: 10.1007/s40747-023-01223-z
Yuanyun Wang, Wenhui Yang, Peng Yin, Jun Wang
Abstract Siamese-based trackers have been widely studied for their high accuracy and speed. Both the feature extraction and feature fusion are two important components in Siamese-based trackers. Siamese-based trackers obtain fine local features by traditional convolution. However, some important channel information and global information are lost when enhancing local features. In the feature fusion process, cross-correlation-based feature fusion between the template and search region feature ignores the global spatial context information and does not make the best of the spatial information. In this paper, to solve the above problem, we design a novel feature extraction sub-network based on batch-free normalization re-parameterization convolution, which scales the features in the channel dimension and increases the receptive field. Richer channel information is obtained and powerful target features are extracted for the feature fusion. Furthermore, we learn a feature fusion network (FFN) based on feature filter. The FFN fuses the template and search region features in a global spatial context to obtain high-quality fused features by enhancing important features and filtering redundant features. By jointly learning the proposed feature extraction sub-network and FFN, the local and global information are fully exploited. Then, we propose a novel tracking algorithm based on the designed feature extraction sub-network and FFN with re-parameterization convolution and feature filter, referred to as RCFT. We evaluate the proposed RCFT tracker and some recent state-of-the-art (SOTA) trackers on OTB100, VOT2018, LaSOT, GOT-10k, UAV123 and the visual-thermal dataset VOT-RGBT2019 datasets, which achieves superior tracking performance with 45 FPS tracking speed.
摘要基于连体体的跟踪器以其精度高、速度快等优点得到了广泛的研究。特征提取和特征融合是基于连体体的跟踪的两个重要组成部分。基于暹罗的跟踪器通过传统的卷积获得精细的局部特征。然而,在增强局部特征时,丢失了一些重要的通道信息和全局信息。在特征融合过程中,模板与搜索区域特征之间基于互相关的特征融合忽略了全局空间上下文信息,没有充分利用空间信息。为了解决上述问题,本文设计了一种基于无批处理归一化再参数化卷积的特征提取子网络,该网络在通道维度上缩放了特征,增加了接受域。获得更丰富的通道信息,提取强大的目标特征进行特征融合。此外,我们还学习了一种基于特征滤波器的特征融合网络(FFN)。FFN在全局空间背景下融合模板特征和搜索区域特征,通过增强重要特征和过滤冗余特征来获得高质量的融合特征。通过联合学习所提出的特征提取子网络和FFN,充分利用了局部信息和全局信息。然后,我们提出了一种基于设计的特征提取子网络和带有重参数化卷积和特征滤波器的FFN的跟踪算法,称为RCFT。我们在OTB100、VOT2018、LaSOT、GOT-10k、UAV123和视觉-热数据集VOT-RGBT2019数据集上评估了所提出的RCFT跟踪器和一些最新的最先进(SOTA)跟踪器,该跟踪器以45 FPS的跟踪速度获得了卓越的跟踪性能。
{"title":"RCFT: re-parameterization convolution and feature filter for object tracking","authors":"Yuanyun Wang, Wenhui Yang, Peng Yin, Jun Wang","doi":"10.1007/s40747-023-01223-z","DOIUrl":"https://doi.org/10.1007/s40747-023-01223-z","url":null,"abstract":"Abstract Siamese-based trackers have been widely studied for their high accuracy and speed. Both the feature extraction and feature fusion are two important components in Siamese-based trackers. Siamese-based trackers obtain fine local features by traditional convolution. However, some important channel information and global information are lost when enhancing local features. In the feature fusion process, cross-correlation-based feature fusion between the template and search region feature ignores the global spatial context information and does not make the best of the spatial information. In this paper, to solve the above problem, we design a novel feature extraction sub-network based on batch-free normalization re-parameterization convolution, which scales the features in the channel dimension and increases the receptive field. Richer channel information is obtained and powerful target features are extracted for the feature fusion. Furthermore, we learn a feature fusion network (FFN) based on feature filter. The FFN fuses the template and search region features in a global spatial context to obtain high-quality fused features by enhancing important features and filtering redundant features. By jointly learning the proposed feature extraction sub-network and FFN, the local and global information are fully exploited. Then, we propose a novel tracking algorithm based on the designed feature extraction sub-network and FFN with re-parameterization convolution and feature filter, referred to as RCFT. We evaluate the proposed RCFT tracker and some recent state-of-the-art (SOTA) trackers on OTB100, VOT2018, LaSOT, GOT-10k, UAV123 and the visual-thermal dataset VOT-RGBT2019 datasets, which achieves superior tracking performance with 45 FPS tracking speed.","PeriodicalId":10524,"journal":{"name":"Complex & Intelligent Systems","volume":"23 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-09-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135437228","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Dynamic scheduling method for data relay satellite networks considering hybrid system disturbances 考虑混合系统扰动的数据中继卫星网络动态调度方法
2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-09-14 DOI: 10.1007/s40747-023-01227-9
Zongling Li, Xinjiang Chen, Qizhang Luo, Guohua Wu, Ling Wang
Abstract System disturbances, such as the change of required service durations, the failure of resources, and temporary tasks during the scheduling process of data relay satellite network (DRSN), are difficult to be predicted, which may lead to unsuccessful scheduling of tasks. A high-efficiency and robust DRSN calls for smarter and more flexible disturbances elimination strategies. Here, we unify the above three system disturbances as temporary task arrival and extend the static scheduling model of DRSN. Specifically, we derive and define a scheduling model that unifies the static scheduling and dynamic scheduling processes. Meanwhile, we propose a k -step dynamic scheduling algorithm considering breakpoint transmission ( k -steps-BT) to solve the above model. Based on the principle of backtracking algorithm and search tree, k -steps-BT can eliminate disturbances quickly by rescheduling tasks and can determine the rescheduling scheme when temporary tasks arrive. Finally, extensive experiments are carried out to verify the proposed model and algorithm. The results show that the proposed model and algorithm can significantly improve the task completion rate of dynamic scheduling without drastic adjustments to the static scheduling scheme.
数据中继卫星网络(DRSN)调度过程中出现的服务时间变化、资源失效、临时任务等系统扰动难以预测,可能导致任务调度失败。高效鲁棒的DRSN需要更智能、更灵活的干扰消除策略。本文将上述三种系统扰动统一为临时任务到达,扩展了DRSN的静态调度模型。具体来说,我们推导并定义了一个统一静态调度和动态调度过程的调度模型。同时,我们提出了一种考虑断点传输的k步动态调度算法(k -steps-BT)来解决上述模型。基于回溯算法和搜索树的原理,k -steps-BT可以通过重调度任务快速消除干扰,并在临时任务到达时确定重调度方案。最后,进行了大量的实验来验证所提出的模型和算法。结果表明,该模型和算法可以在不大幅度调整静态调度方案的情况下显著提高动态调度的任务完成率。
{"title":"Dynamic scheduling method for data relay satellite networks considering hybrid system disturbances","authors":"Zongling Li, Xinjiang Chen, Qizhang Luo, Guohua Wu, Ling Wang","doi":"10.1007/s40747-023-01227-9","DOIUrl":"https://doi.org/10.1007/s40747-023-01227-9","url":null,"abstract":"Abstract System disturbances, such as the change of required service durations, the failure of resources, and temporary tasks during the scheduling process of data relay satellite network (DRSN), are difficult to be predicted, which may lead to unsuccessful scheduling of tasks. A high-efficiency and robust DRSN calls for smarter and more flexible disturbances elimination strategies. Here, we unify the above three system disturbances as temporary task arrival and extend the static scheduling model of DRSN. Specifically, we derive and define a scheduling model that unifies the static scheduling and dynamic scheduling processes. Meanwhile, we propose a k -step dynamic scheduling algorithm considering breakpoint transmission ( k -steps-BT) to solve the above model. Based on the principle of backtracking algorithm and search tree, k -steps-BT can eliminate disturbances quickly by rescheduling tasks and can determine the rescheduling scheme when temporary tasks arrive. Finally, extensive experiments are carried out to verify the proposed model and algorithm. The results show that the proposed model and algorithm can significantly improve the task completion rate of dynamic scheduling without drastic adjustments to the static scheduling scheme.","PeriodicalId":10524,"journal":{"name":"Complex & Intelligent Systems","volume":"8 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-09-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134910560","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A holistic multi-source transfer learning approach using wearable sensors for personalized daily activity recognition 使用可穿戴传感器进行个性化日常活动识别的整体多源迁移学习方法
2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-09-13 DOI: 10.1007/s40747-023-01218-w
Qi Jia, Jing Guo, Po Yang, Yun Yang
Abstract Human activity recognition (HAR) aims to collect time series through wearable devices to precisely identify specific actions. However, the traditional HAR method ignores the activity variances among individuals, which will cause low generalization when applied to a new individual and indirectly enhance the difficulties of personalized HAR service. In this paper, we fully consider activity divergence among individuals to develop an end-to-end model, the multi-source unsupervised co-transfer network (MUCT), to provide personalized activity recognition for new individuals. We denote the collected data of different individuals as multiple domains and implement deep domain adaptation to align each pair of source and target domains. In addition, we propose a consistent filter that utilizes two heterogeneous classifiers to automatically select high-confidence instances from the target domain to jointly enhance the performance on the target task. The effectiveness and performance of our model are evaluated through comprehensive experiments on two activity recognition benchmarks and a private activity recognition data set (collected by our signal sensors), where our model outperforms traditional transfer learning methods at HAR.
人体活动识别(HAR)旨在通过可穿戴设备收集时间序列,以精确识别特定的动作。然而,传统的HAR方法忽略了个体之间的活动差异,在应用于新个体时泛化程度较低,间接增加了个性化HAR服务的难度。在本文中,我们充分考虑个体之间的活动差异,建立了一个端到端模型,即多源无监督共同转移网络(MUCT),为新个体提供个性化的活动识别。我们将收集到的不同个体的数据表示为多个域,并实现深度域自适应以对齐每对源域和目标域。此外,我们提出了一个一致性过滤器,利用两个异构分类器从目标域中自动选择高置信度的实例,以共同提高目标任务上的性能。我们的模型的有效性和性能是通过在两个活动识别基准和一个私人活动识别数据集(由我们的信号传感器收集)上的综合实验来评估的,我们的模型优于HAR的传统迁移学习方法。
{"title":"A holistic multi-source transfer learning approach using wearable sensors for personalized daily activity recognition","authors":"Qi Jia, Jing Guo, Po Yang, Yun Yang","doi":"10.1007/s40747-023-01218-w","DOIUrl":"https://doi.org/10.1007/s40747-023-01218-w","url":null,"abstract":"Abstract Human activity recognition (HAR) aims to collect time series through wearable devices to precisely identify specific actions. However, the traditional HAR method ignores the activity variances among individuals, which will cause low generalization when applied to a new individual and indirectly enhance the difficulties of personalized HAR service. In this paper, we fully consider activity divergence among individuals to develop an end-to-end model, the multi-source unsupervised co-transfer network (MUCT), to provide personalized activity recognition for new individuals. We denote the collected data of different individuals as multiple domains and implement deep domain adaptation to align each pair of source and target domains. In addition, we propose a consistent filter that utilizes two heterogeneous classifiers to automatically select high-confidence instances from the target domain to jointly enhance the performance on the target task. The effectiveness and performance of our model are evaluated through comprehensive experiments on two activity recognition benchmarks and a private activity recognition data set (collected by our signal sensors), where our model outperforms traditional transfer learning methods at HAR.","PeriodicalId":10524,"journal":{"name":"Complex & Intelligent Systems","volume":"11 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-09-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135741570","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Permute-MAML: exploring industrial surface defect detection algorithms for few-shot learning Permute-MAML:探索用于少量学习的工业表面缺陷检测算法
2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-09-13 DOI: 10.1007/s40747-023-01219-9
ShanChen Pang, WenShang Zhao, ShuDong Wang, Lin Zhang, Shuang Wang
Abstract Computer vision has developed rapidly in recent years, invigorating the area of industrial surface defect detection while also providing it with modern perception capabilities. Few-shot learning has emerged as a result of sample size limitations, with MAML framework being the most widely used few-shot learning framework over the past few years that learns concepts from sampled classification tasks, which is considered to have the key advantage of aligning training and testing objectives. Industrial surface defects typically have fewer samples for training, so we propose MAML-based framework: Permute-MAML, which mainly consists of improved MAML framework and neural network model. In this paper, we concentrate on improving MAML framework with respect to its stability and explore a simple procedure: few-shot learning of its evaluation metrics over the whole classification model. The experimental results demonstrate that the proposed framework significantly enhances the stability of MAML framework and achieves comparatively high accuracy in industrial surface defect detection.
计算机视觉近年来发展迅速,为工业表面缺陷检测领域注入了活力,同时也为其提供了现代化的感知能力。由于样本量的限制,出现了少量学习,MAML框架是过去几年使用最广泛的少量学习框架,它从抽样分类任务中学习概念,它被认为具有将训练和测试目标对齐的关键优势。工业表面缺陷的训练样本较少,因此我们提出了基于MAML的框架:Permute-MAML,该框架主要由改进的MAML框架和神经网络模型组成。在本文中,我们专注于改进MAML框架的稳定性,并探索了一个简单的过程:在整个分类模型上对其评估指标进行少量学习。实验结果表明,该框架显著提高了MAML框架的稳定性,在工业表面缺陷检测中达到了较高的精度。
{"title":"Permute-MAML: exploring industrial surface defect detection algorithms for few-shot learning","authors":"ShanChen Pang, WenShang Zhao, ShuDong Wang, Lin Zhang, Shuang Wang","doi":"10.1007/s40747-023-01219-9","DOIUrl":"https://doi.org/10.1007/s40747-023-01219-9","url":null,"abstract":"Abstract Computer vision has developed rapidly in recent years, invigorating the area of industrial surface defect detection while also providing it with modern perception capabilities. Few-shot learning has emerged as a result of sample size limitations, with MAML framework being the most widely used few-shot learning framework over the past few years that learns concepts from sampled classification tasks, which is considered to have the key advantage of aligning training and testing objectives. Industrial surface defects typically have fewer samples for training, so we propose MAML-based framework: Permute-MAML, which mainly consists of improved MAML framework and neural network model. In this paper, we concentrate on improving MAML framework with respect to its stability and explore a simple procedure: few-shot learning of its evaluation metrics over the whole classification model. The experimental results demonstrate that the proposed framework significantly enhances the stability of MAML framework and achieves comparatively high accuracy in industrial surface defect detection.","PeriodicalId":10524,"journal":{"name":"Complex & Intelligent Systems","volume":"31 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-09-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135741085","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Hesitant Fermatean fuzzy Bonferroni mean operators for multi-attribute decision-making 多属性决策的犹豫fermatan模糊Bonferroni均值算子
2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2023-09-12 DOI: 10.1007/s40747-023-01203-3
Yibo Wang, Xiuqin Ma, Hongwu Qin, Huanling Sun, Weiyi Wei
Abstract Hesitant Fermatean fuzzy sets (HFFS) can characterize the membership degree (MD) and non-membership degree (NMD) of hesitant fuzzy elements in a broader range, which offers superior fuzzy data processing capabilities for addressing complex uncertainty issues. In this research, first, we present the definition of the hesitant Fermatean fuzzy Bonferroni mean operator (HFFBM). Further, with the basic operations of HFFS in Einstein t-norms, the definition and derivation process of the hesitant Fermatean fuzzy Einstein Bonferroni mean operator (HFFEBM) are given. In addition, considering how weights affect decision-making outcomes, the hesitant Fermatean fuzzy weighted Bonferroni mean (HFFWBM) operator and the hesitant Fermatean fuzzy Einstein weighted Bonferroni mean operator (HFFEWBM) are developed. Then, the properties of the operators are discussed. Based on HFFWBM and HFFEWBM operator, a new multi-attribute decision-making (MADM) approach is provided. Finally, we apply the proposed decision-making approach to the case of a depression diagnostic evaluation for three depressed patients. The three patients' diagnosis results confirmed the proposed method's validity and rationality. Through a series of comparative experiments and analyses, the proposed MADM method is an efficient solution for decision-making issues in the hesitant Fermatean fuzzy environment.
摘要犹豫Fermatean模糊集(HFFS)可以在更大范围内表征犹豫模糊元素的隶属度(MD)和非隶属度(NMD),为解决复杂的不确定性问题提供了优越的模糊数据处理能力。在本研究中,我们首先给出了犹疑Fermatean模糊Bonferroni mean算子(HFFBM)的定义。在此基础上,利用爱因斯坦t-范数中HFFS的基本运算,给出了犹豫不决fermatan模糊Einstein Bonferroni mean算子(HFFEBM)的定义和推导过程。此外,考虑到权重对决策结果的影响,提出了犹豫不决Fermatean模糊加权Bonferroni均值算子(HFFWBM)和犹豫不决Fermatean模糊爱因斯坦加权Bonferroni均值算子(HFFEWBM)。然后,讨论了算子的性质。基于HFFEWBM和HFFEWBM算子,提出了一种新的多属性决策方法。最后,我们将提出的决策方法应用于三名抑郁症患者的抑郁症诊断评估案例。3例患者的诊断结果证实了该方法的有效性和合理性。通过一系列的对比实验和分析,所提出的MADM方法是一种有效的解决犹豫费马模糊环境下决策问题的方法。
{"title":"Hesitant Fermatean fuzzy Bonferroni mean operators for multi-attribute decision-making","authors":"Yibo Wang, Xiuqin Ma, Hongwu Qin, Huanling Sun, Weiyi Wei","doi":"10.1007/s40747-023-01203-3","DOIUrl":"https://doi.org/10.1007/s40747-023-01203-3","url":null,"abstract":"Abstract Hesitant Fermatean fuzzy sets (HFFS) can characterize the membership degree (MD) and non-membership degree (NMD) of hesitant fuzzy elements in a broader range, which offers superior fuzzy data processing capabilities for addressing complex uncertainty issues. In this research, first, we present the definition of the hesitant Fermatean fuzzy Bonferroni mean operator (HFFBM). Further, with the basic operations of HFFS in Einstein t-norms, the definition and derivation process of the hesitant Fermatean fuzzy Einstein Bonferroni mean operator (HFFEBM) are given. In addition, considering how weights affect decision-making outcomes, the hesitant Fermatean fuzzy weighted Bonferroni mean (HFFWBM) operator and the hesitant Fermatean fuzzy Einstein weighted Bonferroni mean operator (HFFEWBM) are developed. Then, the properties of the operators are discussed. Based on HFFWBM and HFFEWBM operator, a new multi-attribute decision-making (MADM) approach is provided. Finally, we apply the proposed decision-making approach to the case of a depression diagnostic evaluation for three depressed patients. The three patients' diagnosis results confirmed the proposed method's validity and rationality. Through a series of comparative experiments and analyses, the proposed MADM method is an efficient solution for decision-making issues in the hesitant Fermatean fuzzy environment.","PeriodicalId":10524,"journal":{"name":"Complex & Intelligent Systems","volume":"59 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-09-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135879133","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Complex & Intelligent Systems
全部 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