首页 > 最新文献

Computer Aided Geometric Design最新文献

英文 中文
Voronoi-based splinegon decomposition and shortest-path tree computation 基于 Voronoi 的 Splinegon 分解和最短路径树计算
IF 1.5 4区 计算机科学 Q3 COMPUTER SCIENCE, SOFTWARE ENGINEERING Pub Date : 2024-04-25 DOI: 10.1016/j.cagd.2024.102316
Xiyu Bao , Meng Qi , Chenglei Yang , Wei Gai

In motion planning, two-dimensional (2D) splinegons are typically used to represent the contours of 2D objects. In general, a 2D splinegon must be pre-decomposed to support rapid queries of the shortest paths or visibility. Herein, we propose a new region decomposition strategy, known as the Voronoi-based decomposition (VBD), based on the Voronoi diagram of curved boundary-segment generators (either convex or concave). The number of regions in the VBD is O(n+c1). Compared with the well-established horizontal visibility decomposition (HVD), whose complexity is O(n+c2), the VBD decomposition generally contains less regions because c1c2, where n is the number of the vertices of the input splinegon, and c1 and c2 are the number of inserted vertices at the boundary. We systematically discuss the usage of VBD. Based on the VBD, the shortest path tree (SPT) can be computed in linear time. Statistics show that the VBD performs faster than HVD in SPT computations. Additionally, based on the SPT, we design algorithms that can rapidly compute the visibility between two points, the visible area of a point/line-segment, and the shortest path between two points.

在运动规划中,二维(2D)分割线通常用于表示 2D 物体的轮廓。一般来说,二维线形必须经过预分解才能支持最短路径或可见性的快速查询。在此,我们提出了一种新的区域分解策略,即基于 Voronoi 的分解 (VBD),它以曲线边界段生成器(凸或凹)的 Voronoi 图为基础。VBD 中的区域数量为 O(n+c1)。与复杂度为 O(n+c2)的成熟的水平可见度分解(HVD)相比,VBD 分解通常包含较少的区域,因为 c1≤c2 其中,n 是输入分割线的顶点数,c1 和 c2 是边界上插入的顶点数。我们将系统地讨论 VBD 的用法。基于 VBD,可以在线性时间内计算出最短路径树(SPT)。统计结果表明,在 SPT 计算中,VBD 的性能比 HVD 更快。此外,基于 SPT,我们设计了能快速计算两点间可见度、点/线段可见区域和两点间最短路径的算法。
{"title":"Voronoi-based splinegon decomposition and shortest-path tree computation","authors":"Xiyu Bao ,&nbsp;Meng Qi ,&nbsp;Chenglei Yang ,&nbsp;Wei Gai","doi":"10.1016/j.cagd.2024.102316","DOIUrl":"10.1016/j.cagd.2024.102316","url":null,"abstract":"<div><p>In motion planning, two-dimensional (2D) splinegons are typically used to represent the contours of 2D objects. In general, a 2D splinegon must be pre-decomposed to support rapid queries of the shortest paths or visibility. Herein, we propose a new region decomposition strategy, known as the Voronoi-based decomposition (VBD), based on the Voronoi diagram of curved boundary-segment generators (either convex or concave). The number of regions in the VBD is O(<em>n</em>+<span><math><msub><mrow><mi>c</mi></mrow><mrow><mn>1</mn></mrow></msub></math></span>). Compared with the well-established horizontal visibility decomposition (HVD), whose complexity is O(<em>n</em>+<span><math><msub><mrow><mi>c</mi></mrow><mrow><mn>2</mn></mrow></msub></math></span>), the VBD decomposition generally contains less regions because <span><math><msub><mrow><mi>c</mi></mrow><mrow><mn>1</mn></mrow></msub></math></span>≤<span><math><msub><mrow><mi>c</mi></mrow><mrow><mn>2</mn></mrow></msub></math></span>, where <em>n</em> is the number of the vertices of the input splinegon, and <span><math><msub><mrow><mi>c</mi></mrow><mrow><mn>1</mn></mrow></msub></math></span> and <span><math><msub><mrow><mi>c</mi></mrow><mrow><mn>2</mn></mrow></msub></math></span> are the number of inserted vertices at the boundary. We systematically discuss the usage of VBD. Based on the VBD, the shortest path tree (SPT) can be computed in linear time. Statistics show that the VBD performs faster than HVD in SPT computations. Additionally, based on the SPT, we design algorithms that can rapidly compute the visibility between two points, the visible area of a point/line-segment, and the shortest path between two points.</p></div>","PeriodicalId":55226,"journal":{"name":"Computer Aided Geometric Design","volume":"111 ","pages":"Article 102316"},"PeriodicalIF":1.5,"publicationDate":"2024-04-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140758403","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
3D shape descriptor design based on HKS and persistent homology with stability analysis 基于 HKS 和持久同源性及稳定性分析的三维形状描述符设计
IF 1.5 4区 计算机科学 Q3 COMPUTER SCIENCE, SOFTWARE ENGINEERING Pub Date : 2024-04-25 DOI: 10.1016/j.cagd.2024.102326
Zitong He , Peisheng Zhuo , Hongwei Lin , Junfei Dai

In recent years, with the rapid development of the computer aided design and computer graphics, a large number of 3D models have emerged, making it a challenge to quickly find models of interest. As a concise and informative representation of 3D models, shape descriptors are a key factor in achieving effective retrieval. In this paper, we propose a novel global descriptor for 3D models that incorporates both geometric and topological information. We refer to this descriptor as the persistent heat kernel signature descriptor (PHKS). Constructed by concatenating our isometry-invariant geometric descriptor with topological descriptor, PHKS possesses high recognition ability, while remaining insensitive to noise and can be efficiently calculated. Retrieval experiments of 3D models on the benchmark datasets show considerable performance gains of the proposed method compared to other descriptors based on HKS and advanced topological descriptors.

近年来,随着计算机辅助设计和计算机图形学的飞速发展,出现了大量的三维模型,这给快速查找感兴趣的模型带来了挑战。形状描述符作为三维模型简洁而翔实的表征,是实现有效检索的关键因素。在本文中,我们提出了一种新颖的三维模型全局描述符,它同时包含几何和拓扑信息。我们将这种描述符称为持久热核签名描述符(PHKS)。PHKS 由等距不变几何描述符和拓扑描述符共同构建而成,具有很高的识别能力,同时对噪声不敏感,并且可以高效计算。在基准数据集上进行的三维模型检索实验表明,与其他基于 HKS 和高级拓扑描述符的描述符相比,所提出的方法具有相当高的性能提升。
{"title":"3D shape descriptor design based on HKS and persistent homology with stability analysis","authors":"Zitong He ,&nbsp;Peisheng Zhuo ,&nbsp;Hongwei Lin ,&nbsp;Junfei Dai","doi":"10.1016/j.cagd.2024.102326","DOIUrl":"10.1016/j.cagd.2024.102326","url":null,"abstract":"<div><p>In recent years, with the rapid development of the computer aided design and computer graphics, a large number of 3D models have emerged, making it a challenge to quickly find models of interest. As a concise and informative representation of 3D models, shape descriptors are a key factor in achieving effective retrieval. In this paper, we propose a novel global descriptor for 3D models that incorporates both geometric and topological information. We refer to this descriptor as the <em>persistent heat kernel signature descriptor</em> (PHKS). Constructed by concatenating our isometry-invariant geometric descriptor with topological descriptor, PHKS possesses high recognition ability, while remaining insensitive to noise and can be efficiently calculated. Retrieval experiments of 3D models on the benchmark datasets show considerable performance gains of the proposed method compared to other descriptors based on HKS and advanced topological descriptors.</p></div>","PeriodicalId":55226,"journal":{"name":"Computer Aided Geometric Design","volume":"111 ","pages":"Article 102326"},"PeriodicalIF":1.5,"publicationDate":"2024-04-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140760451","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Flipping-based iterative surface reconstruction for unoriented points 基于翻转的无方向点迭代曲面重构
IF 1.5 4区 计算机科学 Q3 COMPUTER SCIENCE, SOFTWARE ENGINEERING Pub Date : 2024-04-25 DOI: 10.1016/j.cagd.2024.102315
Yueji Ma , Yanzun Meng , Dong Xiao , Zuoqiang Shi , Bin Wang

In this paper, we propose a novel surface reconstruction method for unoriented points by establishing and solving a nonlinear equation system. By treating normals as unknown parameters and imposing the conditions that the implicit field is constant and its gradients parallel to the normals on the input point cloud, we establish a nonlinear equation system involving the oriented normals. To simplify the system, we transform it into a 0-1 integer programming problem solely focusing on orientation by incorporating inconsistent oriented normal information through PCA. We solve the simplified problem using flipping-based iterative algorithms and propose two novel criteria for flipping based on theoretical analysis.

Extensive experiments on renowned datasets demonstrate that our flipping-based method with wavelet surface reconstruction achieves state-of-the-art results in orientation and reconstruction. Furthermore, it exhibits linear computational and storage complexity by leveraging the orthogonality and compact support properties of wavelet bases. The source code is available at https://github.com/mayueji/FISR_code.

本文通过建立和求解一个非线性方程系统,提出了一种新颖的无方向点曲面重建方法。通过将法线视为未知参数,并施加隐含场恒定且其梯度与输入点云上的法线平行的条件,我们建立了一个涉及定向法线的非线性方程组。为了简化该系统,我们通过 PCA 将不一致的定向法线信息纳入其中,从而将其转化为只关注定向的 0-1 整数编程问题。我们使用基于翻转的迭代算法来解决简化后的问题,并在理论分析的基础上提出了两个新的翻转标准。在著名数据集上进行的大量实验证明,我们基于翻转的小波曲面重建方法在定向和重建方面取得了最先进的结果。此外,利用小波基的正交性和紧凑支持特性,它还表现出线性计算和存储复杂性。源代码见 https://github.com/mayueji/FISR_code。
{"title":"Flipping-based iterative surface reconstruction for unoriented points","authors":"Yueji Ma ,&nbsp;Yanzun Meng ,&nbsp;Dong Xiao ,&nbsp;Zuoqiang Shi ,&nbsp;Bin Wang","doi":"10.1016/j.cagd.2024.102315","DOIUrl":"10.1016/j.cagd.2024.102315","url":null,"abstract":"<div><p>In this paper, we propose a novel surface reconstruction method for unoriented points by establishing and solving a nonlinear equation system. By treating normals as unknown parameters and imposing the conditions that the implicit field is constant and its gradients parallel to the normals on the input point cloud, we establish a nonlinear equation system involving the oriented normals. To simplify the system, we transform it into a 0-1 integer programming problem solely focusing on orientation by incorporating inconsistent oriented normal information through PCA. We solve the simplified problem using flipping-based iterative algorithms and propose two novel criteria for flipping based on theoretical analysis.</p><p>Extensive experiments on renowned datasets demonstrate that our flipping-based method with wavelet surface reconstruction achieves state-of-the-art results in orientation and reconstruction. Furthermore, it exhibits linear computational and storage complexity by leveraging the orthogonality and compact support properties of wavelet bases. The source code is available at <span>https://github.com/mayueji/FISR_code</span><svg><path></path></svg>.</p></div>","PeriodicalId":55226,"journal":{"name":"Computer Aided Geometric Design","volume":"111 ","pages":"Article 102315"},"PeriodicalIF":1.5,"publicationDate":"2024-04-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140775858","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Feature-preserving quadrilateral mesh Boolean operation with cross-field guided layout blending 通过跨场引导布局混合实现保全特征的四边形网格布尔运算
IF 1.5 4区 计算机科学 Q3 COMPUTER SCIENCE, SOFTWARE ENGINEERING Pub Date : 2024-04-25 DOI: 10.1016/j.cagd.2024.102324
Weiwei Zheng, Haiyan Wu, Gang Xu, Ran Ling, Renshu Gu

Compared to triangular meshes, high-quality quadrilateral meshes offer significant advantages in the field of simulation. However, generating high-quality quadrilateral meshes has always been a challenging task. By synthesizing high-quality quadrilateral meshes based on existing ones through Boolean operations such as mesh intersection, union, and difference, the automation level of quadrilateral mesh modeling can be improved. This significantly reduces modeling time. We propose a feature-preserving quadrilateral mesh Boolean operation method that can generate high-quality all-quadrilateral meshes through Boolean operations while preserving the geometric features and shape of the original mesh. Our method, guided by cross-field techniques, aligns mesh faces with geometric features of the model and maximally preserves the original mesh's geometric shape and layout. Compared to traditional quadrilateral mesh generation methods, our approach demonstrates higher efficiency, offering a substantial improvement to the pipeline of mesh-based modeling tools.

与三角形网格相比,高质量的四边形网格在仿真领域具有显著优势。然而,生成高质量的四边形网格一直是一项具有挑战性的任务。通过网格交集、联合和差分等布尔运算,在现有网格的基础上合成高质量的四边形网格,可以提高四边形网格建模的自动化水平。这大大缩短了建模时间。我们提出了一种保留特征的四边形网格布尔运算方法,可以通过布尔运算生成高质量的全四边形网格,同时保留原始网格的几何特征和形状。我们的方法以交叉场技术为指导,将网格面与模型的几何特征对齐,最大程度地保留了原始网格的几何形状和布局。与传统的四边形网格生成方法相比,我们的方法具有更高的效率,为基于网格的建模工具提供了实质性的改进。
{"title":"Feature-preserving quadrilateral mesh Boolean operation with cross-field guided layout blending","authors":"Weiwei Zheng,&nbsp;Haiyan Wu,&nbsp;Gang Xu,&nbsp;Ran Ling,&nbsp;Renshu Gu","doi":"10.1016/j.cagd.2024.102324","DOIUrl":"10.1016/j.cagd.2024.102324","url":null,"abstract":"<div><p>Compared to triangular meshes, high-quality quadrilateral meshes offer significant advantages in the field of simulation. However, generating high-quality quadrilateral meshes has always been a challenging task. By synthesizing high-quality quadrilateral meshes based on existing ones through Boolean operations such as mesh intersection, union, and difference, the automation level of quadrilateral mesh modeling can be improved. This significantly reduces modeling time. We propose a feature-preserving quadrilateral mesh Boolean operation method that can generate high-quality all-quadrilateral meshes through Boolean operations while preserving the geometric features and shape of the original mesh. Our method, guided by cross-field techniques, aligns mesh faces with geometric features of the model and maximally preserves the original mesh's geometric shape and layout. Compared to traditional quadrilateral mesh generation methods, our approach demonstrates higher efficiency, offering a substantial improvement to the pipeline of mesh-based modeling tools.</p></div>","PeriodicalId":55226,"journal":{"name":"Computer Aided Geometric Design","volume":"111 ","pages":"Article 102324"},"PeriodicalIF":1.5,"publicationDate":"2024-04-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140769741","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Fast parameterization of planar domains for isogeometric analysis via generalization of deep neural network 通过深度神经网络的泛化实现等距测量分析中平面域的快速参数化
IF 1.5 4区 计算机科学 Q3 COMPUTER SCIENCE, SOFTWARE ENGINEERING Pub Date : 2024-04-25 DOI: 10.1016/j.cagd.2024.102313
Zheng Zhan , Wenping Wang , Falai Chen

One prominent step in isogeometric analysis (IGA) is known as domain parameterization, that is, finding a parametric spline representation for a computational domain. Typically, domain parameterization is divided into two separate steps: identifying an appropriate boundary correspondence and then parameterizing the interior region. However, this separation significantly degrades the quality of the parameterization. To attain high-quality parameterization, it is necessary to optimize both the boundary correspondence and the interior mapping simultaneously, referred to as integral parameterization. In a prior research, an integral parameterization approach for planar domains based on neural networks was introduced. One limitation of this approach is that the neural network has no ability of generalization, that is, a network has to be trained to obtain a parameterization for each specific computational domain. In this article, we propose an efficient enhancement over this work, and we train a network which has the capacity of generalization—once the network is trained, a parameterization can be immediately obtained for each specific computational via evaluating the network. The new network greatly speeds up the parameterization process by two orders of magnitudes. We evaluate the performance of the new network on the MPEG data set and a self-design data set, and experimental results demonstrate the superiority of our algorithm compared to state-of-the-art parameterization methods.

等距几何分析 (IGA) 的一个重要步骤是域参数化,即为计算域找到参数化样条线表示。通常,域参数化分为两个独立步骤:确定适当的边界对应关系,然后对内部区域进行参数化。然而,这种分离大大降低了参数化的质量。为了获得高质量的参数化,有必要同时优化边界对应和内部映射,这被称为积分参数化。在之前的研究中,提出了一种基于神经网络的平面域积分参数化方法。这种方法的一个局限是神经网络没有泛化能力,也就是说,必须对网络进行训练,才能获得每个特定计算域的参数化。在本文中,我们提出了一种有效的改进方法,即训练一个具有泛化能力的网络--一旦网络训练完成,就可以通过评估网络立即获得每个特定计算的参数化。新网络将参数化过程大大加快了两个数量级。我们在 MPEG 数据集和自我设计数据集上评估了新网络的性能,实验结果表明,与最先进的参数化方法相比,我们的算法更胜一筹。
{"title":"Fast parameterization of planar domains for isogeometric analysis via generalization of deep neural network","authors":"Zheng Zhan ,&nbsp;Wenping Wang ,&nbsp;Falai Chen","doi":"10.1016/j.cagd.2024.102313","DOIUrl":"https://doi.org/10.1016/j.cagd.2024.102313","url":null,"abstract":"<div><p>One prominent step in isogeometric analysis (IGA) is known as domain parameterization, that is, finding a parametric spline representation for a computational domain. Typically, domain parameterization is divided into two separate steps: identifying an appropriate boundary correspondence and then parameterizing the interior region. However, this separation significantly degrades the quality of the parameterization. To attain high-quality parameterization, it is necessary to optimize both the boundary correspondence and the interior mapping simultaneously, referred to as integral parameterization. In a prior research, an integral parameterization approach for planar domains based on neural networks was introduced. One limitation of this approach is that the neural network has no ability of generalization, that is, a network has to be trained to obtain a parameterization for each specific computational domain. In this article, we propose an efficient enhancement over this work, and we train a network which has the capacity of generalization—once the network is trained, a parameterization can be immediately obtained for each specific computational via evaluating the network. The new network greatly speeds up the parameterization process by two orders of magnitudes. We evaluate the performance of the new network on the MPEG data set and a self-design data set, and experimental results demonstrate the superiority of our algorithm compared to state-of-the-art parameterization methods.</p></div>","PeriodicalId":55226,"journal":{"name":"Computer Aided Geometric Design","volume":"111 ","pages":"Article 102313"},"PeriodicalIF":1.5,"publicationDate":"2024-04-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140649957","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Evolutionary multi-objective high-order tetrahedral mesh optimization 进化多目标高阶四面体网格优化
IF 1.5 4区 计算机科学 Q3 COMPUTER SCIENCE, SOFTWARE ENGINEERING Pub Date : 2024-04-25 DOI: 10.1016/j.cagd.2024.102302
Yang Ji , Shibo Liu , Jia-Peng Guo , Jian-Ping Su , Xiao-Ming Fu

High-order mesh optimization has many goals, such as improving smoothness, reducing approximation error, and improving mesh quality. The previous methods do not optimize these objectives together, resulting in suboptimal results. To this end, we propose a multi-objective optimization method for high-order meshes. Central to our algorithm is using the multi-objective genetic algorithm (MOGA) to adapt to the multiple optimization objectives. Specifically, we optimize each control point one by one, where the MOGA is applied. We demonstrate the feasibility and effectiveness of our method over various models. Compared to other state-of-the-art methods, our method achieves a favorable trade-off between multiple objectives.

高阶网格优化有很多目标,如提高平滑度、减少近似误差和提高网格质量。以往的方法不能同时优化这些目标,导致优化结果不理想。为此,我们提出了一种针对高阶网格的多目标优化方法。我们算法的核心是使用多目标遗传算法 (MOGA) 来适应多重优化目标。具体来说,我们逐个优化每个控制点,并在其中应用 MOGA。我们证明了我们的方法在各种模型中的可行性和有效性。与其他最先进的方法相比,我们的方法在多个目标之间实现了良好的权衡。
{"title":"Evolutionary multi-objective high-order tetrahedral mesh optimization","authors":"Yang Ji ,&nbsp;Shibo Liu ,&nbsp;Jia-Peng Guo ,&nbsp;Jian-Ping Su ,&nbsp;Xiao-Ming Fu","doi":"10.1016/j.cagd.2024.102302","DOIUrl":"https://doi.org/10.1016/j.cagd.2024.102302","url":null,"abstract":"<div><p>High-order mesh optimization has many goals, such as improving smoothness, reducing approximation error, and improving mesh quality. The previous methods do not optimize these objectives together, resulting in suboptimal results. To this end, we propose a multi-objective optimization method for high-order meshes. Central to our algorithm is using the multi-objective genetic algorithm (MOGA) to adapt to the multiple optimization objectives. Specifically, we optimize each control point one by one, where the MOGA is applied. We demonstrate the feasibility and effectiveness of our method over various models. Compared to other state-of-the-art methods, our method achieves a favorable trade-off between multiple objectives.</p></div>","PeriodicalId":55226,"journal":{"name":"Computer Aided Geometric Design","volume":"111 ","pages":"Article 102302"},"PeriodicalIF":1.5,"publicationDate":"2024-04-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140649958","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Feature-preserving shrink wrapping with adaptive alpha 利用自适应阿尔法进行特征保留收缩包装
IF 1.5 4区 计算机科学 Q3 COMPUTER SCIENCE, SOFTWARE ENGINEERING Pub Date : 2024-04-25 DOI: 10.1016/j.cagd.2024.102321
Jiayi Dai , Yiqun Wang , Dong-Ming Yan

Recent advancements in shrink-wrapping-based mesh approximation have shown tremendous advantages for non-manifold defective meshes. However, these methods perform unsatisfactorily when maintaining the regions with sharp features and rich details of the input mesh. We propose an adaptive shrink-wrapping method based on the recent Alpha Wrapping technique, offering improved feature preservation while handling defective inputs. The proposed approach comprises three main steps. First, we compute a new sizing field with the capability to assess the discretization density of non-manifold defective meshes. Then, we generate a mesh feature skeleton by projecting input feature lines onto the offset surface, ensuring the preservation of sharp features. Finally, an adaptive wrapping approach based on normal projection is applied to preserve the regions with sharp features and rich details simultaneously. By conducting experimental tests on various datasets including Thingi10k, ABC, and GrabCAD, we demonstrate that our method exhibits significant improvements in mesh fidelity compared to the Alpha Wrapping method, while maintaining the advantage of manifold property inherited from shrink-wrapping methods.

基于收缩包裹的网格逼近技术的最新进展显示出其在处理非漫反射缺陷网格方面的巨大优势。然而,这些方法在保持输入网格的尖锐特征和丰富细节区域时,表现并不令人满意。我们提出了一种基于最新阿尔法包裹技术的自适应收缩包裹方法,在处理有缺陷的输入时能更好地保留特征。所提出的方法包括三个主要步骤。首先,我们计算一个新的尺寸场,该场能够评估非曲面缺陷网格的离散密度。然后,我们通过将输入特征线投影到偏移表面来生成网格特征骨架,确保保留锐利特征。最后,应用基于法线投影的自适应包裹方法,同时保留具有锐利特征和丰富细节的区域。通过在各种数据集(包括 Thingi10k、ABC 和 GrabCAD)上进行实验测试,我们证明了与 Alpha 包裹方法相比,我们的方法在保持收缩包裹方法所继承的流形属性优势的同时,显著提高了网格保真度。
{"title":"Feature-preserving shrink wrapping with adaptive alpha","authors":"Jiayi Dai ,&nbsp;Yiqun Wang ,&nbsp;Dong-Ming Yan","doi":"10.1016/j.cagd.2024.102321","DOIUrl":"10.1016/j.cagd.2024.102321","url":null,"abstract":"<div><p>Recent advancements in shrink-wrapping-based mesh approximation have shown tremendous advantages for non-manifold defective meshes. However, these methods perform unsatisfactorily when maintaining the regions with sharp features and rich details of the input mesh. We propose an adaptive shrink-wrapping method based on the recent Alpha Wrapping technique, offering improved feature preservation while handling defective inputs. The proposed approach comprises three main steps. First, we compute a new sizing field with the capability to assess the discretization density of non-manifold defective meshes. Then, we generate a mesh feature skeleton by projecting input feature lines onto the offset surface, ensuring the preservation of sharp features. Finally, an adaptive wrapping approach based on normal projection is applied to preserve the regions with sharp features and rich details simultaneously. By conducting experimental tests on various datasets including Thingi10k, ABC, and GrabCAD, we demonstrate that our method exhibits significant improvements in mesh fidelity compared to the Alpha Wrapping method, while maintaining the advantage of manifold property inherited from shrink-wrapping methods.</p></div>","PeriodicalId":55226,"journal":{"name":"Computer Aided Geometric Design","volume":"111 ","pages":"Article 102321"},"PeriodicalIF":1.5,"publicationDate":"2024-04-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140769915","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Generated realistic noise and rotation-equivariant models for data-driven mesh denoising 为数据驱动的网格去噪生成真实噪声和旋转变量模型
IF 1.5 4区 计算机科学 Q3 COMPUTER SCIENCE, SOFTWARE ENGINEERING Pub Date : 2024-04-25 DOI: 10.1016/j.cagd.2024.102306
Sipeng Yang , Wenhui Ren , Xiwen Zeng , Qingchuan Zhu , Hongbo Fu , Kaijun Fan , Lei Yang , Jingping Yu , Qilong Kou , Xiaogang Jin

3D mesh denoising is a crucial pre-processing step in many graphics applications. However, existing data-driven mesh denoising models, primarily trained on synthetic white noise, are less effective when applied to real-world meshes with the noise of complex intensities and distributions. Moreover, how to comprehensively capture information from input meshes and apply suitable denoising models for feature-preserving mesh denoising remains a critical and unresolved challenge. This paper presents a rotation-Equivariant model-based Mesh Denoising (EMD) model and a Realistic Mesh Noise Generation (RMNG) model to address these issues. Our EMD model leverages rotation-equivariant features and self-attention weights of geodesic patches for more effective feature extraction, thereby achieving SOTA denoising results. The RMNG model, based on the Generative Adversarial Networks (GANs) architecture, generates massive amounts of realistic noisy and noiseless mesh pairs data for data-driven mesh denoising model training, significantly benefiting real-world denoising tasks. To address the smooth degradation and loss of sharp edges commonly observed in captured meshes, we further introduce varying levels of Laplacian smoothing to input meshes during the paired training data generation, endowing the trained denoising model with feature recovery capabilities. Experimental results demonstrate the superior performance of our proposed method in preserving fine-grained features while removing noise on real-world captured meshes.

三维网格去噪是许多图形应用中至关重要的预处理步骤。然而,现有的数据驱动网格去噪模型主要是在合成白噪声的基础上进行训练的,当应用到具有复杂强度和分布噪声的真实世界网格时,其效果并不理想。此外,如何从输入网格中全面捕捉信息,并应用合适的去噪模型对网格进行保全特征去噪,仍然是一个关键且尚未解决的难题。本文提出了基于旋转-等变模型的网格去噪模型(EMD)和现实网格噪声生成模型(RMNG)来解决这些问题。我们的 EMD 模型利用旋转平方特征和测地补丁的自关注权重进行更有效的特征提取,从而实现 SOTA 去噪效果。基于生成对抗网络(GANs)架构的RMNG模型可生成大量真实的有噪声和无噪声网格对数据,用于数据驱动的网格去噪模型训练,极大地改进了现实世界中的去噪任务。为了解决捕捉到的网格中常见的平滑退化和锐利边缘丢失问题,我们在生成成对训练数据时进一步对输入网格引入了不同程度的拉普拉斯平滑处理,从而赋予训练好的去噪模型以特征恢复能力。实验结果表明,我们提出的方法在保留细粒度特征的同时,还能去除真实世界中捕捉到的网格上的噪声,性能优越。
{"title":"Generated realistic noise and rotation-equivariant models for data-driven mesh denoising","authors":"Sipeng Yang ,&nbsp;Wenhui Ren ,&nbsp;Xiwen Zeng ,&nbsp;Qingchuan Zhu ,&nbsp;Hongbo Fu ,&nbsp;Kaijun Fan ,&nbsp;Lei Yang ,&nbsp;Jingping Yu ,&nbsp;Qilong Kou ,&nbsp;Xiaogang Jin","doi":"10.1016/j.cagd.2024.102306","DOIUrl":"10.1016/j.cagd.2024.102306","url":null,"abstract":"<div><p>3D mesh denoising is a crucial pre-processing step in many graphics applications. However, existing data-driven mesh denoising models, primarily trained on synthetic white noise, are less effective when applied to real-world meshes with the noise of complex intensities and distributions. Moreover, how to comprehensively capture information from input meshes and apply suitable denoising models for feature-preserving mesh denoising remains a critical and unresolved challenge. This paper presents a rotation-Equivariant model-based Mesh Denoising (EMD) model and a Realistic Mesh Noise Generation (RMNG) model to address these issues. Our EMD model leverages rotation-equivariant features and self-attention weights of geodesic patches for more effective feature extraction, thereby achieving SOTA denoising results. The RMNG model, based on the Generative Adversarial Networks (GANs) architecture, generates massive amounts of realistic noisy and noiseless mesh pairs data for data-driven mesh denoising model training, significantly benefiting real-world denoising tasks. To address the smooth degradation and loss of sharp edges commonly observed in captured meshes, we further introduce varying levels of Laplacian smoothing to input meshes during the paired training data generation, endowing the trained denoising model with feature recovery capabilities. Experimental results demonstrate the superior performance of our proposed method in preserving fine-grained features while removing noise on real-world captured meshes.</p></div>","PeriodicalId":55226,"journal":{"name":"Computer Aided Geometric Design","volume":"111 ","pages":"Article 102306"},"PeriodicalIF":1.5,"publicationDate":"2024-04-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140787282","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Unpaired high-quality image-guided infrared and visible image fusion via generative adversarial network 通过生成式对抗网络实现非配对高质量图像引导的红外和可见光图像融合
IF 1.5 4区 计算机科学 Q3 COMPUTER SCIENCE, SOFTWARE ENGINEERING Pub Date : 2024-04-25 DOI: 10.1016/j.cagd.2024.102325
Hang Li, Zheng Guan, Xue Wang, Qiuhan Shao

Current infrared and visible image fusion (IVIF) methods lack ground truth and require prior knowledge to guide the feature fusion process. However, in the fusion process, these features have not been placed in an equal and well-defined position, which causes the degradation of image quality. To address this challenge, this study develops a new end-to-end model, termed unpaired high-quality image-guided generative adversarial network (UHG-GAN). Specifically, we introduce the high-quality image as the reference standard of the fused image and employ a global discriminator and a local discriminator to identify the distribution difference between the high-quality image and the fused image. Through adversarial learning, the generator can generate images that are more consistent with high-quality expression. In addition, we also designed the laplacian pyramid augmentation (LPA) module in the generator, which integrates multi-scale features of source images across domains so that the generator can more fully extract the structure and texture information. Extensive experiments demonstrate that our method can effectively preserve the target information in the infrared image and the scene information in the visible image and significantly improve the image quality.

目前的红外与可见光图像融合(IVIF)方法缺乏基本事实,需要先验知识来指导特征融合过程。然而,在融合过程中,这些特征并没有被放置在相等和明确的位置上,从而导致图像质量下降。为了应对这一挑战,本研究开发了一种新的端到端模型,称为无配对高质量图像引导生成对抗网络(UHG-GAN)。具体来说,我们引入高质量图像作为融合图像的参考标准,并采用全局判别器和局部判别器来识别高质量图像和融合图像之间的分布差异。通过对抗学习,生成器可以生成更符合高质量表达的图像。此外,我们还在生成器中设计了拉普拉斯金字塔增强(LPA)模块,它可以跨域整合源图像的多尺度特征,从而使生成器可以更充分地提取结构和纹理信息。大量实验证明,我们的方法能有效保留红外图像中的目标信息和可见光图像中的场景信息,并显著提高图像质量。
{"title":"Unpaired high-quality image-guided infrared and visible image fusion via generative adversarial network","authors":"Hang Li,&nbsp;Zheng Guan,&nbsp;Xue Wang,&nbsp;Qiuhan Shao","doi":"10.1016/j.cagd.2024.102325","DOIUrl":"10.1016/j.cagd.2024.102325","url":null,"abstract":"<div><p>Current infrared and visible image fusion (IVIF) methods lack ground truth and require prior knowledge to guide the feature fusion process. However, in the fusion process, these features have not been placed in an equal and well-defined position, which causes the degradation of image quality. To address this challenge, this study develops a new end-to-end model, termed unpaired high-quality image-guided generative adversarial network (UHG-GAN). Specifically, we introduce the high-quality image as the reference standard of the fused image and employ a global discriminator and a local discriminator to identify the distribution difference between the high-quality image and the fused image. Through adversarial learning, the generator can generate images that are more consistent with high-quality expression. In addition, we also designed the laplacian pyramid augmentation (LPA) module in the generator, which integrates multi-scale features of source images across domains so that the generator can more fully extract the structure and texture information. Extensive experiments demonstrate that our method can effectively preserve the target information in the infrared image and the scene information in the visible image and significantly improve the image quality.</p></div>","PeriodicalId":55226,"journal":{"name":"Computer Aided Geometric Design","volume":"111 ","pages":"Article 102325"},"PeriodicalIF":1.5,"publicationDate":"2024-04-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140797052","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Anisotropic triangular meshing using metric-adapted embeddings 利用度量适应嵌入进行各向异性三角形网格划分
IF 1.5 4区 计算机科学 Q3 COMPUTER SCIENCE, SOFTWARE ENGINEERING Pub Date : 2024-04-25 DOI: 10.1016/j.cagd.2024.102314
Yueqing Dai , Jian-Ping Su , Xiao-Ming Fu

We propose a novel method to generate high-quality triangular meshes with specified anisotropy. Central to our algorithm is to present metric-adapted embeddings for converting the anisotropic meshing problem to an isotropic meshing problem with constant density. Moreover, the orientation of the input Riemannian metric forms a field, enabling us to use field-based meshing techniques to improve regularity and penalize obtuse angles. To achieve such metric-adapted embeddings, we use the cone singularities, which are generated to adapt to the input Riemannian metric. We demonstrate the feasibility and effectiveness of our method over various models. Compared to other state-of-the-art methods, our method achieves higher quality on all metrics in most models.

我们提出了一种生成具有指定各向异性的高质量三角形网格的新方法。我们算法的核心是提出度量适应嵌入,将各向异性网格问题转换为密度恒定的各向同性网格问题。此外,输入黎曼度量的方向形成了一个场,使我们能够使用基于场的网格划分技术来提高正则性并惩罚钝角。为了实现这种度量适应嵌入,我们使用了锥体奇点,它是为适应输入的黎曼度量而生成的。我们通过各种模型证明了我们方法的可行性和有效性。与其他最先进的方法相比,我们的方法在大多数模型的所有度量上都达到了更高的质量。
{"title":"Anisotropic triangular meshing using metric-adapted embeddings","authors":"Yueqing Dai ,&nbsp;Jian-Ping Su ,&nbsp;Xiao-Ming Fu","doi":"10.1016/j.cagd.2024.102314","DOIUrl":"https://doi.org/10.1016/j.cagd.2024.102314","url":null,"abstract":"<div><p>We propose a novel method to generate high-quality triangular meshes with specified anisotropy. Central to our algorithm is to present metric-adapted embeddings for converting the anisotropic meshing problem to an isotropic meshing problem with constant density. Moreover, the orientation of the input Riemannian metric forms a field, enabling us to use field-based meshing techniques to improve regularity and penalize obtuse angles. To achieve such metric-adapted embeddings, we use the cone singularities, which are generated to adapt to the input Riemannian metric. We demonstrate the feasibility and effectiveness of our method over various models. Compared to other state-of-the-art methods, our method achieves higher quality on all metrics in most models.</p></div>","PeriodicalId":55226,"journal":{"name":"Computer Aided Geometric Design","volume":"111 ","pages":"Article 102314"},"PeriodicalIF":1.5,"publicationDate":"2024-04-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140649959","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Computer Aided Geometric Design
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1