Skip to main content

문병로 교수

Byung-Ro Moon

서울대학교 · 컴퓨터과학

연구실 소개

문병로 교수의 연구실은 진화계산 및 지능형 최적화 기법을 중심으로, 유전적 알고리즘, 신경망, 그래프 기반 최적화 기법을 활용한 실생활 문제 해결에 중점을 두고 있습니다. 특히 특성 선택, 그래프 분할, 주식 시장 예측, 악성코드 탐지 등 다양한 분야에 응용 가능한 하이브리드 알고리즘 설계에 뛰어난 연구 성과를 내고 있으며, 병렬 처리 및 성능 분석 기법을 접목해 실용성과 효율성을 동시에 확보하고자 합니다. 연구는 이론적 분석과 실험적 검증을 기반으로 하며, 실제 데이터 기반의 실증 연구가 두드러집니다.

유전적 알고리즘하이브리드 최적화그래프 분할악성코드 탐지병렬 계산

연구 현황

논문 수
130
총 인용 수
2,618
최근 5년 논문
10
주요 분야
컴퓨터과학

연구 성과 추이

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

5개년 연도별 논문 게재 수
10총합
2017
2018
2019
2023
2025
5개년 연도별 피인용 수
181총합
20172018201920232025

주요 논문

15
1
논문|인용수 930·2004
Hybrid genetic algorithms for feature selection
Il-Seok Oh, Jin-Seon Lee, Byung-Ro Moon
SJR Q1FWCI 33.3IEEE Transactions on Pattern Analysis and Machine Intelligence

This paper proposes a novel hybrid genetic algorithm for feature selection. Local search operations are devised and embedded in hybrid GAs to fine-tune the search. The operations are parameterized in terms of their fine-tuning power, and their effectiveness and timing requirements are analyzed and compared. The hybridization technique produces two desirable effects: a significant improvement in the final performance and the acquisition of subset-size control. The hybrid GAs showed better converg

Artificial IntelligenceComputer Science
2
논문|인용수 174·2007
A Hybrid Neurogenetic Approach for Stock Forecasting
Yung‐Keun Kwon, Byung-Ro Moon
FWCI 8.3IEEE Transactions on Neural Networks

In this paper, we propose a hybrid neurogenetic system for stock trading. A recurrent neural network (NN) having one hidden layer is used for the prediction model. The input features are generated from a number of technical indicators being used by financial experts. The genetic algorithm (GA) optimizes the NN's weights under a 2-D encoding and crossover. We devised a context-based ensemble method of NNs which dynamically changes on the basis of the test day's context. To reduce the time in proc

Artificial IntelligenceComputer Science
3
논문|인용수 104·2018
Application of machine learning to an early warning system for very short-term heavy rainfall
Seung‐Hyun Moon, Yong-Hyuk Kim, Yong Hee Lee, Byung-Ro Moon
SJR Q1FWCI 3.4Journal of Hydrology
Atmospheric ScienceEarth and Planetary Sciences
4
논문|인용수 85·2011
Genetic approaches for graph partitioning
Jin Kim, Inwook Hwang, Yong-Hyuk Kim, Byung-Ro Moon
FWCI 5.4

The graph partitioning problem occurs in numerous applications such as circuit placement, matrix factorization, load balancing, and community detection. For this problem, genetic algorithm is a representative approach with competitive performance with many related papers being published. Although there are a number of surveys on graph partitioning, none of them deals with genetic algorithms in much detail. In this survey, a number of problem-specific issues in applying genetic algorithms to the

Electrical and Electronic EngineeringEngineering
5
논문|인용수 64·2002
An empirical study on the synergy of multiple crossover operators
Hyun-Sook Yoon, Byung-Ro Moon
SJR Q1FWCI 3.9IEEE Transactions on Evolutionary Computation

Typical evolutionary algorithms (EAs) exploit the different space-search properties of variation operators, such as crossover, mutation and local optimization. There are also various operators in each element. This paper provides an extensive empirical study on the synergy among multiple crossover operators. We choose a number of different crossover operators in an EA and investigate whether or not their combinations outperform the sole usage of the best crossover operator. The traveling salesma

Artificial IntelligenceComputer Science
6
논문|인용수 64·2010
Malware detection based on dependency graph using hybrid genetic algorithm
Keehyung Kim, Byung-Ro Moon
FWCI 5.5

Computer malware is becoming a serious threat to our daily life in the information-based society. Especially, script malwares has become famous recently, since a wide range of programs supported scripting, the fact that makes such malwares spread easily. Because of viral polymorphism, current malware detection technologies cannot catch up the exponential growth of polymorphic malwares. In this paper, we propose a detection mechanism for script malwares, using dependency graph analysis. Every scr

Signal ProcessingComputer Science
7
논문|인용수 63·2002
Toward minimal restriction of genetic encoding and crossovers for the two-dimensional Euclidean TSP
Soonchul Jung, Byung-Ro Moon
SJR Q1FWCI 6.0IEEE Transactions on Evolutionary Computation

In the field of evolutionary algorithms (EAs), many operators have been introduced for the traveling salesman problem (TSP). Most encoding schemes have various restrictions that often result in a loss of information contained in problem instances. We suggest a new chromosomal encoding scheme that pursues minimal information loss and a crossover scheme with minimal restriction for the two-dimensional (2D) Euclidean TSP. The most notable feature of the suggested crossover is that it uses the 2D to

Artificial IntelligenceComputer Science
8
논문|인용수 62·2010
Multiobjective evolutionary algorithms for dynamic social network clustering
Keehyung Kim, Bob McKay, Byung-Ro Moon
FWCI 3.3

The main focus of this paper is to propose integration of dynamic and multiobjective algorithms for graph clustering in dynamic environments under multiple objectives. The primary application is to multiobjective clustering in social networks which change over time. Social networks, typically represented by graphs, contain information about the relations (or interactions) among online materials (or people). A typical social network tends to expand over time, with newly added nodes and edges bein

Statistical and Nonlinear PhysicsPhysics and Astronomy
9
논문|인용수 55·2002
A new genetic approach for the traveling salesman problem
Thanh‐Tung Bui, Byung-Ro Moon
FWCI 8.6

A new genetic algorithm (GA) for the traveling salesman problem (TSP) is given. Two novel features of this algorithm are: (i) a new locus-based encoding/crossover pair, and (ii) a static preprocessing step which changes the encoding order of the vertices. It is believed that this algorithm is also applicable to other ordering problems, not just TSP. Experimental results on the standard benchmarks for TSP are favorable.< <ETX xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.

Artificial IntelligenceComputer Science
10
논문|인용수 49·2007
Geometric Crossovers for Multiway Graph Partitioning
Alberto Moraglio, Yong-Hyuk Kim, Yourim Yoon, Byung-Ro Moon
SJR Q2FWCI 2.1Evolutionary Computation

Geometric crossover is a representation-independent generalization of the traditional crossover defined using the distance of the solution space. By choosing a distance firmly rooted in the syntax of the solution representation as a basis for geometric crossover, one can design new crossovers for any representation. Using a distance tailored to the problem at hand, the formal definition of geometric crossover allows us to design new problem-specific crossovers that embed problem-knowledge in the

Electrical and Electronic EngineeringEngineering
11
논문|인용수 40·2005
Stock prediction based on financial correlation
Yung‐Keun Kwon, Sung-Soon Choi, Byung-Ro Moon
FWCI 2.1

In this paper, we propose a neuro-genetic stock prediction system based on financial correlation between companies. A number of input variables are produced from the relatively highly correlated companies. The genetic algorithm selects a set of informative input features among them for a recurrent neural network. It showed notable improvement over not only the buy-and-hold strategy but also the recurrent neural network using only the input variables from the target company.

Management Science and Operations ResearchDecision Sciences
12
논문|인용수 35·2018
Finding attractive technical patterns in cryptocurrency markets
Sungjoo Ha, Byung-Ro Moon
SJR Q1FWCI 6.2Memetic Computing
Information SystemsComputer Science
13
논문|인용수 34·1997
Improved Large-Step Markov Chain Variants for the Symmetric TSP
Inki Hong, Andrew B. Kahng, Byung-Ro Moon
SJR Q2FWCI 1.8Journal of Heuristics
Artificial IntelligenceComputer Science
14
논문|인용수 31·2008
Normalization for Genetic Algorithms With Nonsynonymously Redundant Encodings
Sung-Soon Choi, Byung-Ro Moon
SJR Q1FWCI 3.5IEEE Transactions on Evolutionary Computation

Normalization transforms one parent genotype to be consistent with the other before crossover. In this paper, we explain how normalization alleviates the difficulties caused by nonsynonymously redundant encodings in genetic algorithms. We define the encodings with maximally nonsynonymous property and prove that the encodings induce uncorrelated search spaces. Extensive experiments for a number of problems show that normalization transforms the uncorrelated search spaces to correlated ones and le

Artificial IntelligenceComputer Science
15
논문|인용수 25·2011
A theoretical and empirical study on unbiased boundary-extended crossover for real-valued representation
Yourim Yoon, Yong-Hyuk Kim, Alberto Moraglio, Byung-Ro Moon
SJR Q1FWCI 4.9Information Sciences
Artificial IntelligenceComputer Science

대표 연구 분야

Artificial IntelligenceElectrical and Electronic EngineeringManagement Science and Operations ResearchInformation SystemsComputer Vision and Pattern RecognitionIndustrial and Manufacturing Engineering

문병로 교수의 연구를 Nubint에서 더 깊이 살펴보세요

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