3D Mesh Compression via 2D Grid Parameterization

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current compression methods for 3D CAD models are either lossy, irreversible, or require significant increases in data size to maintain detail, especially for non-watertight models with high topology genus, leading to inefficiencies in storage and processing.

Innovation Solution

A method that parameterizes a 3D mesh in a 2D plane, assigns vertices to grid intersections using a repulsion technique, and applies compression schemes like discrete cosine transform or wavelet transformations, ensuring the process is lossless and reversible, allowing exact recovery of the original mesh.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If straightforward storage without compression is used, then data losslessness and stability are maintained, but storage size is not optimized

Engineering Contradiction:
Improvedata losslessnessVSAvoidstorage size
Core Design Contradiction:
ReliabilityVSQuantity of substance

Solution Approach 1:

The patent segments the mesh data into two distinct parts: connectivity data (topology) and geometry data (vertex positions). This segmentation allows different compression strategies to be applied to each part, enabling lossless compression of connectivity data while using lossy compression for geometry data, thus reducing overall storage size while maintaining data integrity where needed

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent changes the parameter representation by transforming vertex coordinates into a compressed format using discrete cosine transform (DCT) or wavelet transformations. By changing from direct coordinate storage to transform-domain representation, the patent achieves significant compression ratios while allowing reconstruction of the original geometry data

Inventive Principle:
Principle #35Parameter changes

2Quantity of substance

If remeshing is used to reduce storage space, then storage efficiency is improved, but the original mesh details are lost and the process is irreversible

Engineering Contradiction:
Improvestorage spaceVSAvoidoriginal mesh details
Core Design Contradiction:
Quantity of substanceVSLoss of information

Solution Approach 1:

The patent performs preliminary action by separating connectivity data from geometry data before compression. The connectivity data is processed and compressed in advance using lossless methods, preserving the topological structure. This preliminary separation ensures that when geometry data is later reconstructed from compressed form, the original mesh connectivity and details can be fully recovered

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent creates a compressed copy of the geometry data using transform methods (DCT or wavelets) rather than physically remeshing the original data. This copying approach allows the original mesh to be preserved in compressed form without altering its topological structure, enabling exact reconstruction of the original mesh details when needed

Inventive Principle:
Principle #26Copying

3Quantity of substance

If geometry image representation is used, then compression efficiency is improved, but connectivity data is lost and small details may disappear

Engineering Contradiction:
Improvecompression efficiencyVSAvoidconnectivity data
Core Design Contradiction:
Quantity of substanceVSLoss of information

Solution Approach 1:

The patent merges the advantages of geometry image representation with traditional mesh storage by combining lossless compression of connectivity data with compressed representation of geometry data. Unlike pure geometry image approaches that discard connectivity information, this patent preserves and compresses connectivity data separately, then merges it with the compressed geometry data during reconstruction, achieving both compression efficiency and preservation of mesh structure

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The patent introduces an intermediary step of transforming geometry data into frequency domain representation (using DCT or wavelets) before compression. This intermediary transformation allows efficient compression while preserving all geometric information, and serves as a bridge between the compressed representation and the original mesh structure, enabling exact reconstruction without losing connectivity data

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS10275942B2Compression of a three-dimensional modeled object
Publication Date: 2019.04.30 DASSAULT SYSTEMES SA
  • US10275942B2 patent drawing
  • US10275942B2 patent drawing
  • US10275942B2 patent drawing

AI summary

It is proposed a computer-implemented method for compressing a three-dimensional modeled object. The method comprises: providing a mesh of the three-dimensional modeled object; parameterizing (u,v) the mesh in a two-dimensional plane, the parameterization of the mesh resulting in a set of vertices having two-dimensional coordinates; providing a grid on the two-dimensional plane; and modifying the two-dimensional coordinates of each vertex by assigning one vertex to one intersection of the grid. Such compression method is lossless, completely reversible, suitable to efficiently reduce the storage size of a CAD file.