期刊文献+
共找到5篇文章
< 1 >
每页显示 20 50 100
A semantic-centered cloud control framework for autonomous unmanned system 被引量:3
1
作者 PANG Weijian LI Hui +1 位作者 MA Xinyi ZHANG Hailin 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2022年第4期771-784,共14页
Rich semantic information in natural language increases team efficiency in human collaboration, reduces dependence on high precision data information, and improves adaptability to dynamic environment. We propose a sem... Rich semantic information in natural language increases team efficiency in human collaboration, reduces dependence on high precision data information, and improves adaptability to dynamic environment. We propose a semantic centered cloud control framework for cooperative multi-unmanned ground vehicle(UGV) system. Firstly, semantic modeling of task and environment is implemented by ontology to build a unified conceptual architecture, and secondly, a scene semantic information extraction method combining deep learning and semantic web rule language(SWRL) rules is used to realize the scene understanding and task-level cloud task cooperation. Finally, simulation results show that the framework is a feasible way to enable autonomous unmanned systems to conduct cooperative tasks. 展开更多
关键词 scene understanding cloud control ONTOLOGY autonomous cooperation
在线阅读 下载PDF
Fuzzy robust sliding mode control of a class of uncertain systems 被引量:7
2
作者 REN Li-tong 《Journal of Central South University》 SCIE EI CAS CSCD 2016年第9期2296-2304,共9页
Aiming at a class of systems under parameter perturbations and unknown external disturbances, a method of fuzzy robust sliding mode control was proposed. Firstly, an integral sliding mode surface containing state feed... Aiming at a class of systems under parameter perturbations and unknown external disturbances, a method of fuzzy robust sliding mode control was proposed. Firstly, an integral sliding mode surface containing state feedback item was designed based on robust H∞ control theory. The robust state feedback control was utilized to substitute for the equivalent control of the traditional sliding mode control. Thus the robustness of systems sliding mode motion was improved even the initial states were unknown. Furthermore, when the upper bound of disturbance was unknown, the switching control logic was difficult to design, and the drawbacks of chattering in sliding mode control should also be considered simultaneously. To solve the above-mentioned problems, the fuzzy nonlinear method was applied to approximate the switching control term. Based on the Lyapunov stability theory, the parameter adaptive law which could guarantee the system stability was devised. The proposed control strategy could reduce the system chattering effectively. And the control input would not switch sharply, which improved the practicality of the sliding mode controller. Finally, simulation was conducted on system with parameter perturbations and unknown external disturbances. The result shows that the proposed method could enhance the approaching motion performance effectively. The chattering phenomenon is weakened, and the system possesses stronger robustness against parameter perturbations and external disturbances. 展开更多
关键词 uncertain systems robust control fuzzy sliding mode control CHATTERING
在线阅读 下载PDF
Role-based Bayesian decision framework for autonomous unmanned systems 被引量:5
3
作者 PANG Weijian MA Xinyi +2 位作者 LIANG Xueming LIU Xiaogang DONG Erwa 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2023年第6期1397-1408,共12页
In the process of performing a task,autonomous unmanned systems face the problem of scene changing,which requires the ability of real-time decision-making under dynamically changing scenes.Therefore,taking the unmanne... In the process of performing a task,autonomous unmanned systems face the problem of scene changing,which requires the ability of real-time decision-making under dynamically changing scenes.Therefore,taking the unmanned system coordinative region control operation as an example,this paper combines knowledge representation with probabilistic decisionmaking and proposes a role-based Bayesian decision model for autonomous unmanned systems that integrates scene cognition and individual preferences.Firstly,according to utility value decision theory,the role-based utility value decision model is proposed to realize task coordination according to the preference of the role that individual is assigned.Then,multi-entity Bayesian network is introduced for situation assessment,by which scenes and their uncertainty related to the operation are semantically described,so that the unmanned systems can conduct situation awareness in a set of scenes with uncertainty.Finally,the effectiveness of the proposed method is verified in a virtual task scenario.This research has important reference value for realizing scene cognition,improving cooperative decision-making ability under dynamic scenes,and achieving swarm level autonomy of unmanned systems. 展开更多
关键词 autonomous unmanned systems multi-entity Bayesian network(MEBN) situation awareness decision modeling.
在线阅读 下载PDF
A physically-based representative stress methodology for predicting stress rupture life of Ni-based DS superalloy
4
作者 Jia HUANG Zhenzhuo HE +7 位作者 Shuangqi LYU Xiaoguang YANG Duoqi SHI Yantao SUN Yongzhao LYU Zhizhong FU Guolei MIAO Jianan SONG 《Chinese Journal of Aeronautics》 SCIE EI CAS CSCD 2023年第6期174-185,共12页
Smooth and three types of U-shape single-edge notched plate specimens adopted to experimentally investigate stress rupture behavior of Ni-based Directionally Solidified(DS)superalloy at 850℃ exhibit notch weakening e... Smooth and three types of U-shape single-edge notched plate specimens adopted to experimentally investigate stress rupture behavior of Ni-based Directionally Solidified(DS)superalloy at 850℃ exhibit notch weakening effect and multi-source cracking initiation near the notch root.However,stress rupture behavior of smooth and V-shape notched round bars at 1040℃ revealed by Li et al indicates notch strengthening effect and creep micro-holes originating mostly from the central portion.A combined creep-viscoplastic constitutive model is employed to analyze the distribution of stress,strain and stress Triaxial Factor(TF)near the notch root.The different stress distribution and creep restraint between asymmetric notched plate specimens and symmetric notched round bars are the main reasons for the corresponding failure mechanism.Meanwhile,a good qualitative relationship exists between TF value and stress rupture life of notched specimen.Especially,the area with maximum TF value(TF_(max))is highly consistent with creep damage initiation region.Hence,based on the distribution characteristics of the initial tensile loading,a representative stress method independent of time-changing creep load at the location of TF_(max) is conducted for life prediction.The predicted results of both smooth and notched plate specimens and round bars agrees well with the experimental results. 展开更多
关键词 CREEP Life model Ni-based superalloy Notched round bar Single edge notch
原文传递
A new fragment re-allocation strategy for NoSQL database systems 被引量:3
5
作者 Zhikun CHEN Shuqiang YANG +3 位作者 Shuang TAN Li HE Hong YIN Ge ZHANG 《Frontiers of Computer Science》 SCIE EI CSCD 2015年第1期111-127,共17页
Abstract NoSQL databases are famed for the characteristics of high scalability, high availability, and high faulttolerance. So NoSQL databases are used in a lot of applications. The data partitioning strategy and frag... Abstract NoSQL databases are famed for the characteristics of high scalability, high availability, and high faulttolerance. So NoSQL databases are used in a lot of applications. The data partitioning strategy and fragment allocation strategy directly affect NoSQL database systems' performance. The data partition strategy of large, global databases is performed by horizontally, vertically partitioning or combination of both. In the general way the system scatters the related fragments as possible to improve operations' parallel degree. But the operations are usually not very complicated in some applications, and an operation may access to more than one fragment. At the same time, those fragments which have to be accessed by an operation may interact with each other. The general allocation strategies will increase system's communication cost during operations execution over sites. In order to improve those applications' performance and enable NoSQL database systems to work efficiently, these applications' fragments have to be allocated in a reasonable way that can reduce the communication cost i.e., to minimize the total volume of data transmitted during operations execution over sites. A strategy of clustering fragments based onhypergraph is proposed, which can cluster fragments which were accessed together in most operations to the same cluster. The method uses a weighted hypergraph to represent the fragments' access pattem of operations. A hypergraph partitioning algorithm is used to cluster fragments in our strategy. This method can reduce the amount of sites that an operation has to span. So it can reduce the communication cost over sites. Experimental results confirm that the proposed technique will effectively contribute in solving fragments re-allocation problem in a specific application environment of NoSQL database system. 展开更多
关键词 fragment allocation NoSQL database hypergraph partition clustering fragments fragment correlation
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部