期刊文献+
共找到322篇文章
< 1 2 17 >
每页显示 20 50 100
Telecontext-Enhanced Recursive Interactive Attention Fusion Method for Line-Level Defect Prediction
1
作者 Haitao He Bingjian Yan +1 位作者 Ke Xu Lu Yu 《Computers, Materials & Continua》 2025年第2期2077-2108,共32页
Software defect prediction aims to use measurement data of code and historical defects to predict potential problems,optimize testing resources and defect management.However,current methods face challenges:(1)Coarse-g... Software defect prediction aims to use measurement data of code and historical defects to predict potential problems,optimize testing resources and defect management.However,current methods face challenges:(1)Coarse-grained file level detection cannot accurately locate specific defects.(2)Fine-grained line-level defect prediction methods rely solely on local information of a single line of code,failing to deeply analyze the semantic context of the code line and ignoring the heuristic impact of line-level context on the code line,making it difficult to capture the interaction between global and local information.Therefore,this paper proposes a telecontext-enhanced recursive interactive attention fusion method for line-level defect prediction(TRIA-LineDP).Firstly,using a bidirectional hierarchical attention network to extract semantic features and contextual information from the original code lines as the basis.Then,the extracted contextual information is forwarded to the telecontext capture module to aggregate the global context,thereby enhancing the understanding of broader code dynamics.Finally,a recursive interaction model is used to simulate the interaction between code lines and line-level context,passing information layer by layer to enhance local and global information exchange,thereby achieving accurate defect localization.Experimental results from within-project defect prediction(WPDP)and cross-project defect prediction(CPDP)conducted on nine different projects(encompassing a total of 32 versions)demonstrated that,within the same project,the proposed methods will respectively recall at top 20%of lines of code(Recall@Top20%LOC)and effort at top 20%recall(Effort@Top20%Recall)has increased by 11%–52%and 23%–77%.In different projects,improvements of 9%–60%and 18%–77%have been achieved,which are superior to existing advanced methods and have good detection performance. 展开更多
关键词 Line-level defect prediction telecontext capture recursive interactive structure hierarchical attention network
在线阅读 下载PDF
MPMS-SGH:Multi-parameter Multi-step Prediction Model for Solar Greenhouse 被引量:1
2
作者 JI Ronghua WANG Wenxuan +2 位作者 AN Dong QI Shaotian LIU Jincun 《农业机械学报》 北大核心 2025年第7期265-278,共14页
Accurately predicting environmental parameters in solar greenhouses is crucial for achieving precise environmental control.In solar greenhouses,temperature,humidity,and light intensity are crucial environmental parame... Accurately predicting environmental parameters in solar greenhouses is crucial for achieving precise environmental control.In solar greenhouses,temperature,humidity,and light intensity are crucial environmental parameters.The monitoring platform collected data on the internal environment of the solar greenhouse for one year,including temperature,humidity,and light intensity.Additionally,meteorological data,comprising outdoor temperature,outdoor humidity,and outdoor light intensity,was gathered during the same time frame.The characteristics and interrelationships among these parameters were investigated by a thorough analysis.The analysis revealed that environmental parameters in solar greenhouses displayed characteristics such as temporal variability,non-linearity,and periodicity.These parameters exhibited complex coupling relationships.Notably,these characteristics and coupling relationships exhibited pronounced seasonal variations.The multi-parameter multi-step prediction model for solar greenhouse(MPMS-SGH)was introduced,aiming to accurately predict three key greenhouse environmental parameters,and the model had certain seasonal adaptability.MPMS-SGH was structured with multiple layers,including an input layer,a preprocessing layer,a feature extraction layer,and a prediction layer.The input layer was used to generate the original sequence matrix,which included indoor temperature,indoor humidity,indoor light intensity,as well as outdoor temperature and outdoor light intensity.Then the preprocessing layer normalized,decomposed,and positionally encoded the original sequence matrix.In the feature extraction layer,the time attention mechanism and frequency attention mechanism were used to extract features from the trend component and the seasonal component,respectively.Finally,the prediction layer used a multi-layer perceptron to perform multi-step prediction of indoor environmental parameters(i.e.temperature,humidity,and light intensity).The parameter selection experiment evaluated the predictive performance of MPMS-SGH on input and output sequences of different lengths.The results indicated that with a constant output sequence length,the prediction accuracy of MPMS-SGH was firstly increased and then decreased with the increase of input sequence length.Specifically,when the input sequence length was 100,MPMS-SGH had the highest prediction accuracy,with RMSE of 0.22℃,0.28%,and 250lx for temperature,humidity,and light intensity,respectively.When the length of the input sequence remained constant,as the length of the output sequence increased,the accuracy of the model in predicting the three environmental parameters was continuously decreased.When the length of the output sequence exceeded 45,the prediction accuracy of MPMS-SGH was significantly decreased.In order to achieve the best balance between model size and performance,the input sequence length of MPMS-SGH was set to be 100,while the output sequence length was set to be 35.To assess MPMS-SGH’s performance,comparative experiments with four prediction models were conducted:SVR,STL-SVR,LSTM,and STL-LSTM.The results demonstrated that MPMS-SGH surpassed all other models,achieving RMSE of 0.15℃for temperature,0.38%for humidity,and 260lx for light intensity.Additionally,sequence decomposition can contribute to enhancing MPMS-SGH’s prediction performance.To further evaluate MPMS-SGH’s capabilities,its prediction accuracy was tested across different seasons for greenhouse environmental parameters.MPMS-SGH had the highest accuracy in predicting indoor temperature and the lowest accuracy in predicting humidity.And the accuracy of MPMS-SGH in predicting environmental parameters of the solar greenhouse fluctuated with seasons.MPMS-SGH had the highest accuracy in predicting the temperature inside the greenhouse on sunny days in spring(R^(2)=0.91),the highest accuracy in predicting the humidity inside the greenhouse on sunny days in winter(R^(2)=0.83),and the highest accuracy in predicting the light intensity inside the greenhouse on cloudy days in autumm(R^(2)=0.89).MPMS-SGH had the lowest accuracy in predicting three environmental parameters in a sunny summer greenhouse. 展开更多
关键词 solar greenhouse environmental parameter time series multi-step prediction
在线阅读 下载PDF
An efficient stock market prediction model using hybrid feature reduction method based on variational autoencoders and recursive feature elimination 被引量:5
3
作者 Hakan Gunduz 《Financial Innovation》 2021年第1期585-608,共24页
In this study,the hourly directions of eight banking stocks in Borsa Istanbul were predicted using linear-based,deep-learning(LSTM)and ensemble learning(Light-GBM)models.These models were trained with four different f... In this study,the hourly directions of eight banking stocks in Borsa Istanbul were predicted using linear-based,deep-learning(LSTM)and ensemble learning(Light-GBM)models.These models were trained with four different feature sets and their performances were evaluated in terms of accuracy and F-measure metrics.While the first experiments directly used the own stock features as the model inputs,the second experiments utilized reduced stock features through Variational AutoEncoders(VAE).In the last experiments,in order to grasp the effects of the other banking stocks on individual stock performance,the features belonging to other stocks were also given as inputs to our models.While combining other stock features was done for both own(named as allstock_own)and VAE-reduced(named as allstock_VAE)stock features,the expanded dimensions of the feature sets were reduced by Recursive Feature Elimination.As the highest success rate increased up to 0.685 with allstock_own and LSTM with attention model,the combination of allstock_VAE and LSTM with the attention model obtained an accuracy rate of 0.675.Although the classification results achieved with both feature types was close,allstock_VAE achieved these results using nearly 16.67%less features compared to allstock_own.When all experimental results were examined,it was found out that the models trained with allstock_own and allstock_VAE achieved higher accuracy rates than those using individual stock features.It was also concluded that the results obtained with the VAE-reduced stock features were similar to those obtained by own stock features. 展开更多
关键词 Stock market prediction Variational autoencoder recursive feature elimination Long-short term memory Borsa Istanbul LightGBM
在线阅读 下载PDF
Application of wavelet transform to recursive prediction of vibration signals
4
作者 孙振明 王日新 +1 位作者 姜兴渭 徐敏强 《Journal of Harbin Institute of Technology(New Series)》 EI CAS 2005年第5期488-493,共6页
This paper investigates the characteristics of a non-stationary time series, which exists in mechanical fault diagnosis. Combining the characteristics with predictive efficiency, the limitation of the ARIMA model pred... This paper investigates the characteristics of a non-stationary time series, which exists in mechanical fault diagnosis. Combining the characteristics with predictive efficiency, the limitation of the ARIMA model prediction method is analyzed. This model often is applied in the prediction of a non-stationary times series in present. Thus, a wavelet prediction method is introduced to solve non-stationary problems. The Mallat method, often used in signal processing, results form the decimation or the retention of one out of every two samples. Its advantage is that just enough information is kept to allow the exact reconstruction of the input series, but the disadvantage is a time-varying series on line cannot be pursued. Therefore, the authors present another method, à Trous method, which can be applied for recursive prediction in real-time sampling procedure. 展开更多
关键词 à Trous wavelet prediction recursive time series
在线阅读 下载PDF
Attention-based spatio-temporal graph convolutional network considering external factors for multi-step traffic flow prediction 被引量:6
5
作者 Jihua Ye Shengjun Xue Aiwen Jiang 《Digital Communications and Networks》 SCIE CSCD 2022年第3期343-350,共8页
Traffic flow prediction is an important part of the intelligent transportation system. Accurate multi-step traffic flow prediction plays an important role in improving the operational efficiency of the traffic network... Traffic flow prediction is an important part of the intelligent transportation system. Accurate multi-step traffic flow prediction plays an important role in improving the operational efficiency of the traffic network. Since traffic flow data has complex spatio-temporal correlation and non-linearity, existing prediction methods are mainly accomplished through a combination of a Graph Convolutional Network (GCN) and a recurrent neural network. The combination strategy has an excellent performance in traffic prediction tasks. However, multi-step prediction error accumulates with the predicted step size. Some scholars use multiple sampling sequences to achieve more accurate prediction results. But it requires high hardware conditions and multiplied training time. Considering the spatiotemporal correlation of traffic flow and influence of external factors, we propose an Attention Based Spatio-Temporal Graph Convolutional Network considering External Factors (ABSTGCN-EF) for multi-step traffic flow prediction. This model models the traffic flow as diffusion on a digraph and extracts the spatial characteristics of traffic flow through GCN. We add meaningful time-slots attention to the encoder-decoder to form an Attention Encoder Network (AEN) to handle temporal correlation. The attention vector is used as a competitive choice to draw the correlation between predicted states and historical states. We considered the impact of three external factors (daytime, weekdays, and traffic accident markers) on the traffic flow prediction tasks. Experiments on two public data sets show that it makes sense to consider external factors. The prediction performance of our ABSTGCN-EF model achieves 7.2%–8.7% higher than the state-of-the-art baselines. 展开更多
关键词 multi-step traffic flow prediction Graph convolutional network External factors Attentional encoder network Spatiotemporal correlation
在线阅读 下载PDF
Fuzzy Shape Control Based on El man Dynamic Recursion Network Prediction Model 被引量:2
6
作者 JIA Chun-yu LIU Hong-min 《Journal of Iron and Steel Research International》 SCIE EI CAS CSCD 2006年第1期31-35,共5页
In the strip rolling process, shape control system possesses the characteristics of nonlinearity, strong coupling, time delay and time variation. Based on self adapting Elman dynamic recursion network prediction model... In the strip rolling process, shape control system possesses the characteristics of nonlinearity, strong coupling, time delay and time variation. Based on self adapting Elman dynamic recursion network prediction model, the fuzzy control method was used to control the shape on four-high cold mill. The simulation results showed that the system can be applied to real time on line control of the shape. 展开更多
关键词 shape prediction shape control Elman dynamic recursion network parameter self-adjusting fuzzy control
在线阅读 下载PDF
Chaotic time series multi-step direct prediction with partial least squares regression 被引量:2
7
作者 Liu Zunxiong Liu Jianhui 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2007年第3期611-615,共5页
Considering chaotic time series multi-step prediction, multi-step direct prediction model based on partial least squares (PLS) is proposed in this article, where PLS, the method for predicting a set of dependent var... Considering chaotic time series multi-step prediction, multi-step direct prediction model based on partial least squares (PLS) is proposed in this article, where PLS, the method for predicting a set of dependent variables forming a large set of predictors, is used to model the dynamic evolution between the space points and the corresponding future points. The model can eliminate error accumulation with the common single-step local model algorithm~ and refrain from the high multi-collinearity problem in the reconstructed state space with the increase of embedding dimension. Simulation predictions are done on the Mackey-Glass chaotic time series with the model. The satisfying prediction accuracy is obtained and the model efficiency verified. In the experiments, the number of extracted components in PLS is set with cross-validation procedure. 展开更多
关键词 chaotic series prediction multi-step local model partial least squares.
在线阅读 下载PDF
A Content-Aware Bitrate Selection Method Using Multi-Step Prediction for 360-Degree Video Streaming 被引量:1
8
作者 GAO Nianzhen YU Yifang +2 位作者 HUA Xinhai FENG Fangzheng JIANG Tao 《ZTE Communications》 2022年第4期96-109,共14页
A content-aware multi-step prediction control(CAMPC)algorithm is proposed to determine the bitrate of 360-degree videos,aim⁃ing to enhance the quality of experience(QoE)of users and reduce the cost of video content pr... A content-aware multi-step prediction control(CAMPC)algorithm is proposed to determine the bitrate of 360-degree videos,aim⁃ing to enhance the quality of experience(QoE)of users and reduce the cost of video content providers(VCP).The CAMPC algorithm first em⁃ploys a neural network to generate the content richness and combines it with the current field of view(FOV)to accurately predict the probability distribution of tiles being viewed.Then,for the tiles in the predicted viewport which directly affect QoE,the CAMPC algorithm utilizes a multi-step prediction for future system states,and accordingly selects the bitrates of multiple subsequent steps,instead of an instantaneous state.Meanwhile,it controls the buffer occupancy to eliminate the impact of prediction errors.We implement CAMPC on players by building a 360-degree video streaming platform and evaluating other advanced adaptive bitrate(ABR)rules through the real network.Experimental results show that CAMPC can save 83.5%of bandwidth resources compared with the scheme that completely transmits the tiles outside the viewport with the Dynamic Adaptive Streaming over HTTP(DASH)protocol.Besides,the proposed method can improve the system utility by 62.7%and 27.6%compared with the DASH official and viewport-based rules,respectively. 展开更多
关键词 DASH content-aware FOV prediction bitrate adaptation multi-step prediction generalized predictive control
在线阅读 下载PDF
A short-term photovoltaic power prediction method based on improved spectral clustering-DTW and Stacking fusion
9
作者 MEI Bingxiao MA Lyubin +2 位作者 YIN Jie XIE Zhiduo WANG Feng 《High Technology Letters》 2025年第3期288-299,共12页
Accurate short-term photovoltaic(PV)output forecasting is beneficial for increasing grid stabil-ity and enhancing the capacity for photovoltaic power absorption.In response to the challenges faced by commonly used pho... Accurate short-term photovoltaic(PV)output forecasting is beneficial for increasing grid stabil-ity and enhancing the capacity for photovoltaic power absorption.In response to the challenges faced by commonly used photovoltaic forecasting methods,which struggle to handle issues such as non-u-niform lengths of time series data for power generation and meteorological conditions,overlapping photovoltaic characteristics,and nonlinear correlations,an improved method that utilizes spectral clustering and dynamic time warping(DTW)for selecting similar days is proposed to optimize the dataset along the temporal dimension.Furthermore,XGBoost is employed for recursive feature selec-tion.On this basis,to address the issue that single forecasting models excel at capturing different data characteristics and tend to exhibit significant prediction errors under adverse meteorological con-ditions,an improved forecasting model based on Stacking and weighted fusion is proposed to reduce the independent bias and variance of individual models and enhance the predictive accuracy.Final-ly,experimental validation is carried out using real data from a photovoltaic power station in the Xi-aoshan District of Hangzhou,China,demonstrating that the proposed method can still achieve accu-rate and robust forecasting results even under conditions of significant meteorological fluctuations. 展开更多
关键词 photovoltaic output prediction feature dimension optimization recursive feature selection spectral clustering-dynamic time warping STACKING
在线阅读 下载PDF
Virtual Machine Consolidation with Multi-Step Prediction and Affinity-Aware Technique for Energy-Efficient Cloud Data Centers
10
作者 Pingping Li Jiuxin Cao 《Computers, Materials & Continua》 SCIE EI 2023年第7期81-105,共25页
Virtual machine(VM)consolidation is an effective way to improve resource utilization and reduce energy consumption in cloud data centers.Most existing studies have considered VM consolidation as a bin-packing problem,... Virtual machine(VM)consolidation is an effective way to improve resource utilization and reduce energy consumption in cloud data centers.Most existing studies have considered VM consolidation as a bin-packing problem,but the current schemes commonly ignore the long-term relationship between VMs and hosts.In addition,there is a lack of long-term consideration for resource optimization in the VM consolidation,which results in unnecessary VM migration and increased energy consumption.To address these limitations,a VM consolidation method based on multi-step prediction and affinity-aware technique for energy-efficient cloud data centers(MPaAF-VMC)is proposed.The proposed method uses an improved linear regression prediction algorithm to predict the next-moment resource utilization of hosts and VMs,and obtains the stage demand of resources in the future period through multi-step prediction,which is realized by iterative prediction.Then,based on the multi-step prediction,an affinity model between the VM and host is designed using the first-order correlation coefficient and Euclidean distance.During the VM consolidation,the affinity value is used to select the migration VM and placement host.The proposed method is compared with the existing consolidation algorithms on the PlanetLab and Google cluster real workload data using the CloudSim simulation platform.Experimental results show that the proposed method can achieve significant improvement in reducing energy consumption,VM migration costs,and service level agreement(SLA)violations. 展开更多
关键词 Cloud computing VM consolidation multi-step prediction affinity relationship energy efficiency
在线阅读 下载PDF
The Application Research of a Fast Recursive Predictive Algorithm on Medical X-ray Image Compression
11
作者 LIU Wen-sheng1,JIANG Da-zong21 The Science and Technology Division of Tianjin Economy Committee, Tianjin 300040,China 2 The BME Institute of Xian Jiaotong University, Xian 710049,China 《Chinese Journal of Biomedical Engineering(English Edition)》 2003年第2期72-79,共8页
This paper studied a fast recursive predictive algorithm used for medical X-ray image compression. This algorithm consists of mathematics model building, fast recursive algorithm deducing, initial value determining, s... This paper studied a fast recursive predictive algorithm used for medical X-ray image compression. This algorithm consists of mathematics model building, fast recursive algorithm deducing, initial value determining, step-size selecting, image compression encoding and original image recovering. The experiment result indicates that this algorithm has not only a higher compression ratio to medical X-ray images compression, but also promotes image compression speed greatly. 展开更多
关键词 FAST recursive predictIVE algorithm IMAGE compression
暂未订购
High Precision Prediction of Rolling Force Based on Fuzzy and Nerve Method for Cold Tandem Mill 被引量:6
12
作者 JIA Chun-yu SHAN Xiu-ying NIU Zhao-ping 《Journal of Iron and Steel Research International》 SCIE EI CAS CSCD 2008年第2期23-27,共5页
The rolling force model for cold tandem mill was put forward by using the Elman dynamic recursive network method,based on the actual measured data.Furthermore,a good assumption is put forward,which brings a full unive... The rolling force model for cold tandem mill was put forward by using the Elman dynamic recursive network method,based on the actual measured data.Furthermore,a good assumption is put forward,which brings a full universe of discourse self-adjusting factor fuzzy control,closed-loop adjusting,based on error feedback and expertise into a rolling force prediction model,to modify prediction outputs and improve prediction precision and robustness.The simulated results indicate that the method is highly effective and the prediction precision is better than that of the traditional method.Predicted relative error is less than ±4%,so the prediction is high precise for the cold tandem mill. 展开更多
关键词 Elman dynamic recursive network fuzzy control cold tandem mill rolling force prediction
原文传递
Nonlinear system PID-type multi-step predictive control 被引量:5
13
作者 YanZHANG ZengqiangCHEN ZhuzhiYUAN 《控制理论与应用(英文版)》 EI 2004年第2期201-204,共4页
A compound neural network was constructed during the process of identification and multi-step prediction. Under the PID-type long-range predictive cost function, the control signal was calculated based on gradient alg... A compound neural network was constructed during the process of identification and multi-step prediction. Under the PID-type long-range predictive cost function, the control signal was calculated based on gradient algorithm. The nonlinear controller’s structure was similar to the conventional PID controller. The parameters of this controller were tuned by using a local recurrent neural network on-line. The controller has a better effect than the conventional PID controller. Simulation study shows the effectiveness and good performance. 展开更多
关键词 multi-step predictive control Neural networks PID control Nonlinear system
在线阅读 下载PDF
Prediction of Time Series Empowered with a Novel SREKRLS Algorithm 被引量:3
14
作者 Bilal Shoaib Yasir Javed +6 位作者 Muhammad Adnan Khan Fahad Ahmad Rizwan Majeed Muhammad Saqib Nawaz Muhammad Adeel Ashraf Abid Iqbal Muhammad Idrees 《Computers, Materials & Continua》 SCIE EI 2021年第5期1413-1427,共15页
For the unforced dynamical non-linear state–space model,a new Q1 and efficient square root extended kernel recursive least square estimation algorithm is developed in this article.The proposed algorithm lends itself ... For the unforced dynamical non-linear state–space model,a new Q1 and efficient square root extended kernel recursive least square estimation algorithm is developed in this article.The proposed algorithm lends itself towards the parallel implementation as in the FPGA systems.With the help of an ortho-normal triangularization method,which relies on numerically stable givens rotation,matrix inversion causes a computational burden,is reduced.Matrix computation possesses many excellent numerical properties such as singularity,symmetry,skew symmetry,and triangularity is achieved by using this algorithm.The proposed method is validated for the prediction of stationary and non-stationary Mackey–Glass Time Series,along with that a component in the x-direction of the Lorenz Times Series is also predicted to illustrate its usefulness.By the learning curves regarding mean square error(MSE)are witnessed for demonstration with prediction performance of the proposed algorithm from where it’s concluded that the proposed algorithm performs better than EKRLS.This new SREKRLS based design positively offers an innovative era towards non-linear systolic arrays,which is efficient in developing very-large-scale integration(VLSI)applications with non-linear input data.Multiple experiments are carried out to validate the reliability,effectiveness,and applicability of the proposed algorithm and with different noise levels compared to the Extended kernel recursive least-squares(EKRLS)algorithm. 展开更多
关键词 Kernel methods square root adaptive filtering givens rotation mackey glass time series prediction recursive least squares kernel recursive least squares extended kernel recursive least squares square root extended kernel recursive least squares algorithm
在线阅读 下载PDF
Ship motion extreme short time prediction of ship pitch based on diagonal recurrent neural network 被引量:3
15
作者 SHEN Yan XIE Mei-ping 《Journal of Marine Science and Application》 2005年第2期56-60,共5页
A DRNN (diagonal recurrent neural network) and its RPE (recurrent prediction error) learning algorithm are proposed in this paper .Using of the simple structure of DRNN can reduce the capacity of calculation. The prin... A DRNN (diagonal recurrent neural network) and its RPE (recurrent prediction error) learning algorithm are proposed in this paper .Using of the simple structure of DRNN can reduce the capacity of calculation. The principle of RPE learning algorithm is to adjust weights along the direction of Gauss-Newton. Meanwhile, it is unnecessary to calculate the second local derivative and the inverse matrixes, whose unbiasedness is proved. With application to the extremely short time prediction of large ship pitch, satisfactory results are obtained. Prediction effect of this algorithm is compared with that of auto-regression and periodical diagram method, and comparison results show that the proposed algorithm is feasible. 展开更多
关键词 extreme short time prediction diagonal recursive neural network recurrent prediction error learning algorithm UNBIASEDNESS
在线阅读 下载PDF
Video Frame Prediction by Joint Optimization of Direct Frame Synthesis and Optical-Flow Estimation
16
作者 Navin Ranjan Sovit Bhandari +1 位作者 Yeong-Chan Kim Hoon Kim 《Computers, Materials & Continua》 SCIE EI 2023年第5期2615-2639,共25页
Video prediction is the problem of generating future frames by exploiting the spatiotemporal correlation from the past frame sequence.It is one of the crucial issues in computer vision and has many real-world applicat... Video prediction is the problem of generating future frames by exploiting the spatiotemporal correlation from the past frame sequence.It is one of the crucial issues in computer vision and has many real-world applications,mainly focused on predicting future scenarios to avoid undesirable outcomes.However,modeling future image content and object is challenging due to the dynamic evolution and complexity of the scene,such as occlusions,camera movements,delay and illumination.Direct frame synthesis or optical-flow estimation are common approaches used by researchers.However,researchers mainly focused on video prediction using one of the approaches.Both methods have limitations,such as direct frame synthesis,usually face blurry prediction due to complex pixel distributions in the scene,and optical-flow estimation,usually produce artifacts due to large object displacements or obstructions in the clip.In this paper,we constructed a deep neural network Frame Prediction Network(FPNet-OF)with multiplebranch inputs(optical flow and original frame)to predict the future video frame by adaptively fusing the future object-motion with the future frame generator.The key idea is to jointly optimize direct RGB frame synthesis and dense optical flow estimation to generate a superior video prediction network.Using various real-world datasets,we experimentally verify that our proposed framework can produce high-level video frame compared to other state-ofthe-art framework. 展开更多
关键词 Video frame prediction multi-step prediction optical-flow prediction DELAY deep learning
在线阅读 下载PDF
Comparison of Model Performance for Basic and Advanced Modeling Approaches to Crime Prediction
17
作者 Yuezhexuan Zhu 《Intelligent Information Management》 2018年第6期123-132,共10页
A good machine learning model would greatly contribute to an accurate crime prediction. Thus, researchers select advanced models more frequently than basic models. To find out whether advanced models have a prominent ... A good machine learning model would greatly contribute to an accurate crime prediction. Thus, researchers select advanced models more frequently than basic models. To find out whether advanced models have a prominent advantage, this study focuses shift from obtaining crime prediction to on comparing model performance between these two types of models on crime prediction. In this study, we aimed to predict burglary occurrence in Los Angeles City, and compared a basic model just using prior year burglary occurrence with advanced models including linear regressor and random forest regressor. In addition, American Community Survey data was used to provide neighborhood level socio-economic features. After finishing data preprocessing steps that regularize the dataset, recursive feature elimination was utilized to determine the final features and the parameters of the two advanced models. Finally, to find out the best fit model, three metrics were used to evaluate model performance: R squared, adjusted R squared and mean squared error. The results indicate that linear regressor is the most suitable model among three models applied in the study with a slightly smaller mean squared error than that of basic model, whereas random forest model performed worse than the basic model. With a much more complex learning steps, advanced models did not show prominent advantages, and further research to extend the current study were discussed. 展开更多
关键词 CRIME prediction recursive FEATURE ELIMINATION BENCHMARK Model Linear Regressor Random FOREST Regressor
暂未订购
贝叶斯更新广义概率密度演化方程的桥梁健康监测数据动态预测
18
作者 周衡 樊学平 刘月飞 《振动工程学报》 北大核心 2026年第2期330-338,共9页
针对桥梁健康监测积累的海量数据难以实现监测量精准实时预测的问题,提出监测数据的改进动态滤波和预测模型。考虑贝叶斯递推在不确定性分析中的优势,推导了系统状态和观测变量的广义概率密度演化方程,结合建立的动态线性模型求得方程... 针对桥梁健康监测积累的海量数据难以实现监测量精准实时预测的问题,提出监测数据的改进动态滤波和预测模型。考虑贝叶斯递推在不确定性分析中的优势,推导了系统状态和观测变量的广义概率密度演化方程,结合建立的动态线性模型求得方程的解析解,用以估计系统状态的先验分布;结合粒子滤波理论对系统状态的后验分布进行估计,进而递推实现动态预测过程。采用广东省肇庆西江大桥的监测应变数据和天津富民桥的应力数据验证了所提方法的适用性和可行性,与其他数据预测方法进行对比,证明了所提模型的有效性和良好的预测精度。 展开更多
关键词 健康监测 动态预测 贝叶斯递推 概率密度演化 粒子滤波
在线阅读 下载PDF
基于模型预测控制算法的孤网分布式电压二次控制策略
19
作者 蔡紫璇 刘毅力 +2 位作者 仇继扬 张艳丽 兰丹阳 《山东电力技术》 2026年第1期98-108,共11页
在传统下垂控制中,变换器输出线路阻抗的不同会导致分布式电源(distributed generation,DG)输出电流的不均匀分配以及直流母线电压与其参考值的偏移。为解决这一问题,本文提出了一种基于模型预测控制算法的分布式电压二次控制策略。利... 在传统下垂控制中,变换器输出线路阻抗的不同会导致分布式电源(distributed generation,DG)输出电流的不均匀分配以及直流母线电压与其参考值的偏移。为解决这一问题,本文提出了一种基于模型预测控制算法的分布式电压二次控制策略。利用递归最小二乘算法估算线路电阻,将最优电压二次补偿值添加到一次控制中,进行目标函数最小化以优化预测系数。此外,在目标函数中设定了两个惩罚项,既考虑了由线路阻抗造成的电压降,也考虑了下垂控制过程中下垂系数自身产生的电压降,以此来提升所提控制策略的性能。在MATLAB/Simulink仿真平台上搭建了上述模型,仿真结果表明,该策略可以实现精确地分配输出电流,并使直流母线电压稳定在参考值,验证了该策略的有效性和优越性。 展开更多
关键词 直流微电网 递归最小二乘法 分布式电压二次控制 模型预测控制
在线阅读 下载PDF
基于LSTM和Transformer的教育建筑能耗预测模型比较研究
20
作者 韩立杨 《建筑电气》 2026年第1期51-58,共8页
以Building Data Genome Project 2中Bull_education_Gregory教育建筑为研究对象,构建深度学习预测体系,对比跨能耗特征与能耗独立特征两种工程策略,分别结合LSTM+多头注意力和Transformer模型,在多时间尺度下预测任务上开展性能评估。... 以Building Data Genome Project 2中Bull_education_Gregory教育建筑为研究对象,构建深度学习预测体系,对比跨能耗特征与能耗独立特征两种工程策略,分别结合LSTM+多头注意力和Transformer模型,在多时间尺度下预测任务上开展性能评估。结果表明,能耗独立策略在短期与中期预测中显著优于跨能耗策略。1 h直接预测中,LSTM 25特征模型在电力上取得决定系数R2=0.861,Transformer 25特征模型在冷冻水和蒸汽上分别达到R^(2)=0.924与R^(2)=0.802。跨能耗策略在长时段发挥作用:LSTM 45特征模型在冷冻水24 h和48 h预测上保持R^(2)=0.256与0.140,Transformer 45特征模型在蒸汽48 h预测中维持最高R^(2)=-0.115。研究也量化了递归预测导致的误差累积。以电力为例,1 h直接预测R^(2)=0.861,当递归至6 h后R2降至-1.506、平均绝对误差MAE增至0.125,表明长时段预测需谨慎使用。 展开更多
关键词 教育建筑 能耗预测 LSTM+多头注意力机制 TRANSFORMER 特征工程 能耗独立性 递归预测
在线阅读 下载PDF
上一页 1 2 17 下一页 到第
使用帮助 返回顶部