Network


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

Hotspot


Dive into the research topics where Dong-Suk Hong is active.

Publication


Featured researches published by Dong-Suk Hong.


The Journal of Supercomputing | 2007

A grid-based node split algorithm for managing current location data of moving objects

Dong-Suk Hong; Hong-Koo Kang; Dong-Oh Kim; Jae-Kwan Yun; Ki-Joon Han

Abstract There is rapidly increasing interest in Location Based Service (LBS) which utilizes location data of moving objects. To efficiently manage the huge amounts of location data in LBS, the GALIS (Gracefully Aging Location Information System) architecture, a cluster-based distributed computing architecture, is proposed. The GALIS using the non-uniform 2-level grid algorithm performs load balancing and indexing for nodes. However, the non-uniform 2-level grid algorithm has a problem creating unnecessary nodes when moving objects are crowded in a certain region. Therefore, a new node split algorithm, which is more efficient for various distribution of moving objects, is proposed in this paper. Because the algorithm proposed in this paper considers spatial distribution for the current location of moving objects, it can perform efficient load balancing without creating unnecessary nodes even when moving objects are congested in a certain region. Besides, the various data distribution configuration for moving objects has been experimented by implementing node split simulators and it’s been verified that the proposed algorithm can split nodes more efficiently than the existing algorithm.


Computers & Industrial Engineering | 2006

A real-time mobile GIS based on the HBR-tree for location based services

Jae-Kwan Yun; Dong-Oh Kim; Dong-Suk Hong; Moon Hae Kim; Ki-Joon Han

Recently, as the growth of the wireless Internet, PDA, and HPC, the focus of research and development has been changed to LBS (location based service). To offer LBS efficiently, there must be a real-time GIS platform that can deal with dynamic status of moving objects and a location index which can deal with the characteristics of location data. Therefore, in this paper, we studied the real-time mobile GIS based on the HBR-tree to manage mass of location data efficiently. The real-time mobile GIS mainly consists of the HBR (Hash Based R)-tree and the real-time GIS platform. The HBR-tree is a combined index type of the R-tree and the spatial hash index. Although location data are updated frequently, update operations are done within the same hash table in the HBR-tree, so it costs less than other tree-based indexes. The real-time GIS platform consists of a real-time GIS engine, a middleware, and a mobile client.


international conference on computational science and its applications | 2006

STMPE: an efficient movement pattern extraction algorithm for spatio-temporal data mining

Dong-Oh Kim; Hong-Koo Kang; Dong-Suk Hong; Jae-Kwan Yun; Ki-Joon Han

With the recent development of LBS(Location Based Service) and Telematics, the use of spatio-temporal data mining which extracts useful knowledge such as movement patterns of moving objects gets increasing. However, the existing movement pattern extraction methods including STPMine1 and STPMine2 create lots of candidate movement patterns when the minimum support is low. As a result of that, the performance of time and space is sharply increased as a weak point. Therefore, in this paper, we suggest the STMPE (Spatio-Temporal Movement Pattern Extraction) algorithm in order to efficiently extract movement patterns of moving objects from the large capacity of spatio-temporal data. The STMPE algorithm generalizes spatio-temporal data and minimizes the use of memory. Because it produces and maintains short-term movement patterns, the frequency of database scan can be minimized. Actually, the STMPE algorithm was improved twice to 10 times better than STPMine1 and STPMine2 from the result of performance evaluation.


grid and pervasive computing | 2007

UR-tree: an efficient index for uncertain data in ubiquitous sensor networks

Dong-Oh Kim; Dong-Suk Hong; Hong-Koo Kang; Ki-Joon Han

With the rapid development of technologies related to Ubiquitous Sensor Network (USN), sensors are being utilized in various application areas. In general, a sensor has a low computing capacity and power and keeps sending data to the central server. In this environment, uncertain data can be stored in the central server due to delayed transmission or other reasons and make query processing produce wrong results. Thus, this paper examines how to process uncertain data in ubiquitous sensor networks and suggests an efficient index, called UR-tree, for uncertain data. The index reduces the cost of update by delaying update in uncertainty areas. In addition, it solves the problem of low accuracy in search resulting from update delay by delaying update only for specific update areas. Lastly, we analyze the performance of UR-tree and prove the superiority of its performance by comparing its performance with that of R-Tree and PTI using various datasets.


VISUAL'07 Proceedings of the 9th international conference on Advances in visual information systems | 2007

An efficient compression technique for a multi-dimensional index in main memory

Joung-Joon Kim; Hong-Koo Kang; Dong-Suk Hong; Ki-Joon Han

Recently, in order to retrieve data objects efficiently according to spatial locations in the spatial main memory DBMS, various multi-dimensional index structures for the main memory have been proposed, which minimize failures in cache access by reducing the entry size. However, because the reduction of entry size requires compression based on the MBR (Minimum Bounding Rectangle) of the parent node or the removal of redundant MBR, the cost of MBR reconstruction increases and the efficiency of search is lowered in index update and search. Thus, to reduce the cost of MBR reconstruction, this paper proposed a RSMBR (Relative-Sized MBR) compression technique, which applies the base point of compression differently in case of broad distribution and narrow distribution. In case of broad distribution, compression is made based on the left-bottom point of the extended MBR of the parent node, and in case of narrow distribution, the whole MBR is divided into cells of the same size and compression is made based on the left-bottom point of each cell. In addition, MBR was compressed using a relative coordinate and the MBR size to reduce the cost of search in index search. Lastly, we evaluated the performance of the proposed RSMBR compression technique using real data, and proved its superiority.


international conference on knowledge-based and intelligent information and engineering systems | 2007

An Efficient Indexing Technique for Location Prediction of Moving Objects

Dong-Oh Kim; Kang-Jun Lee; Dong-Suk Hong; Ki-Joon Han

The necessity of the future index is increasing to predict the future location of moving objects promptly for various location-based services. However, the prediction performance of most future indexes is lowered by the heavy load of extensive future trajectory search in long-range future queries, and their index maintenance cost is high due to the frequent update of future trajectories. Thus, this paper proposes the Probability Cell Trajectory-Tree (PCT-Tree), a cell-based future indexing technique for efficient long-range future location prediction. The PCT-Tree reduces the size of index by building the probability of extensive past trajectories in the unit of cell, and predicts reliable future trajectories using information on past trajectories. Therefore, the PCT-Tree can minimize the cost of communication in future trajectory prediction and the cost of index rebuilding for updating future trajectories. Through experiment, we proved the superiority of the PCT-Tree over existing indexing techniques in the performance of long-range future queries.


web and wireless geographical information systems | 2006

TMOM: a moving object main memory-based DBMS for telematics services

Joung-Joon Kim; Dong-Suk Hong; Hong-Koo Kang; Ki-Joon Han

Recently with the growth of the Internet and the activation of wireless communication, telematics services are emerging as promising next-generation business in the IT area. In order to provide telematics services, technologies in various areas are required but particularly DBMS technology for efficient data processing and management is an essential key technology for all types of telematics services. This paper designed and implemented TMOM (Telematics Moving Object Main Memory DBMS) to meet efficiently the requirements that telematics services should be provided in real-time. TMOM follows the spatial data model of OpenGIS Simple Features Specification for SQL, and provides spatial, spatio-temporal and temporal types and corresponding operators for processing the moving object data. In addition, it supports optimized spatial, spatio-temporal and trajectory indexes in the main memory for fast search of large moving object data and provides a recovery function that can minimize disk input-output to maximize system performance. Also, for high transmission efficiency in data import/export between telematics applications and a back-end DBMS, it supports a compression function and a data caching function suitable for the characteristics of spatial data.


web and wireless geographical information systems | 2005

Development of an embedded spatial MMDBMS for spatial mobile devices

Jae-Kwan Yun; Joung-Joon Kim; Dong-Suk Hong; Ki-Joon Han

Recently, with the development of wireless communications and mobile computing, interest in mobile computing is rising. Mobile computing can be regarded as an environment where a user carries mobile devices and shares resources with a server via wireless communications. A mobile database, which can be used in the various fields, refers to a database used in these mobile devices. Especially, LBS which utilizes location information of users becomes an essential field of mobile computing. In order to support LBS in the mobile environment, there must be an Embedded Spatial MMDBMS that can efficiently manage large spatial data in spatial mobile devices. Therefore, in this paper, we developed an Embedded Spatial MMDBMS, extended from the HSQLDB which is an existing MMDBMS for PC, to manage spatial data efficiently in spatial mobile devices. The Embedded Spatial MMDBMS adopted the spatial data model proposed by ISO, provided the arithmetic coding method suitable for spatial data, and supported the efficient spatial index suitable for spatial mobile devices. In addition, the system offered the spatial data display capability and supported the data caching and synchronization capability between the Embedded Spatial MMDBMS and the GIS server.


international conference on computational science | 2007

Development of an Efficient Conversion System for GML Documents

Dong-Suk Hong; Hong-Koo Kang; Dong-Oh Kim; Ki-Joon Han

In this paper, we designed and implemented a Conversion System for GML documents, and evaluated the performance of the system. The conversion system that uses the BXML-based binary encoding specification can directly display geographic information from BXML documents and can convert GML documents to BXML documents without loss of information, and vice versa. BXML is generally more effective in scanning cost and space requirement than GML and coordinate values in the form of BXML can be used directly without conversion.


grid and pervasive computing | 2006

A grid-based node split algorithm for managing current location data

Jae-Kwan Yun; Seung-Won Lee; Dong-Suk Hong; Dong-Oh Kim; Ki-Joon Han

There is rapidly increasing interest in Location Based Service(LBS) which utilizes location data of moving objects. To efficiently manage the huge amounts of location data in LBS, the GALIS (Gracefully Aging Location Information System) architecture, a cluster-based distributed computing architecture, is proposed. The GALIS using the non-uniform 2-level grid algorithm performs load balancing and indexing for nodes. However, the non-uniform 2-level grid algorithm has a problem creating unnecessary nodes when moving objects are crowded in a certain area. Therefore, a new node split algorithm, which is more efficient for various distribution of moving objects, is proposed in this paper. Because the algorithm proposed in this paper considers spatial distribution for the current location of moving objects, it can perform efficient load balancing without creating unnecessary nodes even when moving objects are congested in a certain area. Besides, the various data distribution configuration for moving objects has been experimented by implementing node split simulators and its been verified that the proposed algorithm splits nodes more efficiently than the existing algorithm.

Collaboration


Dive into the Dong-Suk Hong's collaboration.

Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Researchain Logo
Decentralizing Knowledge