Skip to main content

Eunjin Oh

Pohang University of Science and Technology · 情報科学

研究室紹介

Professor Eunjin Oh's research lab specializes in computational geometry and data structures, focusing on efficient algorithms for geometric problems in planar subdivisions, Voronoi diagrams, graph spanners, and shortest path computations. The lab develops advanced data structures that support fast queries and dynamic updates, with applications in facility location, network design, and geometric optimization. Key research directions include geometric spanners, geodesic distances in simple polygons, and dynamic point location in planar subdivisions.

computational geometrydynamic planar subdivisionsgeodesic Voronoi diagramsgraph spannerspoint location

Research Overview

Papers
54
Total Citations
106
Papers (5y)
15
Primary Field
情報科学

Research Output Trend

Figures are computed from collected data and may differ slightly.

Publications per year (5y)
15total
2021
2022
2023
2024
2025
Citations per year (5y)
7total
20212022202320242025

Selected Papers

15
1
Article|7 citations·2016
A Near-Optimal Algorithm for Finding an Optimal Shortcut of a Tree
Eunjin Oh, Hee-Kap Ahn
DROPS (Schloss Dagstuhl – Leibniz Center for Informatics)OA

We consider the problem of finding a shortcut connecting two vertices of a graph that minimizes the diameter of the resulting graph. We present an O(n^2 log^3 n)-time algorithm using linear space for the case that the input graph is a tree consisting of n vertices. Additionally, we present an O(n^2 log^3 n)-time algorithm using linear space for a continuous version of this problem.

Electrical and Electronic EngineeringEngineering
2
Article|6 citations·2019
Computing a geodesic two-center of points in a simple polygon
Eunjin Oh, Sang Won Bae, Hee-Kap Ahn
SJR Q3Computational Geometry
Computer Graphics and Computer-Aided DesignComputer Science
3
Book Chapter|5 citations·2015
The 2-Center Problem in a Simple Polygon
Eunjin Oh, Jean-Lou De Carufel, Hee-Kap Ahn
SJR Q2Lecture notes in computer science
Computer Graphics and Computer-Aided DesignComputer Science
4
Article|5 citations·2016
The Farthest-Point Geodesic Voronoi Diagram of Points on the Boundary of a Simple Polygon
Eunjin Oh, Luis Barba, Hee-Kap Ahn
DROPS (Schloss Dagstuhl – Leibniz Center for Informatics)OA

Given a set of sites (points) in a simple polygon, the farthest-point geodesic Voronoi diagram partitions the polygon into cells, at most one cell per site, such that every point in a cell has the same farthest site with respect to the geodesic metric. We present an O((n+m)loglogn)-time algorithm to compute the farthest-point geodesic Voronoi diagram for m sites lying on the boundary of a simple n-gon.

Computer Graphics and Computer-Aided DesignComputer Science
5
Book Chapter|3 citations·2016
Computing a Geodesic Two-Center of Points in a Simple Polygon
Eunjin Oh, Sang Won Bae, Hee-Kap Ahn
SJR Q2Lecture notes in computer science
Computer Graphics and Computer-Aided DesignComputer Science
6
Book Chapter|3 citations·2023
Faster Algorithms for Cycle Hitting Problems on Disk Graphs
Shinwoo An, Kyungjin Cho, Eunjin Oh
SJR Q2Lecture notes in computer science
Computational Theory and MathematicsComputer Science
7
Article|3 citations·2020
Shortest-Path Queries in Geometric Networks
Eunjin Oh
DROPS (Schloss Dagstuhl – Leibniz Center for Informatics)OA

A Euclidean t-spanner for a point set V ⊂ ℝ^d is a graph such that, for any two points p and q in V, the distance between p and q in the graph is at most t times the Euclidean distance between p and q. Gudmundsson et al. [TALG 2008] presented a data structure for answering ε-approximate distance queries in a Euclidean spanner in constant time, but it seems unlikely that one can report the path itself using this data structure. In this paper, we present a data structure of size O(nlog n) that ans

Signal ProcessingComputer Science
8
Article|2 citations·2018
Point Location in Dynamic Planar Subdivisions
Eunjin Oh, Hee-Kap Ahn
DROPS (Schloss Dagstuhl – Leibniz Center for Informatics)OA

We study the point location problem on dynamic planar subdivisions that allows insertions and deletions of edges. In our problem, the underlying graph of a subdivision is not necessarily connected. We present a data structure of linear size for such a dynamic planar subdivision that supports sublinear-time update and polylogarithmic-time query. Precisely, the amortized update time is O(sqrt{n}log n(log log n)^{3/2}) and the query time is O(log n(log log n)^2), where n is the number of edges in t

Computer Graphics and Computer-Aided DesignComputer Science
9
Article|2 citations·2016
Constrained Geodesic Centers of a Simple Polygon
Eunjin Oh, Wanbin Son, Hee-Kap Ahn
DROPS (Schloss Dagstuhl – Leibniz Center for Informatics)OA

For any two points in a simple polygon P, the geodesic distance between them is the length of the shortest path contained in P that connects them. A geodesic center of a set S of sites (points) with respect to P is a point in P that minimizes the geodesic distance to its farthest site. In many realistic facility location problems, however, the facilities are constrained to lie in feasible regions. In this paper, we show how to compute the geodesic centers constrained to a set of line segments or

Computer Graphics and Computer-Aided DesignComputer Science
10
Preprint|2 citations·2019
Finding pairwise intersections of rectangles in a query rectangle
Eunjin Oh, Hee-Kap Ahn
SJR Q3Computational GeometryOA
Computer Graphics and Computer-Aided DesignComputer Science
11
Book Chapter|2 citations·2018
Polygon Queries for Convex Hulls of Points
Eunjin Oh, Hee-Kap Ahn
SJR Q2Lecture notes in computer science
Computer Graphics and Computer-Aided DesignComputer Science
12
Article|2 citations·2018
Computing the center region and its variants
Eunjin Oh, Hee-Kap Ahn
SJR Q2Theoretical Computer Science
Computer Graphics and Computer-Aided DesignComputer Science
13
Preprint|1 citations·2018
The geodesic 2-center problem in a simple polygon
Eunjin Oh, Jean-Lou De Carufel, Hee-Kap Ahn
SJR Q3Computational GeometryOA
Computer Graphics and Computer-Aided DesignComputer Science
14
Article|1 citations·2023
Linear-time approximation scheme for k-means clustering of axis-parallel affine subspaces
Kyungjin Cho, Eunjin Oh
SJR Q3Computational GeometryOA

In this paper, we present a linear-time approximation scheme for k -means clustering of incomplete data points in d -dimensional Euclidean space . An incomplete data point with Δ > 0 unspecified entries is represented as an axis-parallel affine subspace of dimension Δ. The distance between two incomplete data points is defined as the Euclidean distance between two closest points in the axis-parallel affine subspaces corresponding to the data points. We present an algorithm for k -means clusterin

Artificial IntelligenceComputer Science
15
Article|1 citations·2018
Point Location in Incremental Planar Subdivisions
Eunjin Oh
DROPS (Schloss Dagstuhl – Leibniz Center for Informatics)OA

We study the point location problem in incremental (possibly disconnected) planar subdivisions, that is, dynamic subdivisions allowing insertions of edges and vertices only. Specifically, we present an O(n log n)-space data structure for this problem that supports queries in O(log^2 n) time and updates in O(log n log log n) amortized time. This is the first result that achieves polylogarithmic query and update times simultaneously in incremental planar subdivisions. Its update time is significan

Computer Graphics and Computer-Aided DesignComputer Science

Research Areas

Computer Graphics and Computer-Aided DesignComputational Theory and MathematicsElectrical and Electronic EngineeringSignal ProcessingArtificial IntelligenceComputer Networks and Communications

Eunjin Ohの研究をNubintでさらに深く

この研究室の論文をアプリで開き、AIと共に読み、要約し、引用しましょう。