Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Jae-Yeal Nam is active.

Publication


Featured researches published by Jae-Yeal Nam.


Journal of The Optical Society of America A-optics Image Science and Vision | 2006

Object-of-interest image segmentation based on human attention and semantic region clustering

Byoung Chul Ko; Jae-Yeal Nam

We propose a novel object-of-interest (OOI) segmentation algorithm for various images that is based on human attention and semantic region clustering. As object-based image segmentation is beyond current computer vision techniques, the proposed method segments an image into regions, which are then merged as a semantic object. At the same time, an attention window (AW) is created based on the saliency map and saliency points from an image. Within the AW, a support vector machine is used to select the salient regions, which are then clustered into the OOI using the proposed region merging. Unlike other algorithms, the proposed method allows multiple OOIs to be segmented according to the saliency map.


Micron | 2011

Automatic white blood cell segmentation using stepwise merging rules and gradient vector flow snake.

Byoung Chul Ko; Ja-Won Gim; Jae-Yeal Nam

This study aims at proposing a new stained WBC (white blood cell) image segmentation method using stepwise merging rules based on mean-shift clustering and boundary removal rules with a GVF (gradient vector flow) snake. This paper proposes two different schemes for segmenting the nuclei and cytoplasm of WBCs, respectively. For nuclei segmentation, a probability map is created using a probability density function estimated from samples of WBCs nuclei and sub-images cropped to include a nucleus based on the fact that nuclei have a salient color against the background and red blood cells. Mean-shift clustering is then performed for region segmentation, and a stepwise merging scheme applied to merge particle clusters with a nucleus. Meanwhile, for cytoplasm segmentation, morphological opening is applied to a green image to boost the intensity of the granules and canny edges detected within the sub-image. The boundary edges and noise edges are then removed using removal rules, while a GVF snake is forced to deform to the cytoplasm boundary edges. When evaluated using five different types of stained WBC, the proposed algorithm produced accurate segmentation results for most WBC types.


Journal of Digital Imaging | 2011

X-ray Image Classification Using Random Forests with Local Wavelet-Based CS-Local Binary Patterns

Byoung Chul Ko; Seong Hoon Kim; Jae-Yeal Nam

This paper presents a fast and efficient method for classifying X-ray images using random forests with proposed local wavelet-based local binary pattern (LBP) to improve image classification performance and reduce training and testing time. Most studies on local binary patterns and its modifications, including centre symmetric LBP (CS-LBP), focus on using image pixels as descriptors. To classify X-ray images, we first extract local wavelet-based CS-LBP (WCS-LBP) descriptors from local parts of the images to describe the wavelet-based texture characteristic. Then we apply the extracted feature vector to decision trees to construct random forests, which are an ensemble of random decision trees. Using the random forests with local WCS-LBP, we classified one test image into the category having the maximum posterior probability. Compared with other feature descriptors and classifiers, the proposed method shows both improved performance and faster processing time.


IEEE Transactions on Consumer Electronics | 2000

New fast-search algorithm for block matching motion estimation using temporal and spatial correlation of motion vector

Jae-Yeal Nam; Jae-Soo Seo; Jin-Suk Kwak; Myoung-Ho Lee; Yeong Ho Ha

This paper introduces a new technique that reduces the search time and improves the motion estimation accuracy by using the high temporal and spatial correlation of a motion vector. Instead of using a fixed first-search point, as in previous search algorithms, the proposed method identifies a more accurate first search point through compensating the search area based on the temporal and spatial correlation of a motion vector. Accordingly, the proposed algorithm is based on the consistent directivity and center-biased distribution property of a motion vector. As a result, the performance of the motion estimation is improved and the total number of search points used to find the motion vector of the current block is significantly reduced. Simulation results showed that the PSNR values improved up to 3.6 dB, depending on the image sequence, and advanced on average by about 1.7 dB. The comparative results demonstrated that the performance of the proposed algorithm was better than those of other fast-search algorithms whether the image sequence contained fast or slow motion, and similar to the performance of a full-search (FS) algorithm. Furthermore, the performance of the proposed scheme produced a superior subjective picture quality compared with other fast-search algorithms.


Journal of Digital Imaging | 2009

Microscopic Cell Nuclei Segmentation Based on Adaptive Attention Window

Byoung Chul Ko; MiSuk Seo; Jae-Yeal Nam

This paper presents an adaptive attention window (AAW)-based microscopic cell nuclei segmentation method. For semantic AAW detection, a luminance map is used to create an initial attention window, which is then reduced close to the size of the real region of interest (ROI) using a quad-tree. The purpose of the AAW is to facilitate background removal and reduce the ROI segmentation processing time. Region segmentation is performed within the AAW, followed by region clustering and removal to produce segmentation of only ROIs. Experimental results demonstrate that the proposed method can efficiently segment one or more ROIs and produce similar segmentation results to human perception. In future work, the proposed method will be used for supporting a region-based medical image retrieval system that can generate a combined feature vector of segmented ROIs based on extraction and patient data.


Image and Vision Computing | 2013

Spatiotemporal bag-of-features for early wildfire smoke detection

Byoung Chul Ko; JunOh Park; Jae-Yeal Nam

Wildfire smoke detection is particularly important for early warning systems, because smoke usually rises before flames arise. Therefore, this paper presents an automatic wildfire smoke detection method using computer vision and pattern recognition techniques. First, candidate blocks are identified using key-frame differences and nonparametric smoke color models to detect smoke-colored moving objects. Subsequently, three-dimensional spatiotemporal volumes are built by combining the candidate blocks in the current key-frame with the corresponding blocks in previous frames. A histogram of oriented gradient (HOG) is extracted, and a histogram of oriented optical flow (HOOF) is extracted as a temporal feature based on the fact that the direction of smoke diffusion is upward owing to thermal convection. From spatiotemporal features of training data, a visual codebook and a bag-of-features (BoF) histogram are generated using our proposed weighting scheme. For smoke verification, a random forest classifier is built during the training phase using the BoF histogram. The random forest with the BoF histogram can increase the detection accuracy performance when compared with related methods and allow smoke detection to be carried out in near real time.


Journal of Digital Imaging | 2012

Automatic medical image annotation and keyword-based image retrieval using relevance feedback

Byoung Chul Ko; Ji-Hyeon Lee; Jae-Yeal Nam

This paper presents novel multiple keywords annotation for medical images, keyword-based medical image retrieval, and relevance feedback method for image retrieval for enhancing image retrieval performance. For semantic keyword annotation, this study proposes a novel medical image classification method combining local wavelet-based center symmetric–local binary patterns with random forests. For keyword-based image retrieval, our retrieval system use the confidence score that is assigned to each annotated keyword by combining probabilities of random forests with predefined body relation graph. To overcome the limitation of keyword-based image retrieval, we combine our image retrieval system with relevance feedback mechanism based on visual feature and pattern classifier. Compared with other annotation and relevance feedback algorithms, the proposed method shows both improved annotation performance and accurate retrieval results.


international conference on machine learning and cybernetics | 2010

X-ray image classification using Random Forests with Local Binary Patterns

Seonghoon Kim; Ji-Hyun Lee; Byoung Chul Ko; Jae-Yeal Nam

This paper presents a novel algorithm for the efficient classification of X-ray images to enhance the accuracy and performance. As for describing the characteristics of X-ray image, new Local Binary Patterns (LBP) is employed that allows simple and efficient feature extraction for texture information. To achieve fast and accurate classification task, Random Forests that is decision tree based ensemble classifier is applied. Comparing with other feature descriptors and classifiers, the testing results show that the proposed method improves accuracy, especially the speed for either training or testing.


Optical Engineering | 2012

Wildfire smoke detection using temporospatial features and random forest classifiers

Byoung Chul Ko; Joon-Young Kwak; Jae-Yeal Nam

We propose a wildfire smoke detection algorithm that uses temporospatial visual features and an ensemble of decision trees and random forest classifiers. In general, wildfire smoke detection is particularly important for early warning systems because smoke is usually generated before flames; in addition, smoke can be detected from a long distance owing to its diffusion characteristics. In order to detect wildfire smoke using a video camera, temporospatial characteristics such as color, wavelet coefficients, motion orientation, and a histogram of oriented gradients are extracted from the preceding 100 corresponding frames and the current keyframe. Two RFs are then trained using independent temporal and spatial feature vectors. Finally, a candidate block is declared as a smoke block if the average probability of two RFs in a smoke class is maximum. The proposed algorithm was successfully applied to various wildfire-smoke and smoke-colored videos and performed better than other related algorithms.


workshop on applications of computer vision | 2013

Wildfire smoke detection using spatiotemporal bag-of-features of smoke

JunOh Park; Byoung Chul Ko; Jae-Yeal Nam; Soo Yeong Kwak

This paper presents a wildfire smoke detection method based on a spatiotemporal bag-of-features (BoF) and a random forest classifier. First, candidate blocks are detected using key-frame differences and non-parametric color models to reduce the computation time. Subsequently, spatiotemporal three-dimensional (3D) volumes are built by combining the candidate blocks in the current key-frame and the corresponding blocks in previous frames. A histogram of gradient (HOG) is extracted as a spatial feature, and a histogram of optical flow (HOF) is extracted as a temporal feature based on the fact that the diffusion direction of smoke is upward owing to thermal convection. Using these spatiotemporal features, a codebook and a BoF histogram are generated from training data. For smoke verification, a random forest classifier is built during the training phase by using the BoF histogram. The random forest with BoF histogram can increase the detection accuracy and allow smoke detection to be carried out in near real-time.

Collaboration


Dive into the Jae-Yeal Nam's collaboration.

Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Researchain Logo
Decentralizing Knowledge