KR102663350B1 - Adversarial perturbation image detection method and computer program stored in a recording medium to execute the method - Google Patents

Adversarial perturbation image detection method and computer program stored in a recording medium to execute the method Download PDF

Info

Publication number
KR102663350B1
KR102663350B1 KR1020210177695A KR20210177695A KR102663350B1 KR 102663350 B1 KR102663350 B1 KR 102663350B1 KR 1020210177695 A KR1020210177695 A KR 1020210177695A KR 20210177695 A KR20210177695 A KR 20210177695A KR 102663350 B1 KR102663350 B1 KR 102663350B1
Authority
KR
South Korea
Prior art keywords
image
value
color information
information entropy
adversarial
Prior art date
Application number
KR1020210177695A
Other languages
Korean (ko)
Other versions
KR20230067422A (en
Inventor
최대선
류권상
Original Assignee
숭실대학교산학협력단
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 숭실대학교산학협력단 filed Critical 숭실대학교산학협력단
Priority to PCT/KR2022/013748 priority Critical patent/WO2023080426A1/en
Publication of KR20230067422A publication Critical patent/KR20230067422A/en
Application granted granted Critical
Publication of KR102663350B1 publication Critical patent/KR102663350B1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • G06T1/0021Image watermarking
    • G06T1/0042Fragile watermarking, e.g. so as to detect tampering
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • G06T1/0021Image watermarking
    • G06T1/005Robust watermarking, e.g. average attack or collusion attack resistant
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • G06T1/0021Image watermarking
    • G06T1/0092Payload characteristic determination in a watermarking scheme, e.g. number of bits to be embedded

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Image Analysis (AREA)

Abstract

개시된 발명의 일 실시예에 따른 적대적 변형된 이미지 탐지 방법은, 입력부에 의하여, 검사 대상 이미지를 입력 받는 단계; 픽셀 색상 정보 추출부에 의하여, 상기 검사 대상 이미지의 각 픽셀 별로 상기 검사 대상 이미지의 비트 뎁스(Bit Depth) 값 범위 내의 정수인 고유 정수 중 하나의 정수 값인 색상 정보 값을 추출하는 단계; 및 정보 엔트로피 계산부에 의하여, 상기 검사 대상 이미지의 각 픽셀 별 색상 정보 값들을 기초로 상기 검사 대상 이미지의 색상 정보 엔트로피 값을 계산하는 단계를 포함할 수 있다.An adversarial modified image detection method according to an embodiment of the disclosed invention includes the steps of receiving an image to be inspected by an input unit; Extracting, by a pixel color information extraction unit, a color information value that is an integer value of one of unique integers that are integers within a bit depth value range of the image to be inspected for each pixel of the image to be inspected; and calculating, by an information entropy calculation unit, a color information entropy value of the image to be inspected based on color information values for each pixel of the image to be inspected.

Description

적대적 변형된 이미지 탐지 방법 및 적대적 변형된 이미지 탐지 방법을 실행시키도록 기록매체에 저장된 컴퓨터 프로그램{ADVERSARIAL PERTURBATION IMAGE DETECTION METHOD AND COMPUTER PROGRAM STORED IN A RECORDING MEDIUM TO EXECUTE THE METHOD}A computer program stored on a recording medium to execute a hostile modified image detection method and a hostile modified image detection method {ADVERSARIAL PERTURBATION IMAGE DETECTION METHOD AND COMPUTER PROGRAM STORED IN A RECORDING MEDIUM TO EXECUTE THE METHOD}

본 발명은 이미지 분석이나 기계 학습 등에 이용되는 이미지가 적대적으로 변형된 이미지인지 판단할 수 있는 적대적 변형된 이미지 탐지 방법에 관한 것이다.The present invention relates to an adversarial modified image detection method that can determine whether an image used in image analysis or machine learning is a hostilely modified image.

적대적 변형된 이미지란 이미지 분류를 위한 심층 신경망(Deep Neural Network)이 원래 클래스가 아닌 다른 클래스로 오인식하도록 입력 이미지에 사람이 인식할 수 없는 적대적 변형(Adversarial perturbation)을 추가하여 생성된 이미지를 의미하며, 적대적 예제(Adversarial Example)라 부르기도 한다.An adversarial transformed image refers to an image created by adding adversarial perturbation that cannot be recognized by humans to the input image so that a deep neural network for image classification misrecognizes it as a class other than the original class. , It is also called an adversarial example.

대표적인 적대적 예제 탐지 방법인 Feature Squeezing 기법은 입력 이미지에 대한 DNN 모델의 출력 값과 비트 뎁스 줄이기(Bit depth reduction), median smoothing, non-local smoothing이 각각 적용된 입력 이미지에 대한 DNN 모델의 출력 값의 차이를 이용하여 적대적 예제를 탐지한다.The Feature Squeezing technique, a representative adversarial example detection method, is the difference between the output value of the DNN model for the input image and the output value of the DNN model for the input image to which bit depth reduction, median smoothing, and non-local smoothing were applied, respectively. Detect adversarial examples using .

하지만, Feature Squeezing과 같이 입력 이미지를 변조하여 DNN 모델의 출력 값의 차이를 이용하는 방식은, 각 이미지 변조 방법이 적대적 예제에 포함한 적대적 변형을 제거하는 방법이 아니라 완화시키는 방법이기 때문에, 많이 변조된 적대적 예제의 경우 비트 뎁스 줄이기, median smoothing, non-local smoothing으로 적대적 변형을 완화하더라도 DNN 모델이 적대적 변형의 영향을 받아 변조 전과 후 DNN 모델의 출력 값의 차이가 크지 않아 적대적 예제를 잘 탐지하지 못한다는 문제가 있다.However, methods such as feature squeezing that use the difference in the output value of the DNN model by modulating the input image are a method of mitigating, not removing, the adversarial deformation included in the adversarial example, rather than removing the adversarial deformation included in the heavily modulated adversarial example. In the case of the example, even if the adversarial transformation is alleviated by reducing the bit depth, median smoothing, and non-local smoothing, the DNN model is affected by the adversarial transformation and the difference in the output value of the DNN model before and after modulation is not large, making it difficult to detect adversarial examples well. there is a problem.

또한, 추론 단계에서 방어자는 DNN 모델에 입력되는 데이터가 정상인지 공격인지 알 수 없기 때문에 모든 입력 데이터에 대해 정상인지 공격인지 검사해야 하므로, DNN 모델의 출력 결과를 이용하는 방법은 적대적 공격을 잘 탐지하지 못할 뿐만 아니라 공격 데이터 탐지 시간도 오래 걸린다는 문제가 있다.Additionally, in the inference stage, the defender cannot know whether the data input to the DNN model is normal or an attack, so all input data must be checked to see whether it is normal or an attack. Therefore, the method using the output result of the DNN model does not detect adversarial attacks well. Not only is it not possible, but there is a problem that it takes a long time to detect attack data.

본 발명은 DNN 모델의 출력 값을 활용하지 않고도 적대적 예제를 탐지할 수 있어서 적대적 공격 여부의 탐지 성능이 더 뛰어난 적대적 변형된 이미지 탐지 방법 및 컴퓨터 프로그램을 제공하기 위한 것이다.The purpose of the present invention is to provide an adversarial modified image detection method and computer program that can detect adversarial examples without using the output value of a DNN model and thus has superior performance in detecting adversarial attacks.

또한, 본 발명은 DNN 모델의 출력 값을 활용하는 방식보다 더 빠른 속도로 검사 대상 이미지를 정상 이미지 또는 적대적 공격 이미지로 자동으로 분류할 수 있는 적대적 변형된 이미지 탐지 방법 및 컴퓨터 프로그램을 제공하기 위한 것이다.In addition, the present invention is to provide a method and computer program for detecting adversarial modified images that can automatically classify an image to be inspected as a normal image or an adversarial attack image at a faster rate than a method using the output value of a DNN model. .

또한, 본 발명은 다양한 적대적 공격으로 생성된 적대적 예제 탐지뿐만 아니라 GAN (Generative Adversarial Network)로 생성된 딥페이크(DeepFake) 영상 검출에 활용할 수 있는 적대적 변형된 이미지 탐지 방법 및 컴퓨터 프로그램을 제공하기 위한 것이다.In addition, the present invention is intended to provide an adversarial modified image detection method and computer program that can be used to detect deepfake images generated by a GAN (Generative Adversarial Network) as well as detecting adversarial examples generated by various adversarial attacks. .

개시된 발명의 일 측면에 따른 적대적 변형된 이미지 탐지 방법은, 입력부에 의하여, 검사 대상 이미지를 입력 받는 단계; 픽셀 색상 정보 추출부에 의하여, 상기 검사 대상 이미지의 각 픽셀 별로 상기 검사 대상 이미지의 비트 뎁스(Bit Depth) 값 범위 내의 값 중 하나의 정수 값인 색상 정보 값을 추출하는 단계; 및 정보 엔트로피 계산부에 의하여, 상기 검사 대상 이미지의 각 픽셀 별 색상 정보 값들을 기초로 상기 검사 대상 이미지의 색상 정보 엔트로피 값을 계산하는 단계를 포함할 수 있다.An adversarial modified image detection method according to one aspect of the disclosed invention includes the steps of receiving an image to be inspected by an input unit; Extracting, by a pixel color information extraction unit, a color information value that is one integer value among values within a bit depth value range of the image to be inspected for each pixel of the image to be inspected; and calculating, by an information entropy calculation unit, a color information entropy value of the image to be inspected based on color information values for each pixel of the image to be inspected.

또한, 적대적 변형 이미지 결정부에 의해, 상기 검사 대상 이미지의 색상 정보 엔트로피 값과 기준 엔트로피 값을 비교하는 단계; 및 상기 적대적 변형 이미지 결정부에 의해, 상기 검사 대상 이미지의 색상 정보 엔트로피 값이 상기 기준 엔트로피 값 이상이면 상기 검사 대상 이미지를 적대적 변형 이미지로 분류하는 단계를 더 포함할 수 있다.In addition, comparing the color information entropy value of the inspection target image with a reference entropy value by an adversarial deformed image determination unit; and classifying, by the hostile modified image determination unit, the image to be inspected as an adversarially modified image if the color information entropy value of the image to be inspected is greater than or equal to the reference entropy value.

또한, 상기 검사 대상 이미지의 색상 정보 엔트로피 값을 계산하는 단계는, 상기 정보 엔트로피 계산부에 의하여, 상기 검사 대상 이미지에서 동일한 고유 정수를 색상 정보 값으로 가지는 픽셀들의 개수인 동일 색상 픽셀 수를 각각의 고유 정수마다 도출하고, 각각의 상기 고유 정수의 동일 색상 픽셀 수를 상기 검사 대상 이미지의 픽셀 개수로 나누어 각 고유 정수의 0 이상 1 미만의 범위에 속하는 동일 색상 픽셀 비율을 계산하는 단계; 및 상기 정보 엔트로피 계산부에 의하여, 상기 검사 대상 이미지의 각 고유 정수의 동일 색상 픽셀 비율에 각각 로그 함수를 취해서 도출된 로그 함수 적용 값들을 기초로 상기 검사 대상 이미지의 색상 정보 엔트로피 값을 계산하는 단계를 포함할 수 있다.In addition, the step of calculating the color information entropy value of the image to be inspected includes calculating, by the information entropy calculation unit, the number of pixels of the same color, which is the number of pixels having the same unique integer as a color information value, in the image to be inspected. Deriving each unique integer and dividing the number of same-color pixels of each unique integer by the number of pixels of the image to be inspected to calculate a ratio of same-color pixels falling within a range of 0 to 1 of each unique integer; and calculating, by the information entropy calculation unit, a color information entropy value of the image to be inspected based on logarithmic function application values derived by taking a logarithmic function to the ratio of pixels of the same color of each unique integer of the image to be inspected. may include.

또한, 변형 이미지 생성부에 의해, 상기 검사 대상 이미지의 비트 뎁스 값을 미리 정해진 비트 값으로 감소시켜서 변형 이미지를 생성하는 단계; 및 상기 정보 엔트로피 계산부에 의하여, 상기 변형 이미지의 각 픽셀 별 상기 색상 정보 값들을 기초로 상기 변형 이미지의 색상 정보 엔트로피 값을 계산하는 단계를 더 포함할 수 있다.Additionally, generating a modified image by reducing the bit depth value of the image to be inspected to a predetermined bit value by a modified image generator; and calculating, by the information entropy calculation unit, a color information entropy value of the modified image based on the color information values for each pixel of the modified image.

또한, 적대적 변형 이미지 결정부에 의해, 상기 검사 대상 이미지의 색상 정보 엔트로피 값과 상기 변형 이미지의 색상 정보 엔트로피 값의 차이를 계산하는 단계; 및 상기 적대적 변형 이미지 결정부에 의해, 상기 검사 대상 이미지의 색상 정보 엔트로피 값과 상기 변형 이미지의 색상 정보 엔트로피 값의 차이가 기준 차이 값 이상이면 상기 검사 대상 이미지를 적대적 변형 이미지로 분류하는 단계를 더 포함할 수 있다.Additionally, calculating a difference between a color information entropy value of the image to be inspected and a color information entropy value of the modified image, by an adversarial modified image determination unit; and classifying the inspection target image as a hostile modified image, by the hostile modified image determination unit, if the difference between the color information entropy value of the inspection target image and the color information entropy value of the modified image is greater than or equal to a reference difference value. It can be included.

또한, 상기 변형 이미지의 색상 정보 엔트로피 값을 계산하는 단계는, 상기 정보 엔트로피 계산부에 의하여, 상기 변형 이미지에서 동일한 고유 정수를 색상 정보 값으로 가지는 픽셀들의 개수인 동일 색상 픽셀 수를 각각의 고유 정수마다 도출하고, 각각의 상기 고유 정수의 동일 색상 픽셀 수를 상기 변형 이미지의 픽셀 개수로 나누어 각 고유 정수의 0 이상 1 미만의 범위에 속하는 동일 색상 픽셀 비율을 계산하는 단계; 및 상기 정보 엔트로피 계산부에 의하여, 상기 변형 이미지의 각 고유 정수의 동일 색상 픽셀 비율에 각각 로그 함수를 취해서 도출된 로그 함수 적용 값들을 기초로 상기 변형 이미지의 색상 정보 엔트로피 값을 계산하는 단계를 포함할 수 있다.In addition, the step of calculating the color information entropy value of the modified image includes calculating the number of pixels of the same color, which is the number of pixels having the same unique integer as a color information value in the modified image, by the information entropy calculation unit, and dividing the number of pixels of the same color into each unique integer. calculating a ratio of pixels of the same color falling within a range of 0 to 1 of each unique integer by dividing the number of pixels of the same color in each unique integer by the number of pixels in the deformed image; And calculating, by the information entropy calculation unit, a color information entropy value of the transformed image based on logarithmic function application values derived by taking a logarithmic function for the same color pixel ratio of each unique integer of the transformed image. can do.

또한, 상기 입력부에 의해, 복수의 정상 이미지를 입력 받는 단계; 상기 정보 엔트로피 계산부에 의하여, 상기 정상 이미지의 각 픽셀 별 색상 정보 값들을 기초로 상기 정상 이미지의 색상 정보 엔트로피 값을 계산하는 단계; 상기 변형 이미지 생성부에 의해, 상기 정상 이미지의 비트 뎁스 값을 미리 정해진 비트 값으로 감소시켜서 변형 정상 이미지를 생성하는 단계; 상기 정보 엔트로피 계산부에 의하여, 상기 변형 정상 이미지의 각 픽셀 별 상기 색상 정보 값들을 기초로 상기 변형 정상 이미지의 색상 정보 엔트로피 값을 계산하는 단계; 기준 차이 값 결정부에 의해, 상기 정상 이미지의 색상 정보 엔트로피 값과 상기 변형 정상 이미지의 색상 정보 엔트로피 값의 차이를 계산하는 단계; 및 기준 차이 값 결정부에 의해, 복수의 상기 정상 이미지들의 색상 정보 엔트로피 값의 차이 값들을 크기 순서대로 나열했을 때, 미리 지정된 상위 순번에 해당하는 정상 이미지의 색상 정보 엔트로피 값의 차이를 상기 기준 차이 값으로 결정하는 단계를 더 포함할 수 있다.Additionally, receiving a plurality of normal images as input through the input unit; calculating, by the information entropy calculation unit, a color information entropy value of the normal image based on color information values for each pixel of the normal image; generating a modified normal image by reducing the bit depth value of the normal image to a predetermined bit value, by the modified image generator; calculating a color information entropy value of the deformed normal image based on the color information values for each pixel of the deformed normal image, by the information entropy calculation unit; calculating, by a reference difference value determination unit, a difference between a color information entropy value of the normal image and a color information entropy value of the modified normal image; and the reference difference value determination unit, when the difference values of the color information entropy values of the plurality of normal images are arranged in order of size, the difference in the color information entropy value of the normal image corresponding to the pre-designated upper order is calculated as the reference difference. A step of determining a value may be further included.

또한, 상기 변형 이미지를 생성하는 단계는, 상기 변형 이미지 생성부에 의해, 상기 검사 대상 이미지의 비트 뎁스 값을 1만큼 감소시켜서 상기 변형 이미지를 생성하는 단계를 포함할 수 있다.Additionally, generating the modified image may include generating the modified image by reducing the bit depth value of the image to be inspected by 1, by the modified image generator.

또한, 상기 적대적 변형 이미지 결정부에 의해, 이미지 분석 장치에 상기 적대적 변형 이미지가 입력되지 않도록 상기 적대적 변형 이미지로 분류된 이미지를 나머지 상기 검사 대상 이미지와 따로 분리하여 저장하는 단계를 더 포함할 수 있다.In addition, the step of storing the image classified as the hostile modified image separately from the remaining images to be inspected by the hostile modified image determination unit so that the hostile modified image is not input to the image analysis device may be further included. .

개시된 발명의 일 측면에 따른 컴퓨터 프로그램은, 상기 적대적 변형된 이미지 탐지 방법을 실행시키도록 컴퓨터로 판독 가능한 기록매체에 저장될 수 있다.A computer program according to one aspect of the disclosed invention may be stored in a computer-readable recording medium to execute the adversarial modified image detection method.

개시된 발명의 일 측면에 따르면, DNN 모델의 출력 값을 활용하지 않고도 적대적 예제를 탐지할 수 있어서 적대적 공격 여부의 탐지 성능이 더 뛰어날 수 있다.According to one aspect of the disclosed invention, adversarial examples can be detected without utilizing the output value of the DNN model, so detection performance of whether or not a hostile attack is present can be better.

또한, 본 발명의 실시예에 의하면, DNN 모델의 출력 값을 활용하는 방식보다 더 빠른 속도로 검사 대상 이미지를 정상 이미지 또는 적대적 공격 이미지로 자동으로 분류할 수 있다.Additionally, according to an embodiment of the present invention, an image to be inspected can be automatically classified as a normal image or a hostile attack image at a faster rate than a method using the output value of a DNN model.

또한 본 발명의 실시예에 의하면, 다양한 적대적 공격으로 생성된 적대적 예제 탐지뿐만 아니라 GAN (Generative Adversarial Network)로 생성된 딥페이크(DeepFake) 영상 검출에 활용할 수 있다.Additionally, according to an embodiment of the present invention, it can be used not only to detect adversarial examples generated by various adversarial attacks, but also to detect DeepFake images generated by a Generative Adversarial Network (GAN).

도 1은 일 실시예에 따른 적대적 변형 이미지 탐지 시스템의 제어 블록도이다.
도 2는 적대적 변형 이미지의 생성 과정을 도시한 도면이다.
도 3은 일 실시예에 따른 변형 이미지를 설명하기 위한 도면이다.
도 4는 정상 이미지와 적대적 변형 이미지의 동일 색상 픽셀 비율 분포를 설명하기 위한 도면이다.
도 5는 정상 이미지와 적대적 변형 이미지의 동일 색상 픽셀 비율 분포를 설명하기 위한 또다른 도면이다.
도 6은 일 실시예에 따라 적대적 변형 이미지로 결정된 검사 대상 이미지를 따로 분류하는 과정을 도시한 도면이다.
도 7은 일 실시예에 따른 기준 차이 값을 설명하기 위한 도면이다.
도 8은 일 실시예에 따른 적대적 변형된 이미지 탐지 방법의 순서도이다.
도 9는 일 실시예에 따른 정상 이미지와 적대적 변형 이미지의 평균적인 색상 정보 엔트로피를 나타낸 그래프이다.
도 10은 변형 이미지의 비트 뎁스 값에 따른 분류 정확도를 나타낸 그래프이다.
1 is a control block diagram of an adversarial deformed image detection system according to an embodiment.
Figure 2 is a diagram illustrating the creation process of an adversarial deformed image.
Figure 3 is a diagram for explaining a modified image according to an embodiment.
Figure 4 is a diagram to explain the distribution of pixel ratios of the same color between a normal image and an adversarially modified image.
Figure 5 is another diagram to explain the distribution of pixel ratios of the same color between a normal image and an adversarially modified image.
FIG. 6 is a diagram illustrating a process of separately classifying an inspection target image determined to be an adversarial modified image according to an embodiment.
Figure 7 is a diagram for explaining a reference difference value according to an embodiment.
Figure 8 is a flowchart of an adversarial modified image detection method according to one embodiment.
Figure 9 is a graph showing the average color information entropy of a normal image and an adversarial modified image according to an embodiment.
Figure 10 is a graph showing classification accuracy according to the bit depth value of the modified image.

명세서 전체에 걸쳐 동일 참조 부호는 동일 구성요소를 지칭한다. 본 명세서가 실시예들의 모든 요소들을 설명하는 것은 아니며, 개시된 발명이 속하는 기술분야에서 일반적인 내용 또는 실시예들 간에 중복되는 내용은 생략한다. 명세서에서 사용되는 '~부'라는 용어는 소프트웨어 또는 하드웨어로 구현될 수 있으며, 실시예들에 따라 복수의 '~부'가 하나의 구성요소로 구현되거나, 하나의 '~부'가 복수의 구성요소들을 포함하는 것도 가능하다.Like reference numerals refer to like elements throughout the specification. This specification does not describe all elements of the embodiments, and general content or overlapping content between the embodiments in the technical field to which the disclosed invention pertains is omitted. The term '~unit' used in the specification may be implemented as software or hardware, and depending on the embodiments, multiple '~units' may be implemented as one component, or one '~unit' may be implemented as a plurality of components. It is also possible to include elements.

또한 어떤 부분이 어떤 구성요소를 "포함"한다고 할 때, 이는 특별히 반대되는 기재가 없는 한 다른 구성요소를 제외하는 것이 아니라 다른 구성요소를 더 포함할 수 있는 것을 의미한다.Additionally, when a part "includes" a certain component, this means that it may further include other components rather than excluding other components, unless specifically stated to the contrary.

제1, 제2 등의 용어는 하나의 구성요소를 다른 구성요소로부터 구별하기 위해 사용되는 것으로, 구성요소가 전술된 용어들에 의해 제한되는 것은 아니다.Terms such as first and second are used to distinguish one component from another component, and the components are not limited by the above-mentioned terms.

단수의 표현은 문맥상 명백하게 예외가 있지 않는 한, 복수의 표현을 포함한다.Singular expressions include plural expressions unless the context clearly makes an exception.

각 단계들에 있어 식별부호는 설명의 편의를 위하여 사용되는 것으로 식별부호는 각 단계들의 순서를 설명하는 것이 아니며, 각 단계들은 문맥상 명백하게 특정 순서를 기재하지 않는 이상 명기된 순서와 다르게 실시될 수 있다.The identification code for each step is used for convenience of explanation. The identification code does not explain the order of each step, and each step may be performed differently from the specified order unless a specific order is clearly stated in the context. there is.

이하 첨부된 도면들을 참고하여 개시된 발명의 작용 원리 및 실시예들에 대해 설명한다.Hereinafter, the operating principle and embodiments of the disclosed invention will be described with reference to the attached drawings.

도 1은 일 실시예에 따른 적대적 변형 이미지 탐지 시스템의 제어 블록도이며, 도 2는 적대적 변형 이미지의 생성 과정을 도시한 도면이다.FIG. 1 is a control block diagram of an adversarial deformed image detection system according to an embodiment, and FIG. 2 is a diagram illustrating a process of generating an adversarial deformed image.

도 1을 참조하면, 적대적 변형 이미지 탐지 시스템(100)은 입력된 검사 대상 이미지(200)가 정상 이미지(500)인지, 적대적 변형 이미지(400)인지 판단하고 검사 대상 이미지(200)를 분류할 수 있다.Referring to FIG. 1, the hostile deformed image detection system 100 determines whether the input inspection target image 200 is a normal image 500 or an adversarial modified image 400 and classifies the inspection target image 200. there is.

검사 대상 이미지(200)는 이미지 데이터의 형태로 이미지 분석 장치(600)에 입력되기 전에 적대적 공격이 있는 이미지인지 여부가 판단되는 이미지일 수 있다.The inspection target image 200 may be an image for which it is determined whether or not it contains a hostile attack before being input to the image analysis device 600 in the form of image data.

이미지 분석 장치(600)는 입력된 이미지에 포함된 객체를 인식하거나 분석하는 장치일 수 있으나 이에 한정되는 것은 아니며, 입력된 이미지를 다른 방식으로 이용하는 장치일 수도 있다. 예를 들어, 이미지 분석 장치(600)는 입력된 이미지를 기계 학습(Machine Learning) 방식을 통한 인공지능 모델을 학습에 이용할 수도 있다. 기계 학습이란 다수의 파라미터로 구성된 모델을 이용하며, 주어진 데이터로 파라미터를 최적화하는 것을 의미할 수 있다. 반대로, 이미지 분석 장치(600)는 이미 학습된 인공지능 모델을 이용하여 입력된 이미지를 분석하는 장치일 수도 있다.The image analysis device 600 may be a device that recognizes or analyzes objects included in an input image, but is not limited thereto, and may be a device that uses the input image in other ways. For example, the image analysis device 600 may use the input image to learn an artificial intelligence model through machine learning. Machine learning can mean using a model composed of multiple parameters and optimizing the parameters with given data. Conversely, the image analysis device 600 may be a device that analyzes an input image using an already learned artificial intelligence model.

본 발명의 실시예에 따른 적대적 변형 이미지 탐지 시스템(100)은 따로 마련된 적대적 변형 이미지 탐지 장치에 마련된 시스템일 수도 있고, 서버에 마련된 시스템일 수도 있다.The hostile modified image detection system 100 according to an embodiment of the present invention may be a system provided in a separate hostile modified image detection device or may be a system provided in a server.

도 2를 참고하면, 적대적 변형 이미지(400)의 생성 과정의 한 예시를 확인할 수 있다.Referring to FIG. 2, an example of the generation process of the adversarial deformed image 400 can be seen.

이미지를 분석하거나 탐지하는 기술 중에서는 이웃 픽셀 간에 유사한 값을 가지는 이미지의 특성을 활용한 탐지 기법(예를 들어, Steganalysis 기반 탐지 기술)이 있다.Among the techniques for analyzing or detecting images, there is a detection technique (for example, Steganalysis-based detection technique) that utilizes the characteristics of images that have similar values between neighboring pixels.

이러한 이웃 픽셀 간에 유사한 값을 가지는 이미지의 특성을 활용한 탐지 기법은 탐지 대상 이미지에 노이즈가 추가되어 있는 경우 탐지 성능이 떨어지게 된다.Detection techniques that utilize the characteristics of images with similar values between neighboring pixels will have poor detection performance if noise is added to the image to be detected.

구체적으로, 이웃 픽셀 간에 유사한 값을 가지는 이미지의 특성을 활용한 탐지 기법은 각 픽셀의 8방향 인접 픽셀 중 2방향 이상 값의 차이가 크면 경계로 판단하는데, 이미지 내 객체의 경계 부분에 노이즈가 있으면 이러한 탐지를 회피할 수 있게 된다.Specifically, a detection technique that utilizes the characteristics of images with similar values between neighboring pixels determines it as a border if the difference in values in two or more directions among the eight neighboring pixels of each pixel is large. If there is noise at the border of an object in the image, This detection can be avoided.

정상 이미지(500)에 노이즈(Perturbation)가 추가되는 방식으로 적대적 변형 이미지(400)가 생성될 수 있다.An adversarial deformed image 400 may be created by adding noise (perturbation) to the normal image 500.

이렇게 생성된 적대적 변형 이미지(400)는 이웃 픽셀 간에 유사한 값을 가지는 이미지의 특성을 활용한 탐지 기법에 의해서는 객체의 경계를 경계로 인식 못하게 될 수 있다. 적대적 변형 이미지(400)가 이미지 분석 장치(600)에 입력되면 성능 좋은 이미지 분석 장치(600)라 해도 탐지 성능이 떨어지게 되고, 만약 해당 이미지가 기계학습에 이용될 경우 생성되는 인공지능 모델의 성능이 떨어진다는 문제가 발생할 수 있다. 따라서 이미지 분석 장치(600)에 분석 대상 이미지가 입력되기 전에 미리 해당 이미지의 적대적 변형 여부를 탐지하는 것이 필요하다.The adversarial deformation image 400 created in this way may not recognize the boundary of the object as a boundary using a detection technique that utilizes the characteristics of images with similar values between neighboring pixels. When an adversarial modified image 400 is input to the image analysis device 600, detection performance deteriorates even if the image analysis device 600 has good performance, and if the image is used for machine learning, the performance of the generated artificial intelligence model decreases. Falling problems may occur. Therefore, before the image to be analyzed is input to the image analysis device 600, it is necessary to detect whether the image has been hostilely modified in advance.

다시 도 1을 참고하면, 적대적 변형 이미지 탐지 시스템(100)은 입력부(110), 픽셀 색상 정보 추출부(120), 정보 엔트로피 계산부(130), 적대적 변형 이미지 결정부(140), 변형 이미지 생성부(150), 기준 차이 값 결정부(160)를 포함할 수 있다.Referring again to FIG. 1, the adversarial deformed image detection system 100 includes an input unit 110, a pixel color information extraction unit 120, an information entropy calculation unit 130, an adversarial deformed image determination unit 140, and a deformed image generation unit. It may include a unit 150 and a reference difference value determination unit 160.

입력부(110)는 검사 대상 이미지(200)를 입력 받을 수 있다. 입력부(110)가 검사 대상 이미지(200)를 입력 받는 방식은 입력부(110)에 마련된 통신 모듈이 시스템 외부의 다른 구성으로부터 검사 대상 이미지(200)를 수신하는 것일 수 있으나, 입력부(110)가 검사 대상 이미지(200)를 입력 받는 방식이 이에 한정되는 것은 아니다.The input unit 110 may receive an image 200 to be inspected. The method in which the input unit 110 receives the inspection target image 200 may be that a communication module provided in the input unit 110 receives the inspection target image 200 from another component outside the system, but the input unit 110 receives the inspection target image 200. The method of receiving the target image 200 is not limited to this.

적대적 변형 이미지 탐지 시스템(100)은 입력된 검사 대상 이미지(200)의 각 픽셀들의 색상 정보를 기초로 해당 검사 대상 이미지(200)가 노이즈 추가된 적대적 변형 이미지(400)인지 판단할 수 있다.The adversarial deformed image detection system 100 may determine whether the inspected image 200 is an adversarial deformed image 400 with noise added based on the color information of each pixel of the input inspected image 200.

이미지의 비트 뎁스(Bit Depth) 값은 한 픽셀 당 표현할 수 있는 색상 정보의 수일 수 있다. 예를 들어 어느 이미지의 비트 뎁스 값이 8비트이면, 한 픽셀이 표현 가능한 색상은 적색, 녹색, 청색에 대해서 각각 256개일 수 있다. 예를 들어, 한 픽셀의 색상이 청색이라면, 해당 픽셀은 가장 밝은 청색부터 가장 어두운 청색까지 총 256개의 청색 중 하나의 청색을 표현할 수 있다.The bit depth value of an image may be the number of color information that can be expressed per pixel. For example, if the bit depth value of an image is 8 bits, the colors that can be expressed by one pixel can be 256 each for red, green, and blue. For example, if the color of one pixel is blue, that pixel can express one blue color out of a total of 256 blue colors, from the brightest blue to the darkest blue.

즉, 어느 이미지의 비트 뎁스 값이 8비트이면, 해당 이미지의 각 픽셀들은 적색, 녹색, 청색의 모든 색상에 대해서 256개의 색상 정보 중 하나의 색상 정보를 가질 수 있다. 예를 들어, 어느 한 픽셀의 색상 정보(R, G, B) 값은 (20, 254, 132)일 수 있다.That is, if the bit depth value of an image is 8 bits, each pixel of the image can have one color information out of 256 color information for all colors of red, green, and blue. For example, the color information (R, G, B) value of one pixel may be (20, 254, 132).

픽셀 색상 정보 추출부(120)는 검사 대상 이미지(200)의 각 픽셀 별로 색상 정보 값을 추출할 수 있다.The pixel color information extraction unit 120 may extract a color information value for each pixel of the image 200 to be inspected.

색상 정보 값은 검사 대상 이미지(200)의 각 픽셀별로 하나씩 대응되는 정수 값일 수 있다.The color information value may be an integer value corresponding to each pixel of the image 200 to be inspected.

구체적으로, 색상 정보 값은 고유 정수 중 하나의 정수 값일 수 있다. Specifically, the color information value may be an integer value among unique integers.

고유 정수는 검사 대상 이미지(200)의 비트 뎁스 값 범위 내의 정수들일 수 있다.The unique integer may be an integer within the bit depth value range of the image 200 to be inspected.

예를 들어, 검사 대상 이미지(200)의 비트 뎁스 값이 8비트이면, 해당 이미지의 고유 정수는 0 내지 255 사이에 있는 총 256개의 모든 정수 값들일 수 있다. 이때, 각 픽셀의 색상 정보 값은 0 내지 255 중에 하나의 정수 값일 수 있다.For example, if the bit depth value of the image 200 to be inspected is 8 bits, the unique integer of the image may be a total of 256 integer values between 0 and 255. At this time, the color information value of each pixel may be an integer value between 0 and 255.

정보 엔트로피 또는 섀넌 엔트로피는 어떤 메시지에 포함된 정보의 평균값이다. 구체적으로 정보 엔트로피는 발생 가능한 사건이나 메시지의 확률분포의 음의 로그 값으로 정의될 수 있다.Information entropy or Shannon entropy is the average value of information contained in a message. Specifically, information entropy can be defined as the negative logarithm of the probability distribution of possible events or messages.

정보 엔트로피 계산부(130)는 동일 색상 픽셀 수를 각각의 고유 정수마다 도출할 수 있다.The information entropy calculation unit 130 may derive the number of pixels of the same color for each unique integer.

동일 색상 픽셀 수는 검사 대상 이미지(200)에서 동일한 고유 정수를 색상 정보 값으로 가지는 픽셀들의 개수일 수 있다. 예를 들어, 비트 뎁스 값이 8비트인 어느 한 검사 대상 이미지(200)에서 255를 색상 정보 값으로 가지는 픽셀의 개수가 4이면 고유 정수인 255에 대한 동일 색상 픽셀 수는 4일 수 있다.The number of pixels of the same color may be the number of pixels that have the same unique integer as a color information value in the image 200 to be inspected. For example, if the number of pixels having 255 as a color information value in an inspection target image 200 with a bit depth value of 8 bits is 4, the number of pixels of the same color for 255, which is a unique integer, may be 4.

정보 엔트로피 계산부(130)는 각각의 고유 정수의 동일 색상 픽셀 수를 검사 대상 이미지(200)의 픽셀 개수로 나누어 각 고유 정수의 0 이상 1 미만의 범위에 속하는 동일 색상 픽셀 비율을 계산할 수 있다. 예를 들어, 이미지의 크기가 가로 224, 세로 224, 색상 채널 3개(224x224x3)이고 비트 뎁스 값이 8비트인 어느 한 검사 대상 이미지(200)에서 고유 정수인 255에 대한 동일 색상 픽셀 수는 4이면, 고유 정수인 255에 대한 동일 색상 픽셀 비율은 4/(224x224x3)일 수 있다.The information entropy calculator 130 may divide the number of pixels of the same color in each unique integer by the number of pixels in the image to be inspected 200 to calculate the ratio of pixels of the same color within the range of 0 to 1 for each unique integer. For example, in an image to be inspected (200) with an image size of 224 width, 224 height, and 3 color channels (224x224x3) and a bit depth value of 8 bits, the number of pixels of the same color for a unique integer of 255 is 4. , the ratio of same color pixels to the unique integer of 255 may be 4/(224x224x3).

정보 엔트로피 계산부(130)는 검사 대상 이미지(200)의 각 고유 정수의 동일 색상 픽셀 비율에 각각 로그 함수를 취해서 도출된 로그 함수 적용 값들을 기초로 검사 대상 이미지(200)의 색상 정보 엔트로피 값을 계산할 수 있다.The information entropy calculation unit 130 calculates the color information entropy value of the image to be inspected 200 based on the logarithmic function application values derived by taking a logarithmic function to the ratio of pixels of the same color of each unique integer of the image to be inspected 200. It can be calculated.

[방정식 1][Equation 1]

구체적으로, [방정식 1]을 참조하면, sum(pk)는 검사 대상 이미지(200)의 픽셀 개수이고, pki는 고유 정수 i에 대한 동일 색상 픽셀 비율이고 S는 검사 대상 이미지(200)의 색상 정보 엔트로피일 수 있다.Specifically, referring to [Equation 1], sum(pk) is the number of pixels of the image to be inspected (200), pki is the ratio of pixels of the same color to the unique integer i, and S is the color information of the image to be inspected (200). It could be entropy.

정보 엔트로피 계산부(130)는 도출된 각각의 고유 정수에 대한 로그 함수 적용 값들을 전부 더한 값의 절대값을 해당 검사 대상 이미지(200)의 색상 정보 엔트로피로 결정할 수 있다.The information entropy calculator 130 may determine the absolute value of the sum of all logarithmic function application values for each derived unique integer as the color information entropy of the image 200 to be inspected.

예를 들어, 픽셀 개수가 10000인 어느 한 검사 대상 이미지(200)에서 고유 정수인 0, 1, 2 및 255에 대한 동일 색상 픽셀 수가 각각 3, 5, 1 및 4이면, 고유 정수인 0, 1, 2 및 255에 대한 동일 색상 픽셀 비율은 0.0003, 0.0005, 0.0001 및 0.0004일 수 있다. 이러한 각각의 동일 색상 픽셀 비율에 로그 함수를 취하여 도출된 로그 함수 적용 값들을 전부 더한 값의 절대값이 해당 검사 대상 이미지(200)의 색상 정보 엔트로피일 수 있다.For example, if the number of pixels of the same color for the unique integers 0, 1, 2, and 255 is 3, 5, 1, and 4, respectively, in an image to be inspected (200) where the number of pixels is 10000, then the unique integers 0, 1, and 2 and 255, the same color pixel ratios may be 0.0003, 0.0005, 0.0001, and 0.0004. The absolute value of the sum of all logarithmic function application values derived by taking a logarithmic function to each of the pixel ratios of the same color may be the color information entropy of the image 200 to be inspected.

적대적 변형 이미지(400)는 정상적인 이미지에 노이즈가 추가되어 생성된다. 이때, 적대적 변형 이미지(400)의 각 픽셀들은 원본의 정상적인 이미지의 각 픽셀들의 색상 정보 값과 다르게 변경된 색상 정보를 가지게 된다.The adversarial modified image 400 is created by adding noise to a normal image. At this time, each pixel of the adversarial modified image 400 has color information that is changed differently from the color information value of each pixel of the original normal image.

특히, 적대적 변형 이미지(400)는 픽셀 별 색상 정보 값들 분포의 연속성이 정상적인 이미지보다 상대적으로 없게 된다. 즉, 적대적 변형 이미지(400)는 특정한 색상 정보 값들을 가지는 픽셀이 다른 색상 정보 값들을 가지는 픽셀에 비해 매우 적을 수 있다.In particular, the adversarial modified image 400 has relatively less continuity in the distribution of color information values for each pixel than a normal image. That is, in the adversarial modified image 400, the number of pixels with specific color information values may be very small compared to pixels with different color information values.

정리하면, 적대적 변형 이미지(400)는 특정한 고유 정수들의 동일 색상 픽셀 수가 다른 고유 정수의 동일 색상 픽셀 수에 비해 훨씬 작을 수 있으며, 해당 고유 정수들의 동일 색상 픽셀 비율 또한 다른 고유 정수들의 동일 색상 픽셀 비율 보다 0에 가까울 수 있다. 0에 가까운 양수일수록 로그 함수를 취했을 때 로그 함수 적용 값들이 증가하므로, 적대적 변형 이미지(400)는 정상 이미지(500)에 비하여 색상 정보 엔트로피 값이 클 수 있다.In summary, in the adversarial deformed image 400, the number of same-color pixels of specific unique integers may be much smaller than the number of same-color pixels of other unique integers, and the ratio of identical color pixels of the unique integers may also be the ratio of identical color pixels of other unique integers. It can be closer to 0. Since the logarithmic function application values increase as the positive number approaches 0, the adversarial transformation image 400 may have a larger color information entropy value than the normal image 500.

적대적 변형 이미지 결정부(140)는 검사 대상 이미지(200)의 색상 정보 엔트로피 값과 기준 엔트로피 값을 비교할 수 있다. 기준 엔트로피 값은 검사 대상 이미지(200)의 색상 정보 엔트로피 값이 적대적 변형 이미지(400)의 색상 정보 엔트로피 값에 해당하는지 판단하는데 기준이 되는 색상 정보 엔트로피 값일 수 있다.The adversarial transformation image determination unit 140 may compare the color information entropy value of the inspection target image 200 with the reference entropy value. The reference entropy value may be a color information entropy value that serves as a standard for determining whether the color information entropy value of the inspection target image 200 corresponds to the color information entropy value of the hostile transformation image 400.

적대적 변형 이미지 결정부(140)는 검사 대상 이미지(200)의 색상 정보 엔트로피 값이 기준 엔트로피 값 이상이면 검사 대상 이미지(200)를 적대적 변형 이미지(400)로 분류할 수 있다.The hostile modified image determination unit 140 may classify the inspected image 200 as a hostile modified image 400 if the color information entropy value of the inspected image 200 is greater than or equal to the reference entropy value.

입력부(110), 픽셀 색상 정보 추출부(120), 정보 엔트로피 계산부(130), 적대적 변형 이미지 결정부(140), 변형 이미지 생성부(150), 기준 차이 값 결정부(160)는 적대적 변형 이미지 탐지 시스템(100)에 포함된 복수개의 프로세서 중 어느 하나의 프로세서를 포함할 수 있다. 또한, 지금까지 설명된 본 발명의 실시예 및 앞으로 설명할 실시예에 따른 적대적 변형된 이미지 탐지 방법은, 프로세서에 의해 구동될 수 있는 프로그램의 형태로 구현될 수 있다.The input unit 110, the pixel color information extraction unit 120, the information entropy calculation unit 130, the adversarial transformation image determination unit 140, the transformation image generation unit 150, and the reference difference value determination unit 160 are used for adversarial transformation. It may include any one processor among a plurality of processors included in the image detection system 100. Additionally, the method for detecting an adversarial modified image according to the embodiments of the present invention described so far and the embodiments to be described in the future may be implemented in the form of a program that can be driven by a processor.

여기서 프로그램은, 프로그램 명령, 데이터 파일 및 데이터 구조 등을 단독으로 또는 조합하여 포함할 수 있다. 프로그램은 기계어 코드나 고급 언어 코드를 이용하여 설계 및 제작된 것일 수 있다. 프로그램은 상술한 부호 수정을 위한 방법을 구현하기 위하여 특별히 설계된 것일 수도 있고, 컴퓨터 소프트웨어 분야에서 통상의 기술자에게 기 공지되어 사용 가능한 각종 함수나 정의를 이용하여 구현된 것일 수도 있다. 전술한 정보 표시 방법을 구현하기 위한 프로그램은, 프로세서에 의해 판독 가능한 기록매체에 기록될 수 있다. 이때, 기록매체는 메모리일 수 있다.Here, the program may include program instructions, data files, and data structures, etc., singly or in combination. Programs may be designed and produced using machine code or high-level language code. The program may be specially designed to implement the above-described method for modifying the code, or may be implemented using various functions or definitions known and available to those skilled in the art in the computer software field. A program for implementing the above-described information display method may be recorded on a recording medium readable by a processor. At this time, the recording medium may be memory.

메모리는 전술한 동작 및 후술하는 동작을 수행하는 프로그램을 저장할 수 있으며, 메모리는 저장된 프로그램을 실행시킬 수 있다. 프로세서와 메모리가 복수인 경우에, 이들이 하나의 칩에 집적되는 것도 가능하고, 물리적으로 분리된 위치에 마련되는 것도 가능하다. 메모리는 데이터를 일시적으로 기억하기 위한 S램(Static Random Access Memory, S-RAM), D랩(Dynamic Random Access Memory) 등의 휘발성 메모리를 포함할 수 있다. 또한, 메모리는 제어 프로그램 및 제어 데이터를 장기간 저장하기 위한 롬(Read Only Memory), 이피롬(Erasable Programmable Read Only Memory: EPROM), 이이피롬(Electrically Erasable Programmable Read Only Memory: EEPROM) 등의 비휘발성 메모리를 포함할 수 있다.The memory can store programs that perform the operations described above and the operations described later, and the memory can execute the stored programs. In the case where there are multiple processors and memories, it is possible for them to be integrated into one chip or to be provided in physically separate locations. The memory may include volatile memory such as SRAM (Static Random Access Memory, S-RAM) and D-Lab (Dynamic Random Access Memory) for temporarily storing data. In addition, memory is non-volatile memory such as Read Only Memory (ROM), Erasable Programmable Read Only Memory (EPROM), and Electrically Erasable Programmable Read Only Memory (EEPROM) for long-term storage of control programs and control data. may include.

프로세서는 각종 논리 회로와 연산 회로를 포함할 수 있으며, 메모리로부터 제공된 프로그램에 따라 데이터를 처리하고, 처리 결과에 따라 제어 신호를 생성할 수 있다.The processor may include various logic circuits and operation circuits, process data according to a program provided from memory, and generate control signals according to the processing results.

보통 적대적 변형 이미지(400)의 색상 정보 엔트로피 값이 정상 이미지(500)의 색상 정보 엔트로피 값보다 더 크게 나오는 것이 일반적이긴 하지만, 반드시 정상 이미지(500)보다 적대적 변형 이미지(400)의 색상 정보 엔트로피 값이 큰 것은 아니다. 예를 들어, 정상 이미지(500)의 픽셀들의 색상 정보 값들에 의해 정상 이미지(500)의 색상 정보 엔트로피 값이 다른 정상 이미지(500)의 색상 정보 엔트로피 값들에 비해 상대적으로 클 수도 있다. 이러한 경우를 감안하면, 단순히 색상 정보 엔트로피 값의 크기만으로는 적대적 변형 이미지(400)를 완벽하게 분류할 수 없다는 문제가 있다. 따라서 입력되는 검사 대항 이미지의 색상 정보 엔트로피의 크기에 관계없이 적대적 변형 이미지(400)를 탐지하는 방법이 필요하다.Although it is common for the color information entropy value of the hostile modified image (400) to be larger than that of the normal image (500), the color information entropy value of the hostile modified image (400) is necessarily higher than that of the normal image (500). This isn't that big of a deal. For example, the color information entropy value of the normal image 500 may be relatively larger than the color information entropy values of other normal images 500 due to the color information values of the pixels of the normal image 500. Considering this case, there is a problem that the adversarial deformed image 400 cannot be completely classified simply by the size of the color information entropy value. Therefore, a method for detecting the adversarial deformed image 400 is needed regardless of the size of the color information entropy of the input adversarial image.

도 3은 일 실시예에 따른 변형 이미지를 설명하기 위한 도면이다.Figure 3 is a diagram for explaining a modified image according to an embodiment.

도 3을 참조하면, 검사 대상 이미지(200)의 비트 뎁스 값을 변경하여 변형 이미지(300)를 생성할 수 있다. 여기서 변형 이미지(300)는 적대적 변형 이미지(400)와 전혀 관계없이 원본 이미지의 비트 뎁스 값을 달리하여 표현된 이미지일 수 있다.Referring to FIG. 3, a modified image 300 can be generated by changing the bit depth value of the image 200 to be inspected. Here, the modified image 300 may be an image expressed by varying the bit depth value of the original image, completely unrelated to the hostile modified image 400.

검사 대상 이미지(200)의 비트 뎁스 값이 작아지면 작아질수록 이미지의 하나 하나의 픽셀에서 표현 가능한 색상의 수가 적어지는 것을 확인할 수 있다.It can be seen that as the bit depth value of the image 200 to be inspected becomes smaller, the number of colors that can be expressed in each pixel of the image decreases.

변형 이미지 생성부(150)는 검사 대상 이미지(200)의 비트 뎁스 값을 미리 정해진 비트 값으로 감소시켜서 변형 이미지(300)를 생성할 수 있다.The modified image generator 150 may generate the modified image 300 by reducing the bit depth value of the image to be inspected 200 to a predetermined bit value.

미리 정해진 비트 값은 사용자가 적대적 이미지 탐지 실험을 통하여 도출한 최적의 비트 값일 수 있다.The predetermined bit value may be the optimal bit value derived by the user through an adversarial image detection experiment.

변형 이미지(300)의 비트 뎁스 값은 검사 대상 이미지(200)의 비트 뎁스 값보다 작다. 예를 들어, 검사 대상 이미지(200)의 비트 뎁스 값은 8비트이고, 해당 검사 대상 이미지(200)의 변형 이미지(300)의 비트 뎁스 값은 6비트일 수 있다.The bit depth value of the modified image 300 is smaller than the bit depth value of the image 200 to be inspected. For example, the bit depth value of the image to be inspected 200 may be 8 bits, and the bit depth value of the modified image 300 of the image to be inspected 200 may be 6 bits.

이때, 해당 검사 대상 이미지(200)의 각 픽셀의 색상 정보 값은 0 내지 255 중에 하나의 정수 값이지만, 변형 이미지(300)의 각 픽셀의 색상 정보 값은 0 내지 63 중에 하나의 정수일 수 있다.At this time, the color information value of each pixel of the inspection target image 200 may be an integer value between 0 and 255, but the color information value of each pixel of the modified image 300 may be an integer value between 0 and 63.

변형 이미지(300)의 고유 정수 값들 또한 검사 대상 이미지(200)와 다를 수 있다. 즉, 검사 대상 이미지(200)의 비트 뎁스 값은 8비트이고, 해당 검사 대상 이미지(200)의 변형 이미지(300)의 비트 뎁스 값은 6비트이면 변형 이미지(300)의 고유 정수 값은 0 내지 63 중에 하나의 정수일 수 있다.Unique integer values of the modified image 300 may also be different from those of the image to be inspected (200). That is, if the bit depth value of the inspection target image 200 is 8 bits, and the bit depth value of the modified image 300 of the inspection target image 200 is 6 bits, the unique integer value of the modified image 300 is 0 to 0. It can be an integer out of 63.

각 고유 정수 별 동일 색상 픽셀 수도 변형 이미지(300)에서는 검사 대상 이미지(200)와 다를 수 있다. 이때, 검사 대상 이미지(200)에서 인접해 있는 복수의 고유 정수의 동일 색상 픽셀 수가 합쳐진 값이 하나의 고유 정수의 동일 색상 픽셀 수가 될 수 있다.The number of pixels of the same color for each unique integer may be different from the image to be inspected (200) in the modified image (300). At this time, the sum of the number of pixels of the same color in a plurality of adjacent unique integers in the image to be inspected 200 may be the number of pixels of the same color in one unique integer.

예를 들어, 검사 대상 이미지(200)의 비트 뎁스 값은 8비트이고 해당 검사 대상 이미지(200)의 변형 이미지(300)의 비트 뎁스 값은 6비트이면, 검사 대상 이미지(200)의 고유 정수 값 0, 1, 2 및 3 각각의 동일 색상 픽셀 수가 합쳐진 값이 변형 이미지(300)의 고유 정수 값 0의 동일 색상 픽셀 수일 수 있다. 즉, 검사 대상 이미지(200)의 고유 정수 값 0의 동일 색상 픽셀 수가 3이고, 고유 정수 값 1의 동일 색상 픽셀 수가 5이고, 고유 정수 값 2의 동일 색상 픽셀 수가 1이고, 고유 정수 값 3의 동일 색상 픽셀 수가 3이면, 변형 이미지(300)의 고유 정수 값 0의 동일 색상 픽셀 수는 네 값을 전부 더한 12일 수 있다.For example, if the bit depth value of the inspection target image 200 is 8 bits and the bit depth value of the modified image 300 of the inspection target image 200 is 6 bits, the unique integer value of the inspection target image 200 The sum of the numbers of pixels of 0, 1, 2, and 3 of the same color may be the number of pixels of the same color with a unique integer value of 0 of the deformed image 300. That is, in the image 200 to be inspected, the number of same-color pixels with a unique integer value of 0 is 3, the number of same-color pixels with a unique integer value of 1 is 5, the number of pixels of the same color with a unique integer value of 2 is 1, and the number of pixels of the same color with a unique integer value of 3 is 1. If the number of pixels of the same color is 3, the number of pixels of the same color with a unique integer value of 0 of the deformed image 300 may be 12, which is the sum of all four values.

이처럼 변형 이미지(300)는, 검사 대상 이미지(200)와 각 픽셀 별 색상 정보 값들이 다르고, 고유 정수들의 개수들도 다르고, 각각의 고유 정수들의 동일 색상 픽셀 수도 다르며, 각각의 고유 정수들의 동일 색상 픽셀 비율도 달라지므로, 원본의 검사 대상 이미지(200)의 색상 정보 엔트로피 값과 전혀 다른 색상 정보 엔트로피 값이 계산될 수 있다.In this way, the modified image 300 has different color information values for each pixel from the image to be inspected 200, the number of unique integers is different, the number of pixels of the same color for each unique integer is different, and the same color for each unique integer. Since the pixel ratio also changes, a color information entropy value that is completely different from the color information entropy value of the original inspection target image 200 may be calculated.

즉, 정보 엔트로피 계산부(130)는 변형 이미지(300)의 각 픽셀 별 색상 정보 값들을 기초로 변형 이미지(300)의 색상 정보 엔트로피 값을 계산할 수 있다.That is, the information entropy calculation unit 130 may calculate the color information entropy value of the modified image 300 based on the color information values for each pixel of the modified image 300.

구체적으로, 정보 엔트로피 계산부(130)는 변형 이미지(300)에서 동일한 고유 정수를 색상 정보 값으로 가지는 픽셀들의 개수인 동일 색상 픽셀 수를 각각의 고유 정수마다 도출할 수 있다.Specifically, the information entropy calculator 130 may derive the number of pixels of the same color, which is the number of pixels having the same unique integer as a color information value, for each unique integer in the modified image 300.

이후, 정보 엔트로피 계산부(130)는 각각의 고유 정수의 동일 색상 픽셀 수를 변형 이미지(300)의 픽셀 개수로 나누어 각 고유 정수의 0 이상 1 미만의 범위에 속하는 동일 색상 픽셀 비율을 계산할 수 있다.Thereafter, the information entropy calculation unit 130 divides the number of pixels of the same color of each unique integer by the number of pixels of the modified image 300 to calculate the ratio of pixels of the same color falling within the range of 0 to 1 of each unique integer. .

마지막으로, 정보 엔트로피 계산부(130)는 변형 이미지(300)의 각 고유 정수의 동일 색상 픽셀 비율에 각각 로그 함수를 취해서 도출된 로그 함수 적용 값들을 기초로 변형 이미지(300)의 색상 정보 엔트로피 값을 계산할 수 있다.Finally, the information entropy calculation unit 130 calculates the color information entropy value of the transformed image 300 based on the logarithmic function application values derived by taking the logarithmic function to the ratio of the same color pixels of each unique integer of the transformed image 300. can be calculated.

한편, 전술한 예에서는 검사 대상 이미지(200)의 비트 뎁스 값은 8비트이고 해당 검사 대상 이미지(200)의 변형 이미지(300)의 비트 뎁스 값은 6비트인 경우를 예시로 들었으나, 검사 대상 이미지(200)와 변형 이미지(300)의 비트 뎁스 값의 차이가 반드시 2비트 차이여야 하는 것은 아니다.Meanwhile, in the above example, the bit depth value of the inspection target image 200 is 8 bits and the bit depth value of the modified image 300 of the inspection target image 200 is 6 bits. However, the inspection target image 200 has a bit depth value of 8 bits. The difference in bit depth values between the image 200 and the modified image 300 does not necessarily have to be a 2-bit difference.

예를 들어, 오히려 검사 대상 이미지(200)와 변형 이미지(300)의 비트 뎁스 값의 차이가 1비트 차이일 때, 적대적 변형 이미지(400)를 잘 탐지할 수 있을 수도 있다.For example, when the difference in bit depth values between the inspection target image 200 and the modified image 300 is 1 bit, the hostile modified image 400 may be well detected.

즉, 이때 변형 이미지 생성부(150)는 검사 대상 이미지(200)의 비트 뎁스 값을 1만큼 감소시켜서 변형 이미지(300)를 생성할 수 있다.That is, at this time, the modified image generator 150 may generate the modified image 300 by reducing the bit depth value of the inspection target image 200 by 1.

도 4는 정상 이미지와 적대적 변형 이미지의 동일 색상 픽셀 비율 분포를 설명하기 위한 도면이며, 도 5는 정상 이미지와 적대적 변형 이미지의 동일 색상 픽셀 비율 분포를 설명하기 위한 또다른 도면이다.FIG. 4 is a diagram for explaining the ratio distribution of pixels of the same color between a normal image and an adversarially modified image, and FIG. 5 is another diagram illustrating the distribution of the pixel ratio of the same color between a normal image and an adversarially modified image.

도 4 및 도 5를 참조하면, 정상 이미지(500)와 각각의 적대적 변형 이미지(400) 및 정상 이미지(500)의 변형 이미지(300)와 적대적 변형 이미지(400)의 변형 이미지(300)에 대한 동일 색상 픽셀 비율 분포를 대략적으로 확인할 수 있다.4 and 5, the normal image 500 and each hostile modified image 400, and the modified image 300 of the normal image 500 and the modified image 300 of the hostile modified image 400. You can roughly check the ratio distribution of pixels of the same color.

각각의 그래프는 가로축이 해당 이미지에 대한 각 고유 정수들을 해당 이미지의 비트 뎁스 값으로 나눈 값이고, 세로축이 각각의 고유 정수에 대한 동일 색상 픽셀 수일 수 있다.In each graph, the horizontal axis may be the value obtained by dividing each unique integer for the corresponding image by the bit depth value of the image, and the vertical axis may be the number of pixels of the same color for each unique integer.

비트 뎁스가 감소하기 전의 정상 이미지(500)의 동일 색상 픽셀 비율의 분포를 확인해보면, 중간중간에 동일 색상 픽셀 수가 비는 고유 정수 없이 동일 색상 픽셀 수가 분포하는 것을 확인할 수 있다.If you check the distribution of the ratio of pixels of the same color in the normal image 500 before the bit depth is reduced, you can see that the number of pixels of the same color is distributed without a unique integer between the number of pixels of the same color.

따라서, 정상 이미지(500)가 검사 대상 이미지(200)일 경우, 변형 이미지(300)의 동일 색상 픽셀 비율 분포는 변형되기 전과 별 차이가 없음을 확인할 수 있다. 즉, 변경 전의 정상 이미지(500)의 색상 정보 엔트로피 값은 비트 뎁스가 감소한 정상 이미지(500)의 색상 정보 엔트로피 값과 크게 차이가 나지 않을 수 있다.Accordingly, when the normal image 500 is the inspection target image 200, it can be confirmed that the pixel ratio distribution of the same color in the deformed image 300 is not much different from before deformation. That is, the color information entropy value of the normal image 500 before change may not be significantly different from the color information entropy value of the normal image 500 with a reduced bit depth.

반면에, 비트 뎁스가 감소하기 전의 적대적 변형 이미지(400)의 동일 색상 픽셀 비율의 분포를 확인해보면, 중간중간에 동일 색상 픽셀 수가 비는 고유 정수들이 존재하듯이 동일 색상 픽셀 수가 분포하는 것을 확인할 수 있다.On the other hand, if you check the distribution of the ratio of pixels of the same color in the adversarial transformation image 400 before the bit depth is reduced, you can see that the number of pixels of the same color is distributed as if there are unique integers with a ratio of the number of pixels of the same color in the middle. there is.

적대적 변형 이미지(400)의 비트 뎁스를 감소시키면 중간중간에 동일 색상 픽셀 수가 비는 고유 정수들이 사라질 수 있다.If the bit depth of the adversarial transformation image 400 is reduced, unique integers with an empty number of pixels of the same color may disappear.

예를 들어, 적대적 변형 이미지(400)의 비트 뎁스 값은 8비트이고 해당 이미지의 변형 이미지(300)의 비트 뎁스 값은 7비트일 때, 적대적 변형 이미지(400)의 고유 정수 값 0의 동일 색상 픽셀 수가 2000이고, 고유 정수 값 1의 동일 색상 픽셀 수가 1이고, 고유 정수 값 2의 동일 색상 픽셀 수가 1900이고, 고유 정수 값 3의 동일 색상 픽셀 수가 2이면, 변형 이미지(300)의 고유 정수 값 0의 동일 색상 픽셀 수는 2001이고, 변형 이미지(300)의 고유 정수 값 1의 동일 색상 픽셀 수는 1902일 수 있다.For example, when the bit depth value of the adversarial deformed image 400 is 8 bits and the bit depth value of the deformed image 300 of that image is 7 bits, the same color with the unique integer value 0 of the adversarial deformed image 400 If the number of pixels is 2000, the number of same-color pixels with unique integer value 1 is 1, the number of same-color pixels with unique integer value 2 is 1900, and the number of same-color pixels with unique integer value 3 is 2, then the unique integer value of the transformed image 300 is The number of same-color pixels of 0 may be 2001, and the number of same-color pixels of the modified image 300 with a unique integer value of 1 may be 1902.

즉, 변경 전의 적대적 변형 이미지(400)의 경우, 고유 정수 값 1과 3의 동일 색상 픽셀 수가 지나치게 적어서 동일 색상 픽셀 비율의 분포를 확인해보면 중간중간에 동일 색상 픽셀 수가 비는 고유 정수가 존재하지만, 변경 후의 적대적 변형 이미지(400)의 경우, 그렇게 비는 고유 정수의 동일 색상 픽셀 수는 인접한 다른 고유 정수의 동일 색상 픽셀 수와 합쳐지므로 중간중간에 동일 색상 픽셀 수가 비는 고유 정수들이 사라질 수 있다.That is, in the case of the adversarial transformation image 400 before change, the number of pixels of the same color with unique integer values 1 and 3 is too small, so when checking the distribution of the ratio of pixels of the same color, there are unique integers with an empty number of pixels of the same color in the middle. In the case of the adversarially modified image 400 after modification, the number of pixels of the same color in the unique integer is combined with the number of pixels of the same color in other adjacent unique integers, so the unique integers with the number of pixels in the same color may disappear in the middle.

이렇게 지나치게 작은 동일 색상 픽셀 수들이 사라지게 되므로, 비트 뎁스가 감소한 적대적 변형 이미지(400)의 경우 비트 뎁스 감소 전의 적대적 변형 이미지(400)와 확연히 차이나는 색상 정보 엔트로피 값을 가질 수 있다.Since this excessively small number of pixels of the same color disappears, the adversarial deformation image 400 with a reduced bit depth may have a color information entropy value that is significantly different from the adversarial deformation image 400 before the bit depth reduction.

적대적 변형 이미지 결정부(140)는 검사 대상 이미지(200)의 색상 정보 엔트로피 값과 변형 이미지(300)의 색상 정보 엔트로피 값의 차이를 계산할 수 있다. 이때, 변형 이미지(300)의 색상 정보 엔트로피 값에서 검사 대상 이미지(200)의 색상 정보 엔트로피 값을 빼서 차이를 계산할 수 있다.The adversarial modified image determination unit 140 may calculate the difference between the color information entropy value of the inspection target image 200 and the color information entropy value of the modified image 300. At this time, the difference may be calculated by subtracting the color information entropy value of the inspection target image 200 from the color information entropy value of the modified image 300.

적대적 변형 이미지 결정부(140)는 검사 대상 이미지(200)의 색상 정보 엔트로피 값과 변형 이미지(300)의 색상 정보 엔트로피 값의 차이가 기준 차이 값 이상이면 검사 대상 이미지(200)를 적대적 변형 이미지(400)로 분류할 수 있다.If the difference between the color information entropy value of the inspection target image 200 and the color information entropy value of the modified image 300 is greater than or equal to the reference difference value, the hostile modified image determination unit 140 converts the inspected image 200 into the hostile modified image ( 400).

도 6은 일 실시예에 따라 적대적 변형 이미지로 결정된 검사 대상 이미지를 따로 분류하는 과정을 도시한 도면이다.Figure 6 is a diagram illustrating a process of separately classifying an inspection target image determined to be an adversarial modified image according to an embodiment.

도 6을 참조하면, 검사 대상 이미지(200)의 비트 뎁스를 감소시켜서 변형 이미지(300)를 생성하고, 생성된 변형 이미지(300)와 검사 대상 이미지(200)의 색상 정보 엔트로피를 비교하여 적대적 변형 이미지(400)를 탐지하는 과정을 확인할 수 있다.Referring to FIG. 6, the bit depth of the image to be inspected 200 is reduced to generate a deformed image 300, and the color information entropy of the generated deformed image 300 and the image to be inspected 200 are compared to determine adversarial deformation. The process of detecting the image 400 can be confirmed.

또한, 검사 대상 이미지(200) 중에서 적대적 변형 이미지(400)로 결정된 이미지는 이미지 분석 장치(600)에 입력되지 않는다는 것을 확인할 수 있다.In addition, it can be confirmed that among the inspection target images 200, the image determined to be the hostile modified image 400 is not input to the image analysis device 600.

적대적 변형 이미지 결정부(140)는 이미지 분석 장치(600)에 적대적 변형 이미지(400)가 입력되지 않도록 적대적 변형 이미지(400)로 분류된 이미지를 나머지 검사 대상 이미지(200)와 따로 분리하여 저장할 수 있다.The hostile deformation image determination unit 140 may store the image classified as the adversarial deformation image 400 separately from the remaining inspection target images 200 to prevent the adversarial deformation image 400 from being input to the image analysis device 600. there is.

도 7은 일 실시예에 따른 기준 차이 값을 설명하기 위한 도면이다.Figure 7 is a diagram for explaining a reference difference value according to an embodiment.

기준 차이 값은 검사 대상 이미지(200)가 적대적 변형 이미지(400)인지 여부를 판단하는데 기준이 되는 검사 대상 이미지(200)의 색상 정보 엔트로피 값과 변형 이미지(300)의 색상 정보 엔트로피 값의 차이일 수 있다.The reference difference value is the difference between the color information entropy value of the inspection target image 200 and the color information entropy value of the modified image 300, which is the standard for determining whether the inspection target image 200 is a hostile modified image 400. You can.

도 7을 참조하면, 기준 차이 값은 복수의 정상 이미지들(Legitimate)의 색상 정보 엔트로피 값과 변형 이미지(300)의 색상 정보 엔트로피 값의 차이를 기초로 결정될 수 있음을 확인할 수 있다.Referring to FIG. 7 , it can be seen that the reference difference value can be determined based on the difference between the color information entropy value of the plurality of normal images (Legitimate) and the color information entropy value of the deformed image 300.

구체적으로, 정상으로 이미 판별이 된 복수의 이미지들을 기초로 계산된 색상 정보 엔트로피 값과 변형 이미지(300)의 색상 정보 엔트로피 값의 차이들을 계산해서 크기 순서대로 나열하고, 사용자가 원하는 분류 정확도에 따라 사용자가 지정한 상위권 비율에 있는 차이 값을 기준 차이 값으로 정할 수 있다.Specifically, the differences between the color information entropy value calculated based on a plurality of images that have already been determined as normal and the color information entropy value of the modified image 300 are calculated and listed in order of size, according to the classification accuracy desired by the user. The difference value in the top ratio specified by the user can be set as the standard difference value.

도시된 그래프를 참조하면, 정상 이미지(500)들의 색상 정보 엔트로피 값과 변형 이미지(300)의 색상 정보 엔트로피 값의 차이는 서로 크게 차이 안 나며, 어떠한 특정한 정상 이미지(500)의 색상 정보 엔트로피 값과 변형 이미지(300)의 색상 정보 엔트로피 값의 차이가 기준 차이 값(threshold)으로 결정될 수 있음을 확인할 수 있다.Referring to the graph shown, the difference between the color information entropy value of the normal images 500 and the color information entropy value of the modified image 300 is not significantly different from the color information entropy value of any specific normal image 500. It can be seen that the difference in the color information entropy value of the modified image 300 can be determined as a reference difference value (threshold).

입력부(110)는 복수의 정상 이미지(500)를 입력 받을 수 있다. 입력되는 복수의 정상 이미지(500)는 서로 다른 이미지이므로 각각의 색상 정보 엔트로피는 다를 수 있다.The input unit 110 can receive a plurality of normal images 500 as input. Since the plurality of input normal images 500 are different images, the color information entropy of each may be different.

정보 엔트로피 계산부(130)는 입력된 정상 이미지(500)의 각 픽셀 별 색상 정보 값들을 기초로 정상 이미지(500)의 색상 정보 엔트로피 값을 계산할 수 있다.The information entropy calculation unit 130 may calculate the color information entropy value of the normal image 500 based on the color information values for each pixel of the input normal image 500.

변형 이미지 생성부(150)는 정상 이미지(500)의 비트 뎁스 값을 미리 정해진 비트 값으로 감소시켜서 변형 정상 이미지를 생성할 수 있다.The modified image generator 150 may generate a modified normal image by reducing the bit depth value of the normal image 500 to a predetermined bit value.

정보 엔트로피 계산부(130)는 변형 정상 이미지의 각 픽셀 별 색상 정보 값들을 기초로 변형 정상 이미지의 색상 정보 엔트로피 값을 계산할 수 있다.The information entropy calculation unit 130 may calculate the color information entropy value of the deformed normal image based on the color information values for each pixel of the deformed normal image.

기준 차이 값 결정부(160)는 정상 이미지(500)의 색상 정보 엔트로피 값과 변형 정상 이미지의 색상 정보 엔트로피 값의 차이를 계산할 수 있다.The reference difference value determination unit 160 may calculate the difference between the color information entropy value of the normal image 500 and the color information entropy value of the deformed normal image.

기준 차이 값 결정부(160)는 복수의 정상 이미지(500)들의 색상 정보 엔트로피 값의 차이 값들을 크기 순서대로 나열했을 때, 미리 지정된 상위 순번에 해당하는 정상 이미지(500)의 색상 정보 엔트로피 값의 차이를 기준 차이 값(threshold)으로 결정할 수 있다.When the difference values of the color information entropy values of the plurality of normal images 500 are arranged in order of size, the reference difference value determination unit 160 determines the color information entropy value of the normal image 500 corresponding to the pre-specified higher order number. The difference can be determined as a reference difference value (threshold).

어떠한 방식의 적대적 변형 이미지(FGSM(0.01), FGSM(0.03), BIM(0.01), BIM(0.03), CW_Next, CW_LL)(400)들이라 하더라도, 색상 정보 엔트로피 값과 비트 뎁스 값이 감소한 적대적 변형 이미지(400)의 색상 정보 엔트로피 값의 차이는 일반적으로 기준 차이 값(threshold) 보다 큰 것을 확인할 수 있다.Any type of adversarial deformation image (FGSM(0.01), FGSM(0.03), BIM(0.01), BIM(0.03), CW_Next, CW_LL) (400) is an adversarial deformation image with reduced color information entropy value and bit depth value. It can be seen that the difference in the color information entropy value of (400) is generally larger than the standard difference value (threshold).

이상에서 설명된 구성요소들의 성능에 대응하여 적어도 하나의 구성요소가 추가되거나 삭제될 수 있다. 또한, 구성요소들의 상호 위치는 시스템의 성능 또는 구조에 대응하여 변경될 수 있다는 것은 당해 기술 분야에서 통상의 지식을 가진 자에게 용이하게 이해될 것이다.At least one component may be added or deleted in response to the performance of the components described above. Additionally, it will be easily understood by those skilled in the art that the mutual positions of the components may be changed in response to the performance or structure of the system.

도 8은 일 실시예에 따른 적대적 변형된 이미지 탐지 방법의 순서도이다. 이는 본 발명의 목적을 달성하기 위한 바람직한 실시예일 뿐이며, 필요에 따라 일부 구성이 추가되거나 삭제될 수 있음은 물론이다.Figure 8 is a flowchart of an adversarial modified image detection method according to one embodiment. This is only a preferred embodiment for achieving the purpose of the present invention, and of course, some components may be added or deleted as needed.

도 8을 참조하면, 입력부(110)는 검사 대상 이미지(200)를 입력 받을 수 있다(1001).Referring to FIG. 8, the input unit 110 may receive an inspection target image 200 (1001).

픽셀 색상 정보 추출부(120)는 검사 대상 이미지(200)의 각 픽셀 별로 검사 대상 이미지(200)의 비트 뎁스 값 범위 내의 정수인 고유 정수 중 하나의 정수 값인 검사 대상 이미지(200)의 색상 정보 값을 추출할 수 있다(1002).The pixel color information extraction unit 120 extracts a color information value of the inspection target image 200, which is one integer value among unique integers that are integers within the bit depth value range of the inspection target image 200, for each pixel of the inspection target image 200. Can be extracted (1002).

변형 이미지 생성부(150)는 검사 대상 이미지(200)의 비트 뎁스 값을 미리 정해진 비트 값으로 감소시켜서 변형 이미지(300)를 생성할 수 있다(1003).The modified image generator 150 may generate the modified image 300 by reducing the bit depth value of the inspection target image 200 to a predetermined bit value (1003).

픽셀 색상 정보 추출부(120)는 변형 이미지(300)의 각 픽셀 별로 변형 이미지(300)의 고유 정수 중 하나의 정수 값인 변형 이미지(300)의 색상 정보 값을 추출할 수 있다(1004).The pixel color information extraction unit 120 may extract a color information value of the transformed image 300, which is one integer value among unique integers of the transformed image 300, for each pixel of the transformed image 300 (1004).

정보 엔트로피 계산부(130)는 검사 대상 이미지(200)의 각 픽셀 별 색상 정보 값들을 기초로 검사 대상 이미지(200)의 색상 정보 엔트로피 값을 계산할 수 있다(1005). 또한, 정보 엔트로피 계산부(130)는 변형 이미지(300)의 각 픽셀 별 색상 정보 값들을 기초로 변형 이미지(300)의 색상 정보 엔트로피 값을 계산할 수 있다.The information entropy calculation unit 130 may calculate the color information entropy value of the image to be inspected 200 based on the color information values for each pixel of the image to be inspected 200 (1005). Additionally, the information entropy calculation unit 130 may calculate the color information entropy value of the modified image 300 based on the color information values for each pixel of the modified image 300.

이때, 적대적 변형 이미지 결정부(140)는 검사 대상 이미지(200)의 색상 정보 엔트로피 값과 변형 이미지(300)의 색상 정보 엔트로피 값의 차이를 계산할 수 있다.At this time, the hostile modified image determination unit 140 may calculate the difference between the color information entropy value of the inspection target image 200 and the color information entropy value of the modified image 300.

적대적 변형 이미지 결정부(140)는 검사 대상 이미지(200)의 색상 정보 엔트로피 값과 변형 이미지(300)의 색상 정보 엔트로피 값의 차이가 기준 차이 값 이상인지 판단할 수 있다(1006).The adversarial modified image determination unit 140 may determine whether the difference between the color information entropy value of the inspection target image 200 and the color information entropy value of the modified image 300 is greater than or equal to the reference difference value (1006).

검사 대상 이미지(200)의 색상 정보 엔트로피 값과 변형 이미지(300)의 색상 정보 엔트로피 값의 차이가 기준 차이 값 미만이면(1006의 '아니오'), 적대적 변형 이미지 결정부(140)는 검사 대상 이미지(200)를 정상 이미지(500)로 판단할 수 있다(1007).If the difference between the color information entropy value of the inspection target image 200 and the color information entropy value of the modified image 300 is less than the reference difference value ('No' in 1006), the hostile modified image determination unit 140 determines the inspection target image 300. (200) can be determined to be a normal image (500) (1007).

검사 대상 이미지(200)의 색상 정보 엔트로피 값과 변형 이미지(300)의 색상 정보 엔트로피 값의 차이가 기준 차이 값 이상이면(1006의 '예'), 적대적 변형 이미지 결정부(140)는 검사 대상 이미지(200)를 적대적 변형 이미지(400)로 판단할 수 있다(1008).If the difference between the color information entropy value of the inspection target image 200 and the color information entropy value of the modified image 300 is greater than or equal to the reference difference value ('Yes' in 1006), the hostile modified image determination unit 140 determines the inspection target image 300. (200) can be judged to be a hostile transformation image (400) (1008).

본 발명의 실시예에 따른 적대적 변형된 이미지 탐지 방법의 성능을 검증하기 위하여, 복수의 실험용 이미지 중에서 적대적으로 변형된 이미지를 탐지하는 실험을 진행하였다.In order to verify the performance of the adversarially modified image detection method according to an embodiment of the present invention, an experiment was conducted to detect hostilely modified images among a plurality of experimental images.

도 9는 일 실시예에 따른 정상 이미지와 적대적 변형 이미지의 평균적인 색상 정보 엔트로피를 나타낸 그래프이며, 도 10은 변형 이미지의 비트 뎁스 값에 따른 분류 정확도를 나타낸 그래프이다.FIG. 9 is a graph showing the average color information entropy of a normal image and an adversarial modified image according to an embodiment, and FIG. 10 is a graph showing classification accuracy according to the bit depth value of the modified image.

도 9를 참조하면, 비트 뎁스를 감소시키기 전의 이미지들(Original)의 경우, 정상 이미지(Legitimate)(500)의 평균적인 색상 정보 엔트로피 값이 적대적 변형 이미지(FGSM(0.01), FGSM(0.03), BIM(0.01), BIM(0.03), CW_Next, CW_LL)(400)의 평균적인 색상 정보 엔트로피보다 상대적으로 작은 것을 확인할 수 있다. 따라서 단순히 어떤 검사 대상 이미지(200)의 색상 정보 엔트로피 값의 크기도 해당 이미지가 적대적 변형 이미지(400)인지 판단하는 기준이 될 수 있다.Referring to FIG. 9, in the case of images (Original) before reducing the bit depth, the average color information entropy value of the normal image (Legitimate) 500 is the adversarial transformation image (FGSM (0.01), FGSM (0.03), It can be seen that it is relatively smaller than the average color information entropy of BIM (0.01), BIM (0.03), CW_Next, CW_LL) (400). Therefore, simply the size of the color information entropy value of an inspection target image 200 can be a criterion for determining whether the image is an adversarial modified image 400.

한편, 비트 뎁스를 감소시키기 전의 이미지들(Original)과 비트 뎁스를 감소시킨 이미지들(bit_depth=7, bit_depth=6, bit_depth=5)의 평균적인 색상 정보 엔트로피 값을 비교하면 비트 뎁스를 감소시키기 전의 이미지에 비해 비트 뎁스를 감소시킨 이미지의 평균적인 색상 정보 엔트로피 값이 더 작은 것을 확인할 수 있다.Meanwhile, comparing the average color information entropy value of the images before reducing the bit depth (original) and the images with reduced bit depth (bit_depth=7, bit_depth=6, bit_depth=5), the color information entropy value before reducing the bit depth is It can be seen that the average color information entropy value of the image with reduced bit depth is smaller than that of the image.

이때, 정상 이미지(Legitimate)(500)와 정상 이미지(500)의 비트 뎁스를 감소시킨 이미지 간의 평균적인 색상 정보 엔트로피 값의 차이보다, 적대적 변형 이미지(400)와 적대적 변형 이미지(400)의 비트 뎁스를 감소시킨 이미지 간의 평균적인 색상 정보 엔트로피 값의 차이가 더 큰 것을 확인할 수 있다.At this time, the bit depth of the adversarial deformed image 400 and the adversarial deformed image 400 is greater than the difference in the average color information entropy value between the legitimate image 500 and the image with the bit depth of the normal image 500 reduced. It can be seen that the difference in the average color information entropy value between images with reduced is larger.

이를 통해 검사 대상 이미지(200)의 색상 정보 엔트로피 값과 변형 이미지(300)의 색상 정보 엔트로피 값의 차이를 기초로 해당 검사 대상 이미지(200)가 적대적 변형 이미지(400)인지 여부를 판단할 수 있음을 확인할 수 있다.Through this, it can be determined whether the inspection target image 200 is an adversarial modified image 400 based on the difference between the color information entropy value of the inspection target image 200 and the color information entropy value of the modified image 300. can confirm.

도 10을 참조하면, 8비트의 비트 뎁스 값을 가진 검사 대상 이미지(200)를 어느 정도로 비트 뎁스 값을 감소시켰는지에 따른 적대적 변형 이미지(400)에 대한 탐지율(Detection Rate)을 확인할 수 있다.Referring to FIG. 10, the detection rate for the hostile modified image 400 can be confirmed depending on how much the bit depth value of the inspection target image 200 with a bit depth value of 8 bits is reduced.

검사 대상 이미지(200)가 8비트의 비트 뎁스 값을 가질 경우, 검사 대상 이미지(200)를 7비트로 감소시켜서 변형 이미지(300)를 생성하는 것(bit_depth=7)이 가장 탐지율이 높은 것을 확인할 수 있다.When the inspection target image 200 has a bit depth value of 8 bits, it can be confirmed that reducing the inspection target image 200 to 7 bits to create the modified image 300 (bit_depth=7) has the highest detection rate. there is.

따라서, 변형 이미지(300)를 생성할 경우, 검사 대상 이미지(200)의 비트 뎁스 값을 1만큼 감소시켜서 생성하는 것이 가장 최적의 분류 성능을 나타내는 것을 확인할 수 있다.Therefore, when generating the modified image 300, it can be confirmed that generating the modified image 200 by reducing the bit depth value of the image 200 to be inspected by 1 provides the most optimal classification performance.

이상에서와 같이 첨부된 도면을 참조하여 개시된 실시예들을 설명하였다. 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자는 본 발명의 기술적 사상이나 필수적인 특징을 변경하지 않고도, 개시된 실시예들과 다른 형태로 본 발명이 실시될 수 있음을 이해할 것이다. 개시된 실시예들은 예시적인 것이며, 한정적으로 해석되어서는 안 된다.As described above, the disclosed embodiments have been described with reference to the attached drawings. A person skilled in the art to which the present invention pertains will understand that the present invention can be practiced in forms different from the disclosed embodiments without changing the technical idea or essential features of the present invention. The disclosed embodiments are illustrative and should not be construed as limiting.

100: 적대적 변형 이미지 탐지 시스템
110: 입력부
120: 픽셀 색상 정보 추출부
130: 정보 엔트로피 계산부
140: 적대적 변형 이미지 결정부
150: 변형 이미지 생성부
160: 기준 차이 값 결정부
200: 검사 대상 이미지
300: 변형 이미지
400: 적대적 변형 이미지
500: 정상 이미지
600: 이미지 분석 장치
100: Adversarial deformed image detection system
110: input unit
120: Pixel color information extraction unit
130: Information entropy calculation unit
140: Adversarial transformation image decision unit
150: Deformed image generation unit
160: Reference difference value determination unit
200: Image to be inspected
300: Deformed image
400: Adversarial Transformation Image
500: Normal image
600: Image analysis device

Claims (10)

검사 대상 이미지가 정상 이미지에 노이즈가 추가되는 방식으로 생성된 적대적 변형 이미지인지 판단하는 적대적 변형 이미지 탐지 시스템에 의해 수행되는 적대적 변형된 이미지 탐지 방법에 있어서,
상기 적대적 변형 이미지 탐지 시스템에 마련되는 입력부에 의하여, 상기 검사 대상 이미지를 입력 받는 단계;
상기 적대적 변형 이미지 탐지 시스템에 마련되는 픽셀 색상 정보 추출부에 의하여, 상기 검사 대상 이미지의 각 픽셀 별로 상기 검사 대상 이미지의 비트 뎁스(Bit Depth) 값 범위 내의 정수인 고유 정수 중 하나의 정수 값인 색상 정보 값을 추출하는 단계;
상기 적대적 변형 이미지 탐지 시스템에 마련되는 정보 엔트로피 계산부에 의하여, 상기 검사 대상 이미지의 각 픽셀 별 색상 정보 값들을 기초로 상기 검사 대상 이미지의 색상 정보 엔트로피 값을 계산하는 단계;
상기 적대적 변형 이미지 탐지 시스템에 마련되는 적대적 변형 이미지 결정부에 의해, 상기 검사 대상 이미지의 색상 정보 엔트로피 값과 기준 엔트로피 값을 비교하는 단계;
상기 적대적 변형 이미지 결정부에 의해, 상기 검사 대상 이미지의 색상 정보 엔트로피 값이 상기 기준 엔트로피 값 이상이면 상기 검사 대상 이미지를 상기 적대적 변형 이미지로 분류하는 단계;
상기 적대적 변형 이미지 탐지 시스템에 마련되는 변형 이미지 생성부에 의해, 상기 검사 대상 이미지의 비트 뎁스 값을 미리 정해진 비트 값으로 감소시켜서 변형 이미지를 생성하는 단계;
상기 정보 엔트로피 계산부에 의하여, 상기 변형 이미지의 각 픽셀 별 상기 색상 정보 값들을 기초로 상기 변형 이미지의 색상 정보 엔트로피 값을 계산하는 단계;
상기 적대적 변형 이미지 탐지 시스템에 마련되는 적대적 변형 이미지 결정부에 의해, 상기 검사 대상 이미지의 색상 정보 엔트로피 값과 상기 변형 이미지의 색상 정보 엔트로피 값의 차이를 계산하는 단계; 및
상기 적대적 변형 이미지 결정부에 의해, 상기 검사 대상 이미지의 색상 정보 엔트로피 값과 상기 변형 이미지의 색상 정보 엔트로피 값의 차이가 기준 차이 값 이상이면 상기 검사 대상 이미지를 적대적 변형 이미지로 분류하는 단계를 포함하는 적대적 변형된 이미지 탐지 방법.
In an adversarial modified image detection method performed by an adversarial modified image detection system that determines whether the image to be inspected is an adversarial modified image created by adding noise to a normal image,
Receiving the image to be inspected as input by an input unit provided in the adversarial deformed image detection system;
By the pixel color information extractor provided in the adversarial deformed image detection system, a color information value that is an integer value of one of unique integers that are integers within the bit depth value range of the image to be inspected for each pixel of the image to be inspected. Extracting;
calculating a color information entropy value of the image to be inspected based on color information values for each pixel of the image to be inspected, by an information entropy calculation unit provided in the adversarial deformed image detection system;
Comparing the color information entropy value of the image to be inspected with a reference entropy value by an adversarial modified image determination unit provided in the hostile modified image detection system;
classifying the inspection target image as the adversarial modified image if the color information entropy value of the inspection target image is greater than or equal to the reference entropy value, by the hostile modified image determination unit;
generating a modified image by reducing the bit depth value of the image to be inspected to a predetermined bit value by a modified image generator provided in the hostile modified image detection system;
calculating a color information entropy value of the transformed image based on the color information values for each pixel of the transformed image, by the information entropy calculation unit;
calculating a difference between a color information entropy value of the image to be inspected and a color information entropy value of the modified image by an adversarial modified image determination unit provided in the hostile modified image detection system; and
By the hostile modified image determination unit, if the difference between the color information entropy value of the inspection target image and the color information entropy value of the modified image is greater than or equal to a reference difference value, classifying the inspection target image as a hostile modified image. An adversarial morphed image detection method.
삭제delete 제1항에 있어서,
상기 검사 대상 이미지의 색상 정보 엔트로피 값을 계산하는 단계는,
상기 정보 엔트로피 계산부에 의하여, 상기 검사 대상 이미지에서 동일한 고유 정수를 색상 정보 값으로 가지는 픽셀들의 개수인 동일 색상 픽셀 수를 각각의 고유 정수마다 도출하고, 각각의 상기 고유 정수의 동일 색상 픽셀 수를 상기 검사 대상 이미지의 픽셀 개수로 나누어 각 고유 정수의 0 이상 1 미만의 범위에 속하는 동일 색상 픽셀 비율을 계산하는 단계; 및
상기 정보 엔트로피 계산부에 의하여, 상기 검사 대상 이미지의 각 고유 정수의 동일 색상 픽셀 비율에 각각 로그 함수를 취해서 도출된 로그 함수 적용 값들을 기초로 상기 검사 대상 이미지의 색상 정보 엔트로피 값을 계산하는 단계를 포함하는, 적대적 변형된 이미지 탐지 방법.
According to paragraph 1,
The step of calculating the color information entropy value of the image to be inspected is,
By the information entropy calculation unit, the number of identical color pixels, which is the number of pixels having the same unique integer as a color information value, is derived for each unique integer in the image to be inspected, and the number of identical color pixels of each unique integer is calculated as Calculating a ratio of pixels of the same color falling within the range of 0 to 1 for each unique integer by dividing by the number of pixels in the image to be inspected; and
Calculating, by the information entropy calculation unit, a color information entropy value of the image to be inspected based on logarithmic function application values derived by taking a logarithmic function to the same color pixel ratio of each unique integer of the image to be inspected. Including, adversarial modified image detection method.
삭제delete 삭제delete 제1항에 있어서,
상기 변형 이미지의 색상 정보 엔트로피 값을 계산하는 단계는,
상기 정보 엔트로피 계산부에 의하여, 상기 변형 이미지에서 동일한 고유 정수를 색상 정보 값으로 가지는 픽셀들의 개수인 동일 색상 픽셀 수를 각각의 고유 정수마다 도출하고, 각각의 상기 고유 정수의 동일 색상 픽셀 수를 상기 변형 이미지의 픽셀 개수로 나누어 각 고유 정수의 0 이상 1 미만의 범위에 속하는 동일 색상 픽셀 비율을 계산하는 단계; 및
상기 정보 엔트로피 계산부에 의하여, 상기 변형 이미지의 각 고유 정수의 동일 색상 픽셀 비율에 각각 로그 함수를 취해서 도출된 로그 함수 적용 값들을 기초로 상기 변형 이미지의 색상 정보 엔트로피 값을 계산하는 단계를 포함하는, 적대적 변형된 이미지 탐지 방법.
According to paragraph 1,
The step of calculating the color information entropy value of the modified image is,
By the information entropy calculator, the number of same-color pixels, which is the number of pixels having the same unique integer as a color information value, is derived for each unique integer in the transformed image, and the number of same-color pixels of each unique integer is calculated as Calculating a ratio of pixels of the same color falling within the range of 0 to 1 for each unique integer by dividing by the number of pixels in the transformed image; and
Comprising the step of calculating, by the information entropy calculation unit, a color information entropy value of the transformed image based on logarithmic function application values derived by taking a logarithmic function for the same color pixel ratio of each unique integer of the transformed image. ,Adversarial modified image detection method.
제1항에 있어서,
상기 입력부에 의해, 복수의 정상 이미지를 입력 받는 단계;
상기 정보 엔트로피 계산부에 의하여, 상기 정상 이미지의 각 픽셀 별 색상 정보 값들을 기초로 상기 정상 이미지의 색상 정보 엔트로피 값을 계산하는 단계;
상기 변형 이미지 생성부에 의해, 상기 정상 이미지의 비트 뎁스 값을 미리 정해진 비트 값으로 감소시켜서 변형 정상 이미지를 생성하는 단계;
상기 정보 엔트로피 계산부에 의하여, 상기 변형 정상 이미지의 각 픽셀 별 상기 색상 정보 값들을 기초로 상기 변형 정상 이미지의 색상 정보 엔트로피 값을 계산하는 단계;
상기 적대적 변형 이미지 탐지 시스템에 마련되는 기준 차이 값 결정부에 의해, 상기 정상 이미지의 색상 정보 엔트로피 값과 상기 변형 정상 이미지의 색상 정보 엔트로피 값의 차이를 계산하는 단계; 및
상기 적대적 변형 이미지 탐지 시스템에 마련되는 기준 차이 값 결정부에 의해, 복수의 상기 정상 이미지들의 색상 정보 엔트로피 값의 차이 값들을 크기 순서대로 나열했을 때, 미리 지정된 상위 순번에 해당하는 정상 이미지의 색상 정보 엔트로피 값의 차이를 상기 기준 차이 값으로 결정하는 단계를 더 포함하는 적대적 변형된 이미지 탐지 방법.
According to paragraph 1,
receiving a plurality of normal images as input through the input unit;
calculating a color information entropy value of the normal image based on color information values for each pixel of the normal image, by the information entropy calculation unit;
generating a modified normal image by reducing the bit depth value of the normal image to a predetermined bit value, by the modified image generator;
calculating a color information entropy value of the deformed normal image based on the color information values for each pixel of the deformed normal image, by the information entropy calculation unit;
calculating a difference between a color information entropy value of the normal image and a color information entropy value of the modified normal image, by a reference difference value determination unit provided in the hostile modified image detection system; and
When the difference values of the color information entropy values of the plurality of normal images are arranged in order of size by the reference difference value determination unit provided in the adversarial deformed image detection system, the color information of the normal image corresponding to the predetermined upper order number An adversarial modified image detection method further comprising determining the difference in entropy values as the reference difference value.
제1항에 있어서,
상기 변형 이미지를 생성하는 단계는,
상기 변형 이미지 생성부에 의해, 상기 검사 대상 이미지의 비트 뎁스 값을 1만큼 감소시켜서 상기 변형 이미지를 생성하는 단계를 포함하는, 적대적 변형된 이미지 탐지 방법.
According to paragraph 1,
The step of generating the modified image is,
An adversarial modified image detection method comprising generating the modified image by reducing the bit depth value of the image to be inspected by 1, by the modified image generator.
제1항에 있어서,
상기 적대적 변형 이미지 결정부에 의해, 이미지 분석 장치에 상기 적대적 변형 이미지가 입력되지 않도록 상기 적대적 변형 이미지로 분류된 이미지를 나머지 상기 검사 대상 이미지와 따로 분리하여 저장하는 단계를 더 포함하는 적대적 변형된 이미지 탐지 방법.
According to paragraph 1,
The hostile modified image further comprising the step of storing, by the hostile modified image determination unit, the image classified as the hostile modified image separately from the remaining images to be inspected so that the hostile modified image is not input to the image analysis device. Detection method.
제1항, 제3항 및 제6항 내지 제9항 중 어느 한 항의 적대적 변형된 이미지 탐지 방법을 실행시키도록 컴퓨터로 판독 가능한 기록매체에 저장된 컴퓨터 프로그램.A computer program stored in a computer-readable recording medium to execute the method of detecting an adversarial modified image according to any one of claims 1, 3, and 6 to 9.
KR1020210177695A 2021-11-08 2021-12-13 Adversarial perturbation image detection method and computer program stored in a recording medium to execute the method KR102663350B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/KR2022/013748 WO2023080426A1 (en) 2021-11-08 2022-09-15 Adversarially perturbed image detection method and computer program stored in recording medium to execute adversarially perturbed image detection method

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR20210152016 2021-11-08
KR1020210152016 2021-11-08

Publications (2)

Publication Number Publication Date
KR20230067422A KR20230067422A (en) 2023-05-16
KR102663350B1 true KR102663350B1 (en) 2024-05-07

Family

ID=86546227

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020210177695A KR102663350B1 (en) 2021-11-08 2021-12-13 Adversarial perturbation image detection method and computer program stored in a recording medium to execute the method

Country Status (1)

Country Link
KR (1) KR102663350B1 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101608703B1 (en) * 2014-12-22 2016-04-05 경북대학교 산학협력단 System for discriminating harmful image
KR101993266B1 (en) 2018-12-19 2019-06-26 주식회사 로민 method for designing and learning varying model and method for detecting video forgeries therewith
KR102149184B1 (en) * 2019-04-29 2020-08-28 연세대학교 산학협력단 Method and Apparatus for Generating Explainable Unseen Image
JP2021086188A (en) 2019-11-25 2021-06-03 キヤノン株式会社 Image processing system, image processing method, and program

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101642965B1 (en) * 2009-12-21 2016-07-26 삼성전자주식회사 Apparatus and method for processing depth image using bit depth reduction
KR101140699B1 (en) * 2010-06-03 2012-05-03 한국조폐공사 Forgery Detection System for Security Printing Resource Based on Digital Forensic Technology and Method Therefor
KR102294574B1 (en) * 2019-12-03 2021-08-26 주식회사 포스코아이씨티 Face Recognition System For Real Image Judgment Using Face Recognition Model Based on Deep Learning

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101608703B1 (en) * 2014-12-22 2016-04-05 경북대학교 산학협력단 System for discriminating harmful image
KR101993266B1 (en) 2018-12-19 2019-06-26 주식회사 로민 method for designing and learning varying model and method for detecting video forgeries therewith
KR102149184B1 (en) * 2019-04-29 2020-08-28 연세대학교 산학협력단 Method and Apparatus for Generating Explainable Unseen Image
JP2021086188A (en) 2019-11-25 2021-06-03 キヤノン株式会社 Image processing system, image processing method, and program

Also Published As

Publication number Publication date
KR20230067422A (en) 2023-05-16

Similar Documents

Publication Publication Date Title
US11263434B2 (en) Fast side-face interference resistant face detection method
JP4657934B2 (en) Face detection method, apparatus and program
US8503781B2 (en) Finding text regions from coloured image independent of colours
JP2019036008A (en) Control program, control method, and information processing device
US8244044B2 (en) Feature selection and extraction
JP4708948B2 (en) Face orientation identification method, face discrimination method and apparatus, and program
KR102655789B1 (en) Face detecting method and apparatus
US20190392606A1 (en) Object detection device, object detection method, and object detection program
CN110060278A (en) The detection method and device of moving target based on background subtraction
JP2007108990A (en) Face detecting method, device and program
KR102393801B1 (en) Apparatus for generating training data through background synthesis and method therefor
CN111803956B (en) Method and device for determining game plug-in behavior, electronic equipment and storage medium
KR102663350B1 (en) Adversarial perturbation image detection method and computer program stored in a recording medium to execute the method
US7440636B2 (en) Method and apparatus for image processing
JP2011170890A (en) Face detecting method, face detection device, and program
Dimiccoli et al. Hierarchical region-based representation for segmentation and filtering with depth in single images
KR102285269B1 (en) Image analysis apparatus and method for utilizing the big data base GEO AI
CN114445716A (en) Key point detection method, key point detection device, computer device, medium, and program product
KR101972095B1 (en) Method and Apparatus of adding artificial object for improving performance in detecting object
CN110175257B (en) Method for matching line manuscript images, electronic equipment and storage medium
KR102615055B1 (en) Adversarial example restoration system and adversarial example restoration method
WO2021079441A1 (en) Detection method, detection program, and detection device
KR20240018764A (en) Adversarial example detection system and adversarial example detection method
KR102456019B1 (en) Method and apparatus for target detection in infrared image using background modeling and binarization
KR102419579B1 (en) Apparatus and method for generating learning data for determining whether intellectual property is infringed

Legal Events

Date Code Title Description
E902 Notification of reason for refusal
AMND Amendment
E601 Decision to refuse application
AMND Amendment
X701 Decision to grant (after re-examination)
GRNT Written decision to grant