Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Oh-young Song is active.

Publication


Featured researches published by Oh-young Song.


Computer Graphics Forum | 2000

Motion Balance Filtering

Seyoon Tak; Oh-young Song; Hyeong-Seok Ko

This paper presents a new technique called motion balance filtering, which corrects an unbalanced motion to a balanced one while preserving the original motion characteristics as much as possible. Differently from previous approaches that deal only with the balance of static posture, we solve the problem of balancing a dynamic motion. We achieve dynamic balance by analyzing and controlling the trajectory of the zero moment point (ZMP). Our algorithm consists of three steps. First, it analyzes the ZMP trajectory to find out the duration in which dynamic balance is violated. Dynamic imbalance is identified by the ZMP trajectory segments lying out of the supporting area. Next, the algorithm modifies the ZMP trajectory by projecting it into the supporting area. Finally, it generates the balanced motion that satisfies the new ZMP constraint. This process is formulated as a constrained optimization problem so that the new motion resembles the original motion as much as possible. Experiments prove that our motion balance filtering algorithm is a useful method to add physical realism to a kinematically edited motion.


Computer Graphics Forum | 2008

SEMI-LAGRANGIAN CIP FLUID SOLVER WITHOUT DIMENSIONAL SPLITTING

Doyub Kim; Oh-young Song; Hyeong-Seok Ko

In this paper, we propose a new constrained interpolation profile (CIP) method that is stable and accurate but requires less amount of computation compared to existing CIP‐based solvers. CIP is a high‐order fluid advection solver that can reproduce rich details of fluids. It has third‐order accuracy but its computation is performed over a compact stencil. These advantageous features of CIP are, however, diluted by the following two shortcomings: (1) CIP contains a defect in the utilization of the grid data, which makes the method suitable only for simulations with a tight CFL restriction; and (2) CIP does not guarantee unconditional stability. There have been several attempts to fix these problems in CIP, but they have been only partially successful. The solutions that fixed both problems ended up introducing other undesirable features, namely increased computation time and/or reduced accuracy. This paper proposes a novel modification of the original CIP method that fixes all of the above problems without increasing the computational load or reducing the accuracy. Both quantitative and visual experiments were performed to test the performance of the new CIP in comparison to existing fluid solvers. The results show that the proposed method brings significant improvements in both accuracy and speed.


international conference on computer graphics and interactive techniques | 2009

Stretching and wiggling liquids

Doyub Kim; Oh-young Song; Hyeong-Seok Ko

This paper presents a novel framework for simulating the stretching and wiggling of liquids. We demonstrate that complex phase-interface dynamics can be effectively simulated by introducing the Eulerian vortex sheet method, which focuses on the vorticity at the interface (rather than the whole domain). We extend this model to provide user control for the production of visual effects. Then, the generated fluid flow creates complex surface details, such as thin and wiggling fluid sheets. To capture such high-frequency features efficiently, this work employs a denser grid for surface tracking in addition to the (coarser) simulation grid. In this context, the paper proposes a filter, called the liquid-biased filter, which is able to downsample the surface in the high-resolution grid into the coarse grid without unrealistic volume loss resulting from aliasing error. The proposed method, which runs on a single PC, realistically reproduces complex fluid scenes.


Proceedings of Computer Animation 2002 (CA 2002) | 2002

Spacetime sweeping: an interactive dynamic constraints solver

Seyoon Tak; Oh-young Song; Hyeong-Seok Ko

This paper presents a new method for editing an existing motion to satisfy a set of user-specified constraints, and in doing so guaranteeing the kinematic and dynamic soundness of the transformed motion. We cast the motion editing problem as a constrained state estimation problem based on the per-frame Kalman filter framework. To handle various kinds of kinematic and dynamic constraints in a scalable fashion, we develop a new algorithm, called spacetime sweeping, which sweeps through the frames with two consecutive filters. The unscented Kalman (UK) filter estimates an optimal pose for the current frame that conforms to the given constraints, and feeds the result to the least-squares (LS) filter. Then, the LS filter resolves the inter-frame inconsistencies introduced by the UK filter due to the independent handling of the position, velocity and acceleration. The per-frame approach of the space-time sweeping provides a surprising performance gain. Thus editing of motion that involves dynamic constraints, such as dynamic balancing, can be done interactively.


IEEE Transactions on Visualization and Computer Graphics | 2007

Derivative Particles for Simulating Detailed Movements of Fluids

Oh-young Song; Doyub Kim; Hyeong-Seok Ko

We present a new fluid simulation technique that significantly reduces the nonphysical dissipation of velocity. The proposed method is based on an apt use of particles and derivative information. We note that a major source of numerical dissipation in the conventional Navier-Stokes equations solver lies in the advection step. Hence, starting with the conventional grid-based simulator, when the details of fluid movements need to be simulated, we replace the advection part with a particle simulator. When swapping between the grid-based and particle-based simulators, the physical quantities such as the level set and velocity must be converted. For this purpose, we develop a novel dissipation-suppressing conversion procedure that utilizes the derivative information stored in the particles, as well as in the grid points. For the fluid regions where such details are not needed, the advection is simulated using an octree-based constrained interpolation profile (CIP) solver, which we develop in this work. Through several experiments, we show that the proposed technique can reproduce the detailed movements of high-Reynolds-number fluids such as droplets/bubbles, thin water sheets, and whirlpools. The increased accuracy in the advection, which forms the basis of the proposed technique, can also be used to produce better results in larger scale fluid simulations.


international conference on computer graphics and interactive techniques | 2010

A practical simulation of dispersed bubble flow

Doyub Kim; Oh-young Song; Hyeong-Seok Ko

In this paper, we propose a simple and efficient framework for simulating dispersed bubble flow. Instead of modeling the complex hydrodynamics of numerous small bubbles explicitly, our method approximates the average motion of these bubbles using a continuum multiphase solver. Then, the subgrid interactions among bubbles are computed using our new stochastic solver. Using the proposed scheme, we can efficiently simulate complex scenes with millions of bubbles.


IEEE Transactions on Visualization and Computer Graphics | 2012

Baroclinic Turbulence with Varying Density and Temperature

Doyub Kim; Seung Woo Lee; Oh-young Song; Hyeong-Seok Ko

The explosive or volcanic scenes in motion pictures involve complex turbulent flow as its temperature and density vary in space. To simulate this turbulent flow of an inhomogeneous fluid, we propose a simple and efficient framework. Instead of explicitly computing the complex motion of this fluid dynamical instability, we first approximate the average motion of the fluid. Then, the high-resolution dynamics is computed using our new extended version of the vortex particle method with baroclinity. This baroclinity term makes turbulent effects by generating new vortex particles according to temperature/density distributions. Using our method, we efficiently simulated a complex scene with varying density and temperature.


international conference on computational science and its applications | 2011

A Study on the Generation of OLAP Data Cube Based on 3D Visualization Interaction

Su Mi Ji; Beom Seok Lee; Kyoung Il Kang; Sung Gook Kim; Cheolwhan Lee; Oh-young Song; Joon Yeon Choeh; Ran Baik; Sung Wook Baik

This paper proposes a new method of creating 3D visual data cubes for high volume/dimension OLAP data analysis with intuitive region selection. Previous methods construct data cubes directly from a data warehouse and build table format cubes with multi-dimensional attributes, in order to specify target ranges for analysis. However, it is a difficult task to select appropriate attributes and their ranges from high cardinality of dimensions with hierarchical structure. The new method reduces the number of dimensions according to the levels of relationship, then confines analysis target ranges with intuitive 3D graphical interface to build an analysis target cube.


Journal of Visualization | 2011

A new SPH fluid simulation method using ellipsoidal kernels

Eunchan Jo; Doyub Kim; Oh-young Song

We propose a new smoothed particle hydrodynamics simulation method that utilizes ellipsoidal kernels instead of spherical kernels. In order to load fluid quantities between time-stepping into smoothed particles, kernel shapes are elongated according to the directions and magnitudes of velocities. The use of these deformable kernels allows us to efficiently simulate fast moving fluids without increasing computational cost. The experiments demonstrate that our method can reproduce the detailed movement of fast fluids by reducing numerical diffusion.Graphical Abstract


The Visual Computer | 2015

Interpolation and parallel adjustment of center-sampled trees with new balancing constraints

Byungmoon Kim; Panagiotis Tsiotras; Jeong-Mo Hong; Oh-young Song

We present a novel tree balancing constraint that is slightly stronger than the well-known 2-to-1 balancing constraint used in octree data structures (Tu and O’hallaron, Balanced refinement of massive linear octrees. Tech. Rep. CMU-CS-04-129. Carnegie Mellon School of Computer Science, Pennsylvania, 2004). The new balancing produces a limited number of local cell connectivity types (stencils): 5 for a quadtree and 21 for an octree. Using this constraint, we interpolate the data sampled at cell centers using weights pre-computed by interpolation or by generating interpolation codes for each stencil. In addition, we develop a parallel tree adjustment algorithm, and show that the imposed balancing constraint is satisfied even when the tree is adjusted in parallel. We also show that the adjustment has high parallelization performance. We finally apply the new balancing scheme to level set image segmentation and smoke simulation problems.

Collaboration


Dive into the Oh-young Song's collaboration.

Top Co-Authors

Avatar

Hyeong-Seok Ko

Seoul National University

View shared research outputs
Top Co-Authors

Avatar

Doyub Kim

Seoul National University

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar

Hyuncheol Shin

Seoul National University

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar

Byoungwon Choe

Seoul National University

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Researchain Logo
Decentralizing Knowledge