Next: Image Processing Laboratory Up: Department of Computer Previous: Human Interface Laboratory

Shape Modeling Laboratory


/ V. V. Savchenko / Professor
/ Fuhua Cheng / Visiting Professor
/ Kenjiro T. Miura / Associate Professor
/ Alexander A. Pasko / Assistant Professor

Problems of shape modeling possess high computational requirements and contain large amounts of inherent parallelism. Our investigations show that these problems can be effectively solved on parallel computers. Our research intentions are: 1) to make distributed systems as easy for programming as conventional systems and to provide an introduction for teaching students new design concepts of parallel algorithms and codes exemplified by problems in shape modeling; 2) to provide an opportunity to focus on the research and development in a transputer environment. First year results are presented below.

1) Mesh generation.
Mesh generation is a process of generating finite element models. Since the accuracy of the FE solution is dependent on the element mesh layout, and the cost of the analysis becomes prohibitively expensive if the number of elements in the mesh is too large, a good mesh generating method should let the user generate a mesh that is just fine enough to give an adequate solution accuracy. We have developed a new mesh subdivision algorithm based on the vertex label assignment scheme which makes the mesh generation in parallel.

2) 3D surface analysis and synthesis.
The function representation of geometric objects is a basic model in this research. We hope that function representation can help to overcome the barrier between well known methods of geometric modeling and relatively new methods based on implicit functions and volumetric data. Many new operations like 3D metamorphosis, hypertexturing and free-form deformations can be directly applied to CSG or swept objects. On the other hand, any objects defined by implicit functions can be used now for sweeping, set-theoretic operations, offsetting and blending. Dimension independence of the representation serves for effective combination of shape modeling and animation. One of the ways of considerably cutting down the calculation time in surface modeling consists of resorting to parallel computing. The following approach lies at the base of our algorithm. The geometric surface is represented by an implicit function of three variables. The function domain is divided by cubic cells. Patches of the surface are detected in every cell using a trilinear interpolation technique. This algorithm is implemented on a transputer toroidal network.

Ray tracing Gregory-type patches creates a 2D image by tracing imaginary rays of light from the view point to the objects in the scene. Our concern here is the ray tracing problem for objects represented by Gregory-type patches, i.e., Gregory patch, rational boundary Gregory patches. We have developed a new method named Gregory clipping which is based on constructing bounding volumes for subpatches of a Gregory-type patch and performing subdivision without increasing the degree of the patch.

3) Geometric collisions
To represent virtually any surface the function representation is used. Set-theoretic operations between bodies are implemented on the base of special technique of R-functions. Parallel execution is achieved by dividing modeling space into patches. The OCCAM-2 language is used for software shell writing since it involves the most powerful and simple facilities for organization of parallel calculations.

4) Data processing for computerized tomography
The beam diagnostic and control based on low energy electron or ion beams uses the deflection of probing particles due the fields of the beam to be investigated to provide tomography data about transverse charge distribution. Instruments for beam diagnostic are highly precise and have wide perspectives. CT allows for determination and observation of the complete charge distribution and neutralization.

The algorithms and software tools developed in Shape Modeling Laboratory can be applied in intelligent CAD, animation and virtual reality systems.

Refereed Journal Papers


  1. F. Cheng, G. Wasilkowski, and et al. Parallel b-spline surface interpolation on a mesh-connected processor array. J. Parallel and Distributed Computing, 1994.

    A parallel implementation of Chebyshev method is presented for the B-spline surface interpolation problem. The algorithm finds the control points of a uniform bicubic B-spline surface that interpolates m x n data points on an m x n mesh-connected processor array in constant time. Hence, it is optimal. Due to its numerical stability, the algorithm can successfully be used in finite precision floating-point arithmetic.


  2. B. Joe, W.P. Wang, and F. Cheng. Reduced-knot nurbs representations of composite bezier curves. Computer-Aided Design, 1994.

    It is well known that a rational composite Bezier curve of degree n can be represented as a NURBS curve with knots of multiplicity n. We present an algorithm to reduce the degree of multiplicity of some knots to n-1. This reduced-knot NURBS representation is based on the reparametrization of the Bezier curve segments.


  3. K.T. Miura and K.K. Wang. Bounding volumes of the subregions of gregory and gregory patches and their application to ray tracing. Trans. IPSJ, 34(3):436-446, 1993.

    Gregory patch is a kind of free-form surface patch developed by Miura and Wang in order to generate surfaces with the continuity of curvature, i.e., continuity. Since neither the subregion of a Gregory nor Gregory patch can be generally expressed by its formulation, the subdivision method can not be applied to either Gregory or Gregory patch without modifications for calculating patch/line, patch/plane, or patch/patch intersections. Therefore, we have proposed certain bounding volumes of the subregions of Gregory and Gregory patches and have developed a new method called Gregory clipping by use of it to calculate patch/line intersections. We have applied it for ray tracing Gregory patches.

Refereed Proceeding Papers


  1. F. Cheng and B. A. Barsky. Interproximation using cubic b-spline curves. In F. Falcidieno and T.L. Kunii, editors, Modeling in Computer Graphics: Methods and Applications, pages 359-374. Springer-Verlag, 1993.

    An algorithm for the construction of a non-uniform cubic B-spline curve that interpolates a set of 2D data Di is presented. Each Di is either a point of a region. If Di is a point, the curve interpolates it. Otherwise, the curve passes through the region specified by Di. The curve is constructed based on minimizing the energy of each its components. The parametric knots of the curve are parametrized using the centripetal model. These processes facilitate the geometric smoothness and fairness of the curve. The new technique allows a user to design a curve with more flexibility and fewer trial-and-error iterations than conventional approach. This work is a continuation of the paper "Interproximation: Interpolation and Approximation Using Cubic Spline Curves" publisshed in 1991.


  2. K.T. Miura. Ray tracing gregory-type patches. In M. Gigante and D. F. Rogers, editors, CGInternational'94. Computer Graphics Society, Springer-Verlag, June 1994.

    This paper presents a new technique to ray trace Gregory-type patches. Standard subdivision-based method may not be used here due to the fact that subpatches of a Gregory-type patch do not possess the same representation. The presented technique is based on bounding volumes for subregions of Gregory-type patches and a new method called Gregory clipping to calculate line/patch intersections. The technique has been implemented for ray tracing Gregory patches.


  3. K.T. Miura. continuous interpolation over rational curve meshes. In N.M.Thalmann and D.Thalmann, editors, CGInternational'93, pages 270-281. Computer Graphics Society, Springer-Verlag, June 1993.

    This paper introduces a new type of free-form patches named rational boundary Gregory patch. It can be said an extension of Gregory patch developed by Miura and Wang, which gives users the capability of designing curvature-continuous surfaces ( continuous surfaces) with reasonable flexibilities, and also that of rational boundary Gregory patch proposed by Chiyokura et al., which is surrounded by rational Bezier curves and can be interpolated with the continuity of tangent planes ( continuity). As the name of the patch implies, its boundary consists of rational Bezier curves. Its derivation is explained and methods for continuity are proposed to connect it with a rational Bezier patch and with another patch. Finally, a continuous interpolation method based upon such patches is discussed.


  4. K.T. Miura and K.K. Wang. Free-form surface generation system with the capability of continuous interpolation. In Z. Tang, editor, The Third International Conference on CAD/Computer Graphics, pages 290-296. China Computer Federation, International Academic Publishers, Aug. 1993.

    In certain applications of Computer-Aided Geometric Design, the continuity of curvature, i.e., continuity is required when two surface patches are connected. Although tangent-continuous, or continuous surfaces look smooth, reflection lines have generally been broken at points where curvature is not continuous and they may cause functional defects such that as flow separation, turbulence, or abrupt changes in acceleration. In order to generate continuous surfaces easily, we have developed a system with use of Gregory patch which is an extension of the Gregory-patch formulation.


  5. A.A. Pasko and V.V. Savchenko. Blending operations for the functionally based constructive geometry. In CSG 94 Set-theoretic Solid Modeling: Techniques and Applications, pages 151-161, Winchester, UK, 1994. INFORMATION GEOMETERS.

    The continuous analytical description of the blending set-theoretic operations is proposed for geometric objects with implicit surfaces. We use the theory of R-functions for this. Intuitive shape control and aesthetic blend by hand drawn strokes are supported. Offsetting operation is applied in the particular case of constant-radius blending.


  6. V.D. Adzhiev, W.M. Beynon, and A.A. Pasko. Interactive geometric modelling based on r-functions: an agent-oriented approach. In CSG 94 Set-theoretic Solid Modeling: Techniques and Applications, pages 253-272. INFORMATION GEOMETERS, 1994.

    A new approach to interactive geometric modeling is proposed. It is based on the agent-oriented modeling technique. Our modeling system uses the function representation and R-functions in particular. This supplies a high-level symbolic description of the n-dimensional geometric model being updated the during modeling process. Our approach to building a definitive geometric language to allow incremental and extensible modeling is described.


  7. A.A. Pasko and V.V. Savchenko. Solid noise in the constructive solid geometry. In H.P. Santo, editor, EDUGRAPHICS'93 and COMPUGRAPHICS'93, pages 351-357. ACM, 1993.

    "Solid noise" defined by a continuous stochastic function of three variables is used for producing new shapes of solid objects by means of functionally based constructive solid geometry (CSG). We have applied the theory of R-functions to implement set-theoretic operations over three-dimensional objects with implicitly defined surfaces. Geometric operations producing moss, snow drifts, crushed and furry objects are represented.


  8. A.A. Pasko, V.V. Savchenko, and V.D. Adzhiev. Educational project: Empty case technology of geometric modeling. In EDUGRAPHICS'93 and COMPUGRAPHICS'93, pages 6-11. ACM, 1993.

    The approach called 'Empty Case' technology is discussed to provide the possibility for each student to create and exploit his personal geometric modeling system using basic instrumental software according to his interests and level of education. Geometric concepts and instrumental system based on the "function representation" supporting exploratory geometric modeling are described. Usage of the high-level geometric language with symbolic definition of a descriptive function is illustrated by several examples.


  9. V.V. Savchenko and A.A. Pasko. Simulation of dynamic interaction between rigid bodies with time-dependent implicitly defined surfaces. In D. Arnold, editor, Parallel Computing and Transputers, pages 122-129. Australian Transputer and Occam User Group, IOS Press, 1993.

    Implementation of the parallel computers with the toroidal transputer architecture for simulation of geometric collisions between rigid bodies is presented. We have developed the distributed version of particle-in-cell (PIC) model. To represent virtually any surface implicit function representations are used. Visualization of complex objects is based on the ray-marching algorithm applied to implicitly defined surfaces. Potential application of this software algorithm is a numerical analysis for the bodies with various physical characteristics and complex surfaces.


  10. V.V. Savchenko and V.V. Vishnjakov. The use of serialisation approach in the design of parallel programs exemplified by problems in applied celestial mechanics. In Performance Evaluation of Parallel Systems, PEPS'93, pages 126-133, Coventry, U.K., Nov 1993. University of Warwick.

    The appearence of parallel architecture has made it possible to have mathematical modeling which allows us to simulate complex systems in real time on a cost effective basis. Yet, we are witnessing a shortage of applied software despite the rapid growth in computer performance enable by parallel architectures. To fill the gap the authors have used the ``Serialization" approach as a basis for a problem-oriented software written in 3LC which allows to produce a simple and effective design of applied software.

Unrefereed Papers


  1. K.T. Miura. Virtual manufacturing - concepts and effects on manufacturing in the future. In French-Japanese Workshop on Synthetic Worlds. University of Aizu, Dec. 1993.


  2. K.T. Miura. A mesh subdivion method based on the vertex label assignment. In Spring meeting of the Japan Society for Precision Engineering. SIAM, March 22-24 1994.


  3. K.T. Miura. continuous interpolation with gregory-type patches. In Third SIAM Conference on Geometric Design. SIAM, Nov. 1993.


  4. K.T. Miura. Shape editing criteria and techniques of NURB surfaces. In Third SIAM Conference on Geometric Design. SIAM, Nov. 1993.

Technical Reports


  1. A.A. Pasko, V.V. Savchenko, V.D. Adzhiev, and A.I. Sourin. Multidimensional geometric modeling and visualization based on the function representation of objects. 93-1-008, University of Aizu, 1993.

Academic Activities


  1. Fuhua Cheng, November. 1993.

    Organizer and session chair of Computation Tessellation and Modeling of NURB Surfaces SIAM Conference on Geometric Design, November 1-5, 1993, Radisson Hotel, Tempe, Arizona.


  2. Kenjiro Takai Miura, 1993.

    Reviewer for Journal of Japan Society for Precision Engineering.


  3. Kenjiro Takai Miura, 1993.

    Guest Reviewer for Journal of Japan Society for Design Engineering.


  4. Kenjiro Takai Miura, 1993.

    Reviewer for the Visual Computer. Computer Graphics Society.


  5. Kenjiro Takai Miura, 1993.

    Reviewer for Eurographics.


  6. Kenjiro Takai Miura, November 1993.

    Session speaker of Computation, Tessellation, and Modeling of NURB Surfaces, SIAM Conference on Geometric Design, Radisson Hotel, Tempe, Arizona.


  7. Alexander A. Pasko, April, 1994.

    Invited lecture: ``Functionally based constructive representation for geometric modeling and image processing on parallel computers", University of Warwick, Coventry, UK.

Others


  1. Fuhua Cheng. New computation techniques for shape modeling and design, April, 1993.

    New Computation Techniques for Shape Modeling and Design, National Science Foundation (USA), 4/15/94-4/14/97, US$270,000.


  2. Kenjiro Takai Miura. Scholarship, April, 1993.

    Scholarship: The Telecommunications Advancement Foundation Oversea Presentation Scholarship.


  3. Kenjiro Takai Miura. Scholarship, April, 1993.

    Scholarship: Foundation for C and C Promotion Oversea Presentation Scholarship.



Next: Image Processing Laboratory Up: Department of Computer Previous: Human Interface Laboratory


a-fujitu@edumng1.u-aizu.ac.jp
Fri Feb 10 09:19:38 JST 1995