Arrow Research search

Author name cluster

Shinwoo An

Possible papers associated with this exact author name in Arrow. This page groups case-insensitive exact name matches and is not a full identity disambiguation profile.

2 papers
2 author rows

Possible papers

2

STOC Conference 2025 Conference Paper

Approximation Algorithms for the Geometric Multimatching Problem

  • Shinwoo An
  • Eunjin Oh 0001
  • Jie Xue 0003

Let S and T be two point sets in a metric space ( M , d ) with | S |+| T |= n , and b : S ∪ T → ℕ be a function satisfying b ( s )≤ | T | for s ∈ S and b ( t )≤ | S | for t ∈ T . We call a function µ: S × T → {0,1} a multimatching between S and T with respect to b if for each s ∈ S (and t ∈ T ), the number of points t ∈ T (and s ∈ S ) with µ( s , t )=1 is at least b ( s ) (and b ( t )). The cost of a multimatching µ is defined as cost(µ)=∑ ( s , t ) µ( s , t )· d ( s , t ) where d ( s , t ) is the distance between s and t in M . The geometric multimatching problem aims to find a multimatching that minimizes its cost. The special case that b ( v )=1 for all v ∈ S ∪ T is known as the geometric many-to-many matching problem . We present two results for the geometric multimatching problem and the geometric many-to-many matching problem when a metric space M has a doubling dimension ddim . Notably, we present the first near-linear-time approximation scheme for the geometric multimatching problem with respect to the output size. Furthermore, our second result improves the best-known (1+ε)-approximation algorithm for the geometric many-to-many matching problem presented by Bandyapadhyay and Xue [SoCG24], winning the best paper award at SoCG’24. More specifically, we present the following two algorithms: 1. A (1/ε) O ( ddim ) B log 2 n -time deterministic algorithm that returns a multimatching of cost at most (1+ε) times the cost of an optimal multimatching for any constant ε>0, where B denotes the summation of b ( v ) for all v ∈ S ∪ T . 2. A (1/ε) O ( ddim ) n log n -time deterministic algorithm that returns a many-to-many matching of cost at most (1+ε) times the cost of an optimal many-to-many matching for any constant ε>0.

AAAI Conference 2025 Conference Paper

Pre-Assignment Problem for Unique Minimum Vertex Cover on Bounded Clique-Width Graphs

  • Shinwoo An
  • Yeonsu Chang
  • Kyungjin Cho
  • O-Joung Kwon
  • Myounghwan Lee
  • Eunjin Oh
  • Hyeonjun Shin

Horiyama et al. (AAAI 2024) considered the problem of generating instances with a unique minimum vertex cover under certain conditions. The Pre-assignment for Uniquification of Minimum Vertex Cover problem (shortly PAU-VC) is the problem, for given a graph G, to find a minimum set S of vertices in G such that there is a unique minimum vertex cover of G containing S. We show that PAU-VC is fixed parameter tractable parameterized by clique-width, which improves an exponential algorithm for trees given by Horiyama et al. Among natural graph classes with unbounded clique-width, we show that the problem can be solved in polynomial time on split graphs and unit interval graphs.

v2026.09.13