径向基函数(Radial Basis Function,RBF)是一种不需对数据做任何假设,能准确逼近任意维度数据的空间插值方法。其特别适合于复杂地形的数字高程模型(Digital Elevation Model,DEM)插值重建,但随着已知点数量的增加会导致插值模型求解困难或缓慢。针对这个问题,本文基于二叉树自适应递归分块原理,采用局部最优形态参数的RBF分块插值方法进行DEM插值重建。首先,设定子区域最小点数阈值和相邻子区域的重叠率,自顶向下,对研究区域进行递归分块,构建区域分块二叉树,对二叉树叶子节点区域,采用逐点交叉验证(Leave One Out Cross Validation,LOOCV)方法求解其最优形态参数,建立局部RBF最优插值模型;然后,根据单元分解原理,采用加权平均方法对相应叶子节点区域内的待插值点高程进行加权求和,自底向上递归求解,得到待插值点最终高程值。以云南某地区DEM进行插值实验表明,采用本文方法进行DEM插值重建,稳定性较好,插值精度高。
As an accurate spatial interpolation method for data in arbitrary dimensions, Radial Basis Function (referred RBF), was particularly suitable for Digital Elevation Model (referred DEM) interpolation with respect to complex terrain that no assumption is needed for the experiment data. But the interpolation model would become difficult to solve when the number of points, whose elevation is already known, used to construct RBF interpolation model is too large. This is due to the reason that the inversed RBF interpolation matrix would become too huge or too slow to be solved. To address this issue, the hierarchical RBF interpolation method based on local op- timal shape parameters, was proposed in this paper and the DEM was interpolated and reconstructed in the experiment. The interpolation procedure was described as follows: first, set the minimum point number in the tree node sub-regions of the study area and define the overlap rate between the adjacent child node sub-regions. Then, construct the regional binary tree recursively from top to bottom, that means the study area was firstly divided from a complete area into two small overlapped regions, and each region could be taken as the child nodes of the binary tree. Second, use the Leave One Out Cross Validation (referred LOOCV) method to calculate the optimal shape parameters in the leaf node regions of the binary tree. As the point distributions in each sub-region are different from each other, as well as the elevation properties, it would lead to different optimal shape parame- ters. Next, establish the optimal RBF interpolation model, i.e. calculate the linear combination coefficients for each RBF node in the interpolation model with the optimal shape parameter. Third, calculate the elevations of the unknown points in the leaf node regions and get the elevation values using the weighted average method ac- cording to the principle of Partition of Unity. The weight of the unknown point in the child node sub-region is calculated using the distance t