• Title/Summary/Keyword: 해결책

Search Result 2,019, Processing Time 0.025 seconds

A Filtering Technique of Streaming XML Data based Postfix Sharing for Partial matching Path Queries (부분매칭 경로질의를 위한 포스트픽스 공유에 기반한 스트리밍 XML 데이타 필터링 기법)

  • Park Seog;Kim Young-Soo
    • Journal of KIISE:Databases
    • /
    • v.33 no.1
    • /
    • pp.138-149
    • /
    • 2006
  • As the environment with sensor network and ubiquitous computing is emerged, there are many demands of handling continuous, fast data such as streaming data. As work about streaming data has begun, work about management of streaming data in Publish-Subscribe system is started. The recent emergence of XML as a standard for information exchange on Internet has led to more interest in Publish - Subscribe system. A filtering technique of streaming XML data in the existing Publish- Subscribe system is using some schemes based on automata and YFilter, which is one of filtering techniques, is very popular. YFilter exploits commonality among path queries by sharing the common prefixes of the paths so that they are processed at most one and that is using the top-down approach. However, because partial matching path queries interrupt the common prefix sharing and don't calculate from root, throughput of YFilter decreases. So we use sharing of commonality among path queries with the common postfixes of the paths and use the bottom-up approach instead of the top-down approach. This filtering technique is called as PoSFilter. And we verify this technique through comparing with YFilter about throughput.

Symmetric-Invariant Boundary Image Matching Based on Time-Series Data (시계열 데이터 기반의 대칭-불변 윤곽선 이미지 매칭)

  • Lee, Sanghun;Bang, Junsang;Moon, Seongwoo;Moon, Yang-Sae
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.4 no.10
    • /
    • pp.431-438
    • /
    • 2015
  • In this paper we address the symmetric-invariant problem in boundary image matching. Supporting symmetric transformation is an important factor in boundary image matching to get more intuitive and more accurate matching results. However, the previous boundary image matching handled rotation transformation only without considering symmetric transformation. In this paper, we propose symmetric-invariant boundary image matching which supports the symmetric transformation as well as the rotation transformation. For this, we define the concept of image symmetry and formally prove that rotation-invariant matching of using a symmetric image always returns the same result for every symmetric angle. For efficient symmetric transformation, we also present how to efficiently extract the symmetric time-series from an image boundary. Finally, we formally prove that our symmetric-invariant matching produces the same result for two approaches: one is using the time-series extracted from the symmetric image; another is using the time-series directly obtained from the original image time-series by symmetric transformation. Experimental results show that the proposed symmetric-invariant boundary image matching obtains more accurate and intuitive results than the previous rotation-invariant boundary image matching. These results mean that our symmetric-invariant solution is an excellent approach that solves the image symmetry problem in time-series domain.

Design and Implementation of a Protocol for Interworking Open Web Application Store (개방형 웹 애플리케이션 스토어 연동을 위한 프로토콜의 설계 및 구현)

  • Baek, Jihun;Kim, Jihun;Nam, Yongwoo;Lee, HyungUk;Park, Sangwon;Jeon, Jonghong;Lee, Seungyoon
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.2 no.10
    • /
    • pp.669-678
    • /
    • 2013
  • Recently, because the portable devices became popular, it is easily to see that each person carries more than just one portable device and the use of the smartphone stretches as time goes by. After the smartphone has propagated rapidly, the total usage of the smartphone applications has also increased. But still, each application store has a different platform to develop and to apply an application. The application store is divided into two big markets, the Android and the Apple. So the developers have to develop their application by using these two different platforms. Developing into two different platforms almost makes a double development cost. And for the other platforms, the weakness is, which still have a small market breadth like Bada is not about the cost, but about drawing the proper developers for the given platform application development. The web application is rising up as the solution to solve these problems, reducing the cost and time in developing applications for every platform. For web applications don't need to make a vassal relationship with application markets platform. Which makes it possible for an application to operate properly in every portable devices and reduces the time and cost in developing. Therefore, all of the application markets could be united into one big market through a protocol which will connect each web applications market. But, still there is no standard for the web application store and no current web application store is possible to interlock with other web application stores. In this paper, we are trying to suggest a protocol by developing a prototype and prove that this protocol can supplement the current weakness.

Generalized Sigmidal Basis Function for Improving the Learning Performance fo Multilayer Perceptrons (다층 퍼셉트론의 학습 성능 개선을 위한 일반화된 시그모이드 베이시스 함수)

  • Park, Hye-Yeong;Lee, Gwan-Yong;Lee, Il-Byeong;Byeon, Hye-Ran
    • Journal of KIISE:Software and Applications
    • /
    • v.26 no.11
    • /
    • pp.1261-1269
    • /
    • 1999
  • 다층 퍼셉트론은 다양한 응용 분야에 성공적으로 적용되고 있는 대표적인 신경회로망 모델이다. 그러나 다층 퍼셉트론의 학습에서 나타나는 플라토에 기인한 느린 학습 속도와 지역 극소는 실제 응용문제에 적용함에 있어서 가장 큰 문제로 지적되어왔다. 이 문제를 해결하기 위해 여러 가지 다양한 학습알고리즘들이 개발되어 왔으나, 계산의 비효율성으로 인해 실제 문제에는 적용하기 힘든 예가 많은 등, 현재까지 만족할 만한 해결책은 제시되지 못하고 있다. 본 논문에서는 다층퍼셉트론의 베이시스 함수로 사용되는 시그모이드 함수를 보다 일반화된 형태로 정의하여 사용함으로써 학습에 있어서의 플라토를 완화하고, 지역극소에 빠지는 것을 줄이는 접근방법을 소개한다. 본 방법은 기존의 변형된 가중치 수정식을 사용한 학습 속도 향상의 방법들과는 다른 접근 방법을 택함으로써 기존의 방법들과 함께 사용하는 것이 가능하다는 특징을 갖고 있다. 제안하는 방법의 성능을 확인하기 위하여 간단한 패턴 인식 문제들에의 적용 실험 및 기존의 학습 속도 향상 방법을 함께 사용하여 시계열 예측 문제에 적용한 실험을 수행하였고, 그 결과로부터 제안안 방법의 효율성을 확인할 수 있었다. Abstract A multilayer perceptron is the most well-known neural network model which has been successfully applied to various fields of application. Its slow learning caused by plateau and local minima of gradient descent learning, however, have been pointed as the biggest problems in its practical use. To solve such a problem, a number of researches on learning algorithms have been conducted, but it can be said that none of satisfying solutions have been presented so far because the problems such as computational inefficiency have still been existed in these algorithms. In this paper, we propose a new learning approach to minimize the effect of plateau and reduce the possibility of getting trapped in local minima by generalizing the sigmoidal function which is used as the basis function of a multilayer perceptron. Adapting a new approach that differs from the conventional methods with revised updating equation, the proposed method can be used together with the existing methods to improve the learning performance. We conducted some experiments to test the proposed method on simple problems of pattern recognition and a problem of time series prediction, compared our results with the results of the existing methods, and confirmed that the proposed method is efficient enough to apply to the real problems.

How Science-Engineering Graduates Become so Powerful Elites in China? (중국의 이공계 강세 현상에 대한 고찰)

  • ;Bak Hee-Je
    • Journal of Science and Technology Studies
    • /
    • v.4 no.2 s.8
    • /
    • pp.1-32
    • /
    • 2004
  • Korean scientific community has recently argued that, in order to attract talented young people to the science and engineering fields, more ranking positions in the governmental office should be filled in by science and engineering majors. In this context, a special attention has been paid to the Chinese case where science and engineering majors have taken the highest places in Chinese political hierarchy. This paper examines historical and social background of the salience of science and engineering fields in modem China. A closer examination shows that the salience of science and engineering fields was resulted by the distinct historical experiences of China-the socialist reform of higher education system and Cultural Revolution. The former shaped the social conviction that humanities and social sciences are less useful than science and engineering fields. The latter even spread the idea that majoring in humanities or social sciences run the risk of political oppressions. Thus, the salience of science and engineering in China is a social phenomenon reflecting an academic hierarchy forced by the radical politics of modem China. Also, the higher proportion of science and engineering majors in the raking governmental officers has been resulted by a unique Chinese political system, in particular the personnel management system of the Chinese Communist Party that emphasizes practical experiences after college graduation. The comparison of the social position of science and engineering majors in China and Korea without taking account of such historical and social background may therefore mislead our understanding of the cause of and counterplan to the decreasing popularity of science and engineering fields in Korean universities.

  • PDF

Constructing Topographies of EMF Risks from Underground Power Lines (전자파 위험 지형도의 상이한 구성: 지중 송전선로 위험 논쟁을 중심으로)

  • Kim, JooHui
    • Journal of Science and Technology Studies
    • /
    • v.19 no.3
    • /
    • pp.119-166
    • /
    • 2019
  • The risk of electromagnetic field(EMF) from power lines has been heavily disputed whenever high-voltage power line towers were built in South Korea. Local communities and civic groups had regarded burying the lines in the ground as an alternative to building power line towers. In 2014, however, when an elementary school science teacher reported the results of EMF measurements over the underground power lines to the Asian Citizens' Center for Environment and Health (ACCEH), the risk controversy over underground power lines took a whole new turn. The level of EMF from underground power lines turned out to be higher, and therefore more harmful than that from power line towers. In the debates that took place from then on over the EMF risk, ACCEH and NIER(National Institute of Environmental Research) presented conflicting topographies of EMF risk. This paper examines measuring practices of ACCEH and NIER by analyzing the measuring sites, measuring devices, and measuring heights chosen by each organization. This paper further examines how ACCEH and NIER mobilized various standards(EMF exposure limit, measurement guideline, categorization of carcinogens) differently. This controversy on the EMF from underground power lines of Seoul has raised concerns on the non-thermal effects of EMF in the long-term exposure and has led people to question whether burying the power lines is the safe alternative to building power line towers. Furthermore, this suggests conflicting answers on whether Seoul, where 90 % of transmission lines were already buried, is a safely managed place or not.

Why Value Premises and Whose Value Premises?: a Critical Examination of Gunnar Myrdal's Viewpoint on the Role of Valuations in Social Sciences (왜 가치전제이고 누구의 가치전제인가?: 사회과학에서 가치판단의 역할에 관한 군나르 뮈르달의 입장에 대한 비판적 검토)

  • Shin, Jeongwan
    • 사회경제평론
    • /
    • v.31 no.3
    • /
    • pp.307-346
    • /
    • 2018
  • Gunnar Myrdal has struggled throughout his academic life with the problem of the role of valuations in social sciences. His earlier viewpoint was that valuations should be completely separated from scientific analysis on facts. But he soon fundamentally changed his viewpoint. His later viewpoint was that social scientists should disclose his valuations, for valuations intervene all the processes of scientific researches. Value premises are the valuations coherently reconstructed and manifestly articulated. Myrdal argued that social scientists should disclose value premises and perform his analysis and normative judgement based on the value premises. And the value premises should be derived from the valuations held by the large or significant groups of the society under study, not from the researcher's own valuations. This paper tried to show that Myrdal's later viewpoint must meet the crux, that researcher's own viewpoint must intervene in choosing valuations of particular group among diverse groups in the society under stduy, and in deriving and reconstructing value premises from the valuations of that group. And it argued that the reason why Myrdal met the crux could be explained by that he accepted the emotivism of Axel $H{\ddot{a}}gersr{\ddot{o}}m$. And it proposed some methodological solutions for escaping the crux Myrdal met, while preserving the positive elements of Myrdals' viewpoint.

A study on Communication Robustness Testing for Industrial Control Devices (산업용 제어기기의 통신 견고성 시험 방안 연구)

  • Park, Kyungmi;Shin, Donghoon;Kim, WooNyon;Kim, SinKyu
    • Journal of the Korea Institute of Information Security & Cryptology
    • /
    • v.29 no.5
    • /
    • pp.1099-1116
    • /
    • 2019
  • Industrial control systems(ICS) are widely used in various industrial area and critical infrastructure. To mitigate security threats on ICS, the security assurance test for industrial control devices has been introduced and operating. The test includes testing of the security function of the device itself and testing of communication robustness. In this paper, we describe the security requirements of EDSA, Achilles, and Korea's TTA standard(security requirements for ICS). And also, we analyzed the characteristics of communication robustness test(CRT) of each certification. CRT verifies the device's operation of essential function while transmitting fuzzing and stress packets. Existing test methods are mostly focused on the embedded devices and are difficult to apply to various devices. We propose a method to test communication robustness which reflect the characteristics of control H/W, control S/W, field devices and network devices in ICS. In the future, we will apply the proposed communication robustness test to actual products and present solutions for arising issues.

Bayesian Confirmation Theory and Hempel's Intuitions (베이즈주의와 헴펠: 베이즈주의자들은 헴펠의 직관을 포착하는가?)

  • Lee, Ilkwon
    • Korean Journal of Logic
    • /
    • v.22 no.3
    • /
    • pp.351-395
    • /
    • 2019
  • Hempel's original intuitions about the raven's paradox are summed up in three ways. The first is known as the paradoxical conclusion: If one observes that an object a - about which nothing is antecedently known - is a non-black non-raven, then this observation confirms that all ravens are black. The second is an intuitive verdict of the misled conclusion of the paradox: If one observes that an object a - which is known to be a non-raven - is non-black (hence, is a non-black non-raven), then this observation does not confirmationally affect that all ravens are black. The third is a comparative claim between the two intuitions: the degree of confirmation appearing in the first intuition is greater than the degree of confirmation in the second intuition. The Standard Bayesian Solution of the paradox is evaluated to fleshed Hempel's intuitions out by establishing the first intuition. However, such an evaluation of this solution should be further analyzed because Hempel's intuition is not the only one. The solution of paradox does not establish the second intuition in a strict sense. However, I think the Bayesian solution will establish the second intuition based on its typical strategy of quantitative vindication. If only quantitative vindication is accepted, this evaluation of the solution remains valid. Nevertheless, the solution fails to establish the third intuition. In this article, I propose a new way to apply the Bayesian method to establish Hempel's intuitions, including the third intuition. If my analysis is correct, the Standard Bayesian Solution of the raven's paradox could indeed flesh Hempel's intuitions out by denying one of the assumptions considered essential.

A Study on the Improvement of Wavefront Sensing Accuracy for Shack-Hartmann Sensors (Shack-Hartmann 센서를 이용한 파면측정의 정확도 향상에 관한 연구)

  • Roh, Kyung-Wan;Uhm, Tae-Kyoung;Kim, Ji-Yeon;Park, Sang-Hoon;Youn, Sung-Kie;Lee, Jun-Ho
    • Korean Journal of Optics and Photonics
    • /
    • v.17 no.5
    • /
    • pp.383-390
    • /
    • 2006
  • The SharkHartmann wavefront sensors are the most popular devices to measure wavefront in the field of adaptive optics. The Shack-Hartmann sensors measure the centroids of spot irradiance distribution formed by each corresponding micro-lens. The centroids are linearly proportional to the local mean slopes of the wavefront defined within the corresponding sub-aperture. The wavefront is then reconstructed from the evaluated local mean slopes. The uncertainty of the Shack-Hartmann sensor is caused by various factors including the detector noise, the limited size of the detector, the magnitude and profile of spot irradiance distribution, etc. This paper investigates the noise propagation in two major centroid evaluation algorithms through computer simulation; 1st order moments of the irradiance algorithms i.e. center of gravity algorithm, and correlation algorithm. First, the center of gravity algorithm is shown to have relatively large dependence on the magnitudes of noises and the shape & size of irradiance sidelobes, whose effects are also shown to be minimized by optimal thresholding. Second, the correlation algorithm is shown to be robust over those effects, while its measurement accuracy is vulnerable to the size variation of the reference spot. The investigation is finally confirmed by experimental measurements of defocus wavefront aberrations using a Shack-Hartmann sensor using those two algorithms.