Skip to main content

Jong-Woo Song

Ewha Womans University · 情報科学

研究室紹介

Professor Jong-Woo Song's research lab specializes in computational biology, machine learning, and data science, with a focus on developing advanced analytical methods for biological and biomedical data. The lab investigates gene regulatory networks in pathogenic fungi, particularly Fusarium graminearum, using transcriptomic approaches to understand toxin biosynthesis and pathogenicity. In parallel, the lab pioneers innovative machine learning techniques—especially deep learning and ensemble methods—for challenging data types, including tabular data, image classification, and high-dimensional omics data. The integration of statistical learning with biological and real-world applications defines the lab’s interdisciplinary approach.

machine learningdeep learninggene selectionrandom foresttabular data

Research Overview

Papers
96
Total Citations
871
Papers (5y)
19
Primary Field
情報科学

Research Output Trend

Figures are computed from collected data and may differ slightly.

Publications per year (5y)
19total
2021
2022
2023
2024
2025
Citations per year (5y)
44total
20212022202320242025

Selected Papers

15
1
Article|262 citations·2009
Global gene regulation by Fusarium transcription factors Tri6 and Tri10 reveals adaptations for toxin biosynthesis
Kyeyong Seong, Matias Pasquali, Xiaoying Zhou, Jongwoo Song, Karen Hilburn, Susan P. McCormick, Yanhong Dong, Jin‐Rong Xu, Harold Kistler
SJR Q1Molecular Microbiology

Trichothecenes are isoprenoid mycotoxins produced in wheat infected with the filamentous fungus Fusarium graminearum. Some fungal genes for trichothecene biosynthesis (Tri genes) are known to be under control of transcription factors encoded by Tri6 and Tri10. Tri6 and Tri10 deletion mutants were constructed in order to discover additional genes regulated by these factors in planta. Both mutants were greatly reduced in pathogenicity and toxin production and these phenotypes were largely restored

Plant ScienceAgricultural and Biological Sciences
2
Article|79 citations·2019
Introduction to convolutional neural network using Keras; an understanding from a statistician
Hagyeong Lee, Jongwoo Song
SJR Q3Communications for Statistical Applications and MethodsOA

Deep Learning is one of the machine learning methods to find features from a huge data using non-linear transformation. It is now commonly used for supervised learning in many fields. In particular, Convolutional Neural Network (CNN) is the best technique for the image classification since 2012. For users who consider deep learning models for real-world applications, Keras is a popular API for neural networks written in Python and also can be used in R. We try examine the parameter estimation pr

Artificial IntelligenceComputer Science
3
Article|77 citations·2015
Bias corrections for Random Forest in regression using residual rotation
Jongwoo Song
SJR Q3Journal of the Korean Statistical Society
Artificial IntelligenceComputer Science
4
Article|61 citations·2003
Microarray analysis of changes in bone cell gene expression early after cadmium gavage in mice
Akhila Regunathan, David A. Glesne, Allison K. Wilson, Jongwoo Song, Dan L. Nicolae, Tony Flores, Maryka H. Bhattacharyya
SJR Q2Toxicology and Applied Pharmacology
Health, Toxicology and MutagenesisEnvironmental Science
5
Article|47 citations·2017
Parameter and quantile estimation for the generalized Pareto distribution in peaks over threshold framework
Suyeon Kang, Jongwoo Song
SJR Q3Journal of the Korean Statistical Society
FinanceEconomics, Econometrics and Finance
6
Article|36 citations·2011
A quantile estimation for massive data with generalized Pareto distribution
Jongwoo Song, Seongjoo Song
SJR Q1Computational Statistics & Data Analysis
FinanceEconomics, Econometrics and Finance
7
Article|27 citations·2023
Recent deep learning methods for tabular data
Yejin Hwang, Jongwoo Song
SJR Q3Communications for Statistical Applications and MethodsOA

Deep learning has made great strides in the field of unstructured data such as text, images, and audio.However, in the case of tabular data analysis, machine learning algorithms such as ensemble methods are still better than deep learning.To keep up with the performance of machine learning algorithms with good predictive power, several deep learning methods for tabular data have been proposed recently.In this paper, we review the latest deep learning models for tabular data and compare the perfo

Artificial IntelligenceComputer Science
8
Article|25 citations·2015
Bias corrections for Random Forest in regression using residual rotation
송종우

This paper studies bias correction methods for Random Forest in regression. Random Forest is a special bagging trees that can be used in regression and classification. It is a popular method because of its high prediction accuracy. However, we find that Random Forest can have significant bias in regression at times. We propose a method to reduce the bias of Random Forest in regression using residual rotation. The real data applications show that our method can reduce the bias of Random Forest si

9
Article|17 citations·2017
Robust gene selection methods using weighting schemes for microarray data analysis
Suyeon Kang, Jongwoo Song
SJR Q1BMC BioinformaticsOA

BACKGROUND: A common task in microarray data analysis is to identify informative genes that are differentially expressed between two different states. Owing to the high-dimensional nature of microarray data, identification of significant genes has been essential in analyzing the data. However, the performances of many gene selection techniques are highly dependent on the experimental conditions, such as the presence of measurement error or a limited number of sample replicates. RESULTS: We have

Molecular BiologyBiochemistry, Genetics and Molecular Biology
10
Article|12 citations·2010
Estimating the mixing proportion in a semiparametric mixture model
Seongjoo Song, Dan L. Nicolae, Jongwoo Song
SJR Q1Computational Statistics & Data Analysis
Artificial IntelligenceComputer Science
11
Article|11 citations·2008
A sequential clustering algorithm with applications to gene expression data
Jongwoo Song, Dan L. Nicolae
SJR Q3Journal of the Korean Statistical Society
Molecular BiologyBiochemistry, Genetics and Molecular Biology
12
Article|6 citations·2008
한국 프로스포츠 선수들의 연봉에 대한 다변량적 분석
송종우

We analyzed Korean professional basketball and baseball players salary under theassumption that it depends on the personal records and contribution to the team in theprevious year. We extensively used data visualization tools to check the relationshipamong the variables, to nd outliers and to do model diagnostics. We used multiplelinear regression and regression tree to t the model and used cross-validation to ndan optimal model. We check the relationship between variables carefully and chose as

13
Article|6 citations·2013
Predicting Gross Box Office Revenue for Domestic Films
송종우, 한수지

This paper predicts gross box office revenue for domestic films using the Korean film data from 2008--2011. We use three regression methods, Linear Regression, Random Forest and Gradient Boosting to predict the gross box office revenue. We only consider domestic films with a revenue size of at least KRW 500 million; relevant explanatory variables are chosen by data visualization and variable selection techniques. The key idea of analyzing this data is to construct the meaningful explanatory vari

14
Article|5 citations·2017
Feature selection for continuous aggregate response and its application to auto insurance data
Suyeon Kang, Jongwoo Song
SJR Q1Expert Systems with Applications
Statistics and ProbabilityMathematics
15
Article|3 citations·2008
A Comparison of Classification Methods for Credit Card Approval Using R
Jongwoo Song
Journal of the Korean society for quality management

The policy for credit card approval/disapproval is based on the applier's personal and financial information. In this paper, we will analyze 2 credit card approval data with several classification methods. We identify which variables are important factors to decide the approval of credit card. Our main tool is an open-source statistical programming environment R which is freely available from http://www.r-project.org. It is getting popular recently because of its flexibility and a lot of package

Health Information ManagementHealth Professions

Research Areas

Artificial IntelligenceFinanceMolecular BiologyStatistics and ProbabilityManagement Science and Operations ResearchComputer Science Applications

Jong-Woo Songの研究をNubintでさらに深く

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