• Title/Summary/Keyword: Multi-step process

Search Result 378, Processing Time 0.026 seconds

Defect Detection of Flat Panel Display Using Wavelet Transform (웨이블릿 변환을 이용한 FPD 결함 검출)

  • Kim, Sang-Ji;Lee, Youn-Ju;Yoon, Jeong-Ho;You, Hun;Lee, Byung-Gook;Lee, Joon-Jae
    • Journal of the Korean Society for Industrial and Applied Mathematics
    • /
    • v.10 no.1
    • /
    • pp.47-60
    • /
    • 2006
  • Due to the uneven illumination of FPD panel surface, it is difficult to detect the defects. The paper proposes a method to find the uneven illumination compensation using wavelets, which are done based on multi-resolution structure. The first step is to decompose the image into multi-resolution levels. Second, elimination of lowest smooth sub-image with highest frequency band removes the high frequency noise and low varying illumination. In particular, the main algorithm was implemented by lifting scheme for realtime inline process.

  • PDF

Laser Drilling System for Fabrication of Micro via Hole of PCB (인쇄회로기판의 미세 신호 연결 홀 형성을 위한 레이저 드릴링 시스템)

  • Cho, Kwang-Woo;Park, Hong-Jin
    • Journal of the Korean Society for Precision Engineering
    • /
    • v.27 no.10
    • /
    • pp.14-22
    • /
    • 2010
  • The most costly and time-consuming process in the fabrication of today's multi-layer circuit board is drilling interconnection holes between adjacent layers and via holes within a layer. Decreasing size of via holes being demanded and growing number of via holes per panel increase drilling costs. Component density and electronic functionality of today's multi-layer circuit boards can be improved with the introduction of cost-effective, variable depth laser drilled blind micro via holes, and interconnection holes. Laser technology is being quickly adopted into the circuit board industry but can be accelerated with the introduction of a true production laser drilling system. In order to get optimized condition for drilling to FPCB (Flexible Printed Circuit Board), we use various drill pattern as drill step. For productivity, we investigate drill path optimization method. And for the precise drilling the thermal drift of scanner and temperature change of scan system are tested.

Real-time Vehicle Recognition Mechanism using Support Vector Machines (SVM을 이용한 실시간 차량 인식 기법)

  • Chang, Jae-Khun
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.7 no.6
    • /
    • pp.1160-1166
    • /
    • 2006
  • The information of vehicle is very important for maintaining traffic order under the present complex traffic environments. This paper proposes a new vehicle plate recognition mechanism that is essential to know the information of vehicle. The proposed method uses SVM which is excellent object classification compare to other methods. Two-class SVM is used to find the location of vehicle plate and multi-class SVM is used to recognize the characters in the plate. As a real-time processing system using multi-step image processing and recognition process this method recognizes several different vehicle plates. Through the experimental results of real environmental image and recognition using the proposed method, the performance is proven.

  • PDF

Multi-family Housing Complex Breakdown Structure for Decision Making on Rehabilitation (노후 공동주택 개선여부 의사결정을 위한 공동주택 분류체계 개발)

  • Hong, Tae-Hoon;Kim, Hyun-Joong;Koo, Choong-Wan;Park, Sung-Ki
    • Korean Journal of Construction Engineering and Management
    • /
    • v.12 no.6
    • /
    • pp.101-109
    • /
    • 2011
  • As climate change is becoming the main issue, various efforts are focused on saving building energy consumption both at home and abroad. In particular, it is very important to save energy by maintenance, repair and rehabilitation of existing multi-family housing complex, because energy consumption in residential buildings is not only forming a great part of gross energy consumption in Korea but the number of deteriorated complexes is also sharply increasing. However, energy saving is not considered as a main factor in decision making on rehabilitation project. Also, any supporting tool is not appropriately prepared in existing process. As the first step for development of decision support system on rehabilitation, this paper developed a breakdown structure, which makes clusters of multi-family housing complexes. Decision tree, one of data mining methods, was used to make clusters based on the characteristics and energy consumption data of multi-family housing complexes. Energy saving and CO2 reduction will be maximized by considering energy consumption during rehabilitation process of multi-family housing complex, based on these results and following research.

Multi-Vector Document Embedding Using Semantic Decomposition of Complex Documents (복합 문서의 의미적 분해를 통한 다중 벡터 문서 임베딩 방법론)

  • Park, Jongin;Kim, Namgyu
    • Journal of Intelligence and Information Systems
    • /
    • v.25 no.3
    • /
    • pp.19-41
    • /
    • 2019
  • According to the rapidly increasing demand for text data analysis, research and investment in text mining are being actively conducted not only in academia but also in various industries. Text mining is generally conducted in two steps. In the first step, the text of the collected document is tokenized and structured to convert the original document into a computer-readable form. In the second step, tasks such as document classification, clustering, and topic modeling are conducted according to the purpose of analysis. Until recently, text mining-related studies have been focused on the application of the second steps, such as document classification, clustering, and topic modeling. However, with the discovery that the text structuring process substantially influences the quality of the analysis results, various embedding methods have actively been studied to improve the quality of analysis results by preserving the meaning of words and documents in the process of representing text data as vectors. Unlike structured data, which can be directly applied to a variety of operations and traditional analysis techniques, Unstructured text should be preceded by a structuring task that transforms the original document into a form that the computer can understand before analysis. It is called "Embedding" that arbitrary objects are mapped to a specific dimension space while maintaining algebraic properties for structuring the text data. Recently, attempts have been made to embed not only words but also sentences, paragraphs, and entire documents in various aspects. Particularly, with the demand for analysis of document embedding increases rapidly, many algorithms have been developed to support it. Among them, doc2Vec which extends word2Vec and embeds each document into one vector is most widely used. However, the traditional document embedding method represented by doc2Vec generates a vector for each document using the whole corpus included in the document. This causes a limit that the document vector is affected by not only core words but also miscellaneous words. Additionally, the traditional document embedding schemes usually map each document into a single corresponding vector. Therefore, it is difficult to represent a complex document with multiple subjects into a single vector accurately using the traditional approach. In this paper, we propose a new multi-vector document embedding method to overcome these limitations of the traditional document embedding methods. This study targets documents that explicitly separate body content and keywords. In the case of a document without keywords, this method can be applied after extract keywords through various analysis methods. However, since this is not the core subject of the proposed method, we introduce the process of applying the proposed method to documents that predefine keywords in the text. The proposed method consists of (1) Parsing, (2) Word Embedding, (3) Keyword Vector Extraction, (4) Keyword Clustering, and (5) Multiple-Vector Generation. The specific process is as follows. all text in a document is tokenized and each token is represented as a vector having N-dimensional real value through word embedding. After that, to overcome the limitations of the traditional document embedding method that is affected by not only the core word but also the miscellaneous words, vectors corresponding to the keywords of each document are extracted and make up sets of keyword vector for each document. Next, clustering is conducted on a set of keywords for each document to identify multiple subjects included in the document. Finally, a Multi-vector is generated from vectors of keywords constituting each cluster. The experiments for 3.147 academic papers revealed that the single vector-based traditional approach cannot properly map complex documents because of interference among subjects in each vector. With the proposed multi-vector based method, we ascertained that complex documents can be vectorized more accurately by eliminating the interference among subjects.

Micro cutting process technology for micro molds parts (마이크로 금형 부품을 위한 마이크로 절삭가공 기술)

  • Ha, Seok-Jae;Park, Jeong-Yeon;Kim, Gun-Hee;Yoon, Gil-Sang
    • Design & Manufacturing
    • /
    • v.13 no.1
    • /
    • pp.5-12
    • /
    • 2019
  • In this paper, we studied the micro tool deflection, micro cutting with low temperature, and deformation of micro ribs caused by cutting forces. First, we performed an integrated machining error compensation method based on captured images of tool deflection shapes in micro cutting process. In micro cutting process, micro tool deflection generates very serious problems in contrast to macro tool deflection. To get the real images of micro tool deflection, it is possible to estimate tool deflection in cutting conditions modeled and to compensate for machining errors using an iterative algorithm correcting tool path. Second, in macro cutting fields, the cryogenic cutting process has been applied to cut the refractory metal but, the serious problem may be generated in micro cutting fields by the cryogenic environment. However, if the proper low temperature is applied to micro cutting area, the cooling effect of cutting heat is expected. Such effect can make the reduction of tool wear and burr formation. For verifying this passibility, the micro cutting experiment at low temperature was performed and SEM images were analyzed. Third, the micro pattern was deformed by the cutting forces and the shape error occurred in the sidewall multi-step cutting process were minimized. As the results, the relationship between the cutting conditions and the deformation of micro-structure during micro cutting process was investigated.

Warpage of Flexible OLED under High Temperature Reliability Test (고온 신뢰성 시험에서 발생된 플렉서블 OLED의 휨 변형)

  • Lee, Mi-Kyoung;Suh, Il-Woong;Jung, Hoon-Sun;Lee, Jung-Hoon;Choa, Sung-Hoon
    • Journal of the Microelectronics and Packaging Society
    • /
    • v.23 no.1
    • /
    • pp.17-22
    • /
    • 2016
  • Flexible organic light-emitting diode (OLED) devices consist of multi-stacked thin films or layers comprising organic and inorganic materials. Due to thermal coefficient mismatch of the multi-layer films, warpage of the flexible OLED is generated during high temperature process of each layer. This warpage will create the critical issues for next production process, consequently lowering the production yield and reliability of the flexible OLED. In this study, we investigate the warpage behavior of the flexible OLED for each bonding process step of the multi-layer films using the experimental and numerical analysis. It is found that the polarizer film and barrier film show significant impact on warpage of flexible OLED, while the impact of the OCA film on warpage is negligible. The material that has the most dominant impact on the warpage is a plastic cover. In order to minimize the warpage of the flexible OLED, we estimate the optimal material properties of the plastic cover using design of experiment. It is found that the warpage of the flexible OLED is reduced to less than 1 mm using a cover plastic of optimized properties which are the elastic modulus of 4.2 GPa and thermal expansion coefficient of $20ppm/^{\circ}C$.

A Design of Bandwidth Allocation Scheme with Priority Consideration for Upstream Channel of Ethernet PON (Ethernet PON에서 서비스 클래스별 우선 순위를 고려한 상향 채널 대역 할당 기법)

  • 이호숙;유태환;문지현;이형호
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.28 no.11A
    • /
    • pp.859-866
    • /
    • 2003
  • In this paper, we designed the bandwidth allocation scheme with priority consideration for upstream channel access of EthernetPON. The objective of our scheme is to control the multi services in more effective way according to their CoS(Class of Service) or QoS(Quality of Service). The designed scheme considers transmission priority in the both side of OLT and ONU. In the OLT's view, the Two-step scheduling algorithm is applied with which we can support multiple bandwidth allocation policies simultaneously, i.e. SBA for the time-sensitive, constant rate transmission services and DBA for the best-effort services. This Two-step scheduling algorithm reduces the scheduling complexity by separating the process of transmission start time decision from the process of grant generation. In the ONU's view, the proposed scheme controls 8 priority queues of the 802.1d recommended 8 service classes. Higher priority queue is serviced in prior during the allowed GATE time from OLT. The OPNET modeling and simulation result compares the performance of each bandwidth allocation policy with SBA or DBA only approach.

Optical Characteristics of Iron Silicide Films Prepared by Plasma CVD (Plasma CVD에 의해 제조된 Iron Silicide 박막의 광학적 특성)

  • Kim, Kyung-soo;Yoon, Yong-soo;Jung, Il-Hyun
    • Applied Chemistry for Engineering
    • /
    • v.10 no.3
    • /
    • pp.343-348
    • /
    • 1999
  • The iron silicide films were prepared by chemical vapor deposition method using rf-plasma in variations of substrate temperature. rf-power, and ratio of $SiH_4$ and Fe-precursor. While iron silicide films are generally grown by ion beam synthesis (IBS) method of multi-step process, it is confirmed that iron silicide or $\beta$-phase consolidated $Fe_aSi_bC_cH_d$ was formed by one-step process in this study. The characteristics of films is variable because the different amounts of carbon and hydrogen was involved in the films as a function of dilute ratio of Fe-precursors and silane. It was shown that the different characteristics of films in carbon and hydrogen following the ratio of Fe-precursor and silane. The optical gap energy of films fabricated according to substrate temperature was invariant because active site brought in desorption of hydrogen was limiled. When rf-power was above 240 watt, the optical gap energy turned out to have high values because of dangling bonds increased by etching.

  • PDF

Eating control and eating behavior modification to reduce abdominal obesity: a 12-month randomized controlled trial

  • Kim, Soo Kyoung;Rocha, Norma Patricia Rodriguez;Kim, Hyekyeong
    • Nutrition Research and Practice
    • /
    • v.15 no.1
    • /
    • pp.38-53
    • /
    • 2021
  • BACKGROUND/OBJECTIVES: Abdominal obesity is associated with metabolic disorders, and, in recent years, its prevalence in Korea has continuously increased. The change of lifestyle, particularly diet, is critical for the reduction of abdominal obesity. This study evaluated the effectiveness of an intervention focused on dietary self-efficacy and behaviors on the improvement of abdominal obesity. SUBJECTS/METHODS: Abdominally obese adults with additional cardiovascular risk factors were recruited through 16 medical facilities in South Korea from the year 2013 to 2014. The participants were randomly divided into 2 groups: an intensive intervention group (IG) that received a multi-component intervention to reduce abdominal obesity, by mainly focusing on dietary attitude and dietary behavior change, and a minimal information intervention group (MG) that received a brief explanation of health status and a simple recommendation for a lifestyle change. The interventions were provided for 6 mon, and health examinations were conducted at baseline, 3-, 6-, and 12-mon follow-ups. A path analysis was conducted to identify the process governing the changes in abdominal obesity. RESULTS: The IG showed an improvement in self-efficacy for eating control and diet quality at 6-mon follow-up. Abdominal obesity improved in both groups. Waist circumference was observed to be decreased through the path of "improved self-efficacy for eating control in food availability-eating restriction-improved dietary quality" in IG. Most changes in follow-ups were not significantly different between two groups. CONCLUSIONS: The intensive program targeting the modification of dietary behavior influenced management of abdominal obesity, and the effect occurred through a step-by-step process of change in attitude and behavior. Generally, improvements were also seen in the MG, which supports the necessity of regular health check-ups and brief consultation. The results can be used for further development and implementation of more successful interventions.