Efficient perception of the real world is a long-standing effort of computer vision.Mod⁃ern visual computing techniques have succeeded in attaching semantic labels to thousands of daily objects and reconstructing dens...Efficient perception of the real world is a long-standing effort of computer vision.Mod⁃ern visual computing techniques have succeeded in attaching semantic labels to thousands of daily objects and reconstructing dense depth maps of complex scenes.However,simultaneous se⁃mantic and spatial joint perception,so-called dense 3D semantic mapping,estimating the 3D ge⁃ometry of a scene and attaching semantic labels to the geometry,remains a challenging problem that,if solved,would make structured vision understanding and editing more widely accessible.Concurrently,progress in computer vision and machine learning has motivated us to pursue the capability of understanding and digitally reconstructing the surrounding world.Neural metric-se⁃mantic understanding is a new and rapidly emerging field that combines differentiable machine learning techniques with physical knowledge from computer vision,e.g.,the integration of visualinertial simultaneous localization and mapping(SLAM),mesh reconstruction,and semantic un⁃derstanding.In this paper,we attempt to summarize the recent trends and applications of neural metric-semantic understanding.Starting with an overview of the underlying computer vision and machine learning concepts,we discuss critical aspects of such perception approaches.Specifical⁃ly,our emphasis is on fully leveraging the joint semantic and 3D information.Later on,many im⁃portant applications of the perception capability such as novel view synthesis and semantic aug⁃mented reality(AR)contents manipulation are also presented.Finally,we conclude with a dis⁃cussion of the technical implications of the technology under a 5G edge computing scenario.展开更多
The formulations of analytic-numerical method for the stress analysis of non-concurrent spatial tubular joints are introduced in the paper. The spatial DT joints with different eccentricity in the vertical diametrical...The formulations of analytic-numerical method for the stress analysis of non-concurrent spatial tubular joints are introduced in the paper. The spatial DT joints with different eccentricity in the vertical diametrical plane of chord are computed. Finally the influence of eccentricity on the stress at possible hot spots is discussed.展开更多
To suppress the ground clutter for airborne early warning (AEW) radars is the key technique in radar signal processing. In this paper, a spatial-temporal nonadaptive joint filter processing approach is proposed to sup...To suppress the ground clutter for airborne early warning (AEW) radars is the key technique in radar signal processing. In this paper, a spatial-temporal nonadaptive joint filter processing approach is proposed to suppress the clutter for AEW radars, which can significantly reduce the computation compared with other optimal or suboptimal methods. The performance of this approach is better than that of the conventional cascaded nonadaptive processing, especially.展开更多
The spatial distribution function and second moments of circular freely jointed chain are derived based on an analytical method. The circular Gauss chain, which is simple for long chains, is compared with the circular...The spatial distribution function and second moments of circular freely jointed chain are derived based on an analytical method. The circular Gauss chain, which is simple for long chains, is compared with the circular freely jointed chain, which is exact for short chains. It is shown that the Gauss chain model predicts a more compact configurational distribution than the exact freely jointed chain. The two chain models, however, become closer to each other when the chain length increases. It is found that the difference of the mean square radius of gyration calculated with these two chain models is a constant, independent of the chain length.展开更多
The stochastic models of the usual joints are first established through intro-ducing the concepts of“clearance characteristic element”and“clearance space”.After de-riving the probability density function of the jo...The stochastic models of the usual joints are first established through intro-ducing the concepts of“clearance characteristic element”and“clearance space”.After de-riving the probability density function of the joint clearance and making the probabilisticanalysis of the resulted kinematic errors,the sampling formulas of the independent varia-bles of the joint clearances are further deduced.Through Monte Carlo simulation,the sta-tistical characteristics and frequency histograms of the kinematic errors are then analysedon computer.展开更多
This work presents and analyses a geostatistical methodology for spatial modelling of Soil Lime Requirements (SLR) considering punctual samples of Cation Exchange Capacity (CEC) and Base Saturation (BS) soil propertie...This work presents and analyses a geostatistical methodology for spatial modelling of Soil Lime Requirements (SLR) considering punctual samples of Cation Exchange Capacity (CEC) and Base Saturation (BS) soil properties. Geostatistical Sequential Indicator Simulation is used to draw realizations from the joint uncertainty distributions of the CEC and the BS input variables. The joint distributions are accomplished applying the Principal Component Analyses (PCA) approach. The Monte Carlo method for handling error propagations is used to obtain realization values of the SLR model which are considered to compute and store statistics from the output uncertainty model. From these statistics, it is obtained predictions and uncertainty maps that represent the spatial variation of the output variable and the propagated uncertainty respectively. Therefore, the prediction map of the output model is qualified with uncertainty information that should be used on decision making activities related to the planning and management of environmental phenomena. The proposed methodology for SLR modelling presented in this article is illustrated using CEC and BS input sample sets obtained in a farm located in Ponta Grossa city, Paraná state, Brazil.展开更多
高光谱图像可以获取波段连续的图谱合一的立体数据,其具有丰富的图谱信息,能区分不同物质的类别,被广泛应用于各种遥感勘测领域。但在实际中高光谱图像的标注需要耗费大量的人力、财力和时间,可用的标注样本数量较少,难以通过训练来获...高光谱图像可以获取波段连续的图谱合一的立体数据,其具有丰富的图谱信息,能区分不同物质的类别,被广泛应用于各种遥感勘测领域。但在实际中高光谱图像的标注需要耗费大量的人力、财力和时间,可用的标注样本数量较少,难以通过训练来获得准确的分类结果,所以针对于只有少量标记样本的高光谱图像分类是一个挑战。近年来,自监督学习(Self-supervised Learning,SSL)已成为一种有效的方法,可以减少高光谱图像分类对昂贵的数据标注的依赖。SSL方法通过学习在同一图像的不同视图之间产生的潜在特征,在自然图像分类中取得了较高的分类精度。为了探索SSL方法在高光谱图像分类中的潜力,一种Bootstrap Your Own Latent(BYOL)框架下的自监督高光谱图像分类方法(BSSL)被提出。该方法通过引用自监督的图像特征学习框架BYOL,可以不需要负样本对,利用空间光谱相似的同类样本对进行网络训练及参数微调,提取到更具判别性特征。具体来说,该方法主要包括四个部分:BYOL的预训练、超像素聚类、基于“相似对”的BYOL的再训练和最终分类。为了验证该方法的有效性,在三个公开数据集上进行测试,并与五种先进的无监督、自监督分类方法SuperPCA、S3PCA、ContrastNet、SSCL和N2SSL进行对比,在Indian Pines和Salinas数据集上,BSSL方法的总体分类精度(OA)、平均分类精度(AA)、Kappa系数、召回率(recall)和f1分数(f1-score)都取得了更优值。其中在Indian Pines数据集上,OA分别比SuperPCA,S3PCA,ContrastNet,SSCL和N2SSL提高了1.32%,1.05%,5.68%,3.12%和1.27%。而在University of Pavia数据集上,BSSL方法表现没有那么出色,但在综合分类性能上也表现最优。这表明BSSL方法更适用于地物区域面积较大且分布较集中的场景,因为这对于超像素聚类来说更友好。展开更多
文摘Efficient perception of the real world is a long-standing effort of computer vision.Mod⁃ern visual computing techniques have succeeded in attaching semantic labels to thousands of daily objects and reconstructing dense depth maps of complex scenes.However,simultaneous se⁃mantic and spatial joint perception,so-called dense 3D semantic mapping,estimating the 3D ge⁃ometry of a scene and attaching semantic labels to the geometry,remains a challenging problem that,if solved,would make structured vision understanding and editing more widely accessible.Concurrently,progress in computer vision and machine learning has motivated us to pursue the capability of understanding and digitally reconstructing the surrounding world.Neural metric-se⁃mantic understanding is a new and rapidly emerging field that combines differentiable machine learning techniques with physical knowledge from computer vision,e.g.,the integration of visualinertial simultaneous localization and mapping(SLAM),mesh reconstruction,and semantic un⁃derstanding.In this paper,we attempt to summarize the recent trends and applications of neural metric-semantic understanding.Starting with an overview of the underlying computer vision and machine learning concepts,we discuss critical aspects of such perception approaches.Specifical⁃ly,our emphasis is on fully leveraging the joint semantic and 3D information.Later on,many im⁃portant applications of the perception capability such as novel view synthesis and semantic aug⁃mented reality(AR)contents manipulation are also presented.Finally,we conclude with a dis⁃cussion of the technical implications of the technology under a 5G edge computing scenario.
文摘The formulations of analytic-numerical method for the stress analysis of non-concurrent spatial tubular joints are introduced in the paper. The spatial DT joints with different eccentricity in the vertical diametrical plane of chord are computed. Finally the influence of eccentricity on the stress at possible hot spots is discussed.
文摘To suppress the ground clutter for airborne early warning (AEW) radars is the key technique in radar signal processing. In this paper, a spatial-temporal nonadaptive joint filter processing approach is proposed to suppress the clutter for AEW radars, which can significantly reduce the computation compared with other optimal or suboptimal methods. The performance of this approach is better than that of the conventional cascaded nonadaptive processing, especially.
文摘The spatial distribution function and second moments of circular freely jointed chain are derived based on an analytical method. The circular Gauss chain, which is simple for long chains, is compared with the circular freely jointed chain, which is exact for short chains. It is shown that the Gauss chain model predicts a more compact configurational distribution than the exact freely jointed chain. The two chain models, however, become closer to each other when the chain length increases. It is found that the difference of the mean square radius of gyration calculated with these two chain models is a constant, independent of the chain length.
文摘The stochastic models of the usual joints are first established through intro-ducing the concepts of“clearance characteristic element”and“clearance space”.After de-riving the probability density function of the joint clearance and making the probabilisticanalysis of the resulted kinematic errors,the sampling formulas of the independent varia-bles of the joint clearances are further deduced.Through Monte Carlo simulation,the sta-tistical characteristics and frequency histograms of the kinematic errors are then analysedon computer.
文摘This work presents and analyses a geostatistical methodology for spatial modelling of Soil Lime Requirements (SLR) considering punctual samples of Cation Exchange Capacity (CEC) and Base Saturation (BS) soil properties. Geostatistical Sequential Indicator Simulation is used to draw realizations from the joint uncertainty distributions of the CEC and the BS input variables. The joint distributions are accomplished applying the Principal Component Analyses (PCA) approach. The Monte Carlo method for handling error propagations is used to obtain realization values of the SLR model which are considered to compute and store statistics from the output uncertainty model. From these statistics, it is obtained predictions and uncertainty maps that represent the spatial variation of the output variable and the propagated uncertainty respectively. Therefore, the prediction map of the output model is qualified with uncertainty information that should be used on decision making activities related to the planning and management of environmental phenomena. The proposed methodology for SLR modelling presented in this article is illustrated using CEC and BS input sample sets obtained in a farm located in Ponta Grossa city, Paraná state, Brazil.
文摘高光谱图像可以获取波段连续的图谱合一的立体数据,其具有丰富的图谱信息,能区分不同物质的类别,被广泛应用于各种遥感勘测领域。但在实际中高光谱图像的标注需要耗费大量的人力、财力和时间,可用的标注样本数量较少,难以通过训练来获得准确的分类结果,所以针对于只有少量标记样本的高光谱图像分类是一个挑战。近年来,自监督学习(Self-supervised Learning,SSL)已成为一种有效的方法,可以减少高光谱图像分类对昂贵的数据标注的依赖。SSL方法通过学习在同一图像的不同视图之间产生的潜在特征,在自然图像分类中取得了较高的分类精度。为了探索SSL方法在高光谱图像分类中的潜力,一种Bootstrap Your Own Latent(BYOL)框架下的自监督高光谱图像分类方法(BSSL)被提出。该方法通过引用自监督的图像特征学习框架BYOL,可以不需要负样本对,利用空间光谱相似的同类样本对进行网络训练及参数微调,提取到更具判别性特征。具体来说,该方法主要包括四个部分:BYOL的预训练、超像素聚类、基于“相似对”的BYOL的再训练和最终分类。为了验证该方法的有效性,在三个公开数据集上进行测试,并与五种先进的无监督、自监督分类方法SuperPCA、S3PCA、ContrastNet、SSCL和N2SSL进行对比,在Indian Pines和Salinas数据集上,BSSL方法的总体分类精度(OA)、平均分类精度(AA)、Kappa系数、召回率(recall)和f1分数(f1-score)都取得了更优值。其中在Indian Pines数据集上,OA分别比SuperPCA,S3PCA,ContrastNet,SSCL和N2SSL提高了1.32%,1.05%,5.68%,3.12%和1.27%。而在University of Pavia数据集上,BSSL方法表现没有那么出色,但在综合分类性能上也表现最优。这表明BSSL方法更适用于地物区域面积较大且分布较集中的场景,因为这对于超像素聚类来说更友好。