CVJun 28, 2025

DMD-Net: Deep Mesh Denoising Network

arXiv:2506.22850v11 citationsh-index: 22ICPR
Originality Incremental advance
AI Analysis

This addresses the problem of removing noise from 3D meshes for applications in computer graphics and vision, representing an incremental improvement over existing methods.

The authors tackled the mesh denoising problem by proposing DMD-Net, an end-to-end deep learning framework that uses a Graph Convolutional Neural Network with primal-dual fusion and a Feature Guided Transformer, achieving competitive or better results compared to state-of-the-art methods and robust performance even under extremely high noise.

We present Deep Mesh Denoising Network (DMD-Net), an end-to-end deep learning framework, for solving the mesh denoising problem. DMD-Net consists of a Graph Convolutional Neural Network in which aggregation is performed in both the primal as well as the dual graph. This is realized in the form of an asymmetric two-stream network, which contains a primal-dual fusion block that enables communication between the primal-stream and the dual-stream. We develop a Feature Guided Transformer (FGT) paradigm, which consists of a feature extractor, a transformer, and a denoiser. The feature extractor estimates the local features, that guide the transformer to compute a transformation, which is applied to the noisy input mesh to obtain a useful intermediate representation. This is further processed by the denoiser to obtain the denoised mesh. Our network is trained on a large scale dataset of 3D objects. We perform exhaustive ablation studies to demonstrate that each component in our network is essential for obtaining the best performance. We show that our method obtains competitive or better results when compared with the state-of-the-art mesh denoising algorithms. We demonstrate that our method is robust to various kinds of noise. We observe that even in the presence of extremely high noise, our method achieves excellent performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes