• 제목/요약/키워드: Static Detection

검색결과 377건 처리시간 0.031초

Multi-Face Detection on static image using Principle Component Analysis

  • Choi, Hyun-Chul;Oh, Se-Young
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 2004년도 ICCAS
    • /
    • pp.185-189
    • /
    • 2004
  • For face recognition system, a face detector which can find exact face region from complex image is needed. Many face detection algorithms have been developed under the assumption that background of the source image is quite simple . this means that face region occupy more than a quarter of the area of the source image or the background is one-colored. Color-based face detection is fast but can't be applicable to the images of which the background color is similar to face color. And the algorithm using neural network needs so many non-face data for training and doesn't guarantee general performance. In this paper, A multi-scale, multi-face detection algorithm using PCA is suggested. This algorithm can find most multi-scaled faces contained in static images with small number of training data in reasonable time.

  • PDF

컴퓨터 응용 부하들을 위한 전압 외란 검출 방법 (A Voltage Disturbance Detection Method for Computer Application Lods)

  • 이상훈;최재호
    • 전력전자학회논문지
    • /
    • 제5권6호
    • /
    • pp.584-591
    • /
    • 2000
  • 컴퓨터와 같은 민감한 부하를 전압강하나 정전과 같은 전원 장애로부터 보호하기 위하여 전력보상장치가 설­치되어 왔다. 전력보상장치의 경우 계통과의 연계를 위해 대부분 정지형 스위치를 이용하고 있으며, 이러한 정지형 스위치의 전환동작은 매우 중요한 부분을 차지하고 있다. 그간 전략보상장치의 구조나 제어에 관한 연구는 활발하게 진행되어 왔으나 전력보상장치의 운전을 시작하기 위한 전원 장애의 감지에 판한 연구는 매우 드문게 현실이다. 따라서 본 논문에서는 정지형 스위치 절환동작을 위해 CBEMNITIC 커브를 이용하여 컴퓨터 응용부하판 위한 새보운 전원 장애 검출 암고리즘을 제안한다. 제안된 검출 알고리즘은 동기 좌표계에서 직류 값으으 변환된 삼상 순시 전압값을 동작 기준값과 비교하는 방법을 사용하여 빠른 검출 시간을 가지도록 하였다. 그리고, 간단한 1차 디지텔 필터를 삽입하여 잡음에 강인하도록 선거하였다. 이러한 필터에 의해 나타나는 위상지연 및 이득감소를 각각 전달함수를 이용한 수식적인 해석과 오차의 정규화를 통해 보상하였다. 마지막으로 ACSL를 이용한 시뮬레이션파 실험을 통해 제안된 알고리즘의 타당성을 입증하였다.

  • PDF

A Smart Framework for Mobile Botnet Detection Using Static Analysis

  • Anwar, Shahid;Zolkipli, Mohamad Fadli;Mezhuyev, Vitaliy;Inayat, Zakira
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제14권6호
    • /
    • pp.2591-2611
    • /
    • 2020
  • Botnets have become one of the most significant threats to Internet-connected smartphones. A botnet is a combination of infected devices communicating through a command server under the control of botmaster for malicious purposes. Nowadays, the number and variety of botnets attacks have increased drastically, especially on the Android platform. Severe network disruptions through massive coordinated attacks result in large financial and ethical losses. The increase in the number of botnet attacks brings the challenges for detection of harmful software. This study proposes a smart framework for mobile botnet detection using static analysis. This technique combines permissions, activities, broadcast receivers, background services, API and uses the machine-learning algorithm to detect mobile botnets applications. The prototype was implemented and used to validate the performance, accuracy, and scalability of the proposed framework by evaluating 3000 android applications. The obtained results show the proposed framework obtained 98.20% accuracy with a low 0.1140 false-positive rate.

Event Detection on Motion Activities Using a Dynamic Grid

  • Preechasuk, Jitdumrong;Piamsa-nga, Punpiti
    • Journal of Information Processing Systems
    • /
    • 제11권4호
    • /
    • pp.538-555
    • /
    • 2015
  • Event detection based on using features from a static grid can give poor results from the viewpoint of two main aspects: the position of the camera and the position of the event that is occurring in the scene. The former causes problems when training and test events are at different distances from the camera to the actual position of the event. The latter can be a source of problems when training events take place in any position in the scene, and the test events take place in a position different from the training events. Both issues degrade the accuracy of the static grid method. Therefore, this work proposes a method called a dynamic grid for event detection, which can tackle both aspects of the problem. In our experiment, we used the dynamic grid method to detect four types of event patterns: implosion, explosion, two-way, and one-way using a Multimedia Analysis and Discovery (MAD) pedestrian dataset. The experimental results show that the proposed method can detect the four types of event patterns with high accuracy. Additionally, the performance of the proposed method is better than the static grid method and the proposed method achieves higher accuracy than the previous method regarding the aforementioned aspects.

A study on Countermeasures by Detecting Trojan-type Downloader/Dropper Malicious Code

  • Kim, Hee Wan
    • International Journal of Advanced Culture Technology
    • /
    • 제9권4호
    • /
    • pp.288-294
    • /
    • 2021
  • There are various ways to be infected with malicious code due to the increase in Internet use, such as the web, affiliate programs, P2P, illegal software, DNS alteration of routers, word processor vulnerabilities, spam mail, and storage media. In addition, malicious codes are produced more easily than before through automatic generation programs due to evasion technology according to the advancement of production technology. In the past, the propagation speed of malicious code was slow, the infection route was limited, and the propagation technology had a simple structure, so there was enough time to study countermeasures. However, current malicious codes have become very intelligent by absorbing technologies such as concealment technology and self-transformation, causing problems such as distributed denial of service attacks (DDoS), spam sending and personal information theft. The existing malware detection technique, which is a signature detection technique, cannot respond when it encounters a malicious code whose attack pattern has been changed or a new type of malicious code. In addition, it is difficult to perform static analysis on malicious code to which code obfuscation, encryption, and packing techniques are applied to make malicious code analysis difficult. Therefore, in this paper, a method to detect malicious code through dynamic analysis and static analysis using Trojan-type Downloader/Dropper malicious code was showed, and suggested to malicious code detection and countermeasures.

민감도행렬을 사용한 구조물의 손상추정법 (Structural Damage Detection Method Using Sensitivity Matrices)

  • 윤정방;김두기
    • 전산구조공학
    • /
    • 제9권4호
    • /
    • pp.117-126
    • /
    • 1996
  • 구조물의 손상추정법은 정적방법과 동적방법으로 나눌 수 있다. 정적방법은 정적하중과 정적변위의 관계를 이용하여 구조물의 손상위치와 손상정도를 추정하는 방법으로 동적방법에 비해 수식이 간단하나, 정적하중과 정적변위의 관계만을 사용하여 구조물의 손상을 추정하므로 정적변위에 대한 오차에 매우 민감하다. 동적방법은 구조물의 고유한 진동특성을 나타내는 고유진동수와 진동모우드를 구하여 구조물의 손상을 추정하는 방법으로, 정적방법에 비해 동일한 측점에서 많은 양의 시간기록자료를 계측할 수 는 있으나, 신뢰성이 높은 많은 수의 고유진동수와 진동모우드를 구하기가 어렵다. 본 연구에서는 구조물의 정적변위, 고유진동수와 진동모우드에 대한 민감도행렬을 사용하여 구조물의 정적 및 동적특성을 동시에 고려할 수 있는 구조물의 손상추정법을 제시하였다. 제시한 방법은 구조물의 손상 전.후의 정적변위와 진동모우드의 변화량을 부등구속조건식으로한 최적화기법을 사용하므로, 제한된 계측절점과 오차를 고려할 수 있으며 정적변위와 모우드 민감도행렬이외의 다양한 구조적 특성에 대한 민감도를 구속조건식으로 사용할 수 있다. 트러스구조물에 대한 모의 수치예제를 통한 제안한 방법의 정확성과 효율성을 수치적으로 검증하였다.

  • PDF

양상태 소나 배치를 위한 음향탐지성능 평가 방법 (Assessment of acoustic detection performance for a deployment of bi-static sonar)

  • 손수욱;김원기;배호석;박정수
    • 한국음향학회지
    • /
    • 제41권4호
    • /
    • pp.419-425
    • /
    • 2022
  • 본 논문은 양상태 소나의 음원과 수신기 배치를 위해 음향탐지성능을 평가하는 것을 목표로 한다. 단상태 소나와는 다르게 양상태 소나의 경우에는 배치를 위한 연산량과 복잡도가 크기 때문에 해양환경을 고려한 배치 연구는 진행된 바가 없다. 따라서 본 연구에서는 양상태 소나의 음원과 수신기 배치에 적용하기 위한 방법으로 해양환경의 변동성을 고려하면서도 연산량을 줄이는 평가 방법에 대해 제안한다. 본 연구에서는 천해와 심해의 대표 해양환경을 선정하였으며, 그 해역에서 음원과 수신기 간의 거리 및 센서 심도를 변경하며 신호초과를 계산하고, 그 결과를 제안하는 음향탐지성능 평가 방법과 비교 및 분석한다.

광 흐름과 학습에 의한 영상 내 사람의 검지 (Human Detection in Images Using Optical Flow and Learning)

  • 도용태
    • 센서학회지
    • /
    • 제29권3호
    • /
    • pp.194-200
    • /
    • 2020
  • Human detection is an important aspect in many video-based sensing and monitoring systems. Studies have been actively conducted for the automatic detection of humans in camera images, and various methods have been proposed. However, there are still problems in terms of performance and computational cost. In this paper, we describe a method for efficient human detection in the field of view of a camera, which may be static or moving, through multiple processing steps. A detection line is designated at the position where a human appears first in a sensing area, and only the one-dimensional gray pixel values of the line are monitored. If any noticeable change occurs in the detection line, corner detection and optical flow computation are performed in the vicinity of the detection line to confirm the change. When significant changes are observed in the corner numbers and optical flow vectors, the final determination of human presence in the monitoring area is performed using the Histograms of Oriented Gradients method and a Support Vector Machine. The proposed method requires processing only specific small areas of two consecutive gray images. Furthermore, this method enables operation not only in a static condition with a fixed camera, but also in a dynamic condition such as an operation using a camera attached to a moving vehicle.

모델기반의 계측데이터 확장 및 손상 추정에 관한 연구 (A Model-based Study on the Expansion of Measured Data and the Damage Detection)

  • 강택선;이병헌;은희창
    • 대한건축학회논문집:구조계
    • /
    • 제34권3호
    • /
    • pp.3-10
    • /
    • 2018
  • It's not practical to collect all information at the entire degrees of freedom of finite element model. The incomplete measurements should be expanded for subsequent analysis and damage detection. This work presents the analytical methods to expand the incomplete static or dynamic response data. Using the expanded data, introducing the concept of residual force, and minimizing the performance index expressed as the stiffness matrix and its difference before and after damage, the variation in stiffness matrix is derived. Based on the difference in the stiffness matrix, the damage detection method of structures is also provided. The validity of the proposed methods is illustrated in a numerical application, the numerical results are analyzed for applications, and the applicability of both methods is investigated.

고속 정적 분석 방법을 이용한 폴리모픽 웹 탐지 (Polymorphic Wonn Detection Using A Fast Static Analysis Approach)

  • 오진태;김대원;김익균;장종수;전용희
    • 정보보호학회논문지
    • /
    • 제19권4호
    • /
    • pp.29-39
    • /
    • 2009
  • 통신망을 통하여 자동적으로 확산되는 악성 프로그램인 웜에 대응하기 위하여, 웜 관련 패킷들을 분석하여 시그니처를 생성하여 웹을 탐지하는 방법들이 많이 사용되고 있다. 그러나 이런 시그니처-기반 탐지 기법을 회피하기 위하여, 변형된 폴리모픽 형태의 공격 코드 사용이 점차 증가하고 있다. 본 논문에서는 폴리모픽 공격 코드의 복호화 루틴을 탐지하기 위한 새로운 정적 분석 방법을 제안한다. 제안된 방법은 통신망 플로에서 폴리모픽 공격 코드에 함께 포함되어 암호화된 원본 코드를 복호화하는 역할을 수행하는 코드 루틴을 탐지한다. 실험 결과를 통하여 제안된 방법이 정적 분석 방지 기법들이 사용된 폴리모팍 코드들도 탐지할 수 있는 것을 보여준다. 또한 처리 성능에서 에뮬레이션 기반 분석 방법보다 효율적인 것으로 나타났다.