Skip to main content

이주용 교수

Jooyong Yi

UNIST 컴퓨터공학과 · 컴퓨터과학

연구실 소개

이주용 교수의 연구실은 자동 프로그램 수리(Automated Program Repair, APR) 기반의 소프트웨어 품질 향상 기술을 핵심으로 하며, 특히 인간이 이해하고 수용할 수 있는 간결하고 의미적으로 타당한 패치를 효율적으로 생성하는 데 중점을 둡니다. 연구는 프로그램의 구조를 최대한 유지하면서도 오류를 정확히 수정할 수 있는 의미 기반 수리 기법을 개발하고 있으며, 실제 소프트웨어 개발 현장에서의 적용 가능성을 고려한 실용성 중심의 연구를 진행하고 있습니다. 또한, 교육 현장에서의 오류 수정 피드백 자동화와 같은 실질적 응용 가능성에도 주목하고 있습니다.

자동 프로그램 수리의미 기반 수리간결한 패치 생성소프트웨어 품질 향상실용성 중심 연구

연구 현황

논문 수
44
총 인용 수
1,343
최근 5년 논문
16
주요 분야
컴퓨터과학

연구 성과 추이

표시된 성과는 수집된 데이터 기준으로 산출되며, 일부 차이가 있을 수 있습니다.

5개년 연도별 논문 게재 수
16총합
2020
2022
2023
2024
2025
5개년 연도별 피인용 수
46총합
20202022202320242025

주요 논문

15
1
논문|인용수 509·2016
Angelix
Sergey Mechtaev, Jooyong Yi, Abhik Roychoudhury

Since debugging is a time-consuming activity, automated program repair tools such as GenProg have garnered interest. A recent study revealed that the majority of GenProg repairs avoid bugs simply by deleting functionality. We found that SPR, a state-of-the-art repair tool proposed in 2015, still deletes functionality in their many "plausible" repairs. Unlike generate-and-validate systems such as GenProg and SPR, semantic analysis based repair techniques synthesize a repair based on semantic info

SoftwareComputer Science
2
논문|인용수 177·2015
DirectFix: Looking for Simple Program Repairs
Sergey Mechtaev, Jooyong Yi, Abhik Roychoudhury
2015 IEEE/ACM 37th IEEE International Conference on Software Engineering

Recent advances in program repair techniques have raised the possibility of patching bugs automatically. For an automatically generated patch to be accepted by developers, it should not only resolve the bug but also satisfy certain human-related factors including readability and comprehensibility. In this paper, we focus on the simplicity of patches (the size of changes). We present a novel semantics-based repair method that generates the simplest patch such that the program structure of the bug

SoftwareComputer Science
3
논문|인용수 169·2015
DirectFix: looking for simple program repairs
Sergey Mechtaev, Jooyong Yi, Abhik Roychoudhury
UCL Discovery (University College London)OA

Recent advances in program repair techniques have raised the possibility of patching bugs automatically. For an automatically generated patch to be accepted by developers, it should not only resolve the bug but also satisfy certain humanrelated factors including readability and comprehensibility. In this paper, we focus on the simplicity of patches (the size of changes). We present a novel semantics-based repair method that generates the simplest patch such that the program structure of the bugg

SoftwareComputer Science
4
논문|인용수 127·2017
Codeflaws: a programming competition benchmark for evaluating automated program repair tools
Shin Hwei Tan, Jooyong Yi, Yulis, Sergey Mechtaev, Abhik Roychoudhury

Several automated program repair techniques have been proposed to reduce the time and effort spent in bug-fixing. While these repair tools are designed to be generic such that they could address many software faults, different repair tools may fix certain types of faults more effectively than other tools. Therefore, it is important to compare more objectively the effectiveness of different repair tools on various fault types. However, existing benchmarks on automated program repairs do not allow

SoftwareComputer Science
5
논문|인용수 111·2017
A feasibility study of using automated program repair for introductory programming assignments
Jooyong Yi, Umair Z. Ahmed, Amey Karkare, Shin Hwei Tan, Abhik Roychoudhury

Despite the fact an intelligent tutoring system for programming (ITSP) education has long attracted interest, its widespread use has been hindered by the difficulty of generating personalized feedback automatically. Meanwhile, automated program repair (APR) is an emerging new technology that automatically fixes software bugs, and it has been shown that APR can fix the bugs of large real-world software. In this paper, we study the feasibility of marrying intelligent programming tutoring and APR.

SoftwareComputer Science
6
논문|인용수 44·2017
What do software engineers care about? gaps between research and practice
Vladimir Ivanov, Alan J. Rogers, Giancarlo Succi, Jooyong Yi, V Zorin

It is a cliche to say that there is a gap between research and practice. As the interest and importance in the practical impact of research has been growing, the gap between research and practice is expected to be narrowing. However, our study reveals that there still seems to be a wide gap. We survey so ware engineers about what they care about when developing so ware. We then compare our survey results with the research topics of the papers published in ICSE/FSE recently. We found the followin

Information SystemsComputer Science
7
논문|인용수 35·2017
A correlation study between automated program repair and test-suite metrics
Jooyong Yi, Shin Hwei Tan, Sergey Mechtaev, Marcel Böhme, Abhik Roychoudhury
SJR Q1Empirical Software Engineering
SoftwareComputer Science
8
논문|인용수 20·2018
Design and validation of precooked developer dashboards
Vladimir Ivanov, Vladislav Pischulin, Alan J. Rogers, Giancarlo Succi, Jooyong Yi, V Zorin

Despite increasing popularity of developer dashboards, the effectiveness of dashboards is still in question. In order to design a dashboard that is effective and useful for developers, it is important to know (a) what information developers need to see in a dashboard, and (b) how developers want to use a dashboard with that necessary information. To answer these questions, we conducted two series of face-to-face individual interviews with developers. In the first step we analyzed answers, build

Information SystemsComputer Science
9
논문|인용수 15·2022
Speeding up constraint-based program repair using a search-based technique
Jooyong Yi, Elkhan Ismayilzada
SJR Q1Information and Software TechnologyOA
SoftwareComputer Science
10
논문|인용수 14·2018
A correlation study between automated program repair and test-suite metrics
Jooyong Yi, Shin Hwei Tan, Sergey Mechtaev, Marcel Böhme, Abhik Roychoudhury

Automated program repair has attracted attention due to its potential to reduce debugging cost. Prior works show the feasibility of automated repair, and the research focus is gradually shifting towards the quality of generated patches. One promising direction is to control the quality of generated patches by controlling the quality of test-suites used. In this paper, 1we investigate the question: "Can traditional test-suite metrics used in software testing be used for automated program repair?"

SoftwareComputer Science
11
논문|인용수 14·2013
Expressing and checking intended changes via software change contracts
Jooyong Yi, Dawei Qi, Shin Hwei Tan, Abhik Roychoudhury

Software errors often originate from incorrect changes, including incorrect program fixes, incorrect feature updates and so on. Capturing the intended program behavior explicitly via contracts is thus an attractive proposition. In our recent work, we had espoused the notion of "change contracts" to express the intended program behavior changes across program versions. Change contracts differ from program contracts in that they do not require the programmer to describe the intended behavior of pr

Information SystemsComputer Science
12
논문|인용수 13·2018
Understanding the impact of pair programming on the minds of developers
Sara Busechian, Vladimir Ivanov, Alan J. Rogers, Ilyas Sirazitdinov, Giancarlo Succi, Alexander Tormasov, Jooyong Yi

Software is mostly, if not entirely, a knowledge artifact. Software best practices are often thought to work because they induce more productive behaviour in software developers. In this paper we deployed a new generation tool, portable multichannel EEG, to obtain direct physical insight into the mental processes of working software developers engaged in their standard activities. We have demonstrated the feasibility of this approach and obtained a glimpse of its potential power to distinguish p

Cognitive NeuroscienceNeuroscience
13
논문|인용수 10·2023
BUGSC++: A Highly Usable Real World Defect Benchmark for C/C++
Gabin An, Minhyuk Kwon, Kyunghwa Choi, Jooyong Yi, Shin Yoo

As software systems grow larger and more complex, debugging takes up an increasingly significant portion of developers' time and efforts during software maintenance. To aid software engineers in debugging, many automated debugging and repair techniques have been proposed. Both the development and evaluation of these automated techniques depend on benchmarks of bugs. While many different defect benchmarks have been developed, only a few benchmarks are widely used due to the origin of the collecte

SoftwareComputer Science
14
논문|인용수 9·2018
Precooked developer dashboards
Vladimir Ivanov, Alan J. Rogers, Giancarlo Succi, Jooyong Yi, Vasiii Zorin

Designing an effective and useful dashboard is expensive and it would be important to determine if it is possible to elaborate a "generic" useful and effective dashboard, usable in a variety of circumstances. To determine if it is possible to develop such dashboard and, if so, its structure we interviewed 67 software engineers from 44 different companies. Their answers made us confident in the possibility of building such dashboard.

Information SystemsComputer Science
15
논문|인용수 9·2018
A new architecture and implementation strategy for non-invasive software measurement systems
Anton Bykov, Vladimir Ivanov, Alan J. Rogers, Alexandr Shunevich, Alberto Sillitti, Giancarlo Succi, Alexander Tormasov, Jooyong Yi, Albert Zabirov, Denis Zaplatnikov

Despite that non-invasive software measurement tools have proven their usefulness in software production, their adoption in software industry is still limited. Reasons for the limited distributions have been studied and analysed recently. In this paper, we propose a new architecture for non-invasive software measurement systems that address the problems of the existing systems. The outcome of our early experimentation is quite promising and gives us the desired additional confidence on its succe

Information SystemsComputer Science

대표 연구 분야

SoftwareInformation SystemsArtificial IntelligenceManagement Science and Operations ResearchCognitive NeurosciencePlant Science

이주용 교수의 연구를 Nubint에서 더 깊이 살펴보세요

이 연구실의 논문을 앱에서 열어 AI와 함께 읽고, 핵심을 요약하고, 내 글에 인용하세요.