Skip to main content

Sooyoung Cha

Sungkyunkwan University · Computer Science

About the Lab

Professor Sooyoung Cha's research lab specializes in program analysis and software testing, with a strong focus on improving the reliability and coverage of automated testing techniques for complex software systems. The lab develops advanced dynamic analysis and symbolic execution techniques—such as concolic testing, dynamic symbolic execution, and fuzzing—by integrating adaptive search heuristics, learning-based strategies, and input template mechanisms. A central theme in their work is overcoming fundamental challenges like path explosion and low code coverage through intelligent, data-driven, and adaptive testing strategies. Their research bridges the gap between theoretical testing algorithms and practical deployment in real-world software, especially in safety-critical domains.

concolic testingdynamic symbolic executionfuzzingsearch heuristicsadaptive testing

Research Overview

Papers
26
Total Citations
212
Papers (5y)
14
Primary Field
Computer Science

Research Output Trend

Figures are computed from collected data and may differ slightly.

Publications per year (5y)
14total
2022
2023
2024
2025
2026
Citations per year (5y)
29total
20222023202420252026

Selected Papers

15
1
Article|63 citations·2020
Effective white-box testing of deep neural networks with adaptive neuron-selection strategy
Seokhyun Lee, Sooyoung Cha, Dain Lee, Hakjoo Oh

We present Adapt, a new white-box testing technique for deep neural networks. As deep neural networks are increasingly used in safety-first applications, testing their behavior systematically has become a critical problem. Accordingly, various testing techniques for deep neural networks have been proposed in recent years. However, neural network testing is still at an early stage and existing techniques are not yet sufficiently effective. In this paper, we aim to advance this field, in particula

Artificial IntelligenceComputer Science
2
Article|35 citations·2018
Automatically generating search heuristics for concolic testing
Sooyoung Cha, Seongjoon Hong, Junhee Lee, Hakjoo Oh

We present a technique to automatically generate search heuristics for concolic testing. A key challenge in concolic testing is how to effectively explore the program's execution paths to achieve high code coverage in a limited time budget. Concolic testing employs a search heuristic to address this challenge, which favors exploring particular types of paths that are most likely to maximize the final coverage. However, manually designing a good search heuristic is nontrivial and typically ends u

SoftwareComputer Science
3
Article|22 citations·2019
Concolic testing with adaptively changing search heuristics
Sooyoung Cha, Hakjoo Oh

We present Chameleon, a new approach for adaptively changing search heuristics during concolic testing. Search heuristics play a central role in concolic testing as they mitigate the path-explosion problem by focusing on particular program paths that are likely to increase code coverage as quickly as possible. A variety of techniques for search heuristics have been proposed over the past decade. However, existing approaches are limited in that they use the same search heuristics throughout the e

SoftwareComputer Science
4
Article|21 citations·2023
Learning Seed-Adaptive Mutation Strategies for Greybox Fuzzing
Myungho Lee, Sooyoung Cha, Hakjoo Oh

In this paper, we present a technique for learning seed-adaptive mutation strategies for fuzzers. The performance of mutation-based fuzzers highly depends on the mutation strategy that specifies the probability distribution of selecting mutation methods. As a result, developing an effective mutation strategy has received much attention recently, and program-adaptive techniques, which observe the behavior of the target program to learn the optimized mutation strategy per program, have become a tr

SoftwareComputer Science
5
Article|15 citations·2021
Enhancing Dynamic Symbolic Execution by Automatically Learning Search Heuristics
Sooyoung Cha, Seongjoon Hong, Jiseong Bak, Jingyoung Kim, Junhee Lee, Hakjoo Oh
SJR Q1IEEE Transactions on Software Engineering

We present a technique to automatically generate search heuristics for dynamic symbolic execution. A key challenge in dynamic symbolic execution is how to effectively explore the program's execution paths to achieve high code coverage in a limited time budget. Dynamic symbolic execution employs a search heuristic to address this challenge, which favors exploring particular types of paths that are most likely to maximize the final coverage. However, manually designing a good search heuristic is n

SoftwareComputer Science
6
Article|15 citations·2018
Template-guided concolic testing via online learning
Sooyoung Cha, Seonho Lee, Hakjoo Oh

We present template-guided concolic testing, a new technique for effectively reducing the search space in concolic testing. Addressing the path-explosion problem has been a significant challenge in concolic testing. Diverse search heuristics have been proposed to mitigate this problem but using search heuristics alone is not sufficient to substantially improve code coverage for real-world programs. The goal of this paper is to complement existing techniques and achieve higher coverage by exploit

SoftwareComputer Science
7
Book Chapter|14 citations·2016
Learning a Strategy for Choosing Widening Thresholds from a Large Codebase
Sooyoung Cha, Sehun Jeong, Hakjoo Oh
SJR Q2Lecture notes in computer science
Information SystemsComputer Science
8
Article|13 citations·2020
Making symbolic execution promising by learning aggressive state-pruning strategy
Sooyoung Cha, Hakjoo Oh

We present HOMI, a new technique to enhance symbolic execution by maintaining only a small number of promising states. In practice, symbolic execution typically maintains as many states as possible in a fear of losing important states. In this paper, however, we show that only a tiny subset of the states plays a significant role in increasing code coverage or reaching bug points. Based on this observation, HOMI aims to minimize the total number of states while keeping “promising” states during s

SoftwareComputer Science
9
Article|4 citations·2022
SymTuner
Sooyoung Cha, Myungho Lee, Seokhyun Lee, Hakjoo Oh
Proceedings of the 44th International Conference on Software Engineering

We present SymTuner, a novel technique to automatically tune external parameters of symbolic execution. Practical symbolic execution tools have important external parameters (e.g., symbolic arguments, seed input) that critically affect their performance. Due to the huge parameter space, however, manually customizing those parameters is notoriously difficult even for experts. As a consequence, symbolic execution tools have typically been used in a suboptimal manner that, for example, simply relie

SoftwareComputer Science
10
Article|3 citations·2018
A scalable learning algorithm for data-driven program analysis
Sooyoung Cha, Sehun Jeong, Hakjoo Oh
SJR Q1Information and Software Technology
Hardware and ArchitectureComputer Science
11
Article|3 citations·2024
FeatMaker: Automated Feature Engineering for Search Strategy of Symbolic Execution
J.B. Yoon, Sooyoung Cha
Proceedings of the ACM on software engineering.OA

We present FeatMaker , a novel technique that automatically generates state features to enhance the search strategy of symbolic execution. Search strategies, designed to address the well-known state-explosion problem, prioritize which program states to explore. These strategies typically depend on a “state feature” that describes a specific property of program states, using this feature to score and rank them. Recently, search strategies employing multiple state features have shown superior perf

SoftwareComputer Science
12
dataset|2 citations·2020
Replication Package for Article: Effective White-box Testing of Deep Neural Networks with Adaptive Neuron-Selection Strategy
Seokhyun Lee, Sooyoung Cha, Dain Lee, Hakjoo Oh
Artifact Digital Object Group
Control and Systems EngineeringEngineering
13
Preprint|1 citations·2019
Enhancing Dynamic Symbolic Execution by Automatically Learning Search Heuristics
Sooyoung Cha, Seongjoon Hong, Jingyoung Kim, Junhee Lee, Hakjoo Oh
arXiv (Cornell University)OA

We present a technique to automatically generate search heuristics for dynamic symbolic execution. A key challenge in dynamic symbolic execution is how to effectively explore the program's execution paths to achieve high code coverage in a limited time budget. Dynamic symbolic execution employs a search heuristic to address this challenge, which favors exploring particular types of paths that are most likely to maximize the final coverage. However, manually designing a good search heuristic is n

SoftwareComputer Science
14
paratext|1 citations·2022
SymTuner: Maximizing the Power of Symbolic Execution by Adaptively Tuning External Parameters
Sooyoung Cha, Myungho Lee, Seokhyun Lee, Hakjoo Oh
Zenodo (CERN European Organization for Nuclear Research)OA

<strong>SymTuner</strong> SymTuner is a tool that automatically <strong>tunes external parameters of symbolic execution</strong> via online learning. This tool is implemented on the top of KLEE, a publicly available symbolic execution tool for testing C programs. For more technical details, please read our paper which will be published at ICSE'22. The detailed description (e.g., Install, Usage) of the tool is available on the public repository: https://github.com/skkusal/symtuner

Hardware and ArchitectureComputer Science
15
paratext|0 citations·2022
SymTuner: Maximizing the Power of Symbolic Execution by Adaptively Tuning External Parameters
Sooyoung Cha, Myungho Lee, Seokhyun Lee, Hakjoo Oh
Zenodo (CERN European Organization for Nuclear Research)OA

<strong>SymTuner</strong> SymTuner is a tool that automatically <strong>tunes external parameters of symbolic execution</strong> via online learning. This tool is implemented on the top of KLEE, a publicly available symbolic execution tool for testing C programs. For more technical details, please read our paper which will be published at ICSE'22. The detailed description (e.g., Install, Usage) of the tool is available on the public repository: https://github.com/skkusal/symtuner

Hardware and ArchitectureComputer Science

Research Areas

SoftwareHardware and ArchitectureInformation SystemsSignal ProcessingArtificial IntelligenceControl and Systems Engineering

Dive deeper into Sooyoung Cha's research on Nubint

Open this lab's papers in the app to read with AI, summarize, and cite in your writing.