EDBT 2026 Demo / reviewers in the wild / expert
Jihoon Jang 0002
dblp:03/5066-2
· DBLP profile ↗
4ranked-venue papers in the field
1as first author
4since 2021 · last 2026
0009-0007-6658-3789ORCID · reported
Domains — venue-derived; a paper can count in several
Database Systems & Data Management · 4 (1 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | CREST: Approximate k-Clique Counting in Real-World Networks via Refinement of Star-Based Sample Space
Yehyun Nam, Jihoon Jang 0002, Kunsoo Park, Joong Chae Na, Hyunjoon Kim 0001 |
Proc. VLDB Endow. | 2 |
| 2026 | DIST: Efficient k-Clique Listing via Induced Subgraph Trie
Yehyun Nam, Jihoon Jang 0002, Kunsoo Park |
VLDB J. | 2 |
| 2025 | Efficient Defective Clique Enumeration and Search with Worst-Case Optimal Search SpaceabstractA k -defective clique is a relaxation of the traditional clique definition, allowing up to k missing edges. This relaxation is crucial in various real-world applications such as link prediction, community detection, and social network analysis. Although the problems of enumerating maximal k -defective cliques and searching a maximum k -defective clique have been extensively studied, existing algorithms suffer from limitations such as the combinatorial explosion of small partial solutions and sub-optimal search spaces. To address these limitations, we propose a novel clique-first branch-and-bound framework that first generates cliques and then adds missing edges. Furthermore, we introduce a new pivoting technique that achieves a search space size of O (3 n/3 • n k ), where n is the number of vertices in the input graph. We prove that the worst-case number of maximal k -defective cliques is Ω(3 n/3 • n k ) when k is a constant, establishing that our algorithm's search space is worst-case optimal. Leveraging the diameter-two property of defective cliques, we further reduce the search space size to O (n • 3 δ/3 • (δ Δ) k ), where δ is the degeneracy and Δ is the maximum degree of the input graph. We also propose an efficient framework for maximum k -defective clique search based on our branch-and-bound, together with practical techniques to reduce the search space. Experiments on real-world benchmark datasets with more than 1 million edges demonstrate that each of our proposed algorithms for maximal k -defective clique enumeration and maximum k -defective clique search outperforms the respective state-of-the-art algorithms by up to four orders of magnitude in terms of processing time. Jihoon Jang 0002, Yehyun Nam, Kunsoo Park, Hyunjoon Kim 0001 |
Proc. ACM Manag. Data | 1 |
| 2024 | Time-Constrained Continuous Subgraph Matching Using Temporal Information for Filtering and BacktrackingabstractReal-time analysis of graphs containing temporal information, such as social media streams, Q&A networks, and cyber data sources, plays an important role in various applications. Among them, detecting patterns is one of the fundamental graph analysis problems. In this paper, we study time-constrained continuous subgraph matching, which detects a pattern with a strict partial order on the edge set in real-time whenever a temporal data graph changes over time. We propose a new algorithm based on two novel techniques. First, we introduce a filtering technique called time-constrained matchable edge that uses temporal information for filtering with polynomial space. Second, we develop time-constrained pruning techniques that reduce the search space by pruning some of the parallel edges in backtracking, utilizing temporal information. Extensive experiments on real and synthetic datasets show that our approach outperforms the state-of-the-art algorithm by up to two orders of magnitude in terms of query processing time. Seunghwan Min, Jihoon Jang 0002, Kunsoo Park, Dora Giammarresi, Giuseppe F. Italiano, Wook-Shin Han |
ICDE | 2 |