• Title/Summary/Keyword: experimental techniques

Search Result 3,198, Processing Time 0.023 seconds

Application of Machine Learning Techniques for the Classification of Source Code Vulnerability (소스코드 취약성 분류를 위한 기계학습 기법의 적용)

  • Lee, Won-Kyung;Lee, Min-Ju;Seo, DongSu
    • Journal of the Korea Institute of Information Security & Cryptology
    • /
    • v.30 no.4
    • /
    • pp.735-743
    • /
    • 2020
  • Secure coding is a technique that detects malicious attack or unexpected errors to make software systems resilient against such circumstances. In many cases secure coding relies on static analysis tools to find vulnerable patterns and contaminated data in advance. However, secure coding has the disadvantage of being dependent on rule-sets, and accurate diagnosis is difficult as the complexity of static analysis tools increases. In order to support secure coding, we apply machine learning techniques, such as DNN, CNN and RNN to investigate into finding major weakness patterns shown in secure development coding guides and present machine learning models and experimental results. We believe that machine learning techniques can support detecting security weakness along with static analysis techniques.

Selecting Test Cases for Result Inspection to Support Effective Fault Localization

  • Li, Yihan;Chen, Jicheng;Ni, Fan;Zhao, Yaqian;Wang, Hongwei
    • Journal of Computing Science and Engineering
    • /
    • v.9 no.3
    • /
    • pp.142-154
    • /
    • 2015
  • Fault localization techniques help locate faults in source codes by exploiting collected test information and have shown promising results. To precisely locate faults, the techniques require a large number of test cases that sufficiently exercise the executable statements together with the label information of each test case as a failure or a success. However, during the process of software development, developers may not have high-coverage test cases to effectively locate faults. With the test case generation techniques, a large number of test cases without expected outputs can be automatically generated. Whereas the execution results for generated test cases need to be inspected by developers, which brings much manual effort and potentially hampers fault-localization effectiveness. To address this problem, this paper presents a method to select a few test cases from a number of test cases without expected outputs for result inspection, and in the meantime selected test cases can still support effective fault localization. The experimental results show that our approach can significantly reduce the number of test cases that need to be inspected by developers and the effectiveness of fault localization techniques is close to that of whole test cases.

FE TECHNIQUES TO IMPROVE PREDICTION ACCURACY OF DIMENSION FOR COLD FORGED PART

  • Lee Y.S.;Lee J.H.;Kwon Y.N.;Ishikawa T.
    • Proceedings of the Korean Society for Technology of Plasticity Conference
    • /
    • 2003.10b
    • /
    • pp.26-30
    • /
    • 2003
  • Since the dimension of cold forged part is larger than the cavity size of forging die, the difference results from the various features, such as, the elastic characteristics of die and workpiece, thermal influences, and machine-elasticity. All of these factors should be considered to get more accurate prediction of the dimension of forged part. In this paper, severe FE techniques are proposed to improve the prediction accuracy of dimension for cold forged part. To validate the importance of the above mentioned factors, and the estimated results are compared with the experimental results. The used model is a closed die upsetting of cylindrical billet. The calculated dimensions are well coincided with .the measured values based on the proposed techniques. The proposed techniques have put two simple but important points into Fe simulation. One is the separation of forging stages into 3 steps, from a loading through punch retraction to ejecting stage. The other is the dimensional change, according to the temperature changes due to the deformation. The FE analysis could predict the dimension of cold forged part within the $10{\mu}m$, based on the more realistic consideration.

  • PDF

Performance Evaluation of New Signatures for Video Copy Detection (비디오 복사방지를 위한 새로운 특징들의 성능평가)

  • 현기호
    • Journal of the Institute of Electronics Engineers of Korea SP
    • /
    • v.40 no.1
    • /
    • pp.96-102
    • /
    • 2003
  • Video copy detection is a complementary approach to watermarking. As opposed to watermarking, which relies on inserting a distinct pattern into the video stream, video copy detection techniques match content-based signatures to detect copies of video. Existing typical content-based copy detection schemes have relied on image matching. This paper proposes two new sequence matching techniques for copy detection and compares the performance with color techniques that is the existing techniques. Motion, intensity and color-based signatures are compared in the context of copy detection. Comparison of experimental results are reported on detecting copies of movie clips.

A EXPERIMENTAL STUDY OF RESTORATIVE TECHNIQUES FOR ENDODONTICALLY TREATED POSTERIOR TEETH (근관충전후 수복술식이 치아파절에 미치는 영향에 관한 실험적 연구)

  • Ahn, Jong-Gill;Choi, Sung-Keun
    • Restorative Dentistry and Endodontics
    • /
    • v.8 no.1
    • /
    • pp.53-59
    • /
    • 1982
  • An in vitro study was performed in order to evaluate the restoring methods in the endodontically treated molar teeth. 68 extracted teeth were divided into 4 groups according to the restoring techniques. The teeth of first group were restored by amalgam. Those of second group were restored by the stainless steel post and amalgam. The teeth of the third group were restored by the amalgam with crown. The teeth of the fourth group were restored by the stainless steel post and amalgam core with crown. All the specimens were tested and measured for the fracture load by means of the Instron (UTM-111-500 Toyo Baldwin Co., LTD. Japan) and the Pressure Instrument (Yonsei University, Department of Metal Engineering.) The results were as follows; 1. There were no statistical differences in the fracture loads between the amalgam restoration and post-amalgam core restorative techniques. 2. The techniques of amalgam core with crown showed lower fracture loads those of post and amalgam core with crown. 3. In the crowned teeth, they presented higher fracture loads than those without crown.

  • PDF

A study of drawn-on-film animation technique by digital production method (디지털 제작방식의 필름 채색 (Drawn-on-film) 애니메이션 기법 연구)

  • Lee, Kwang-Hoon
    • Journal of Digital Convergence
    • /
    • v.14 no.8
    • /
    • pp.399-406
    • /
    • 2016
  • Drawn-on-film animation technique is one that neither is actively used nor receives attention in any video content area. This paper means to strengthen animation genre's future direction and aesthetic aspect by seeking to newly discover previous experimental techniques through this paper. Taking into account the details of paper, it was intended to systematize and introduce results and experiential information obtained by researcher from applying drawn-on-film animation techniques in actual educational arena and utilizing these in learning and newly created techniques and the like through this. Production processes were comparatively demonstrated after suggesting an alternative digital production system in this process. And ultimately, a study and proposal was made so as to be helpful in developing the techniques of animation genre.

Neighborhood Search Algorithms for the Maximal Covering Problem (이웃해 탐색 기법을 이용한 Maximal Covering 문제의 해결)

  • Hwang, Jun-Ha
    • Journal of the Korea Society of Computer and Information
    • /
    • v.11 no.1 s.39
    • /
    • pp.129-138
    • /
    • 2006
  • Various techniques have been applied to solve the maximal covering problem. Tabu search is also one of them. But, existing researches were lacking of the synthetic analysis and the effort for performance improvement about neighborhood search techniques such as hill-climbing search and simulated annealing including tabu search. In this paper, I introduce the way to improve performance of neighborhood search techniques through various experiments and analyses. Basically, all neighborhood search algorithms use the k-exchange neighborhood generation method. And I analyzed how the performance of each algorithm changes according to various parameter settings. Experimental results have shown that simple hill-climbing search and simulated annealing can produce better results than any other techniques. And I confirmed that simple hill-climbing search can produce similar results as simulated annealing unlike general case.

  • PDF

Ensemble Classification Method for Efficient Medical Diagnostic (효율적인 의료진단을 위한 앙상블 분류 기법)

  • Jung, Yong-Gyu;Heo, Go-Eun
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.10 no.3
    • /
    • pp.97-102
    • /
    • 2010
  • The purpose of medical data mining for efficient algorithms and techniques throughout the various diseases is to increase the reliability of estimates to classify. Previous studies, an algorithm based on a single model, and even the existence of the model to better predict the classification accuracy of multi-model ensemble-based research techniques are being applied. In this paper, the higher the medical data to predict the reliability of the existing scope of the ensemble technique applied to the I-ENSEMBLE offers. Data for the diagnosis of hypothyroidism is the result of applying the experimental technique, a representative ensemble Bagging, Boosting, Stacking technique significantly improved accuracy compared to all existing, respectively. In addition, compared to traditional single-model techniques and ensemble techniques Multi modeling when applied to represent the effects were more pronounced.

Detection of Incipient Faults in Induction Motors using FIS, ANN and ANFIS Techniques

  • Ballal, Makarand S.;Suryawanshi, Hiralal M.;Mishra, Mahesh K.
    • Journal of Power Electronics
    • /
    • v.8 no.2
    • /
    • pp.181-191
    • /
    • 2008
  • The task performed by induction motors grows increasingly complex in modern industry and hence improvements are sought in the field of fault diagnosis. It is essential to diagnose faults at their very inception, as unscheduled machine down time can upset critical dead lines and cause heavy financial losses. Artificial intelligence (AI) techniques have proved their ability in detection of incipient faults in electrical machines. This paper presents an application of AI techniques for the detection of inter-turn insulation and bearing wear faults in single-phase induction motors. The single-phase induction motor is considered a proto type model to create inter-turn insulation and bearing wear faults. The experimental data for motor intake current, rotor speed, stator winding temperature, bearing temperature and noise of the motor under running condition was generated in the laboratory. The different types of fault detectors were developed based upon three different AI techniques. The input parameters for these detectors were varied from two to five sequentially. The comparisons were made and the best fault detector was determined.

VOICE SOURCE ESTIMATION USING SEQUENTIAL SVD AND EXTRACTION OF COMPOSITE SOURCE PARAMETERS USING EM ALGORITHM

  • Hong, Sung-Hoon;Choi, Hong-Sub;Ann, Sou-Guil
    • Proceedings of the Acoustical Society of Korea Conference
    • /
    • 1994.06a
    • /
    • pp.893-898
    • /
    • 1994
  • In this paper, the influence of voice source estimation and modeling on speech synthesis and coding is examined and then their new estimation and modeling techniques are proposed and verified by computer simulation. It is known that the existing speech synthesizer produced the speech which is dull and inanimated. These problems are arised from the fact that existing estimation and modeling techniques can not give more accurate voice parameters. Therefore, in this paper we propose a new voice source estimation algorithm and modeling techniques which can not give more accurate voice parameters. Therefore, in this paper we propose a new voice source estimation algorithm and modeling techniques which can represent a variety of source characteristics. First, we divide speech samples in one pitch region into four parts having different characteristics. Second, the vocal-tract parameters and voice source waveforms are estimated in each regions differently using sequential SVD. Third, we propose composite source model as a new voice source model which is represented by weighted sum of pre-defined basis functions. And finally, the weights and time-shift parameters of the proposed composite source model are estimeted uning EM(estimate maximize) algorithm. Experimental results indicate that the proposed estimation and modeling methods can estimate more accurate voice source waveforms and represent various source characteristics.

  • PDF