首页 > 最新文献

Science China Information Sciences最新文献

英文 中文
OpBench: an operator-level GPU benchmark for deep learning OpBench:用于深度学习的操作员级 GPU 基准
IF 8.8 2区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-08-20 DOI: 10.1007/s11432-023-3989-3
Qingwen Gu, Bo Fan, Zhengning Liu, Kaicheng Cao, Songhai Zhang, Shimin Hu

Operators (such as Conv and ReLU) play an important role in deep neural networks. Every neural network is composed of a series of differentiable operators. However, existing AI benchmarks mainly focus on accessing model training and inference performance of deep learning systems on specific models. To help GPU hardware find computing bottlenecks and intuitively evaluate GPU performance on specific deep learning tasks, this paper focuses on evaluating GPU performance at the operator level. We statistically analyze the information of operators on 12 representative deep learning models from six prominent AI tasks and provide an operator dataset to show the different importance of various types of operators in different networks. An operator-level benchmark, OpBench, is proposed on the basis of this dataset, allowing users to choose from a given range of models and set the input sizes according to their demands. This benchmark offers a detailed operator-level performance report for AI and hardware developers. We also evaluate four GPU models on OpBench and find that their performances differ on various types of operators and are not fully consistent with the performance metric FLOPS (floating point operations per second).

算子(如 Conv 和 ReLU)在深度神经网络中发挥着重要作用。每个神经网络都由一系列可微分算子组成。然而,现有的人工智能基准主要侧重于访问深度学习系统在特定模型上的模型训练和推理性能。为了帮助 GPU 硬件找到计算瓶颈,并直观地评估 GPU 在特定深度学习任务上的性能,本文重点从算子层面评估 GPU 性能。我们统计分析了六项著名人工智能任务中 12 个代表性深度学习模型的算子信息,并提供了一个算子数据集,以显示各类算子在不同网络中的不同重要性。在此数据集的基础上,我们提出了一个算子级基准--OpBench,允许用户从给定范围的模型中进行选择,并根据自己的需求设置输入大小。该基准可为人工智能和硬件开发人员提供详细的操作员级性能报告。我们还在 OpBench 上对四种 GPU 模型进行了评估,发现它们在各类运算器上的性能各不相同,与性能指标 FLOPS(每秒浮点运算次数)也不完全一致。
{"title":"OpBench: an operator-level GPU benchmark for deep learning","authors":"Qingwen Gu, Bo Fan, Zhengning Liu, Kaicheng Cao, Songhai Zhang, Shimin Hu","doi":"10.1007/s11432-023-3989-3","DOIUrl":"https://doi.org/10.1007/s11432-023-3989-3","url":null,"abstract":"<p>Operators (such as Conv and ReLU) play an important role in deep neural networks. Every neural network is composed of a series of differentiable operators. However, existing AI benchmarks mainly focus on accessing model training and inference performance of deep learning systems on specific models. To help GPU hardware find computing bottlenecks and intuitively evaluate GPU performance on specific deep learning tasks, this paper focuses on evaluating GPU performance at the operator level. We statistically analyze the information of operators on 12 representative deep learning models from six prominent AI tasks and provide an operator dataset to show the different importance of various types of operators in different networks. An operator-level benchmark, OpBench, is proposed on the basis of this dataset, allowing users to choose from a given range of models and set the input sizes according to their demands. This benchmark offers a detailed operator-level performance report for AI and hardware developers. We also evaluate four GPU models on OpBench and find that their performances differ on various types of operators and are not fully consistent with the performance metric FLOPS (floating point operations per second).</p>","PeriodicalId":21618,"journal":{"name":"Science China Information Sciences","volume":"30 1","pages":""},"PeriodicalIF":8.8,"publicationDate":"2024-08-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142189444","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
Deep learning for code generation: a survey 用于代码生成的深度学习:调查
IF 8.8 2区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-08-20 DOI: 10.1007/s11432-023-3956-3
Huangzhao Zhang, Kechi Zhang, Zhuo Li, Jia Li, Jia Li, Yongmin Li, Yunfei Zhao, Yuqi Zhu, Fang Liu, Ge Li, Zhi Jin

In the past decade, thanks to the powerfulness of deep-learning techniques, we have witnessed a whole new era of automated code generation. To sort out developments, we have conducted a comprehensive review of solutions to deep learning-based code generation. In this survey, we generally formalize the pipeline and procedure of code generation and categorize existing solutions according to taxonomy from perspectives of architecture, model-agnostic enhancing strategy, metrics, and tasks. In addition, we outline the challenges faced by current dominant large models and list several plausible directions for future research. We hope that this survey may provide handy guidance to understanding, utilizing, and developing deep learning-based code-generation techniques for researchers and practitioners.

在过去的十年中,得益于深度学习技术的强大功能,我们见证了自动代码生成的全新时代。为了理清发展脉络,我们对基于深度学习的代码生成解决方案进行了全面回顾。在这份调查报告中,我们对代码生成的流程和步骤进行了形式化的概括,并从架构、与模型无关的增强策略、度量标准和任务等角度对现有解决方案进行了分类。此外,我们还概述了当前主流大型模型所面临的挑战,并列出了未来研究的几个可行方向。我们希望这份调查报告能为研究人员和从业人员理解、利用和开发基于深度学习的代码生成技术提供便利的指导。
{"title":"Deep learning for code generation: a survey","authors":"Huangzhao Zhang, Kechi Zhang, Zhuo Li, Jia Li, Jia Li, Yongmin Li, Yunfei Zhao, Yuqi Zhu, Fang Liu, Ge Li, Zhi Jin","doi":"10.1007/s11432-023-3956-3","DOIUrl":"https://doi.org/10.1007/s11432-023-3956-3","url":null,"abstract":"<p>In the past decade, thanks to the powerfulness of deep-learning techniques, we have witnessed a whole new era of automated code generation. To sort out developments, we have conducted a comprehensive review of solutions to deep learning-based code generation. In this survey, we generally formalize the pipeline and procedure of code generation and categorize existing solutions according to taxonomy from perspectives of architecture, model-agnostic enhancing strategy, metrics, and tasks. In addition, we outline the challenges faced by current dominant large models and list several plausible directions for future research. We hope that this survey may provide handy guidance to understanding, utilizing, and developing deep learning-based code-generation techniques for researchers and practitioners.</p>","PeriodicalId":21618,"journal":{"name":"Science China Information Sciences","volume":"14 1","pages":""},"PeriodicalIF":8.8,"publicationDate":"2024-08-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142189445","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
Quantum search with prior knowledge 利用先验知识进行量子搜索
IF 8.8 2区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-08-20 DOI: 10.1007/s11432-023-3972-y
Xiaoyu He, Xiaoming Sun, Jialing Zhang

The combination of contextual side information and search is a powerful paradigm in the scope of artificial intelligence. The prior knowledge enables the identification of possible solutions but may be imperfect. Contextual information can arise naturally, for example in game AI where prior knowledge is used to bias move decisions. In this work we investigate the problem of taking quantum advantage of contextual information, especially searching with prior knowledge. We propose a new generalization of Grover’s search algorithm that achieves the optimal expected success probability of finding the solution if the number of queries is fixed. Experiments on small-scale quantum circuits verify the advantage of our algorithm. Since contextual information exists widely, our method has wide applications. We take game tree search as an example.

背景侧信息与搜索的结合是人工智能领域的一个强大范例。先验知识可以识别可能的解决方案,但可能并不完善。情境信息可能会自然产生,例如在游戏人工智能中,先验知识会被用来影响移动决策。在这项工作中,我们研究了如何利用上下文信息的量子优势,特别是利用先验知识进行搜索的问题。我们提出了一种新的格罗弗搜索算法广义化,在查询次数固定的情况下,该算法能达到找到解决方案的最佳预期成功概率。在小规模量子电路上的实验验证了我们算法的优势。由于上下文信息广泛存在,我们的方法具有广泛的应用前景。我们以博弈树搜索为例。
{"title":"Quantum search with prior knowledge","authors":"Xiaoyu He, Xiaoming Sun, Jialing Zhang","doi":"10.1007/s11432-023-3972-y","DOIUrl":"https://doi.org/10.1007/s11432-023-3972-y","url":null,"abstract":"<p>The combination of contextual side information and search is a powerful paradigm in the scope of artificial intelligence. The prior knowledge enables the identification of possible solutions but may be imperfect. Contextual information can arise naturally, for example in game AI where prior knowledge is used to bias move decisions. In this work we investigate the problem of taking quantum advantage of contextual information, especially searching with prior knowledge. We propose a new generalization of Grover’s search algorithm that achieves the optimal expected success probability of finding the solution if the number of queries is fixed. Experiments on small-scale quantum circuits verify the advantage of our algorithm. Since contextual information exists widely, our method has wide applications. We take game tree search as an example.</p>","PeriodicalId":21618,"journal":{"name":"Science China Information Sciences","volume":"10 1","pages":""},"PeriodicalIF":8.8,"publicationDate":"2024-08-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142189448","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
Physics-informed deep Koopman operator for Lagrangian dynamic systems 拉格朗日动态系统的物理信息深度库普曼算子
IF 8.8 2区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-08-20 DOI: 10.1007/s11432-022-4050-4
Xuefeng Wang, Yang Cao, Shaofeng Chen, Yu Kang

Accurate mechanical system models are crucial for safe and stable control. Unlike linear systems, Lagrangian systems are highly nonlinear and difficult to optimize because of their unknown system model. Recent research thus used deep neural networks to generate linear models of original systems by mapping nonlinear dynamic systems into a linear space with a Koopman observable function encoder. The controller then relies on the Koopman linear model. However, without physical information constraints, ensuring control consistency between the original nonlinear system and the Koopman system is tough, as the learning process of the Koopman observation function is unsupervised. This paper thus proposes a two-stage learning algorithm that uses structural subnetworks to build a physics-informed network topology to simultaneously learn the Koopman observable functions and the system energy representation. In the Koopman matrix learning session, a quadratic-constrained optimization problem is solved to ensure that the Koopman representation satisfies the energy difference matching hard constraint. The proposed energy-preserving deep Lagrangian Koopman (EPDLK) framework effectively represents the dynamics of the Lagrangian system while ensuring control consistency. The effectiveness of EPDLK is compared with those of various Koopman observable function construction methods in multistep prediction and trajectory tracking tasks. EPDLK achieves better control consistency by guaranteeing energy difference matching, which facilitates the application of the control law generated on the Koopman system directly to the original nonlinear Lagrangian system.

精确的机械系统模型对于安全稳定的控制至关重要。与线性系统不同,拉格朗日系统具有高度的非线性,并且由于其未知的系统模型而难以优化。因此,最近的研究利用深度神经网络,通过库普曼可观测函数编码器将非线性动态系统映射到线性空间,从而生成原始系统的线性模型。然后,控制器依赖于 Koopman 线性模型。然而,在没有物理信息约束的情况下,要确保原始非线性系统和 Koopman 系统之间的控制一致性非常困难,因为 Koopman 观察函数的学习过程是无监督的。因此,本文提出了一种两阶段学习算法,利用结构子网络构建物理信息网络拓扑,同时学习 Koopman 观察函数和系统能量表示。在 Koopman 矩阵学习环节,需要解决一个二次约束优化问题,以确保 Koopman 表示满足能量差匹配硬约束。所提出的能量守恒深拉格朗日 Koopman(EPDLK)框架能有效地表示拉格朗日系统的动态,同时确保控制的一致性。在多步预测和轨迹跟踪任务中,比较了 EPDLK 与各种 Koopman 可观测函数构建方法的有效性。EPDLK 通过保证能量差匹配实现了更好的控制一致性,这有助于将 Koopman 系统生成的控制法则直接应用于原始非线性拉格朗日系统。
{"title":"Physics-informed deep Koopman operator for Lagrangian dynamic systems","authors":"Xuefeng Wang, Yang Cao, Shaofeng Chen, Yu Kang","doi":"10.1007/s11432-022-4050-4","DOIUrl":"https://doi.org/10.1007/s11432-022-4050-4","url":null,"abstract":"<p>Accurate mechanical system models are crucial for safe and stable control. Unlike linear systems, Lagrangian systems are highly nonlinear and difficult to optimize because of their unknown system model. Recent research thus used deep neural networks to generate linear models of original systems by mapping nonlinear dynamic systems into a linear space with a Koopman observable function encoder. The controller then relies on the Koopman linear model. However, without physical information constraints, ensuring control consistency between the original nonlinear system and the Koopman system is tough, as the learning process of the Koopman observation function is unsupervised. This paper thus proposes a two-stage learning algorithm that uses structural subnetworks to build a physics-informed network topology to simultaneously learn the Koopman observable functions and the system energy representation. In the Koopman matrix learning session, a quadratic-constrained optimization problem is solved to ensure that the Koopman representation satisfies the energy difference matching hard constraint. The proposed energy-preserving deep Lagrangian Koopman (EPDLK) framework effectively represents the dynamics of the Lagrangian system while ensuring control consistency. The effectiveness of EPDLK is compared with those of various Koopman observable function construction methods in multistep prediction and trajectory tracking tasks. EPDLK achieves better control consistency by guaranteeing energy difference matching, which facilitates the application of the control law generated on the Koopman system directly to the original nonlinear Lagrangian system.</p>","PeriodicalId":21618,"journal":{"name":"Science China Information Sciences","volume":"35 1","pages":""},"PeriodicalIF":8.8,"publicationDate":"2024-08-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142189443","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
Data-driven electrical resistance tomography for robotic large-area tactile sensing 用于机器人大面积触觉传感的数据驱动电阻断层成像技术
IF 8.8 2区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-08-19 DOI: 10.1007/s11432-023-4130-3
Wendong Zheng, Huaping Liu, Xiaofeng Liu, Fuchun Sun

In this article, a novel DDERT sensing method is proposed for large-area tactile sensing. In particular, the method utilizes a generative model to reconstruct the boundary measurement voltage of the ERT sensor into a tactile image. To improve the quality of tactile imaging, a spatial attention mechanism is incorporated into the model. Additionally, a mask constraint is introduced as prior information to ensure that the generated images contain more accurate tactile information in areas of contact with objects. Experimental results validate the proposed method is effective for the large-area robotic tactile sensing. Furthermore, the prototype of the ERT-based tactile sensor is fabricated and the sensing performance is evaluated in real robotic applications.

本文提出了一种用于大面积触觉传感的新型 DDERT 传感方法。具体而言,该方法利用生成模型将 ERT 传感器的边界测量电压重构为触觉图像。为了提高触觉成像的质量,模型中加入了空间注意机制。此外,还引入了遮罩约束作为先验信息,以确保生成的图像在与物体接触的区域包含更准确的触觉信息。实验结果验证了所提出的方法对于大面积机器人触觉传感是有效的。此外,还制作了基于 ERT 的触觉传感器原型,并在实际机器人应用中对其传感性能进行了评估。
{"title":"Data-driven electrical resistance tomography for robotic large-area tactile sensing","authors":"Wendong Zheng, Huaping Liu, Xiaofeng Liu, Fuchun Sun","doi":"10.1007/s11432-023-4130-3","DOIUrl":"https://doi.org/10.1007/s11432-023-4130-3","url":null,"abstract":"<p>In this article, a novel DDERT sensing method is proposed for large-area tactile sensing. In particular, the method utilizes a generative model to reconstruct the boundary measurement voltage of the ERT sensor into a tactile image. To improve the quality of tactile imaging, a spatial attention mechanism is incorporated into the model. Additionally, a mask constraint is introduced as prior information to ensure that the generated images contain more accurate tactile information in areas of contact with objects. Experimental results validate the proposed method is effective for the large-area robotic tactile sensing. Furthermore, the prototype of the ERT-based tactile sensor is fabricated and the sensing performance is evaluated in real robotic applications.</p>","PeriodicalId":21618,"journal":{"name":"Science China Information Sciences","volume":"51 1","pages":""},"PeriodicalIF":8.8,"publicationDate":"2024-08-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142189461","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
Orthogonal waveform design with fractional programming on the ambiguity suppression of SAR systems 利用分数程序设计正交波形,抑制合成孔径雷达系统的模糊性
IF 8.8 2区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-08-19 DOI: 10.1007/s11432-023-4076-7
Yunkai Deng, Yongwei Zhang, Zhimin Zhang, Wei Wang, Heng Zhang

Waveform diversity (WD) represents a dynamic and transformative technology widely used in radar systems to enhance sensitivity and discrimination capabilities. Recently, WD techniques have been extensively explored for their potential ambiguity suppression within synthetic aperture radar (SAR) systems. Among these, the alternate transmitting mode combined with orthogonal waveforms emerges as a particularly promising solution. This study focuses on optimizing the power spectrum density (PSD) of signals to design and generate an orthogonal waveform pair that achieves both a low cross-correlation-to-autocorrelation ratio (CAR) and satisfactory imaging performance. Initially, we construct a fractional programming model with convex constraints to minimize the CAR. To address this challenge, we introduce an iterative optimization procedure for the PSD variable, which sequentially reduces the CAR. Each optimization step can be efficiently solved using a quadratically constrained quadratic program, ensuring that the resulting computational complexity remains low. Building on the optimized PSD, we established a parametric piecewise linear model to generate an orthogonal waveform pair. This model not only maintains a low CAR but achieves satisfactory imaging performance in real-time applications. Consequently, this orthogonal waveform pair effectively suppresses range ambiguity in SAR systems. Finally, we demonstrated the practicability and effectiveness of the proposed orthogonal waveforms through detailed simulation experiments, specifically targeting ambiguity suppression in conventional quad-polarization SAR systems.

波形分集(WD)是雷达系统中广泛应用的一种动态和变革性技术,可提高灵敏度和分辨能力。最近,WD 技术因其在合成孔径雷达(SAR)系统中抑制模糊性的潜力而受到广泛关注。其中,结合正交波形的交替发射模式是一种特别有前途的解决方案。本研究的重点是优化信号的功率谱密度 (PSD),设计并生成一对正交波形,既能实现较低的交叉相关与自相关比 (CAR),又能获得令人满意的成像性能。最初,我们构建了一个带有凸约束的分数编程模型,以最小化 CAR。为了应对这一挑战,我们引入了 PSD 变量的迭代优化程序,该程序会依次降低 CAR。每个优化步骤都可以使用二次约束二次方程程序有效求解,从而确保计算复杂度保持在较低水平。在优化 PSD 的基础上,我们建立了一个参数分片线性模型来生成一对正交波形。该模型不仅保持了较低的 CAR 值,而且在实时应用中实现了令人满意的成像性能。因此,这对正交波形有效地抑制了合成孔径雷达系统中的测距模糊。最后,我们通过详细的模拟实验证明了所提出的正交波形的实用性和有效性,特别是针对传统四极化合成孔径雷达系统中的模糊抑制。
{"title":"Orthogonal waveform design with fractional programming on the ambiguity suppression of SAR systems","authors":"Yunkai Deng, Yongwei Zhang, Zhimin Zhang, Wei Wang, Heng Zhang","doi":"10.1007/s11432-023-4076-7","DOIUrl":"https://doi.org/10.1007/s11432-023-4076-7","url":null,"abstract":"<p>Waveform diversity (WD) represents a dynamic and transformative technology widely used in radar systems to enhance sensitivity and discrimination capabilities. Recently, WD techniques have been extensively explored for their potential ambiguity suppression within synthetic aperture radar (SAR) systems. Among these, the alternate transmitting mode combined with orthogonal waveforms emerges as a particularly promising solution. This study focuses on optimizing the power spectrum density (PSD) of signals to design and generate an orthogonal waveform pair that achieves both a low cross-correlation-to-autocorrelation ratio (CAR) and satisfactory imaging performance. Initially, we construct a fractional programming model with convex constraints to minimize the CAR. To address this challenge, we introduce an iterative optimization procedure for the PSD variable, which sequentially reduces the CAR. Each optimization step can be efficiently solved using a quadratically constrained quadratic program, ensuring that the resulting computational complexity remains low. Building on the optimized PSD, we established a parametric piecewise linear model to generate an orthogonal waveform pair. This model not only maintains a low CAR but achieves satisfactory imaging performance in real-time applications. Consequently, this orthogonal waveform pair effectively suppresses range ambiguity in SAR systems. Finally, we demonstrated the practicability and effectiveness of the proposed orthogonal waveforms through detailed simulation experiments, specifically targeting ambiguity suppression in conventional quad-polarization SAR systems.</p>","PeriodicalId":21618,"journal":{"name":"Science China Information Sciences","volume":"29 1","pages":""},"PeriodicalIF":8.8,"publicationDate":"2024-08-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142189471","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
Deterministic learning-based neural output-feedback control for a class of nonlinear sampled-data systems 一类非线性采样数据系统的基于确定性学习的神经输出反馈控制
IF 8.8 2区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-08-19 DOI: 10.1007/s11432-023-3996-3
Yu Zeng, Fukai Zhang, Tianrui Chen, Cong Wang

This study investigates the deterministic learning (DL)-based output-feedback neural control for a class of nonlinear sampled-data systems with prescribed performance (PP). Specifically, first, a sampled-data observer is employed to estimate the unavailable system states for the Euler discretization model of the transformed system dynamics. Then, based on the observations and backstepping method, a discrete neural network (NN) controller is constructed to ensure system stability and achieve the desired tracking performance. The noncausal problem encountered during the controller deduction process is resolved using a command filter. Moreover, the regression characteristics of the NN input signals are demonstrated with the observed states. This ensures that the radial basis function NN, based on DL theory, meets the partial persistent excitation condition. Subsequently, a class of discrete linear time-varying systems is proven to be exponentially stable, achieving partial convergence of neural weights to their optimal/actual values. Consequently, accurate modeling of unknown closed-loop dynamics is achieved along the system trajectory from the output-feedback control. Finally, a knowledge-based controller is developed using the modeling results. This controller not only enhances the control performance but also ensures the PP of the tracking error. The effectiveness of the scheme is illustrated through simulation results.

本研究针对一类具有规定性能(PP)的非线性采样数据系统,研究了基于确定性学习(DL)的输出反馈神经控制。具体来说,首先,采用采样数据观测器来估计变换系统动态的欧拉离散化模型的不可用系统状态。然后,根据观测结果和反步进方法,构建离散神经网络(NN)控制器,以确保系统稳定性并达到所需的跟踪性能。控制器推导过程中遇到的非因果问题通过指令滤波器得以解决。此外,NN 输入信号的回归特性与观察到的状态相吻合。这确保了基于 DL 理论的径向基函数 NN 满足部分持续激励条件。随后,一类离散线性时变系统被证明是指数稳定的,神经权重部分收敛到其最优/实际值。因此,通过输出反馈控制,沿着系统轨迹实现了未知闭环动态的精确建模。最后,利用建模结果开发了基于知识的控制器。这种控制器不仅能提高控制性能,还能确保跟踪误差的 PP。模拟结果说明了该方案的有效性。
{"title":"Deterministic learning-based neural output-feedback control for a class of nonlinear sampled-data systems","authors":"Yu Zeng, Fukai Zhang, Tianrui Chen, Cong Wang","doi":"10.1007/s11432-023-3996-3","DOIUrl":"https://doi.org/10.1007/s11432-023-3996-3","url":null,"abstract":"<p>This study investigates the deterministic learning (DL)-based output-feedback neural control for a class of nonlinear sampled-data systems with prescribed performance (PP). Specifically, first, a sampled-data observer is employed to estimate the unavailable system states for the Euler discretization model of the transformed system dynamics. Then, based on the observations and backstepping method, a discrete neural network (NN) controller is constructed to ensure system stability and achieve the desired tracking performance. The noncausal problem encountered during the controller deduction process is resolved using a command filter. Moreover, the regression characteristics of the NN input signals are demonstrated with the observed states. This ensures that the radial basis function NN, based on DL theory, meets the partial persistent excitation condition. Subsequently, a class of discrete linear time-varying systems is proven to be exponentially stable, achieving partial convergence of neural weights to their optimal/actual values. Consequently, accurate modeling of unknown closed-loop dynamics is achieved along the system trajectory from the output-feedback control. Finally, a knowledge-based controller is developed using the modeling results. This controller not only enhances the control performance but also ensures the PP of the tracking error. The effectiveness of the scheme is illustrated through simulation results.</p>","PeriodicalId":21618,"journal":{"name":"Science China Information Sciences","volume":"38 1","pages":""},"PeriodicalIF":8.8,"publicationDate":"2024-08-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142189463","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
Probing quantum causality with geometric asymmetry in spatial-temporal correlations 利用时空相关性中的几何不对称探测量子因果关系
IF 8.8 2区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-08-19 DOI: 10.1007/s11432-024-4007-y
Yu Meng, Zheng-Hao Liu, Zhikuan Zhao, Peng Yin, Yi-Tao Wang, Wei Liu, Zhi-Peng Li, Yuan-Ze Yang, Zhao-An Wang, Jin-Shi Xu, Shang Yu, Jian-Shun Tang, Chuan-Feng Li, Guang-Can Guo

Causation promotes the understanding of correlation to an advanced stage by elucidating its underlying mechanism. Although statisticians have specified the possible causal relations among correlations, inferring causal structures is impossible from only the observed correlations in the classical world. Quantum correlations encapsulating the most defining aspects of quantum physics have taken a new turn for the causal inference problem — the two-point spatial and temporal quantum correlations with observationally discernible characteristics correspond exactly to the two most basic causal structures. However, a direct causal interpretation for quantum correlations has only been established in very limited cases. Here, we explore to what extent quantum correlations promote causal inference. Theoretically, we have found that the distinguishable causal regime of two-point Pauli correlations can be expanded from a single value to an asymmetric interval, and the causal structures determining the quantum correlations can be interpreted by a simple distance criterion. Experimentally, we have devised and implemented a versatile non-unital quantum channel in an optical architecture to directly observe such an asymmetric interval. The setup enabled quantum causal inference without any requirement of active intervention, which is impossible in the classical realm. Our work facilitates the identification of causal links among quantum variables and provides insight into characterizing causation and spatial-temporal correlation in quantum mechanics.

因果关系通过阐明相关性的内在机制,将对相关性的理解提升到一个更高的阶段。尽管统计学家已经明确了相关性之间可能存在的因果关系,但仅凭经典世界中观测到的相关性来推断因果结构是不可能的。量子相关性囊括了量子物理学中最具决定性的方面,为因果推论问题带来了新的转机--具有可观察到的特征的两点空间和时间量子相关性正好对应于两种最基本的因果结构。然而,量子相关性的直接因果解释只在非常有限的情况下才得以确立。在这里,我们探讨了量子相关性在多大程度上促进了因果推理。从理论上讲,我们发现两点保利相关性的可区分因果机制可以从单一值扩展到非对称区间,而且决定量子相关性的因果结构可以用简单的距离标准来解释。在实验中,我们在光学结构中设计并实现了一个多功能非轨道量子通道,以直接观测这种非对称区间。该装置无需任何主动干预即可实现量子因果推理,而这在经典领域是不可能实现的。我们的工作有助于确定量子变量之间的因果联系,并为描述量子力学中的因果关系和时空相关性提供了见解。
{"title":"Probing quantum causality with geometric asymmetry in spatial-temporal correlations","authors":"Yu Meng, Zheng-Hao Liu, Zhikuan Zhao, Peng Yin, Yi-Tao Wang, Wei Liu, Zhi-Peng Li, Yuan-Ze Yang, Zhao-An Wang, Jin-Shi Xu, Shang Yu, Jian-Shun Tang, Chuan-Feng Li, Guang-Can Guo","doi":"10.1007/s11432-024-4007-y","DOIUrl":"https://doi.org/10.1007/s11432-024-4007-y","url":null,"abstract":"<p>Causation promotes the understanding of correlation to an advanced stage by elucidating its underlying mechanism. Although statisticians have specified the possible causal relations among correlations, inferring causal structures is impossible from only the observed correlations in the classical world. Quantum correlations encapsulating the most defining aspects of quantum physics have taken a new turn for the causal inference problem — the two-point spatial and temporal quantum correlations with observationally discernible characteristics correspond exactly to the two most basic causal structures. However, a direct causal interpretation for quantum correlations has only been established in very limited cases. Here, we explore to what extent quantum correlations promote causal inference. Theoretically, we have found that the distinguishable causal regime of two-point Pauli correlations can be expanded from a single value to an asymmetric interval, and the causal structures determining the quantum correlations can be interpreted by a simple distance criterion. Experimentally, we have devised and implemented a versatile non-unital quantum channel in an optical architecture to directly observe such an asymmetric interval. The setup enabled quantum causal inference without any requirement of active intervention, which is impossible in the classical realm. Our work facilitates the identification of causal links among quantum variables and provides insight into characterizing causation and spatial-temporal correlation in quantum mechanics.</p>","PeriodicalId":21618,"journal":{"name":"Science China Information Sciences","volume":"34 1","pages":""},"PeriodicalIF":8.8,"publicationDate":"2024-08-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142189450","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
Broadband light-active optoelectronic FeFET memory for in-sensor non-volatile logic 用于传感器内非易失性逻辑的宽带光活性光电 FeFET 存储器
IF 8.8 2区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-08-19 DOI: 10.1007/s11432-024-4117-y
Yong Zhang, Dongxin Tan, Cizhe Fang, Zheng-Dong Luo, Qiyu Yang, Qiao Zhang, Yu Zhang, Xuetao Gan, Yan Liu, Yue Hao, Genquan Han

A MoS2 channel FeFET with a P–Si gate was developed for use as a photosensor with a memory function. A current ratio of 104 was achieved at an irradiation power of 20 nW. The reliability of the device was evaluated by means of endurance tests, and a retention time of more than 1000 s was observed. Furthermore, in-sensor digital computing was verified by applying an optoelectronic hybrid logic AND gate. This novel optical sensing principle enables the development of new approaches for optoelectronic hybrid integration.

我们开发了一种具有 P-Si 栅极的 MoS2 沟道 FeFET,可用作具有记忆功能的光传感器。在 20 nW 的辐照功率下,电流比达到 104。通过耐久性测试对该器件的可靠性进行了评估,结果表明其保持时间超过 1000 秒。此外,还通过应用光电混合逻辑 AND 门验证了传感器内的数字运算。这种新颖的光学传感原理有助于开发光电混合集成的新方法。
{"title":"Broadband light-active optoelectronic FeFET memory for in-sensor non-volatile logic","authors":"Yong Zhang, Dongxin Tan, Cizhe Fang, Zheng-Dong Luo, Qiyu Yang, Qiao Zhang, Yu Zhang, Xuetao Gan, Yan Liu, Yue Hao, Genquan Han","doi":"10.1007/s11432-024-4117-y","DOIUrl":"https://doi.org/10.1007/s11432-024-4117-y","url":null,"abstract":"<p>A MoS<sub>2</sub> channel FeFET with a P–Si gate was developed for use as a photosensor with a memory function. A current ratio of 10<sup>4</sup> was achieved at an irradiation power of 20 nW. The reliability of the device was evaluated by means of endurance tests, and a retention time of more than 1000 s was observed. Furthermore, in-sensor digital computing was verified by applying an optoelectronic hybrid logic AND gate. This novel optical sensing principle enables the development of new approaches for optoelectronic hybrid integration.</p>","PeriodicalId":21618,"journal":{"name":"Science China Information Sciences","volume":"29 1","pages":""},"PeriodicalIF":8.8,"publicationDate":"2024-08-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142189469","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
Repeat-pass space-surface bistatic SAR tomography: accurate imaging and first experiment 重复通过空间-地表双稳态合成孔径雷达断层成像:精确成像和首次实验
IF 8.8 2区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-08-19 DOI: 10.1007/s11432-024-4089-2
Zhiyang Chen, Yuanhao Li, Cheng Hu, Shenglei Wang, Xinpeng Chen, Mihai Datcu, Andrea Virgilio Monti-Guarnieri

Space-surface bistatic synthetic aperture radar (SS-BiSAR) offers an additional observation angle for monostatic spaceborne SAR, making it a promising technology for high-accuracy deformation retrieval technology in local regions. Repeat-pass SS-BiSAR tomography can accurately estimate the surfaces of buildings and steep areas, effectively removing terrain phases during deformation retrieving. However, inaccuracies in the orbital ephemeris can lead to image geometry distortion, reducing image pair coherence, introducing interferometric phase errors, and consequently deteriorating tomographic precision. This paper precisely models the image geometry distortion and interferometric phase error caused by repeat-pass ephemeris error. We propose an ephemeris correction method based on the chirp-Z transform to address these issues. Furthermore, we introduce an accurate tomography model to improve 3D reconstruction accuracy. Our first SS-BiSAR tomography experiment, conducted using the Chinese Lutan-1 satellite, demonstrates that the correlation coefficient is improved by 0.16 after ephemeris error correction. Moreover, the density and precision of the tomographic point cloud are improved by 13.7% and 12.1%, respectively.

空间-表面双稳态合成孔径雷达(SS-BiSAR)为单稳态星载合成孔径雷达提供了一个额外的观测角度,使其成为一种在局部地区进行高精度形变检索的有前途的技术。重复通过 SS-BiSAR 层析成像技术可精确估算建筑物和陡峭区域的表面,在形变检索过程中有效消除地形相位。然而,轨道星历的不准确会导致图像几何畸变,降低图像对的一致性,引入干涉相位误差,从而降低层析成像精度。本文对重复星历误差造成的图像几何畸变和干涉相位误差进行了精确建模。我们提出了一种基于 chirp-Z 变换的星历校正方法来解决这些问题。此外,我们还引入了精确的层析成像模型,以提高三维重建精度。我们利用中国 "路坦一号 "卫星进行的首次 SS-BiSAR 层析成像实验表明,经过星历误差校正后,相关系数提高了 0.16。此外,层析点云的密度和精度分别提高了 13.7% 和 12.1%。
{"title":"Repeat-pass space-surface bistatic SAR tomography: accurate imaging and first experiment","authors":"Zhiyang Chen, Yuanhao Li, Cheng Hu, Shenglei Wang, Xinpeng Chen, Mihai Datcu, Andrea Virgilio Monti-Guarnieri","doi":"10.1007/s11432-024-4089-2","DOIUrl":"https://doi.org/10.1007/s11432-024-4089-2","url":null,"abstract":"<p>Space-surface bistatic synthetic aperture radar (SS-BiSAR) offers an additional observation angle for monostatic spaceborne SAR, making it a promising technology for high-accuracy deformation retrieval technology in local regions. Repeat-pass SS-BiSAR tomography can accurately estimate the surfaces of buildings and steep areas, effectively removing terrain phases during deformation retrieving. However, inaccuracies in the orbital ephemeris can lead to image geometry distortion, reducing image pair coherence, introducing interferometric phase errors, and consequently deteriorating tomographic precision. This paper precisely models the image geometry distortion and interferometric phase error caused by repeat-pass ephemeris error. We propose an ephemeris correction method based on the chirp-Z transform to address these issues. Furthermore, we introduce an accurate tomography model to improve 3D reconstruction accuracy. Our first SS-BiSAR tomography experiment, conducted using the Chinese Lutan-1 satellite, demonstrates that the correlation coefficient is improved by 0.16 after ephemeris error correction. Moreover, the density and precision of the tomographic point cloud are improved by 13.7% and 12.1%, respectively.</p>","PeriodicalId":21618,"journal":{"name":"Science China Information Sciences","volume":"51 1","pages":""},"PeriodicalIF":8.8,"publicationDate":"2024-08-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142189440","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
期刊
Science China Information Sciences
全部 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