期刊文献+
共找到7篇文章
< 1 >
每页显示 20 50 100
Optimized CUDA Implementation to Improve the Performance of Bundle Adjustment Algorithm on GPUs
1
作者 Pranay R. Kommera Suresh S. Muknahallipatna John E. McInroy 《Journal of Software Engineering and Applications》 2024年第4期172-201,共30页
The 3D reconstruction pipeline uses the Bundle Adjustment algorithm to refine the camera and point parameters. The Bundle Adjustment algorithm is a compute-intensive algorithm, and many researchers have improved its p... The 3D reconstruction pipeline uses the Bundle Adjustment algorithm to refine the camera and point parameters. The Bundle Adjustment algorithm is a compute-intensive algorithm, and many researchers have improved its performance by implementing the algorithm on GPUs. In the previous research work, “Improving Accuracy and Computational Burden of Bundle Adjustment Algorithm using GPUs,” the authors demonstrated first the Bundle Adjustment algorithmic performance improvement by reducing the mean square error using an additional radial distorting parameter and explicitly computed analytical derivatives and reducing the computational burden of the Bundle Adjustment algorithm using GPUs. The naïve implementation of the CUDA code, a speedup of 10× for the largest dataset of 13,678 cameras, 4,455,747 points, and 28,975,571 projections was achieved. In this paper, we present the optimization of the Bundle Adjustment algorithm CUDA code on GPUs to achieve higher speedup. We propose a new data memory layout for the parameters in the Bundle Adjustment algorithm, resulting in contiguous memory access. We demonstrate that it improves the memory throughput on the GPUs, thereby improving the overall performance. We also demonstrate an increase in the computational throughput of the algorithm by optimizing the CUDA kernels to utilize the GPU resources effectively. A comparative performance study of explicitly computing an algorithm parameter versus using the Jacobians instead is presented. In the previous work, the Bundle Adjustment algorithm failed to converge for certain datasets due to several block matrices of the cameras in the augmented normal equation, resulting in rank-deficient matrices. In this work, we identify the cameras that cause rank-deficient matrices and preprocess the datasets to ensure the convergence of the BA algorithm. Our optimized CUDA implementation achieves convergence of the Bundle Adjustment algorithm in around 22 seconds for the largest dataset compared to 654 seconds for the sequential implementation, resulting in a speedup of 30×. Our optimized CUDA implementation presented in this paper has achieved a 3× speedup for the largest dataset compared to the previous naïve CUDA implementation. 展开更多
关键词 Scene Reconstruction Bundle Adjustment LEVENBERG-MARQUARDT non-linear Least squares Memory Throughput Computational Throughput Contiguous Memory Access CUDA Optimization
下载PDF
钻井液卡森模式流变参数非线性最小二乘估计新算法 被引量:14
2
作者 鲁港 李晓光 +2 位作者 陈铁铮 单俊峰 高益桁 《石油学报》 EI CAS CSCD 北大核心 2008年第3期470-474,共5页
针对卡森流变方程的特点,提出了一种非线性最小二乘估计的新算法。该算法不需要人工给定迭代初始值,迭代过程稳定的收敛到参数允许区域中的唯一最小点,不会陷入极小点陷阱,存储需求量小,收敛速度快。新算法是一个全局优化算法,所得到的... 针对卡森流变方程的特点,提出了一种非线性最小二乘估计的新算法。该算法不需要人工给定迭代初始值,迭代过程稳定的收敛到参数允许区域中的唯一最小点,不会陷入极小点陷阱,存储需求量小,收敛速度快。新算法是一个全局优化算法,所得到的流变参数估计具有拟合残差近似无偏性和方差几乎为最小的特征。利用实际钻井液数据计算的实例表明,新方法具有比线性回归方法更小的拟合方差、相近的均值及优良的拟合残差统计特性。该方法可以应用到钻井液卡森流变模式流变参数的确定、钻井液流变模式优选及钻井液性能调整和评价等方面。 展开更多
关键词 钻井液 卡森流变模式 流变参数 拟合方差 非线性最小二乘估计算法
下载PDF
基于实测数据的集中式多谐波源责任评估 被引量:42
3
作者 孙媛媛 李佳奇 尹志明 《中国电机工程学报》 EI CSCD 北大核心 2014年第13期2164-2171,共8页
多谐波源的责任量化研究,对于谐波"奖惩性方案"的有效实施具有重要意义。针对如何区分多条馈线所接谐波源负荷对公共耦合点处谐波电压的贡献大小(集中式多谐波源)问题,提出基于实测数据并利用M估计方法和偏最小二乘回归方法... 多谐波源的责任量化研究,对于谐波"奖惩性方案"的有效实施具有重要意义。针对如何区分多条馈线所接谐波源负荷对公共耦合点处谐波电压的贡献大小(集中式多谐波源)问题,提出基于实测数据并利用M估计方法和偏最小二乘回归方法进行评估的新思路。各次谐波频率下,基于戴维南等值电路建立集中式多谐波源系统的等效数学模型。根据谐波各量之间的关系,提出"理论电流"和"实际电流"的概念,分析了二者之间的关联规律。进而给出用于评价公共耦合点各谐波源责任的指标,并利用上述两种电流分别进行了基于M估计稳健回归和偏最小二乘回归的谐波责任评估。文中对比了两种方法的评估精度,研究表明,偏最小二乘回归方法性能优异,更适合在工程实践中推广应用。 展开更多
关键词 集中式多谐波源 责任区分 实测电流 M估计法 偏最小二乘回归
下载PDF
A multiplicative Gauss-Newton minimization algorithm:Theory and application to exponential functions
4
作者 Anmol Gupta Sanjay Kumar 《Applied Mathematics(A Journal of Chinese Universities)》 SCIE CSCD 2021年第3期370-389,共20页
Multiplicative calculus(MUC)measures the rate of change of function in terms of ratios,which makes the exponential functions significantly linear in the framework of MUC.Therefore,a generally non-linear optimization p... Multiplicative calculus(MUC)measures the rate of change of function in terms of ratios,which makes the exponential functions significantly linear in the framework of MUC.Therefore,a generally non-linear optimization problem containing exponential functions becomes a linear problem in MUC.Taking this as motivation,this paper lays mathematical foundation of well-known classical Gauss-Newton minimization(CGNM)algorithm in the framework of MUC.This paper formulates the mathematical derivation of proposed method named as multiplicative Gauss-Newton minimization(MGNM)method along with its convergence properties.The proposed method is generalized for n number of variables,and all its theoretical concepts are authenticated by simulation results.Two case studies have been conducted incorporating multiplicatively-linear and non-linear exponential functions.From simulation results,it has been observed that proposed MGNM method converges for 12972 points,out of 19600 points considered while optimizing multiplicatively-linear exponential function,whereas CGNM and multiplicative Newton minimization methods converge for only 2111 and 9922 points,respectively.Furthermore,for a given set of initial value,the proposed MGNM converges only after 2 iterations as compared to 5 iterations taken by other methods.A similar pattern is observed for multiplicatively-non-linear exponential function.Therefore,it can be said that proposed method converges faster and for large range of initial values as compared to conventional methods. 展开更多
关键词 multiplicative calculus multiplicative least square method multiplicative Newton minimization multiplicative Gauss-Newton minimization non-linear exponential functions
下载PDF
Equilibrium dialysis study on the interaction between Cu(Ⅱ) and HSA or BSA 被引量:10
5
作者 LIANG Hong 1, XIN Bengang 1, WANG Xiujian 1, YUAN Yuzhou 1, ZHOU Yongqia 2 and SHEN Panwen 2 1. Department of Chemistry, Guangxi Normal University, Guilin 541004, China 2. Department of Chemistry, Nankai University, Tianjin 300071, China 《Chinese Science Bulletin》 SCIE CAS 1998年第5期404-409,共6页
The interaction of Cu(Ⅱ) and human serum albumin (HSA) or bovine serum albumin (BSA) at physiological pH is studied by equilibrium dialysis. The successive stability constants are obtained by non-linear least square ... The interaction of Cu(Ⅱ) and human serum albumin (HSA) or bovine serum albumin (BSA) at physiological pH is studied by equilibrium dialysis. The successive stability constants are obtained by non-linear least square methods fitting Bjerrum formula. For both the Cu(Ⅱ)-HSA and Cu(Ⅱ)-BSA systems, the order of magnitude of K 1 and K 2 was found to be ≈10 4 mol -1·dm 3. There are about twenty stoichiometry binding sites found in one HSA or BSA molecule. They can be divided into two or three sets. Results of equilibrium dialysis experiments suggest that there exists one strong metal binding site in both Cu(Ⅱ)-HSA and Cu(Ⅱ)-BSA. It is the imidazol group nitrogen atoms of His 3 that are primarily concerned with copper binding site. After reaching dialysis equilibrium, there is the interaction among the different binding sites, the values of K all deviate from the simple statistical effect except for K-1 and K-2 in both Cu(Ⅱ)-HSA and Cu(Ⅱ)-BSA systems, and the positive cooperative effect is found. 展开更多
关键词 Cu(Ⅱ)-serum ALBUMIN equilibrium DIALYSIS atomic absorption SPECTROMETRY non-linear least square fitting.
原文传递
Extrinsic calibration of a laser displacement sensor in a non-contact coordinate measuring machine 被引量:11
6
作者 Chao BI Jianguo FANG +1 位作者 Kun LI Zhijun GUO 《Chinese Journal of Aeronautics》 SCIE EI CAS CSCD 2017年第4期1528-1537,共10页
In order to implement 3D scanning of those complicated parts such as blades in the aviation field,a non-contact optical measuring system is established in the paper,which integrates a laser displacement sensor,a probe... In order to implement 3D scanning of those complicated parts such as blades in the aviation field,a non-contact optical measuring system is established in the paper,which integrates a laser displacement sensor,a probe head,the frame of a coordinate measuring machine(CMM),etc.As the output of the laser sensor directly obtained possesses the 1D length of the laser beam,it needs to determine the unit direction vector of the laser beam denoted as(l,m,n)by calibration so as to convert the 1D values into 3D coordinates of target points.Therefore,an extrinsic calibration method based on a standard sphere is proposed to accomplish this task in the paper.During the calibration procedure,the laser sensor moves along with the motion of the CMM and gathers the required data on the spherical surface.Then,both the output of the laser sensor and the grating readings of the CMM are substituted into the constraint equation of the spherical surface,in which an over-determined nonlinear equation group containing unknown parameters is established.For the purpose of solving the equation group,a method based on non-linear least squares optimization is put forward.Finally,the system after calibration is utilized to measure the diameter of a metallic sphere 10 times from different orientations to verify the calibration accuracy.In the experiment,the errors between the measured results and the true values are all smaller than 0.03 mm,which manifests the validity and practicality of the extrinsic calibration method presented in the paper. 展开更多
关键词 CMM 3D scanning Extrinsic calibration Laser displacement sensor non-linear least squares
原文传递
The abstract of doctoral dissertation‘nonlinear wavelet density estimation and hazard rate estimation with data missing at random’
7
作者 Yuye Zou Guoliang Fan Riquan Zhang 《Statistical Theory and Related Fields》 2020年第1期117-119,共3页
In this thesis,we establish non-linear wavelet density estimators and studying the asymptotic properties of the estimators with data missing at random when covariates are present.The outstanding advantage of non-linea... In this thesis,we establish non-linear wavelet density estimators and studying the asymptotic properties of the estimators with data missing at random when covariates are present.The outstanding advantage of non-linear wavelet method is estimating the unsoothed functions,however,the classical kernel estimation cannot do this work.At the same time,we study the larger sample properties of the ISE for hazard rate estimator. 展开更多
关键词 Asymptotic normality integral square error mean integral square error missing at random non-linear wavelet
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部