Yon Dohn Chung

dblp:65/6972 · DBLP profile ↗
← Back
35ranked-venue papers in the field
9as first author
6since 2021 · last 2026
0000-0003-2070-5123ORCID · verified

Domains — venue-derived; a paper can count in several

Database Systems & Data Management · 20 (6 first)Knowledge Engineering, Semantic Web & Information Systems · 13 (2 first)Information Retrieval & Web Search · 1Other / Interdisciplinary · 1 (1 first)
YearPublicationVenuePosition
2026 ABC: Numerical Data Collection Under Local Differential Privacy Without Prior Knowledge
abstract
Local Differential Privacy (LDP) provides strong privacy guarantees for collecting numerical data. A fundamental challenge, however, is that existing LDP mechanisms require a predefined data domain, which is often unknown in practice. This lack of prior knowledge creates a critical dilemma for the data collector: if the chosen domain is too narrow, values outside the range are clipped, leading to information loss. Conversely, if the domain is too wide, excessive noise is added during the privatization process, which degrades the quality of collected data. This highlights the need for methods that can dynamically estimate the data domain. In this work, we propose an adaptive LDP framework that addresses this problem. In our method, each user sends two pieces of information: their perturbed numerical data, and a privatized signal indicating if their original value was clipped by the current domain. By aggregating these signals, our proposed method, Adaptive Bounding of Clipping regions (ABC) method, iteratively adjusts the domain to fit the underlying data distribution without prior knowledge. Our theoretical analysis shows that the estimated data domain converges to an appropriate range. In the empirical evaluation, the results demonstrate that our framework significantly improves the quality of numerical data collection across various datasets and underlying LDP mechanisms. We also show that the estimated range successfully converges in practice and our approach is robust to its hyperparameters through comprehensive ablation studies.
Incheol Baek, Hyungbin Kim, Yon Dohn Chung
ICDE3
2026 Mosaic: Differentially private representation of density-based clustering results
Namil Kim, Incheol Baek, Changbeom Shim, Yon Dohn Chung
Inf. Sci.4
2023 Demonstrating Waffle: A Self-driving Grid Index
abstract
This paper demonstrates Waffle, a self-driving grid indexing system for moving objects. We introduce system architecture, system workflow, and user scenarios. Waffle enables the management of moving objects with less human effort while automatically improving performance.
Dalsu Choi, Hyunsik Yoon, Hyubjin Lee, Yon Dohn Chung
Proc. VLDB Endow.4
2022 ReSKY: Efficient Subarray Skyline Computation in Array Databases
Dalsu Choi, Hyunsik Yoon, Yon Dohn Chung
Distributed Parallel Databases3
2022 Waffle: In-memory Grid Index for Moving Objects with Reinforcement Learning-based Configuration Tuning System
abstract
Location-based services for moving objects are close to our lives. For example, ride-sharing services, micro-mobility services, navigation and traffic management, delivery services, and autonomous driving are all based on moving objects. The efficient management of such moving objects is therefore getting more and more important. The main challenge is the handling of a large number of location-update queries with scan queries. To address this challenge, we propose a novel in-memory grid indexing system, Waffle, for moving objects. Waffle divides a geographical space into fixed-sized cells. For efficient query processing, Waffle forms chunks, each of which consists of neighboring cells. Such a Waffle index is defined by several configuration knobs. A knob configuration has a significant impact on the performance of Waffle, and an appropriate configuration may change as objects continuously move. Therefore, we propose an online configuration tuning system, WaffleMaker, that automatically determines not only knob values but also when to change knob values, as a part of Waffle. Using a configuration determined by WaffleMaker, Waffle rebuilds the current index without blocking user queries based on a concurrency control scheme. Through extensive experiments, we show that Waffle performed better than the existing methods, and WaffleMaker automatically tuned configuration knob values.
Dalsu Choi, Hyunsik Yoon, Hyubjin Lee, Yon Dohn Chung
Proc. VLDB Endow.4
2021 Subarray Skyline Query Processing in Array Databases
abstract
With the generation of large-scale spatial data in various fields, array databases that represent space as an array have become one of the means of managing spatial data. Each cell in an array tends to interact with one another; therefore, instead of considering a single cell, considering a concept of subarray is required in some applications. In addition, each cell has several attribute values to indicate its features. Based on the two observations, we propose a new type of query, subarray skyline, that provides a way to find meaningful subarrays or filter less meaningful subarrays considering attributes. We also introduce an efficient query processing method, ReSKY, in centralized and distributed settings. Through extensive experiments using an array database and real datasets, we show that ReSKY has better performance than the existing techniques.
Dalsu Choi, Hyunsik Yoon, Yon Dohn Chung
SSDBM3
2020 DimensionSlice: A main-memory data layout for fast scans of multidimensional data
Ilhyun Suh, Yon Dohn Chung
Inf. Syst.2
2019 Moving view field nearest neighbor queries
Wooil Kim, Changbeom Shim, Wan Heo, Sungmin Yi, Yon Dohn Chung
Data Knowl. Eng.5
2019 Progressive Top-k Subarray Query Processing in Array Databases
abstract
Unprecedented amounts of multidimensional array data are currently being generated in many fields. These multidimensional array data naturally and efficiently fit into the array data model, and many array management systems based on the array data model have appeared. Accordingly, the requirement for data exploration methods for large multidimensional array data has also increased. In this paper, we propose a method for efficient top- k subarray query processing in array databases, which is one of the most important query types for exploring multidimensional data. First, we define novel top- k query models for array databases: overlap-allowing and disjoint top- k subarray queries. Second, we propose a suite of top- k subarray query processing methods, called PPTS and extend them to distributed processing. Finally, we present the results of extensive experiments using real datasets from an array database, which show that our proposed methods outperform existing naïve methods.
Dalsu Choi, Chang-Sup Park, Yon Dohn Chung
Proc. VLDB Endow.3
2018 Nearest close friend search in geo-social networks
Changbeom Shim, Wooil Kim, Wan Heo, Sungmin Yi, Yon Dohn Chung
Inf. Sci.5
2017 Reverse View Field Nearest Neighbor queries
Sungmin Yi, Changbeom Shim, Yon Dohn Chung
Inf. Sci.3
2015 SSFile: A novel column-store for efficient data analysis in Hadoop-based distributed systems
Jihoon Son, Hyoseok Ryu, Sungmin Yi, Yon Dohn Chung
Inf. Sci.4
2014 QR-tree: An efficient and scalable method for evaluation of continuous range queries
HaRim Jung, Yong-Sung Kim, Yon Dohn Chung
Inf. Sci.3
2014 View field nearest neighbor: A novel type of spatial queries
Sungmin Yi, Hyoseok Ryu, Jihoon Son, Yon Dohn Chung
Inf. Sci.4
2013 Tajo: A distributed data warehouse system on large clusters
abstract
The increasing volumes of relational data let us find an alternative to cope with them. Recently, several hybrid approaches (e.g., HadoopDB and Hive) between parallel databases and Hadoop have been introduced to the database community. Although these hybrid approaches have gained wide popularity, they cannot avoid the choice of suboptimal execution strategies. We believe that this problem is caused by the inherent limits of their architectures. In this demo, we present Tajo, a relational, distributed data warehouse system on shared-nothing clusters. It uses Hadoop Distributed File System (HDFS) as the storage layer and has its own query execution engine that we have developed instead of the MapReduce framework. A Tajo cluster consists of one master node and a number of workers across cluster nodes. The master is mainly responsible for query planning and the coordinator for workers. The master divides a query into small tasks and disseminates them to workers. Each worker has a local query engine that executes a directed acyclic graph of physical operators. A DAG of operators can take two or more input sources and be pipelined within the local query engine. In addition, Tajo can control distributed data flow more flexible than that of MapReduce and supports indexing techniques. By combining these features, Tajo can employ more optimized and efficient query processing, including the existing methods that have been studied in the traditional database research areas. To give a deep understanding of the Tajo architecture and behavior during query processing, the demonstration will allow users to submit TPC-H queries to 32 Tajo cluster nodes. The web-based user interface will show (1) how the submitted queries are planned, (2) how the query are distributed across nodes, (3) the cluster and node status, and (4) the detail of relations and their physical information. Also, we provide the performance evaluation of Tajo compared with Hive.
Hyunsik Choi, Jihoon Son, Haemi Yang, Hyoseok Ryu, Byungnam Lim, Soohyung Kim, Yon Dohn Chung
ICDE7
2013 Skyline queries on keyword-matched data
Hyunsik Choi, HaRim Jung, Ki Yong Lee, Yon Dohn Chung
Inf. Sci.4
2013 Lineage Encoding: An Efficient Wireless XML Streaming Supporting Twig Pattern Queries
abstract
In this paper, we propose an energy and latency efficient XML dissemination scheme for the mobile computing. We define a novel unit structure called G-node for streaming XML data in the wireless environment. It exploits the benefits of the structure indexing and attribute summarization that can integrate relevant XML elements into a group. It provides a way for selective access of their attribute values and text content. We also propose a lightweight and effective encoding scheme, called Lineage Encoding, to support evaluation of predicates and twig pattern queries over the stream. The Lineage Encoding scheme represents the parent-child relationships among XML elements as a sequence of bit-strings, called Lineage Code(V, H), and provides basic operators and functions for effective twig pattern query processing at mobile clients. Extensive experiments using real and synthetic data sets demonstrate our scheme outperforms conventional wireless XML broadcasting methods for simple path queries as well as complex twig pattern queries with predicate conditions.
Jun Pyo Park, Chang-Sup Park, Yon Dohn Chung
IEEE Trans. Knowl. Data Eng.3
2012 Processing generalized k-nearest neighbor queries on a wireless broadcast stream
HaRim Jung, Yon Dohn Chung, Ling Liu 0001
Inf. Sci.2
2010 Hierarchically organized skew-tolerant histograms for geographic data objects
abstract
Histograms have been widely used for fast estimation of query result sizes in query optimization. In this paper, we propose a new histogram method, called the Skew-Tolerant Histogram (STHistogram) for two or three dimensional geographic data objects that are used in many real-world applications in practice. The proposed method provides a significantly enhanced accuracy in a robust manner even for the data set that has a highly skewed distribution. Our method detects hotspots present in various parts of a data set and exploits them in organizing histogram buckets. For this purpose, we first define the concept of a hotspot, and provide an algorithm that efficiently extracts hotspots from the given data set. Then, we present our histogram construction method that utilizes hotspot information. We also describe how to estimate query result sizes by using the proposed histogram. We show through extensive performance experiments that the proposed method provides better performance than other existing methods.
Yohan J. Roh, Jae Ho Kim, Yon Dohn Chung, Jin Hyun Son, Myoung-Ho Kim
SIGMOD Conference3
2010 An efficient method for maintaining data cubes incrementally
Ki Yong Lee, Yon Dohn Chung, Myoung-Ho Kim
Inf. Sci.2
2010 Energy and Latency Efficient Access of Wireless XML Stream
abstract
In this article, we address the problem of delayed query processing raised by tree-based index structures in wireless broadcast environments, which increases the access time of mobile clients. We propose a novel distributed index structure and a clustering strategy for streaming XML data that enables energy and latencyefficient broadcasting of XML data. We first define the DIX node structure to implement a fully distributed index structure which contains the tag name, attributes, and text content of an element, as well as its corresponding indices. By exploiting the index information in the DIX node stream, a mobile client can access the stream with shorter latency. We also suggest a method of clustering DIX nodes in the stream, which can further enhance the performance of query processing in the mobile clients. Through extensive experiments, we demonstrate that our approach is effective for wireless broadcasting of XML data and outperforms the previous methods.
Jun Pyo Park, Chang-Sup Park, Yon Dohn Chung
J. Database Manag.3
2010 Energy- and Latency-Efficient Processing of Full-Text Searches on a Wireless Broadcast Stream
abstract
In wireless mobile computing environments, broadcasting is an effective and scalable technique to disseminate information to a massive number of clients, wherein the energy usage and latency are considered major concerns. This paper presents an indexing scheme for the energy- and latency-efficient processing of full-text searches over the wireless broadcast data stream. Although a lot of access methods and index structures have been proposed in the past for full-text searches, all of them are targeted for data in disk storage, not wireless broadcast channels. For full-text searches on a wireless broadcast stream, we firstly introduce a naive, inverted list-style indexing method, where inverted lists are placed in front of the data on the wireless channel. In order to reduce the latency overhead, we propose a two-level indexing method which adds another level of index structure to the basic inverted list-style index. In addition, we propose a replication strategy of the index list and index tree to further improve the latency performance. We analyze the performance of the proposed indexing scheme with respect to the latency and energy usage measures, and show the optimality of index replication. The correctness of the analysis is demonstrated through simulation experiments, and the effectiveness of the proposed scheme is shown by implementing a real wireless information delivery system.
Yon Dohn Chung, Sanghyun Yoo, Myoung-Ho Kim
IEEE Trans. Knowl. Data Eng.1
2009 SPIDER: a system for scalable, parallel / distributed evaluation of large-scale RDF data
abstract
RDF is a data model for representing labeled directed graphs, and it is used as an important building block of semantic web. Due to its flexibility and applicability, RDF has been used in applications, such as semantic web, bioinformatics, and social networks. In these applications, large-scale graph datasets are very common. However, existing techniques are not effectively managing them. In this paper, we present a scalable, efficient query processing system for RDF data, named SPIDER, based on the well-known parallel/distributed computing framework, Hadoop. SPIDER consists of two major modules (1) the graph data loader, (2) the graph query processor. The loader analyzes and dissects the RDF data and places parts of data over multiple servers. The query processor parses the user query and distributes sub queries to cluster nodes. Also, the results of sub queries from multiple servers are gathered (and refined if necessary) and delivered to the user. Both modules utilize the MapReduce framework of Hadoop. In addition, our system supports some features of SPARQL query language. This prototype will be foundation to develop real applications with large-scale RDF graph data.
Hyunsik Choi, Jihoon Son, YongHyun Cho, Min Kyoung Sung, Yon Dohn Chung
CIKM5
2009 Generalized Spatial Queries in the Wireless Data Broadcasting System
abstract
Wireless data broadcasting is an effective way for provisioning Location Based Services (LBSs) due to its beneficial characteristics, such as bandwidth-efficiency and scalability. An important functionality of LBSs is to process spatial queries such as range queries and k-Nearest Neighbor (k-NN) queries. In this paper, we explore the problem of processing the generalized spatial queries, which involve additional constraints on non-spatial attribute values (or value ranges) of data objects, in the wireless data broadcasting system. We present the Bucket-based Signature R-tree(BSR-tree) and the corresponding search algorithms for efficient processing of generalized spatial queries on the broadcast data stream. Experiments are conducted to investigate the performance of the proposed method.
HaRim Jung, Hyunsik Choi, Yon Dohn Chung
Mobile Data Management3
2008 A cache invalidation scheme for continuous partial match queries in mobile computing environments
Yon Dohn Chung
Distributed Parallel Databases1
2007 An indexing scheme for energy-efficient processing of content-based retrieval queries on a wireless data stream
Yon Dohn Chung
Inf. Sci.1
2007 An indexing method for wireless broadcast XML data
Yon Dohn Chung, Ji Yeon Lee
Inf. Sci.1
2004 An efficient method for temporal aggregation with range-condition attributes
Sung Tak Kang, Yon Dohn Chung, Myoung-Ho Kim
Inf. Sci.2
2003 Efficient preprocessing of XML queries using structured signatures
Yon Dohn Chung, Jong Wook Kim, Myoung-Ho Kim
Inf. Process. Lett.1
2002 The RD-Tree: a structure for processing Partial-MAX/MIN queries in OLAP
Woo Suk Yang, Yon Dohn Chung, Myoung-Ho Kim
Inf. Sci.2
2001 Fractionalized View Materialization in Data Cubes
abstract
In this paper, we introduce the concept of the 'fractionalized view'. The fractionalized view is the result of a query defined through aggregate functions and the range on each dimension, where the subdivision of each dimension is based on queries' access patterns. For the representation and selection of fractionalized views to materialize, we define the 'AND-OR cube graph'. With this structure, we propose a fractionalized view materialization method
Yon Dohn Chung, Min Jung Kim, Woong Je Park
DASFAA1
2001 Predicate-based Caching in Mobile Clients for Continuous Partial Match Queries
abstract
This paper proposes a cache management scheme for continuous partial match queries in mobile computing systems. Conventional cache management methods for mobile clients are record ID-based ones. However, since the partial match query is a content-based retrieval, the conventional record ID-based approach cannot properly manage the cache consistency. We show the pr edicate- based approach is an effective cache management in mobile environments.
Yon Dohn Chung, Ji Yeon Lee, Yoon-Joon Lee, Myoung Ho Kim
DASFAA1
2001 Effective Data Placement for Wireless Broadcast
Yon Dohn Chung, Myoung-Ho Kim
Distributed Parallel Databases1
2000 Path Query Reduction and Diffusion for Distributed Semi-Structured Data Retrieval
abstract
Addresses the problem of query processing on distributed semi-structured data. The distributed semi-structured data can be modeled as a rooted and edge-labeled graph, where nodes are located in a single or a number of sites. For efficient retrieval of distributed semi-structured data, we propose a query processing model that is based on the 'query reduction and diffusion' method. In the method, a user query is reduced in a site and distributed to other sites for data retrieval. We also propose a set of algorithms for the proposed model.
Jaehyung Lee 0005, Yon Dohn Chung, Myoung-Ho Kim
IDEAS2
1999 QEM: A Scheduling Method for Wireless Broadcast Data
abstract
In mobile distributed systems the data on air can be accessed by a large number of clients. This paper describes the way clients access the wireless broadcast data with short latency. We define and analyze the problem of wireless data scheduling and we propose a measure, named QueryDistance (QD), which represents the degree of coherence for the data set accessed by a query. We give a practically usable method named QEM which constructs the broadcast schedule by expanding each query's data set in greedy way. We also evaluate the performance of our method by experiments.
Yon Dohn Chung, Myoung-Ho Kim
DASFAA1