Skip to main content

Yunseok Choi

Sungkyunkwan University · 情報科学

研究室紹介

Professor Yunseok Choi's research lab specializes in advanced energy storage systems and intelligent computing technologies. The lab focuses on developing machine learning and deep learning models for accurate state-of-health prediction in lithium-ion and seawater batteries, emphasizing robustness across diverse chemistries and operating conditions. Additionally, the lab explores neuromorphic computing using two-dimensional materials, aiming to create next-generation low-power, high-efficiency computing systems. The integration of structural and sequential modeling in code summarization further highlights the lab’s interdisciplinary approach to AI-driven systems design.

energy storagebattery health prognosisneuromorphic computinggraph neural networksdeep learning for energy systems

Research Overview

Papers
73
Total Citations
362
Papers (5y)
28
Primary Field
情報科学

Research Output Trend

Figures are computed from collected data and may differ slightly.

Publications per year (5y)
28total
2022
2023
2024
2025
2026
Citations per year (5y)
100total
20222023202420252026

Selected Papers

15
1
Article|57 citations·2007
Power Delivery Network Design for 3D SIP Integrated over Silicon Interposer Platform
Heeseok Lee, YunSeok Choi, Eunseok Song, Kiwon Choi, Tae-Je Cho, Sayoun Kang

As mobile hand-held devices including mobile phone are required to provide multi-media services more and more, it is necessary that the various hardware including high speed memory, high capacity data storage device, and high performance logic processor are integrated into the limited volume, which results in high density 3D SIP. In this work, power delivery network for 3D SIP integrated on silicon interposer will be discussed. The silicon interposer used in 3D SIP includes integrated decoupling

Electrical and Electronic EngineeringEngineering
2
Article|26 citations·2021
Learning Sequential and Structural Information for Source Code Summarization
YunSeok Choi, JinYeong Bak, CheolWon Na, Jee-Hyong Lee
OA

We propose a model that learns both the sequential and the structural features of code for source code summarization. We adopt the abstract syntax tree (AST) and graph convolution to model the structural information and the Transformer to model the sequential information. We convert code snippets into ASTs and apply graph convolution to obtain structurally-encoded node representations. Then, the sequences of the graphconvolutioned AST nodes are processed by the Transformer layers. Since structur

Artificial IntelligenceComputer Science
3
Article|25 citations·2025
Advanced AI computing enabled by 2D material-based neuromorphic devices
YunSeok Choi, Siwoo Jeong, Hyeonu Jeong, Sangmoon Han, Jonghyeon Ko, Shimeng Yu, Zhihao Xu, Min Seong Chae, Minjae Son, Yuan Meng, Shuguang Xu, Ji‐Hoon Kang
npj Unconventional ComputingOA

Neuromorphic systems are emerging as a promising alternative to revolutionize silicon-based computing devices. Two-dimensional materials are considered promising candidates for active materials due to their unique advantages. This review provides a comprehensive overview of neuromorphic computing based on 2D materials, encompassing the development from the synaptic devices based on 2D materials to the neuromorphic system demonstration. Besides, we further outline various applications of neuromor

Electrical and Electronic EngineeringEngineering
4
Article|23 citations·2017
An all pixel PDAF CMOS image sensor with 0.64μmx1.28μm photodiode separated by self-aligned in-pixel deep trench isolation for high AF performance
Sungsoo Choi, Kyungho Lee, Jungbin Yun, Sungho Choi, Seung‐Joon Lee, Junghoon Park, Eun Sub Shim, Junghyung Pyo, Bumsuk Kim, Minwook Jung, Yunki Lee, Kyungmok Son

We present a CMOS image sensor (CIS) with phase detection auto-focus (PDAF) in all pixels. The size of photodiode (PD) is 0.64μm by 1.28μm, the smallest ever reported and two PDs compose a single pixel. Inter PD isolation was fabricated by deep trench isolation (DTI) process in order to obtain an accurate AF performance. The layout and depth of DTI was optimized in order to eliminate side effects and maximize the performance even at extremely low light condition up to 1lux. In particular the AF

Electrical and Electronic EngineeringEngineering
5
Article|22 citations·2010
Design and fabrication of compositionally graded inorganic oxide thin films: Mechanical, optical and permeation characteristics
YunSeok Choi, Xavier Bulliard, Anass Benayad, Y. Leterrier, Regina M. Black, K.-H. Lee, Dukhyun Choi, J.-J. Park, Jae-Hwan Kim
SJR Q1Acta MaterialiaOA
Materials ChemistryMaterials Science
6
Article|15 citations·2023
CodePrompt: Task-Agnostic Prefix Tuning for Program and Language Generation
YunSeok Choi, Jee-Hyong Lee
OA

In order to solve the inefficient parameter update and storage issues of fine-tuning in Natural Language Generation (NLG) tasks, prompt-tuning methods have emerged as lightweight alternatives.Furthermore, efforts to reduce the gap between pre-training and fine-tuning have shown successful results in low-resource settings.As large Pre-trained Language Models (PLMs) for Program and Language Generation (PLG) tasks are constantly being developed, prompt tuning methods are necessary for the tasks.How

Artificial IntelligenceComputer Science
7
Article|14 citations·2023
READSUM: Retrieval-Augmented Adaptive Transformer for Source Code Summarization
YunSeok Choi, CheolWon Na, Hyojun Kim, Jee-Hyong Lee
SJR Q1IEEE AccessOA

Code summarization is the process of automatically generating brief and informative summaries of source code to aid in software comprehension and maintenance. In this paper, we propose a novel model called READSUM, REtrieval-augmented ADaptive transformer for source code SUMmarization, that combines both abstractive and extractive approaches. Our proposed model generates code summaries in an abstractive manner, taking into account both the structural and sequential information of the input code,

Artificial IntelligenceComputer Science
8
Article|12 citations·2023
DIP: Dead code Insertion based Black-box Attack for Programming Language Model
CheolWon Na, YunSeok Choi, Jee-Hyong Lee
OA

Automatic processing of source code, such as code clone detection and software vulnerability detection, is very helpful to software engineers. Large pre-trained Programming Language (PL) models (such as CodeBERT, GraphCodeBERT, CodeT5, etc.), show very powerful performance on these tasks. However, these PL models are vulnerable to adversarial examples that are generated with slight perturbation. Unlike natural language, an adversarial example of code must be semantic-preserving and compilable. D

Information SystemsComputer Science
9
Article|7 citations·2020
Source Code Summarization Using Attention-Based Keyword Memory Networks
YunSeok Choi, Suah Kim, Jee-Hyong Lee

Recently, deep learning techniques have been developed for source code summarization. Most existing studies have simply adopted natural language processing techniques, because source code summarization can be considered as machine translation tasks from source code into descriptions. However, source code and its description are very different, not only in the languages of writing, but also in the purpose of writing. There is a large semantic gap between source codes in programming languages and

Artificial IntelligenceComputer Science
10
Article|7 citations·2022
TABS: Efficient Textual Adversarial Attack for Pre-trained NL Code Model Using Semantic Beam Search
YunSeok Choi, Hyojun Kim, Jee-Hyong Lee
OA

As pre-trained models have shown successful performance in program language processing as well as natural language processing, adversarial attacks on these models also attract attention.However, previous works on black-box adversarial attacks generated adversarial examples in a very inefficient way with simple greedy search. They also failed to find out better adversarial examples because it was hard to reduce the search space without performance loss.In this paper, we propose TABS, an efficient

Artificial IntelligenceComputer Science
11
Article|6 citations·2018
Abstractive summarization by neural attention model with document content memory
YunSeok Choi, Dahae Kim, Jee-Hyong Lee

In this paper, we propose a generative approach for abstractive summarization, which creates summaries based on a language model. The main goal of our paper is to generate a long sequence of words with coherent sentences by reflecting the key concepts of the original document and the characteristics of summaries. To achieve this goal, we propose an attention mechanism that uses Document Content Memory for learning the language model effectively. To evaluate its effectiveness, the proposed method

Artificial IntelligenceComputer Science
12
Article|6 citations·2008
Corrosion Characteristics of Coated Automotive Parts Subjected to Field and Proving Ground Tests
최윤석, 김정구, 김영식, 허주열

This project evaluated the corrosion damage over a five-year period of organic coated steels in automotive chassis parts during P/G and field tests using electrochemical impedance spectroscopy (EIS) in a 3.5 wt.% NaCl solution. EIS can provide both quantitative kinetic and mechanistic information about the performance of organic coating/metal systems. The difference in coating performance between the P/G and field test specimens was assessed in relation to the impedance parameters. In particular

13
Article|4 citations·2019
Neural attention model with keyword memory for abstractive document summarization
YunSeok Choi, Dahae Kim, Jee‐Hyong Lee
SJR Q2Concurrency and Computation Practice and Experience

Summary Abstractive summarization is the task of creating summaries by generating a set of novel sentences based on the information extracted from the original document, while most of summarization researches are based on extractive or compressive approaches. These approaches extract phrases from the original document and concatenate them by post‐processing and cannot truly encapsulate the contents of summaries, because they only reuse the phrases in the given document. Moreover, there are limit

Artificial IntelligenceComputer Science
14
Article|4 citations·2016
Recurrent Neural Network for Storytelling
YunSeok Choi, Suah Kim, Jee-Hyong Lee

Storytelling is the act of passing on what you want to tell other people as so interesting and true-to-life story. As the study in text mining progresses to express words, sentences and paragraphs as vector, it is possible to classify text and generate text using vectors. However, it has not much progressed to generate a correct flow of context and a correct grammar of context in text mining. In this paper, we propose first neural network model that learn one sentence and one vector is mapped fo

Artificial IntelligenceComputer Science
15
Book Chapter|3 citations·2001
Fabrication of a Solenoid-Type Microwave Transformer
YunSeok Choi, Jun‐Bo Yoon, Byung‐Il Kim, Euisik Yoon, Chul‐Hi Han
Electrical and Electronic EngineeringEngineering

Research Areas

Artificial IntelligenceElectrical and Electronic EngineeringInformation SystemsComputer Vision and Pattern RecognitionCognitive NeuroscienceMaterials Chemistry

Yunseok Choiの研究をNubintでさらに深く

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