• Title/Summary/Keyword: 실험 반복 시간

Search Result 893, Processing Time 0.03 seconds

Iterative Generalized Hough Transform using Multiresolution Search (다중해상도 탐색을 이용한 반복 일반화 허프 변환)

  • ;W. Nick Street
    • Journal of KIISE:Software and Applications
    • /
    • v.30 no.10
    • /
    • pp.973-982
    • /
    • 2003
  • This paper presents an efficient method for automatically detecting objects in a given image. The GHT is a robust template matching algorithm for automatic object detection in order to find objects of various shapes. Many different templates are applied by the GHT in order to find objects of various shapes and size. Every boundary detected by the GHT scan be used as an initial outline for more precise contour-finding techniques. The main weakness of the GHT is the excessive time and memory requirements. In order to overcome this drawback, the proposed algorithm uses a multiresolution search by scaling down the original image to half-sized and quarter-sized images. Using the information from the first iterative GHT on a quarter-sized image, the range of nuclear sizes is determined to limit the parameter space of the half-sized image. After the second iterative GHT on the half-sized image, nuclei are detected by the fine search and segmented with edge information which helps determine the exact boundary. The experimental results show that this method gives reduction in computation time and memory usage without loss of accuracy.

A synchronous/asynchronous hybrid parallel method for some eigenvalue problems on distributed systems

  • 박필성
    • Proceedings of the Korean Society of Computational and Applied Mathematics Conference
    • /
    • 2003.09a
    • /
    • pp.11-11
    • /
    • 2003
  • 오늘날 단일 슈퍼컴퓨터로는 처리가 불가능한 거대한 문제들의 해법이 시도되고 있는데, 이들은 지리적으로 분산된 슈퍼컴퓨터, 데이터베이스, 과학장비 및 디스플레이 장치 등을 초고속 통신망으로 연결한 GRID 환경에서 효과적으로 실행시킬 수 있다. GRID는 1990년대 중반 과학 및 공학용 분산 컴퓨팅의 연구 과정에서 등장한 것으로, 점차 응용분야가 넓어지고 있다. 그러나 GRID 같은 분산 환경은 기존의 단일 병렬 시스템과는 많은 점에서 다르며 이전의 기술들을 그대로 적용하기에는 무리가 있다. 기존 병렬 시스템에서는 주로 동기 알고리즘(synchronous algorithm)이 사용되는데, 직렬 연산과 같은 결과를 얻기 위해 동기화(synchronization)가 필요하며, 부하 균형이 필수적이다. 그러나 부하 균형은 이질 클러스터(heterogeneous cluster)처럼 프로세서들의 성능이 서로 다르거나, 지리적으로 분산된 계산자원을 사용하는 GRID 환경에서는 이기종의 문제뿐 아니라 네트워크를 통한 메시지의 전송 지연 등으로 유휴시간이 길어질 수밖에 없다. 이처럼 동기화의 필요성에 의한 연산의 지연을 해결하는 하나의 방안으로 비동기 반복법(asynchronous iteration)이 나왔으며, 지금도 활발히 연구되고 있다. 이는 알고리즘의 동기점을 가능한 한 제거함으로써 빠른 프로세서의 유휴 시간을 줄이는 것이 목적이다. 즉 비동기 알고리즘에서는, 각 프로세서는 다른 프로세서로부터 갱신된 데이터가 올 때까지 기다리지 않고 계속 다음 작업을 수행해 나간다. 따라서 동시에 갱신된 데이터를 교환한 후 다음 단계로 진행하는 동기 알고리즘에 비해, 미처 갱신되지 않은 데이터를 사용하는 경우가 많으므로 전체적으로는 연산량 대비의 수렴 속도는 느릴 수 있다 그러나 각 프로세서는 거의 유휴 시간이 없이 연산을 수행하므로 wall clock time은 동기 알고리즘보다 적게 걸리며, 때로는 50%까지 빠른 결과도 보고되고 있다 그러나 현재까지의 연구는 모두 어떤 수렴조건을 만족하는 선형 시스템의 해법에 국한되어 있으며 비교적 구현하기 쉬운 공유 메모리 시스템에서의 연구만 보고되어 있다. 본 연구에서는 행렬의 주요 고유쌍을 구하는 데 있어 비동기 반복법의 적용 가능성을 타진하기 위해 우선 이론적으로 단순한 멱승법을 사용하여 실험하였고 그 결과 순수한 비동기 반복법은 수렴하기 어렵다는 결론을 얻었다 그리하여 동기 알고리즘에 비동기적 요소를 추가한 혼합 병렬 알고리즘을 제안하고, MPI(Message Passing Interface)를 사용하여 수원대학교의 Hydra cluster에서 구현하였다. 그 결과 특정 노드의 성능이 다른 것에 비해 현저하게 떨어질 때 전체적인 알고리즘의 수렴 속도가 떨어지는 것을 상당히 완화할 수 있음이 밝혀졌다.

  • PDF

Parallel Algorithms for Finding δ-approximate Periods and γ-approximate Periods of Strings over Integer Alphabets (정수문자열의 δ-근사주기와 γ-근사주기를 찾는 병렬알고리즘)

  • Kim, Youngho;Sim, Jeong Seop
    • Journal of KIISE
    • /
    • v.44 no.8
    • /
    • pp.760-766
    • /
    • 2017
  • Repetitive strings have been studied in diverse fields such as data compression, bioinformatics and so on. Recently, two problems of approximate periods of strings over integer alphabets were introduced, finding minimum ${\delta}-approximate$ periods and finding minimum ${\gamma}-approximate$ periods. Both problems can be solved in $O(n^2)$ time when n is the length of the string. In this paper, we present two parallel algorithms for solving the above two problems in O(n) time using $O(n^2)$ threads, respectively. The experimental results show that our parallel algorithms for finding minimum ${\delta}-approximate$ (resp. ${\gamma}-approximate$) periods run approximately 19.7 (resp. 40.08) times faster than the sequential algorithms when n = 10,000.

Motion Adaptive Temporal Noise Reduction Filtering Based on Iterative Least-Square Training (반복적 최적 자승 학습에 기반을 둔 움직임 적응적 시간영역 잡음 제거 필터링)

  • Kim, Sung-Deuk;Lim, Kyoung-Won
    • Journal of the Institute of Electronics Engineers of Korea SP
    • /
    • v.47 no.5
    • /
    • pp.127-135
    • /
    • 2010
  • In motion adaptive temporal noise reduction filtering used for reducing video noises, the strength of motion adaptive temporal filtering should be carefully controlled according to temporal movement. This paper presents a motion adaptive temporal filtering scheme based on least-square training. Each pixel is classified to a specific class code according to temporal movement, and then, an iterative least-square training method is applied for each class code to find optimal filtering coefficients. The iterative least-square training is an off-line procedure, and the trained filter coefficients are stored in a lookup table (LUT). In actual noise reduction filtering operation, after each pixel is classified by temporal movement, simple filtering operation is applied with the filter coefficients stored in the LUT according to the class code. Experiment results show that the proposed method efficiently reduces video noises without introducing blurring.

Time-dependent Deformation Characteristics of Geosynthetic Reinforced Modular Block Walls under Sustained/cyclic Loading (지속하중 및 반복하중 재하시 보강토 옹벽의 잔류변형 특성)

  • Yoo, Chung-Sik;Kim, Young-Hoon;Han, Dae-Hui;Kim, Sun-Bin
    • Journal of the Korean Geotechnical Society
    • /
    • v.23 no.6
    • /
    • pp.5-21
    • /
    • 2007
  • Despite a number of advantages of reinforced earth walls over conventional concrete retaining walls, there exit concerns over long-term residual deformation when they are subjected to repeated and/or cyclic loads, especially when used as part of permanent structures. In view of these concerns, in this paper time-dependant deformation characteristics of geosynthetic reinforced modular block walls under sustained anuor repeated loads were investigated using reduced-scale model tests. The results indicated that a sustained or repeated load can yield appreciable magnitude of residual deformation, and that the residual deformations are influenced not only by the loading characteristics but by the mechanical properties of geogrid. It is also found that the preloading technique can be effectively used in controlling residual deformations of reinforced soils subjected to sustained and/or repeated loads.

An Experimental Study on Crack Growth in Rock-like Material under Monotinic and Cyclic Loading (단조증가 및 반복하중 하에서 모사 암석 시료의 균열 성장에 관한 실험적 연구)

  • Ko, Tae-Young;Lee, Seung-Cheol;Kim, Dong-Keun;Choi, Young-Tae
    • Tunnel and Underground Space
    • /
    • v.21 no.4
    • /
    • pp.307-319
    • /
    • 2011
  • Cyclic loading due to traffic, excavation and blasting causes microcrack growth in rocks over long period of time, and this type of loading often causes rock to fail at a lower stress than its monotonically determined strength. Thus, the crack growth and coalescence under cyclic loading are important for the long-term stability problems. In this research, experiments using gypsum as a model material for rock are carried out to investigate crack propagation and coalescence under monotonic and cyclic loading. Both monotonic and cyclic tests have a similar wing crack initiation position, wing crack initiation angle, cracking sequence and coalescence type. Three types of crack coalescence were observed; Type I, II and III. Type I coalescence occurs due to a shear crack and Type II coalescence occurs through one wing or tension crack. For Type III, coalescence occurs through two wing or tension cracks. Fatigue cracks appear in cyclic tests. Two types of fatigue crack initiation directions, coplanar and horizontal directions, are observed.

Finger Mounted Pneumatic Tactile Display and Psychophysical Experiments (손끝 부착 형 공기촉감 제시장치의 개발 및 심리 물리학적 실험)

  • Kim, Yeong-Mi;Oakley, Ian;Ryu, Je-Ha
    • 한국HCI학회:학술대회논문집
    • /
    • 2006.02a
    • /
    • pp.467-473
    • /
    • 2006
  • 가상환경 또는 실제환경에서 정보를 제공하는 햅틱 인터페이스의 필요성이 점점 증가 함에 따라 촉감을 제공 하기 위한 다양한 햅틱 장치가 개발되었고 각 장치의 특성과 성능 평가를 위해 기초적인 정신(심리) 물리학적 연구가 수행 되고 있다. 본 논문에서는 여러 가지 햅틱 인터페이스 중 손가락 끝에 부착하는 형태의 새로운 공기 촉감 제시장치(PTI: Pneumatic Tactile Interface)를 제시하고 이 장치의 유용성을 입증하기 위해 localization rate, 시간 분해능, 길이 분해능, 강도의 세기 등의 심리 물리학적 실험(Psychophysical Experiment) 수행 결과를 제시한다. 공기촉감 시스템은 50개의 출력까지 확장 가능한 공기촉감 하드웨어로 구성 되어있고 손가락 끝에 부착하는 형태로 구성 하기 위해 5*5의 배열의 디스플레이를 제작하였다. 16명의 피실험자가 A, B 두 그룹으로 나뉘어 각각 2가지의 심리물리학 실험을 수행하였다. localization rate의 경우 9개의 다른 자극의 위치를 구별하기 위해 3*3 배열로 구성된 밀집된 디스플레이와 확장된 디스플레이로 측정을 수행하여 각각 58.13%, 85.9%의 localization rate를 얻을 수 있었다. 그리고 100번의 반복 실험을 통해 약 2.6mm의 길이 분해능을 얻을 수 있었고 자극 강도 실험의 경우, 실제의 강도가 세짐에 따라 피 실험 자들이 느끼는 강도의 척도도 증가 하며, 강도가 약해 질수록 피 실험 자들이 느끼는 강도 역시 거의 선형적으로 감소함을 알 수 있었다. 그러나 시간 분해능의 경우에는 시스템을 구성하는 밸브의 성능으로 인해 20ms 이하의 시간 분해능 측정은 제한 되었다. 이러한 심리 물리학 실험을 통하여 개발된 공기촉감 제시장치가 다양한 정보를 전달하는데 충분하다는 결론을 내릴 수 있으며, 제안된 시스템을 사용하는 여러 가지 어플리케이션을 제시하였다.

  • PDF

Probe Pitch에 따른 Si 식각 특성 연구

  • Han, Seok-Man;Sin, Jae-Cheol;Go, Hang-Ju;Han, Myeong-Su
    • Proceedings of the Korean Vacuum Society Conference
    • /
    • 2012.08a
    • /
    • pp.316-316
    • /
    • 2012
  • 본 연구에서는 Si wafer에 마스크 공정 및 Slit-etching 공정을 적용하여 25 um 피치의 probe unit을 개발하기 위해 Deep Si Etching 장비를 이용하여 식각공정 조건에 따른 특성을 평가하였다. 25 um pitch는 etch 폭의 크기에 따라 3종류로 설계하였으며, 식각공정은 2수준, 4인자 실험계획법에 의해 8회 실험을 수행하였다. 실험계획법에 의해 미니탭을 활용하여 최적조건을 구한 결과 12.5 um etch 폭에서는 가스유량은 200 sccm, 에칭시간 7 sec, 코일 파워 1500W, 에칭 압력은 43.7 mtorr의 조건이 etch 형태 및 profile angle이 목표치에 근접한 결과를 얻었다. 또한 probe pitch를 30~60 um까지 증가시켰을 경우 Etch depth는 증가하였으며, 식각율 또한 증가한 현상을 보였다. 재현성 실험을 위해 위의 최적조건을 이용하여 2회 반복하여 실험한 경우 모든 시편이 목표치에 도달하였다. 이는 미세피치화 되는 프로브 유닛의 기초데이터로 활용될 수 있다.

  • PDF

Development of the Manipulator of a Cucumber Harvester (오이 수확용 메니퓰레이터 개발II)

  • Min, B. R.;Lee, D. W.;Kim, H. T.;Kim, W.;Kim, D. W.;Kim, W. S.;Seo, K. W.
    • Proceedings of the Korean Society for Agricultural Machinery Conference
    • /
    • 2002.02a
    • /
    • pp.210-216
    • /
    • 2002
  • 본 연구는 오이 수확기 개발을 위해 메니퓰레이터를 설계 제작하였다. 실험에 사용한 3축 메니퓰레이터는 견고성, 내구성, 모멘트를 줄이기 위해 모터 및 감속기 등이 하중이 실리지 않는 곳에 장착하였다. 주요 연구 결과를 요약하면 다음과 같다. 1) 3차원 공간상의 좌표에 대하여 메니퓰레이터의 10회 반복 위치 오차는 Z축에 관계없이 0.1mm 내외로 정확하게 작동하는 것으로 나타났다. 2) 실내 실험에서 25개의 오이에 대한 실험 결과 22개의 절단하여 92%의 성공률을 보였으나, 원인은 오이가 기형과이며, 수확한 후 시간이 경과하여 오이 과병의 물성이 변한 것으로 판단된다. 3) 실내 실험에서 오이 과병을 절단하지 못한 경우에도 메니퓰레이터는 오이에 0.1m 내외로 엔드이펙터을 접근시켰다. 4) 50개의 오이에 대하여 현장 실험을 한 결과 42개, 84%의 절단율을 보였다. 오차가 16% 발생한 것은 수확적기가 지나서 오이의 과병이 짧고 뭉툭해서 나타난 것으로 판단된다.

  • PDF

A Minimal Constrained Scheduling Algorithm for Control Dominated ASIC Design (Control Dominated ASIC 설계를 위한 최소 제한조건 스케쥴링 알고리즘)

  • In, Chi-Ho
    • The Transactions of the Korea Information Processing Society
    • /
    • v.6 no.6
    • /
    • pp.1646-1655
    • /
    • 1999
  • This thesis presents a new VHDL intermediate format CDDG(Control Dominated Data Graph) and a minimal constrained scheduling algorithm for an optimal control dominated ASIC design. CDDG is a control flow graph which represents conditional branches and loops efficiently. Also it represents data dependency and such constraints as hardware resource and timing. In the proposed scheduling algorithm, the constraints using the inclusion and overlap relation among subgraphs. The effectiveness of the proposed algorithm has been proven by the experiment with the benchmark examples.

  • PDF