期刊文献+
共找到8篇文章
< 1 >
每页显示 20 50 100
An Exploration on Adaptive Iterative Learning Control for a Class of Commensurate High-order Uncertain Nonlinear Fractional Order Systems 被引量:5
1
作者 Jianming Wei Youan Zhang Hu Bao 《IEEE/CAA Journal of Automatica Sinica》 SCIE EI CSCD 2018年第2期618-627,共10页
This paper explores the adaptive iterative learning control method in the control of fractional order systems for the first time. An adaptive iterative learning control(AILC) scheme is presented for a class of commens... This paper explores the adaptive iterative learning control method in the control of fractional order systems for the first time. An adaptive iterative learning control(AILC) scheme is presented for a class of commensurate high-order uncertain nonlinear fractional order systems in the presence of disturbance.To facilitate the controller design, a sliding mode surface of tracking errors is designed by using sufficient conditions of linear fractional order systems. To relax the assumption of the identical initial condition in iterative learning control(ILC), a new boundary layer function is proposed by employing MittagLeffler function. The uncertainty in the system is compensated for by utilizing radial basis function neural network. Fractional order differential type updating laws and difference type learning law are designed to estimate unknown constant parameters and time-varying parameter, respectively. The hyperbolic tangent function and a convergent series sequence are used to design robust control term for neural network approximation error and bounded disturbance, simultaneously guaranteeing the learning convergence along iteration. The system output is proved to converge to a small neighborhood of the desired trajectory by constructing Lyapnov-like composite energy function(CEF)containing new integral type Lyapunov function, while keeping all the closed-loop signals bounded. Finally, a simulation example is presented to verify the effectiveness of the proposed approach. 展开更多
关键词 index Terms-Adaptive iterative learning control (AILC) boundary layer function composite energy function (CEF) frac-tional order differential learning law fractional order nonlinearsystems Mittag-Leffler function.
在线阅读 下载PDF
Learned Index和B-Tree在不同分布数据上的性能对比及优化
2
作者 沈怡琪 蔡鹏 刘松灵 《计算机应用》 CSCD 北大核心 2023年第S01期100-106,共7页
Learned Index是一种通过训练模型来建立输入数据和存储位置之间映射关系的索引,它能学习到数据间分布的信息,而不同的数据分布将影响模型训练准确率和模型复杂度之间的平衡。为了探索Learned Index适用的场景,使用不同分布、不同数据... Learned Index是一种通过训练模型来建立输入数据和存储位置之间映射关系的索引,它能学习到数据间分布的信息,而不同的数据分布将影响模型训练准确率和模型复杂度之间的平衡。为了探索Learned Index适用的场景,使用不同分布、不同数据量的数据对它和加以优化的可更新的自适应学习索引(ALEX)进行性能测试,并与B-Tree进行对比,最终发现Learned Index构建大批量数据的索引时间比B-Tree短,读操作性能、存储空间大小有明显的优势,但写操作性能较差,因此得出Learned Index更适用于大数据情景下的在线分析处理(OLAP)数据库,用于静态数据的存储和查询操作的结论。基于B-Tree的索引结构,对初版Learned Index的结构进行了优化和调整,最终使优化后Learned Index在大批量数据的读写操作性能上有明显提高,其中读操作最高达到原版Learned Index的2倍,写操作最高达到原版的3倍。 展开更多
关键词 Learned index B-TREE 可更新的自适应学习索引 在线分析处理数据库 静态数据 优化调整
在线阅读 下载PDF
Training and Testing Object Detectors With Virtual Images 被引量:10
3
作者 Yonglin Tian Xuan Li +1 位作者 Kunfeng Wang Fei-Yue Wang 《IEEE/CAA Journal of Automatica Sinica》 SCIE EI CSCD 2018年第2期539-546,共8页
In the area of computer vision, deep learning has produced a variety of state-of-the-art models that rely on massive labeled data. However, collecting and annotating images from the real world is too demanding in term... In the area of computer vision, deep learning has produced a variety of state-of-the-art models that rely on massive labeled data. However, collecting and annotating images from the real world is too demanding in terms of labor and money investments, and is usually inflexible to build datasets with specific characteristics, such as small area of objects and high occlusion level. Under the framework of Parallel Vision, this paper presents a purposeful way to design artificial scenes and automatically generate virtual images with precise annotations.A virtual dataset named Parallel Eye is built, which can be used for several computer vision tasks. Then, by training the DPM(Deformable parts model) and Faster R-CNN detectors, we prove that the performance of models can be significantly improved by combining Parallel Eye with publicly available real-world datasets during the training phase. In addition, we investigate the potential of testing the trained models from a specific aspect using intentionally designed virtual datasets, in order to discover the flaws of trained models. From the experimental results, we conclude that our virtual dataset is viable to train and test the object detectors. 展开更多
关键词 index Terms--Deep learning object detection parallel vision virtual dataset
在线阅读 下载PDF
Local Robust Sparse Representation for Face Recognition With Single Sample per Person 被引量:5
4
作者 Jianquan Gu Haifeng Hu Haoxi Li 《IEEE/CAA Journal of Automatica Sinica》 SCIE EI CSCD 2018年第2期547-554,共8页
The purpose of this paper is to solve the problem of robust face recognition(FR) with single sample per person(SSPP). In the scenario of FR with SSPP, we present a novel model local robust sparse representation(LRSR) ... The purpose of this paper is to solve the problem of robust face recognition(FR) with single sample per person(SSPP). In the scenario of FR with SSPP, we present a novel model local robust sparse representation(LRSR) to tackle the problem of query images with various intra-class variations,e.g., expressions, illuminations, and occlusion. FR with SSPP is a very difficult challenge due to lacking of information to predict the possible intra-class variation of the query images.The key idea of the proposed method is to combine a local sparse representation model and a patch-based generic variation dictionary learning model to predict the possible facial intraclass variation of the query images. The experimental results on the AR database, Extended Yale B database, CMU-PIE database and LFW database show that the proposed method is robust to intra-class variations in FR with SSPP, and outperforms the state-of-art approaches. 展开更多
关键词 index Terms-Dictionary learning face recognition (FR) il-lumination changes single sample per person (SSPP) sparserepresentation.
在线阅读 下载PDF
An efficient labeled memory system for learned indexes
5
作者 Yuxuan Mo Jingnan Jia +1 位作者 Pengfei Li Yu Hua 《Fundamental Research》 CAS CSCD 2024年第3期651-659,共9页
The appearance and wide use of memory hardware bring significant changes to the conventional vertical memory hierarchy that fails to handle contentions for shared hardware resources and expensive data movements.To dea... The appearance and wide use of memory hardware bring significant changes to the conventional vertical memory hierarchy that fails to handle contentions for shared hardware resources and expensive data movements.To deal with these problems,existing schemes have to rely on inefficient scheduling strategies that also cause extra temporal,spatial and bandwidth overheads.Based on the insights that the shared hardware resources trend to be uniformly and hierarchically offered to the requests for co-located applications in memory systems,we present an efficient abstraction of memory hierarchies,called Label,which is used to establish the connection between the application layer and underlying hardware layer.Based on labels,our paper proposes LaMem,a labeled,resource-isolated and cross-tiered memory system by leveraging the way-based partitioning technique for shared resources to guarantee QoS demands of applications,while supporting fast and low-overhead cache repartitioning technique.Besides,we customize LaMem for the learned index that fundamentally replaces storage structures with computation models as a case study to verify the applicability of LaMem.Experimental results demonstrate the efficiency and efficacy of LaMem. 展开更多
关键词 Heterogeneous memory system Cache hierarchy Data movement Resource contention Learned index
原文传递
Review on the Research and Practice of Deep Learning and Reinforcement Learning in Smart Grids 被引量:59
6
作者 Dongxia Zhang Xiaoqing Han Chunyu Deng 《CSEE Journal of Power and Energy Systems》 SCIE 2018年第3期362-370,共9页
Smart grids are the developmental trend of power systems and they have attracted much attention all over the world.Due to their complexities,and the uncertainty of the smart grid and high volume of information being c... Smart grids are the developmental trend of power systems and they have attracted much attention all over the world.Due to their complexities,and the uncertainty of the smart grid and high volume of information being collected,artificial intelligence techniques represent some of the enabling technologies for its future development and success.Owing to the decreasing cost of computing power,the profusion of data,and better algorithms,AI has entered into its new develop-mental stage and AI 2.0 is developing rapidly.Deep learning(DL),reinforcement learning(RL)and their combination-deep reinforcement learning(DRL)are representative methods and relatively mature methods in the family of AI 2.0.This article introduces the concept and status quo of the above three methods,summarizes their potential for application in smart grids,and provides an overview of the research work on their application in smart grids. 展开更多
关键词 index Terms-Deep learning deep reinforcement learning reinforcement learning smart grid
原文传递
COLIN:A Cache-Conscious Dynamic Learned Index with High Read/Write Performance 被引量:1
7
作者 Zhou Zhang Pei-Quan Jin +3 位作者 Xiao-Liang Wang Yan-Qi Lv Shou-Hong Wan Xi-Ke Xie 《Journal of Computer Science & Technology》 SCIE EI CSCD 2021年第4期721-740,共20页
The recently proposed learned index has higher query performance and space efficiency than the conventional B+-tree.However,the original learned index has the problems of insertion failure and unbounded query complexi... The recently proposed learned index has higher query performance and space efficiency than the conventional B+-tree.However,the original learned index has the problems of insertion failure and unbounded query complexity,meaning that it supports neither insertions nor bounded query complexity.Some variants of the learned index use an out-of-place strategy and a bottom-up build strategy to accelerate insertions and support bounded query complexity,but introduce additional query costs and frequent node splitting operations.Moreover,none of the existing learned indices are cache-friendly.In this paper,aiming to not only support efficient queries and insertions but also offer bounded query complexity,we propose a new learned index called COLIN(Cache-cOnscious Learned INdex).Unlike previous solutions using an out-of-place strategy,COLIN adopts an in-place approach to support insertions and reserves some empty slots in a node to optimize the node’s data placement.In particular,through model-based data placement and cache-conscious data layout,COLIN decouples the local-search boundary from the maximum error of the model.The experimental results on five workloads and three datasets show that COLIN achieves the best read/write performance among all compared indices and outperforms the second best index by 18.4%,6.2%,and 32.9%on the three datasets,respectively. 展开更多
关键词 learned index cache-conscious INSERTION dynamic index read/write performance
原文传递
A learning-based approach for efficient visualization construction 被引量:1
8
作者 Yongjian Sun Jie Li +3 位作者 Siming Chen Gennady Andrienko Natalia Andrienko Kang Zhang 《Visual Informatics》 EI 2022年第1期14-25,共12页
We propose an approach to underpin interactive visual exploration of large data volumes by training Learned Visualization Index(LVI).Knowing in advance the data,the aggregation functions that are used for visualizatio... We propose an approach to underpin interactive visual exploration of large data volumes by training Learned Visualization Index(LVI).Knowing in advance the data,the aggregation functions that are used for visualization,the visual encoding,and available interactive operations for data selection,LVI allows to avoid time-consuming data retrieval and processing of raw data in response to user’s interactions.Instead,LVI directly predicts aggregates of interest for the user’s data selection.We demonstrate the efficiency of the proposed approach in application to two use cases of spatio-temporal data at different scales. 展开更多
关键词 Learned index Neural network Visualization index Interactive exploration Spatiotemporal visualization
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部