The application discloses a
triangle mesh graph neural network simplification method, and belongs to the technical field of computer
deep learning, which acquires a
triangle mesh model to be simplified and constructs a graph structure with vertices as nodes and undirected edges based on the topological relation of triangular facets as graph edges; the nodes are subjected to feature initialization, and geometric, topological and Laplacian position coding information is fused; a multi-scale
adjacency relation containing 1st-order adjacent edges and 2nd-order adjacent edges is constructed; the node features and the multi-scale
adjacency relation are input into a graph neural network,
message passing and
feature aggregation are completed in different neighborhoods based on a graph
convolution network, and edge importance probability is predicted; the edge geometric structure importance is integrated into a simplification process, and the key feature protection effect is improved; the geometric structure features extracted by
deep learning are combined with a classical
quadratic error measurement
algorithm, and the edge collapse cost is dynamically scaled, so that the number of mesh facets is greatly reduced, and the geometric features and the topological structure of the model are effectively maintained.