Volume Data Simplification 


Techniques for the simplification of volume datasets (represented via tetrahedra meshes) have been devised. 

Simplification in TAn v.1

 The first release of the TAn system supports the simplification of tetrahedra meshes by adopting a Delaunay-based refinement approach.  The algorithm starts with a very simple initial mesh (a single tetrahedra); it operates by incrementally inserting the points of the dataset (selected on the basis of a maximum error criterion) into the existing triangulation and  updates the triangulation itself to satisfy Delaunay constraints.
The output is produced in a very compact manner, by encoding all of the intermediate meshes in a single linear representation. All the intermediate meshes produced during the refinement process can be extracted at run time in linear time. 

Mesh simplification via edge collapse

Simplification can be performed on tetrahedra meshes by adopting the classical edge-collapse approach. A new approach for the integrated evaluation of the error introduced by both the modification of the domain and the approximation of the scalar field defined on the volume dataset. Different techniques to evaluate the approximation error or to produce a sound prediction are proposed and evaluated. 

This simplification approach is at the base of the TAn v.2  system, but has been implemented as an independent software module.

Finally, a simplification tool (ECSiT v1.0) for managing tetrahedral meshes without scalar field values has been implemented and it is available on our downloads page. It adopts edge collapse and the simplification is driven by just the geometry and topology of the tetrahedral mesh.

Most of these researches are carried out in cooperation with Leila De Floriani and Enrico Puppo of the University of Genova .

Papers

Simplification of Tetrahedral Meshes with Accurate Error Evaluation ()
P. Cignoni, D. Costanza, C. Montani, C. Rocchini, R. Scopigno
IEEE Visualization 2000 Conf., Oct. 2000.

Abstract
The techniques for reducing the size of a volume dataset by preserving both the geometrical/topological shape and the information encoded in an attached scalar field are attracting growing interest. Mesh simplification can be efficiently implemented on simplicial decompositions, both in 2D and 3D. Given the framework of incremental 3D mesh simplification based on edge collapse, the paper proposes an approach for the integrated evaluation of the error introduced by both the modification of the domain and the approximation of the field of the original volume dataset. We present and compare various techniques to evaluate the approximation error or to produce a sound prediction. A flexible simplification tool has been implemented, which provides different degree of accuracy and computational efficiency for the selection of the edge to be collapsed. Techniques for preventing a geometric or topological degeneration of the mesh are also presented.

Multiresolution Representation and Visualization of Volume Data (Text: , Figs: )
P. Cignoni, C. Montani, E. Puppo, and R. Scopigno
IEEE Trans. on Visualization and Comp. Graph. , Vol.3(4), Dec. 1997, pp.352-369.

Abstract
A system to represent and visualize scalar volume data at multiple resolution is presented. The system is built on a multiresolution model based on tetrahedral meshes with scattered vertices that can be obtained from any initial dataset. The model is built off-line through data simplification techniques, and stored in a compact data structure that supports fast on-line access. The system supports interactive visualization of a representation at an arbitrary level of resolution through isosurface and projective methods. The user can interactively adapt the quality of visualization to requirements of a specific application task, and to the performance of a specific hardware platform. Representations at different resolutions can be used together to enhance further interaction and performance through progressive and multiresolution rendering.

 

Multiresolution Modeling and Rendering of Volume Data based on Simplicial Complexes
P. Cignoni, L. De Floriani, C. Montani, E. Puppo, and R. Scopigno
1994 A.C.M. Symposium on Volume Visualization Conference Proceedings, Washington, Oct. 17-18, ACM Press, 1994, pp.19-26.

Abstract
A scattered volumetric dataset is regarded as a sampled version of a scalar field defined over a three-dimensional domain, whose graph is a hypersurface embedded in a four-dimensional space. We propose a multiresolution model for the representation and visualization of such dataset, based on a decomposition of the three-dimensional domain into tetrahedra. Multiresolution is achieved through a sequence of tetrahedralizations that approximate the scalar field at increasing precision. The construction of the model is based on an adaptive incremental approach driven by the local coherence of the scalar field.
The proposed model allows an efficient extraction of compact isosurfaces with adaptive resolution levels as well as the development of progressive and multiresolution rendering approaches. Experimental evaluations of the proposed approach on different scattered datasets are reported.