KR20200093975A - System and Method for Data Processing using Sphere Generative Adversarial Network Based on Geometric Moment Matching - Google Patents

System and Method for Data Processing using Sphere Generative Adversarial Network Based on Geometric Moment Matching Download PDF

Info

Publication number
KR20200093975A
KR20200093975A KR1020190011377A KR20190011377A KR20200093975A KR 20200093975 A KR20200093975 A KR 20200093975A KR 1020190011377 A KR1020190011377 A KR 1020190011377A KR 20190011377 A KR20190011377 A KR 20190011377A KR 20200093975 A KR20200093975 A KR 20200093975A
Authority
KR
South Korea
Prior art keywords
sphere
data
discriminator
moment
geometric
Prior art date
Application number
KR1020190011377A
Other languages
Korean (ko)
Other versions
KR102188732B1 (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 KR1020190011377A priority Critical patent/KR102188732B1/en
Publication of KR20200093975A publication Critical patent/KR20200093975A/en
Application granted granted Critical
Publication of KR102188732B1 publication Critical patent/KR102188732B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • G06N3/084Backpropagation, e.g. using gradient descent
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N20/00Machine learning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • G06N3/0454

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Computing Systems (AREA)
  • Artificial Intelligence (AREA)
  • Mathematical Physics (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • General Engineering & Computer Science (AREA)
  • Biomedical Technology (AREA)
  • Molecular Biology (AREA)
  • General Health & Medical Sciences (AREA)
  • Computational Linguistics (AREA)
  • Biophysics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Medical Informatics (AREA)
  • Image Analysis (AREA)

Abstract

The present invention relates to an apparatus and a method for data processing using a generative adversarial network on a sphere through geometric moment matching, which can solve a problem on a gradient restriction by assuming that a feature space of a determination network is a sphere and minimizing a multi-dimensional moment on the same. The apparatus comprises: a generator receiving a value from a random noise z to generate fake data and transfer the fake data to a discriminator; the discriminator receiving real data and the fake data to be trained; and a geometric moment matching unit receiving final data from the discriminator, mapping the final data with an n-dimensional Euclidean feature space, mapping each feature point of the fake data and the real data into an n-dimensional hypersphere again by geometric conversion, and allowing a sphere GAN to calculate the geometric moment centering on the north pole of the hypersphere by using mapped points, wherein the discriminator attempts to maximize a moment difference of probability measurement between the real and the fake data, and the generator attempts to minimize the moment difference to interfere with the discriminator such that training is performed.

Description

기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 장치 및 방법{System and Method for Data Processing using Sphere Generative Adversarial Network Based on Geometric Moment Matching}System and Method for Data Processing using Sphere Generative Adversarial Network Based on Geometric Moment Matching}

본 발명은 머신러닝 및 컴퓨터비전의 하위분야인 생성 모델에 관한 것으로, 구체적으로 판별 네트워크의 특징공간을 구라고 가정하여 그 위에서 다차 모멘트를 최소화시켜 그레디언트 제약에 대한 문제를 해결할 수 있도록 한 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 장치 및 방법에 관한 것이다.The present invention relates to a generation model that is a sub-field of machine learning and computer vision. Specifically, it is assumed that the feature space of the discriminant network is a sphere, and the geometric moment matching is performed to minimize the multi-order moment thereon to solve the problem of the gradient constraint. It relates to a data processing apparatus and method using a hostile generation network on the sphere through.

적대적 생성망(Generative Adversarial Networks;GANs)은 이미지 생성, 수퍼 해상도, 비디오 예측, 스타일 전송, 시각적 추적, 3D 재구성, 세그먼테이션, 객체 감지, 보강 학습 및 의료 이미징과 같은 다양한 기능을 제공하기 위한 광범위한 컴퓨터 비전 애플리케이션에서 높은 성능을 달성하기 위하여 사용되고 있다.Generative Adversarial Networks (GANs) provide a wide range of computer vision to provide a variety of features such as image creation, super resolution, video prediction, style delivery, visual tracking, 3D reconstruction, segmentation, object detection, augmented learning and medical imaging. It is used to achieve high performance in applications.

이와 같은 적대적 생성망은 2014년 이안 굿펠로우(Ian J. Goodfellow)가 처음 소개한 이후 지금까지 많은 관심을 받고 있다.This hostile generation network has received much attention since it was first introduced in 2014 by Ian J. Goodfellow.

GAN은 기존 CNN, RNN 등 딥러닝 알고리즘과 달리 비교사 학습방법으로 이미지와 음성 데이터를 생성한다.Unlike traditional deep learning algorithms such as CNN and RNN, GAN generates image and voice data using a comparative learning method.

작동원리는 생성기와 판별기로 구성된 서로 다른 주체가 적대적으로 경쟁하며 각자의 성능을 최대화한다. 이 과정을 통해 실제 데이터에 가까운 가짜 데이터를 생성하는 원리다.The principle of operation is that different subjects, consisting of generators and discriminators, compete against each other and maximize their performance. Through this process, it is a principle to generate fake data close to real data.

GAN을 활용하면 저화질의 이미지를 복원하거나 간단한 스케치만으로 완성된 이미지를 만들 수 있다. 현실적으로 학습에 필요한 데이터가 절대적으로 부족한 재난사고 점검 자동화 등에 GAN 모델을 활용할 수 있다.Using GAN, you can restore a low-quality image or create a completed image with a simple sketch. In reality, the GAN model can be used for automating the inspection of disasters that absolutely lacks the necessary data for learning.

종래 기술의 GAN은 가짜 데이터와 실제 데이터 간의 분포 차이를 최소화하려고 시도하는데, 이를 위해 생성기(generator)는 실제 데이터처럼 보이는 원하는 샘플을 생성하려고 시도하고, 판별자(discriminator)는 실제 데이터와 구별을 시도한다.The prior art GAN attempts to minimize the difference in distribution between fake data and real data. To this end, a generator attempts to generate a desired sample that looks like real data, and a discriminator attempts to differentiate it from real data. do.

이와 같은 GAN은 다양한 업무에 성공적으로 적용되었지만 이를 훈련하는 것은 매우 어렵다. 따라서 GAN을 사용하여 보다 복잡한 문제를 해결하는 것은 어렵다.These GANs have been successfully applied to various tasks, but training them is very difficult. Therefore, it is difficult to solve more complex problems using GAN.

이와 같이, 적대적 생성망(Generative Adversarial Networks;GANs)은 머신러닝 및 컴퓨터비전의 하위분야인 생성 모델을 위한 네트워크로, 실제의 이미지와 유사한 생성된 이미지의 품질을 높이기 위해서 여러 연구가 진행되고 있다.As such, hostile adversarial networks (GANs) are networks for generating models, which are sub-fields of machine learning and computer vision, and various studies have been conducted to improve the quality of generated images similar to actual images.

최초의 GAN의 문제점을 해결하기 위해서 DCGAN, LSGAN, WGAN등 여러 가지 기술들이 제시되었다. 이렇게 발전되어 가는 GAN은 학계에서뿐만 아니라 실제 IT 산업 전반에서 사용되고 있으며 특히 영상 처리 분야에서 다양한 가치를 창출하고 있다.In order to solve the problems of the first GAN, various technologies such as DCGAN, LSGAN, and WGAN have been proposed. GAN, which has been developed in this way, is used not only in academia but also in the real IT industry as a whole, and it creates various values, especially in the field of image processing.

그러나 실제 데이터를 표현하는 확률 측도와 생성 네트워크가 만들어낸 확률 측도 사이의 차이를 줄이기 위해서 웨서스테인 거리(Wesserstein distance)가 사용되는데 이를 위해서 판별 네트워크의 그레디언트에 제약이 가해진다.However, the Wesserstein distance is used to reduce the difference between the probability measure representing the actual data and the probability measure created by the generating network. To this end, the gradient of the discriminant network is restricted.

이는 훈련에는 도움이 될 수 있지만, 네트워크의 용량을 제한하게 되어 신경망의 특성을 전부 살리지 못하여 성능히 떨어지게 된다.This can be helpful for training, but it limits the capacity of the network, and it does not take full advantage of the neural network's characteristics, which leads to poor performance.

따라서, 그레디언트 제약에 대한 문제를 해결하기 위한 새로운 기술의 적대적 생성망을 이용하는 데이터 처리 기술의 개발이 요구되고 있다.Therefore, there is a need to develop a data processing technology that uses a hostile generation network of new technologies to solve the problem of gradient constraints.

대한민국 등록특허 제10-1843066호Republic of Korea Registered Patent No. 10-1843066 대한민국 공개특허 제10-2018-0120478호Republic of Korea Patent Publication No. 10-2018-0120478

본 발명은 종래 기술의 적대적 생성망을 이용하는 데이터 처리 기술의 문제점을 해결하기 위한 것으로, 판별 네트워크의 특징공간을 구라고 가정하여 그 위에서 다차 모멘트를 최소화시켜 그레디언트 제약에 대한 문제를 해결할 수 있도록 한 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 장치 및 방법을 제공하는데 그 목적이 있다.The present invention is to solve the problem of the data processing technology using the hostile generation network of the prior art, assuming that the feature space of the discriminant network is a sphere, and minimizes the multi-order moment thereon to solve the problem of the gradient constraint. An object of the present invention is to provide a data processing apparatus and method using a hostile generation network on a sphere through moment matching.

본 발명은 일반적인 IPM 기반 GAN에 비해 몇 가지 장점을 제공하는 새로운 개념의 구 GAN(sphere GAN)으로, 수학적으로 잘 정의된 측도간의 메트릭(metric)을 새롭게 정의하여 훈련되는 네트워크의 거동을 예측할 수 있도록 한 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 장치 및 방법을 제공하는데 그 목적이 있다.The present invention is an old GAN (sphere GAN) of a new concept that provides several advantages over a general IPM-based GAN, so that the behavior of a trained network can be predicted by newly defining a metric between well-defined metrics. An object of the present invention is to provide a data processing apparatus and method using a hostile generation network on a sphere through geometrical moment matching.

본 발명은 GAN 목적 함수에서 IPM(integral probability metrics)을 정의하기 위해 리만 매니폴드(Riemannian manifolds) 사용하여, 그레디언트 패널티 또는 가상 데이터 샘플링 기술을 사용하지 않고 안정적 훈련이 가능하도록 한 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 장치 및 방법을 제공하는데 그 목적이 있다.The present invention uses Riemannian manifolds to define the integral probability metrics (IPM) in the GAN objective function. It is an object of the present invention to provide a data processing apparatus and method using the hostile generation network above.

본 발명은 Sphere GAN에서 대수 함수를 사용하여 목적 함수에서 IPM을 바인딩하여 안정적으로 훈련될 수 있도록 하고, 기하학적 모멘트 매칭을 사용하여 고차원 데이터 통계 정보를 활용하여 더 정확한 결과를 제공할 수 있도록 한 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 장치 및 방법을 제공하는데 그 목적이 있다.The present invention enables a stable training by binding the IPM in the objective function using algebraic functions in Sphere GAN, and provides a more accurate result by utilizing high-dimensional statistical data using geometric moment matching. The objective is to provide a data processing apparatus and method using a hostile generation network on a sphere through matching.

본 발명에 따른 Sphere GAN은 특징 공간에서 고차 모멘트를 효율적으로 매칭시켜 정확도를 크게 향상시켜 CIFAR-10, STL-10등 현실의 객체에 대한 이미지셋에서 생성 네트워크를 통해 실사와 거의 비슷한 이미지를 생성할 수 있도록 한 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 장치 및 방법을 제공하는데 그 목적이 있다.Sphere GAN according to the present invention can efficiently match high-order moments in a feature space, greatly improving accuracy, and generating images almost similar to real-life images through a generation network in image sets for real objects such as CIFAR-10 and STL-10. An object of the present invention is to provide a data processing apparatus and method using a hostile generation network on a sphere through geometric moment matching.

본 발명의 다른 목적들은 이상에서 언급한 목적으로 제한되지 않으며, 언급되지 않은 또 다른 목적들은 아래의 기재로부터 당업자에게 명확하게 이해될 수 있을 것이다.Other objects of the present invention are not limited to those mentioned above, and other objects not mentioned will be clearly understood by those skilled in the art from the following description.

상기와 같은 목적을 달성하기 위한 본 발명에 따른 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 장치는 랜덤한 노이즈 z로부터 값을 받아들여 가짜 데이터를 생성하고 생성된 가짜 데이터를 판별기로 전달하는 생성기;실제 데이터(x) 및 가짜 데이터를 받아 훈련하는 판별기;상기 판별기로부터 최종 데이터를 받아 n 차원 유클리드(Euclidean) 특징 공간에 매핑하고, 각각 가짜 데이터와 실제 데이터의 특징점을 기하학적 변환에 의해 n 차원 초구(hypersphere)로 다시 매핑하고, 매핑된 점을 사용하여 구형 GAN으로 초구(hypersphere)의 중심점(north pole)을 중심으로 하는 기하학적 모멘트를 계산하는 기하학적 모멘트 매칭부;를 포함하고, 상기 판별기는 실제 및 가짜 데이터 간의 확률 측정의 모멘트 차이를 최대화하려고 시도하고, 생성기는 모멘트 차이를 최소화하여 판별기를 간섭하려고 시도하여 훈련하는 것을 특징으로 한다.A data processing apparatus using a hostile generation network on a sphere through geometric moment matching according to the present invention for achieving the above object generates a fake data by accepting a value from a random noise z and determines the generated fake data as a discriminator Generator to deliver; Discriminator to train by receiving real data (x) and fake data; Mapping to n-dimensional Euclidean feature space by receiving final data from the discriminator, and geometric transformation of feature points of fake and real data respectively Containing a geometric moment matching unit for re-mapping by n-dimensional hypersphere by, and using the mapped points to calculate the geometric moment centered on the north pole of the hypersphere with the spherical GAN. The discriminator is characterized in that it attempts to maximize the moment difference in probability measurement between real and fake data, and the generator attempts to interfere with the discriminator by minimizing the difference in moment.

다른 목적을 달성하기 위한 본 발명에 따른 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 방법은 판별 네트워크의 특징공간을 구라고 가정하여 그 위에서 다차 모멘트를 최소화시켜 수학적으로 정의된 측도간의 메트릭을 새롭게 정의하여 훈련되는 네트워크의 거동을 예측할 수 있도록 하는 구형 GAN을 이용하여, 생성기에서 랜덤한 노이즈 z로부터 값을 받아들여 실제와 유사한 가짜 데이터를 생성하는 단계;생성기에서 생성된 가짜 데이터를 판별기로 전달하는 단계;판별기가 실제 데이터 및 가짜 데이터를 받아 훈련하고 n 차원 유클리드(Euclidean) 특징 공간에 매핑하는 단계;각각 가짜 데이터와 실제 데이터의 특징점을 기하학적 변환에 의해 n 차원 초구(hypersphere)로 다시 매핑하는 단계;매핑된 점을 사용하여 구형 GAN은 초구(hypersphere)의 중심점(north pole)을 중심으로 하는 기하학적 모멘트를 계산하는 단계;구형 GAN의 판별기는 실제 및 가짜 샘플 간의 확률 측정의 모멘트 차이를 최대화하려고 시도하고, 생성기는 모멘트 차이를 최소화하여 판별자를 간섭하려고 시도하여 훈련하는 단계;를 포함하는 것을 특징으로 한다.A data processing method using a hostile generation network on a sphere through geometric moment matching according to the present invention for achieving a different purpose assumes that a feature space of a discrimination network is a sphere, and minimizes multi-dimensional moments thereon to achieve Generating fake data that is similar to real by receiving a value from random noise z in the generator using a spherical GAN that newly defines a metric to predict the behavior of a trained network; discriminates the fake data generated in the generator Passing the data to the machine; training the discriminator to receive real data and fake data and mapping them to the n-dimensional Euclidean feature space; each of the feature points of the fake data and the real data is converted back to the n-dimensional hypersphere by geometric transformation. Mapping; using a mapped point, the spherical GAN calculates the geometric moment centered on the north pole of the hypersphere; the discriminator of the spherical GAN determines the moment difference in the probability measurement between real and fake samples And attempting to maximize, and the generator attempting to interfere with the discriminator by minimizing moment differences.

이상에서 설명한 바와 같은 본 발명에 따른 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 장치 및 방법은 다음과 같은 효과가 있다.The data processing apparatus and method using a hostile generation network on a sphere through geometric moment matching according to the present invention as described above has the following effects.

첫째, 판별 네트워크의 특징공간을 구라고 가정하여 그 위에서 다차 모멘트를 최소화시켜 그레디언트 제약에 대한 문제를 해결할 수 있도록 한다.First, assuming that the feature space of the discriminant network is a sphere, the multi-order moment is minimized to solve the problem of the gradient constraint.

둘째, 일반적인 IPM 기반 GAN에 비해 몇 가지 장점을 제공하는 새로운 개념의 구 GAN(sphere GAN)의 사용으로 수학적으로 잘 정의된 측도간의 메트릭(metric)을 새롭게 정의하여 훈련되는 네트워크의 거동을 예측할 수 있도록 한다.Second, by using a new concept of sphere GAN (sphere GAN), which provides several advantages over general IPM-based GAN, mathematically defined metrics between well-defined measures are newly defined to predict the behavior of trained networks. do.

셋째, GAN 목적 함수에서 IPM(integral probability metrics)을 정의하기 위해 리만 매니폴드(Riemannian manifolds) 사용하여, 그레디언트 패널티 또는 가상 데이터 샘플링 기술을 사용하지 않고 안정적 훈련이 가능하도록 한다.Third, in order to define integral probability metrics (IPM) in the GAN objective function, Riemannian manifolds are used to enable stable training without using gradient penalty or virtual data sampling techniques.

넷째, Sphere GAN에서 대수 함수를 사용하여 목적 함수에서 IPM을 바인딩하여 안정적으로 훈련될 수 있도록 하고, 기하학적 모멘트 매칭을 사용하여 고차원 데이터 통계 정보를 활용하여 더 정확한 결과를 제공할 수 있도록 한다.Fourth, Sphere GAN uses algebraic functions to bind the IPM in the objective function so that it can be trained stably, and geometrical moment matching is used to provide more accurate results using high-dimensional statistical data.

다섯째, Sphere GAN이 특징 공간에서 고차 모멘트를 효율적으로 매칭시켜 정확도를 크게 향상시켜 CIFAR-10, STL-10등 현실의 객체에 대한 이미지셋에서 생성 네트워크를 통해 실사와 거의 비슷한 이미지를 생성할 수 있도록 한다.Fifth, Sphere GAN efficiently matches high-order moments in the feature space to greatly improve accuracy, so that images generated for real-world objects such as CIFAR-10 and STL-10 can be generated to generate images almost similar to real-life images through a generation network. do.

도 1은 본 발명에 따른 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 장치의 전체 구성도
도 2는 본 발명에 따른 기하학적 변환 함수의 일 예인 스테레오그래픽 투영(stereographic projection)을 설명하기 위한 구성도
도 3은 본 발명에 따른 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 방법을 나타낸 플로우 차트
도 4는 IS(Inception scores)를 이용한 초구(hypersphere)의 차원 및 매칭모드에 따른 평가 결과 그래프
도 5는 Sphere GAN 및 WGAN-GP 판별기 네트워크의 그레디언트 특성 그래프
도 6은 서로 다른 GAN 변형에 대해 100 회 반복하는 평균 계산 시간 비교 그래프
도 7a와 도 7b는 LSUN- bedroom 데이터 세트의 구형 GAN의 정성적 결과 및 STL-10 데이터 세트에 대한 구형 GAN의 정성적 결과 구성도
1 is an overall configuration diagram of a data processing apparatus using a hostile generation network on a sphere through geometric moment matching according to the present invention
2 is a configuration diagram for explaining a stereographic projection (stereographic projection) that is an example of a geometric transformation function according to the present invention
Figure 3 is a flow chart showing a data processing method using a hostile generation network on a sphere through geometric moment matching according to the present invention
4 is a graph of the evaluation results according to the dimension and matching mode of the hypersphere using IS (Inception scores)
5 is a gradient characteristic graph of Sphere GAN and WGAN-GP discriminator network
6 is a graph comparing the average calculation time repeated 100 times for different GAN variants
7A and 7B are qualitative results of the old GAN of the LSUN-bedroom data set and the qualitative results of the old GAN of the STL-10 data set.

이하, 본 발명에 따른 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 장치 및 방법의 바람직한 실시 예에 관하여 상세히 설명하면 다음과 같다.Hereinafter, a preferred embodiment of a data processing apparatus and method using a hostile generation network on a sphere through geometric moment matching according to the present invention will be described in detail as follows.

본 발명에 따른 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 장치 및 방법의 특징 및 이점들은 이하에서의 각 실시 예에 대한 상세한 설명을 통해 명백해질 것이다.Features and advantages of a data processing apparatus and method using a hostile generation network on a sphere through geometric moment matching according to the present invention will become apparent through detailed description of each embodiment below.

도 1은 본 발명에 따른 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 장치의 전체 구성도이다.1 is an overall configuration diagram of a data processing apparatus using a hostile generation network on a sphere through geometric moment matching according to the present invention.

본 발명은 판별 네트워크의 특징공간을 구라고 가정하여 그 위에서 다차 모멘트를 최소화시켜 수학적으로 잘 정의된 측도간의 metric을 새롭게 정의하여 훈련되는 네트워크의 거동을 예측할 수 있도록 한 것으로, CIFAR-10, STL-10등 현실의 객체에 대한 이미지셋에서 생성 네트워크를 통해 실사와 거의 비슷한 이미지를 생성할 수 있도록 하는 것이다.In the present invention, assuming that the feature space of the discriminant network is a sphere, a multidimensional moment is minimized thereon to newly define a metric between well-defined measures to predict the behavior of a trained network. CIFAR-10, STL- The goal is to create an image that is almost the same as the real world through the creation network from the image set of the 10th real object.

이와 같은 본 발명은 머신러닝 및 컴퓨터비전의 하위분야인 생성 모델의 하나인 적대적 생성망(generative adversarial network)에 관한 것으로, 실제 데이터(real data)와 가짜 데이터(fake data)를 구분하는 GAN의 판별기(discriminator)는 최종 데이터를 구(sphere)에 맵핑하는 구성 및, 최종 데이터를 구(sphere)에 맵핑하여 거리를 계산하는 구성을 포함하고 거리(distance)의 바운드(bound)가 존재하는 것을 이용하여 안정적인 GAN 학습을 할 수 있도록 하는 것이다.The present invention relates to a hostile adversarial network, which is one of the generation models, which are sub-fields of machine learning and computer vision, and discriminates GANs that distinguish between real data and fake data. The discriminator includes a configuration that maps the final data to a sphere, and a configuration that calculates the distance by mapping the final data to a sphere, and uses the existence of a bound of distance. This is to enable stable GAN learning.

본 발명에 따른 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 장치는 도 1에서와 같이, 랜덤한 noise z로부터 값을 받아들여 실제와 비슷한 이미지(가짜 데이터)를 생성하여 생성된 가짜 데이터를 판별기(200)로 전달하는 생성기(100)와, 실제 데이터 및 가짜 데이터를 받아 훈련하는 판별기(200)와, n 차원 유클리드(Euclidean) 특징 공간에 매핑하고, 각각 가짜 샘플과 실제 샘플의 특징점이 기하학적 변환에 의해 n 차원 초구(hypersphere)로 다시 매핑하고, 매핑된 점을 사용하여 구형 GAN은 초구(hypersphere)의 중심점(north pole)을 중심으로 하는 기하학적 모멘트를 계산하는 기하학적 모멘트 매칭부(300)를 포함하고, 구형 GAN의 판별기(200)는 실제 및 가짜 샘플 간의 확률 측정의 모멘트 차이를 최대화하려고 시도하고, 생성기(100)는 모멘트 차이를 최소화하여 판별자를 간섭하려고 시도하여 훈련하는 것이다.A data processing apparatus using a hostile generation network on a sphere through geometric moment matching according to the present invention is a fake generated by generating a real-like image (fake data) by receiving a value from a random noise z, as shown in FIG. A generator 100 that delivers data to the discriminator 200, a discriminator 200 that receives and trains real data and fake data, maps it to an n-dimensional Euclidean feature space, and fake and real samples, respectively. The geometric moment matching unit calculates the geometric moment centered on the north pole of the hypersphere by using the mapped points to map the feature points back to the n-dimensional hypersphere, and using the mapped points. (300), the discriminator 200 of the old GAN attempts to maximize the moment difference in probability measurement between real and fake samples, and the generator 100 attempts to interfere with the discriminator by minimizing the moment difference to train will be.

첫번째로 z가 생성기(100)에 들어가게 되면, 가짜 이미지를 만들어내어 판별기(200)의 입력으로 전달한다.First, when z enters the generator 100, a fake image is generated and transmitted to the input of the discriminator 200.

이후에, LReLu(31), Avg Pooling(32), Dense(33)를 거쳐 ISP(Inver stereographic projection)을 통해서 위의 노란색과 같이 구(34)에 맵핑한다.Thereafter, through the LReLu (31), Avg Pooling (32), and Dense (33), through the ISP (Inver stereographic projection), it maps to the sphere 34 as shown above.

이때, ISP는 Dense의 output인 평면의 점들을 구 위의 점으로 맵핑하는 역할을 한다.At this time, the ISP is responsible for mapping the points of the plane that is the output of the Dense to the points on the sphere.

도 1은 구형 GAN의 파이프 라인 구조를 나타낸 것으로, 가짜 데이터는 생성기에 의해 잡음 입력으로부터 생성된다.Fig. 1 shows the pipeline structure of the old GAN, and the fake data is generated from the noise input by the generator.

그리고 실제 및 가짜 데이터는 판별기(discriminator)에 보내져 그 출력을 n 차원 유클리드(Euclidean) 특징 공간(즉, 황색 평면)에 매핑한다.The actual and fake data is then sent to a discriminator to map the output to an n-dimensional Euclidean feature space (ie, a yellow plane).

평면(plane)의 녹색과 보라색 원은 각각 가짜 샘플과 실제 샘플의 특징점을 나타낸다. 기하학적 변환에 의해, 이들 특징점은 n 차원 초구(hypersphere)(즉, 황색 구)로 다시 매핑된다.The green and purple circles on the plane represent the characteristic points of the fake and real samples, respectively. By geometric transformation, these feature points are mapped back to n-dimensional hyperspheres (ie, yellow spheres).

이러한 매핑된 점을 사용하여 구형 GAN은 초구(hypersphere)의 중심점(north pole)을 중심으로 하는 기하학적 모멘트를 계산한다.Using these mapped points, the spherical GAN calculates the geometric moment around the north pole of the hypersphere.

구형 GAN의 판별기는 실제 및 가짜 샘플 간의 확률 측정의 모멘트 차이를 최대화하려고 시도하지만, 생성기는 모멘트 차이를 최소화하여 판별자를 간섭하려고 시도한다.The discriminator of the old GAN attempts to maximize the moment difference in the probability measurement between real and fake samples, but the generator tries to interfere with the discriminator by minimizing the moment difference.

초구(hypersphere)에 정의된 기하학적 모멘트를 사용하여 생성자와 판별기는 2 인용 미니 맥스 게임을 통해 성능을 향상시키는 것이다.Using geometric moments defined in the hypersphere, constructors and discriminators improve performance through a two-player mini-max game.

본 발명에 따른 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망에 관하여 구체적으로 설명하면 다음과 같다.The hostile generation network on the sphere through geometric moment matching according to the present invention will be described in detail as follows.

웨서스테인 메트릭을 기반으로 하는 목적 함수는 1 차원 특징 공간에서의 첫번째 모멘트는 다음과 같이 정의된다.The objective function based on the Westerstein metric is defined as the first moment in the one-dimensional feature space.

Figure pat00001
Figure pat00001

여기서, G와 D는 각각 생성자와 판별자를 나타내며 P와 N은 실제 데이터와 잠재 코드 분포를 각각 나타내는 것이고, 수학식 1에서 판별기 (D)는 데이터 (x)를 실수 (R)로 맵핑하고, 이는Here, G and D represent generators and discriminators, respectively, and P and N represent actual data and potential code distribution, respectively. In Equation 1, discriminator (D) maps data (x) to real (R), this is

Figure pat00002
Figure pat00002

여기서, D는 1-Lipschitz 조건 D ∈ Lip1을 만족해야하며, X ⊂ Rn은 n 차원 유클리드 이미지 공간이다.Here, D must satisfy the 1-Lipschitz condition D ∈ Lip1, and X ⊂ Rn is an n-dimensional Euclidean image space.

기존의 IPM 기반 GAN에서와 마찬가지로 구형 GAN의 목적 함수는 수학식 1을 기반으로 한다.As in the existing IPM-based GAN, the objective function of the old GAN is based on Equation (1).

1 차원 특징 공간의 첫 번째 모멘트와 직접 매칭되는 기존 GAN과는 달리, 구형 GAN은 3차원보다 큰 차원으로 확장한 초구(hypersphere)에 정의된 고차원 및 다중 모멘트와 매칭된다.Unlike the existing GAN, which directly matches the first moment in the one-dimensional feature space, the spherical GAN matches the high and multiple moments defined in the hypersphere that extends to a dimension larger than the three-dimensional.

이를 위해, 본 발명에 따른 판별기의 출력은 다음과 같이 정의된다.To this end, the output of the discriminator according to the present invention is defined as follows.

Figure pat00003
Figure pat00003

수학식 1은 기존 WGAN(Sphere GAN의 baseline)의 목적함수 형태를 나타낸 것이다.Equation 1 shows the objective function form of the existing WGAN (Sphere GAN baseline).

여기서 x는 실제 이미지 데이터, z는 랜덤한 노이즈이다.Here, x is actual image data and z is random noise.

생성기(Generator G)는 랜덤한 노이즈 z로부터 값을 받아들여 실제와 비슷한 이미지를 생성하고 판별기(Discriminator D)는 실제 데이터 x를 받아 훈련을 한다.The generator G takes a value from the random noise z to generate an image similar to the real one, and the discriminator D receives the actual data x to train.

위와 같이 표현된 차이 값을 최소화(min)하는 방식으로 생성기는 작동을 하여 실제 판별기가 훈련한 '판별'을 최소화하려고 노력하고, 판별기는 그것을 판별하기 위해서 최대화(max) 하려고 노력하도록 훈련이 이루어진다.In such a way that the difference value expressed as above is minimized (min), the generator operates to try to minimize the'discrimination' trained by the actual discriminator, and the discriminator is trained to try to maximize (max) to discriminate it.

구형 GAN(sphere GAN)의 목적함수는 다음과 같이 정리된다.The objective function of the spherical GAN is as follows.

Figure pat00004
Figure pat00004

r = 1, ..., R 인 경우 함수

Figure pat00005
는 각 샘플과 hypersphere N의 north pole사이의 r 번째 모멘트 거리를 측정하는 것을 나타내고, 아래 첨자 s는
Figure pat00006
Figure pat00007
상에서 정의되어 있음을 나타낸다.Function if r = 1, ..., R
Figure pat00005
Indicates the measurement of the r-th moment distance between each sample and the north pole of hypersphere N, and the subscript s is
Figure pat00006
end
Figure pat00007
It is defined in the phase.

수학식 4의 새로운 목적 함수를 사용하면 구형 GAN이 초구(hypersphere)상에 IPM을 정의하여, 판별기에 부과된 몇 가지 제약을 완화할 수 있다.Using the new objective function in Equation 4, the old GAN can define the IPM on the hypersphere, thereby easing some of the constraints imposed on the discriminator.

하지만, 이상에서 설명한 목적함수에서 만족해야 할 조건이, D가 1-Lipschitz function이어야 한다는 것이다.However, the condition to be satisfied in the objective function described above is that D must be a 1-Lipschitz function.

이 조건을 만족시키기 위해서 WGAN을 기반으로 한 WGAN-GP, CT, LP 세 기술들은 다음과 같은 gradient penalty들을 사용한다.In order to satisfy this condition, three technologies based on WGAN-GP, CT, and WGAN use the following gradient penalties.

Figure pat00008
Figure pat00008

Figure pat00009
Figure pat00009

여기서, G*는 고정된 생성기를 나타내고 C는 표 1에 정의된 추가 제약 조건을 나타낸다.Here, G* represents a fixed generator and C represents additional constraints defined in Table 1.

수학식 5에서 모든 그레디언트 놈(gradient norm)은 반복될 때마다 계산되어야하고, 이는 계산상의 복잡성을 증가시킨다.In Equation 5, all gradient norms have to be calculated every iteration, which increases the computational complexity.

이러한 그레디언트 제약(gradient penalty)은 판별기(discriminator)의 커패시티(capacity)를 제한하기 때문에 Lipschitz condition을 만족시키기 위해서 성능 감소를 감수해야 하고 본 발명은 이와 같은 문제를 해결할 수 있도록 한 것이다.Since the gradient penalty limits the capacity of the discriminator, it is necessary to accept a decrease in performance in order to satisfy the Lipschitz condition, and the present invention is to solve such a problem.

기존의 접근 방식과 달리 구형 GAN은 판별기가 원하는 함수 공간에 위치하도록하는 추가적인 제약 조건을 필요로하지 않는다. 기하학적 변환을 사용하여 구형 GAN은 거리 함수가 원하는 함수 공간에 있음을 보장한다.Unlike traditional approaches, older GANs do not require additional constraints to ensure that the discriminator is located in the desired function space. Using geometric transformation, the spherical GAN ensures that the distance function is in the desired function space.

판별기(discriminator)의 새로운 목적 함수는 다음과 같다.The new objective function of the discriminator is:

Figure pat00010
Figure pat00010

표 2의 알고리즘은 본 발명에 따른 구형 GAN의 의사 코드(pseudo-code)를 나타낸 것이다.The algorithm in Table 2 shows the pseudo-code of the old GAN according to the present invention.

Figure pat00011
Figure pat00011

3차원보다 큰 차원으로 확장한 초구(hypersphere)에 관하여 설명하면 다음과 같다.The hypersphere expanded to a dimension larger than three dimensions is as follows.

수학식 4에서와 같이, 구형 GAN은 초구(hypersphere)

Figure pat00012
에서 정의된 특징 공간을 통해 여러 모멘트를 매칭한다.As in Equation 4, the spherical GAN is a hypersphere
Figure pat00012
Match several moments through the feature space defined in.

구형 GAN은 임의의 리만 매니폴드 M 대신에 초구(hypersphere)를 사용하여 다음과 같은 장점을 제공한다.Older GANs use hyperspheres instead of any Lehman manifold M, providing the following advantages:

첫째, 초구(hypersphere)의 거리 함수

Figure pat00013
는 바운드를 형성하고 구현하기가 매우 용이하다.First, the distance function of the hypersphere
Figure pat00013
It is very easy to form and implement a bound.

둘째, 그레디언트 놈(gradient norm)은 거리 함수로 잘 작동하며, 이는 안정적인 학습에 중요하다.Second, the gradient norm works well as a distance function, which is important for stable learning.

셋째, 초구(hypersphere)의 리만 구조(Riemannian structure)는 GAN 객체를 정의하는데 적합하다.Third, the Riemannian structure of the hypersphere is suitable for defining GAN objects.

이에 비하여, 일반적인 GAN은 유클리드 거리를 갖는 유클리드 공간

Figure pat00014
을 전형적으로 고려한다. 이러한 GAN은 임의의 리만 매니폴드를 모델링하여 확장할 수 있다. 그러나 이러한 매니폴드는 컴팩트하지 않고 거리 함수가 바운드되지 않고, 그레디언트 폭발(gradient explosion)과 불안정한 학습을 유발할 수 있다.In contrast, a typical GAN is a Euclidean space with a Euclidean distance.
Figure pat00014
Is typically considered. This GAN can be extended by modeling any Lehmann manifold. However, these manifolds are not compact and the distance function is not bound, which can lead to gradient explosion and unstable learning.

이러한 문제를 해결하기 위해 구형 GAN은 유클리드 공간

Figure pat00015
을 초구(hypersphere)
Figure pat00016
으로 변환하는 기하학 인식 변환 함수를 사용한다.To solve this problem, the old GAN is a Euclidean space.
Figure pat00015
The hypersphere
Figure pat00016
Use a geometry-aware transform function to convert to.

이 함수는 판별기의 마지막 컨볼루셔널 레이어(last convolutional layer)에 의해 구현된다.This function is implemented by the last convolutional layer of the discriminator.

이와 같은 본 발명에 따른 변환 함수는

Figure pat00017
에서
Figure pat00018
에 이르는 미분동형사상(diffeomorphism)에 의해 설계된다. 따라서, 변환 함수는 미분 가능하고 특징 공간의 모든 점에서 차원을 보존할 수 있다.The conversion function according to the present invention is
Figure pat00017
in
Figure pat00018
It is designed by diffeomorphism leading to. Thus, the transform function is differential and can preserve dimensions at all points in the feature space.

다음은 기하학적 변환 함수로서 스테레오그래픽 투영(stereographic projection)을 설명한다.The following describes stereographic projection as a geometric transformation function.

도 2는 본 발명에 따른 기하학적 변환 함수의 일 예인 스테레오그래픽 투영(stereographic projection)을 설명하기 위한 구성도이다.2 is a configuration diagram for explaining a stereographic projection (stereographic projection) that is an example of a geometric transformation function according to the present invention.

스테레오그래픽 투영(stereographic projection)의 역함수는 유클리드 공간

Figure pat00019
을 초구(hypersphere)
Figure pat00020
으로의 미분동형사상(diffeomorphism)이다.The inverse function of stereographic projection is the Euclidean space
Figure pat00019
The hypersphere
Figure pat00020
It is a diffeomorphism.

직관적으로, 스테레오그래픽 투영(stereographic projection)의 역함수는 초평면(hyperplane)에 투영하는 방법으로 간주될 수 있다.Intuitively, the inverse function of stereographic projection can be regarded as a method of projecting on a hyperplane.

Figure pat00021
의 좌표계를 p = (p1, ..., pn)이라고 하고, 초구(hypersphere)의 중심점(north pole)을 N = (0, ..., 1)이라고 하면,
Figure pat00021
If the coordinate system of is p = (p1, ..., pn), and the north pole of the hypersphere is N = (0, ..., 1),

스테레오그래픽 투영(stereographic projection)의 역함수

Figure pat00022
은 다음과 같이 정의된다.Inverse function of stereographic projection
Figure pat00022
Is defined as

Figure pat00023
Figure pat00023

스테레오그래픽 투영(stereographic projection)의 역함수를 통해 두 점

Figure pat00024
을 투영한 후, 두 점 사이의 거리를 초구(hypersphere) 메트릭 측면에서 측정한다.Two points through the inverse function of stereographic projection
Figure pat00024
After projecting, the distance between two points is measured in terms of the hypersphere metric.

Figure pat00025
Figure pat00025

여기서,

Figure pat00026
Figure pat00027
에 정의되는 거리함수이다. 기하학적으로
Figure pat00028
는 측지 거리로 고려될 수 있다.here,
Figure pat00026
The
Figure pat00027
Is the distance function defined in Geometrically
Figure pat00028
Can be considered as the geodetic distance.

도 2에서와 같이, 초구(hypersphere)상의 두 점 사이의 측지 거리(geodesic distance)는 유클리드 거리보다 훨씬 짧으며 초평면(즉, 노란색 구)에 바운드되어 있기 때문에 수학식 4에서의 목적 함수를 갖는 구형 GAN을 사용할 때 안정적인 학습이 가능하다.As shown in Fig. 2, the geodesic distance between two points on the hypersphere is much shorter than the Euclidean distance and bound to the hyperplane (i.e., yellow sphere), so that the sphere with the objective function in equation (4) Stable learning is possible when using GAN.

(보조정리 1) 수학식 8의 거리함수는 미분가능하고 바운드되어 있다.(Bo Jeong-ri 1) The distance function in Equation 8 is differentiable and bound.

수학식 8의 거리함수는 음이 아닌 값, 대칭 값, 삼각형 부등식을 만족하므로 미분 가능하다.The distance function in Equation (8) satisfies a non-negative value, a symmetric value, and a triangle inequality, so it can be differentiated.

초구(hypersphere)는 컴팩트 매니폴드이므로 두 점 사이의 거리는 바운드되어 있다.The hypersphere is a compact manifold, so the distance between the two points is bound.

예를들어, 예를 들어, 두 점 0 = (0, ..., 0)과 q = (t, ..., t) 사이의 유클리드 거리가 발산한다.(

Figure pat00029
)For example, the Euclidean distance between two points 0 = (0, ..., 0) and q = (t, ..., t) diverges.(
Figure pat00029
)

대조적으로, 수학식 8에서 초구(hypersphere)에 정의된 거리는 수렴한다.In contrast, the distance defined in the hypersphere in Equation 8 converges.

(

Figure pat00030
Figure pat00031
)(
Figure pat00030
Figure pat00031
)

구형 GAN의 기하학 - 인식 변환 함수는 판별기 출력의 경계 발산을 제한하여 안정적인 훈련 동력을 강화하고, 특징 공간의 차원을 보존하고 차별성을 유지한다.The geometry-recognition transformation function of the spherical GAN limits the divergence of the discriminator output to strengthen the stable training power, preserve the dimension of the feature space and maintain the discrimination.

구형 GAN에 관한 수학적 분석을 하면 다음과 같다.The mathematical analysis of the old GAN is as follows.

먼저, IPM에 연결에 관하여 설명하면 다음과 같다.First, the connection to the IPM is as follows.

수학식 4의 목적 함수를 최소화하는 것이 IPM을 최소화하는 것임을 증명한다.It proves that minimizing the objective function of Equation 4 is minimizing IPM.

이를 위하여 리만 매니폴드(Riemannian manifold)에 대한 기하학적 중심 모멘트를 정의한다.To do this, we define the geometric center moment for the Riemannian manifold.

M은 보렐 σ 대수학, Σ을 가진 작고, 연결되어 있고, 측지학적으로 완전한 리만 매니폴드라 한다.M is a small, connected, geodetically complete Riemann manifold with Borel σ algebra, Σ.

Figure pat00032
Figure pat00033
는 모두 측정 가능한 공간 (M, Σ)에 정의된 확률 측정치이다.
Figure pat00032
Wow
Figure pat00033
Is a probability measurement defined in the measurable space (M, Σ).

IPM은 다음과 같이 정의된다.IPM is defined as follows.

(정의 1)IPM은 두 확률 측정치

Figure pat00034
Figure pat00035
사이의 거리 측정값이다.(Definition 1) IPM is a measure of two probability
Figure pat00034
Wow
Figure pat00035
It is a measure of the distance between.

Figure pat00036
Figure pat00036

여기서, F는 M에 대한 실제 값의 경계 측정 가능 함수의 클래스이다.Here, F is a class of an actual value boundary measurable function for M.

M에 대한 기하학적 모멘트를 정의하면 다음과 같다.The geometric moment for M is defined as follows.

(정의 2)주어진 점 p0에 관한 (M, Σ)상의

Figure pat00037
의 r 번째 중심 모멘트는 다음과 같다.(Definition 2) Top of (M, Σ) for given point p 0
Figure pat00037
The r th center moment of is

Figure pat00038
Figure pat00038

여기서,

Figure pat00039
Figure pat00040
이다.here,
Figure pat00039
And
Figure pat00040
to be.

Figure pat00041
은 M에서의 리만 거리 함수(Riemannian distance function)이다.
Figure pat00041
Is the Riemannian distance function in M.

구형 GAN에서

Figure pat00042
Figure pat00043
사이의 새로운 IPM을 다음과 같이 정의한다.In the old GAN
Figure pat00042
Wow
Figure pat00043
The new IPM is defined as follows.

(정의 3)(Definition 3)

모멘트 차이를 기반으로 한 IPM은 다음과 같다.The IPM based on the moment difference is as follows.

Figure pat00044
Figure pat00044

여기서,

Figure pat00045
은 주어진 점 p0에서 다른 점으로부터의 유한 거리 함수(bounded distance functions)의 클래스이다.here,
Figure pat00045
Is a class of bounded distance functions from another point at a given point p 0 .

(정의 1)과 (정의 3)을 비교할 때, 이전의 IPM과 구형 GAN의 IPM 사이의 관계를 고려한다.When comparing (Definition 1) and (Definition 3), consider the relationship between the previous IPM and the IPM of the old GAN.

수학식 11의

Figure pat00046
는 수학식 4의
Figure pat00047
에 해당하지만, M은
Figure pat00048
으로 대체될 수 있고,
Figure pat00049
는 중심점(north pole) N으로 설정할 수 있다.Equation (11)
Figure pat00046
Equation 4
Figure pat00047
Corresponds to, but M is
Figure pat00048
Can be replaced by,
Figure pat00049
Can be set to the north pole (N).

그런 다음 수학식 4와 같은 방정식을 얻는다. 이는 수학식 4의 목적 함수를 최소화하는 것이 수학식 11에서 IPM을 최소화하는 것임을 의미한다.Then, we obtain the equation as in Equation 4. This means that minimizing the objective function of Equation 4 is minimizing IPM in Equation 11.

그러나 이전의 IPM과 구형 GAN의 IPM에는 몇 가지 차이가 있다.However, there are some differences between the old IPM and the old GAN's IPM.

본 발명에 따른 IPM의 함수 공간은

Figure pat00050
을 중심으로 한 M상의 한정된 거리 함수의 집합이다.IPM function space according to the present invention
Figure pat00050
It is a set of limited distance functions of M phase centered on.

따라서, 구형 GAN은 거리 함수를 매개 변수화하면 다음과 같다.Therefore, the old GAN parameterizes the distance function as follows.

Figure pat00051
Figure pat00051

여기서, {xi}는 이미지 집합이다. 대조적으로, WGAN의 IPM의 함수 공간은 1-Lipschitz 판별자의 집합이다.Here, {xi} is a set of images. In contrast, the functional space of WGAN's IPM is a set of 1-Lipschitz discriminators.

따라서 판별자를 매개 변수화하면 다음과 같다.Therefore, parameterizing the discriminator is as follows.

Figure pat00052
Figure pat00052

여기서,

Figure pat00053
이다.here,
Figure pat00053
to be.

그리고 웨서스테인(Wesserstein) 거리 링크에 관하여 설명하면 다음과 같다.And the link to the Westerstein street is as follows.

Figure pat00054
은 수학식 11에서 정의된 구형 GAN의 IPM이며, 여기서
Figure pat00055
이다.
Figure pat00054
Is the IPM of the old GAN defined in Equation 11, where
Figure pat00055
to be.

구형 GAN의 생성기는

Figure pat00056
를 감소시키는 것을 목적로 하는데, 이는
Figure pat00057
에 정의된 두 가지 확률 측정
Figure pat00058
Figure pat00059
사이의 고차 중심 모멘트를 매칭시키는 것과 상응한다.The generator of the old GAN
Figure pat00056
It aims to reduce the
Figure pat00057
Two probability measures defined in
Figure pat00058
Wow
Figure pat00059
Corresponds to matching the higher order center moment between.

(명제 1)

Figure pat00060
가 약하게
Figure pat00061
에 수렴한다.(Proposition 1)
Figure pat00060
Weakly
Figure pat00061
Converge on.

Figure pat00062
Figure pat00062

Figure pat00063
Figure pat00064
에 정의된 확률 측정의 r-웨서스테인 거리라 한다.
Figure pat00063
To
Figure pat00064
It is called the r-western distance of the probability measurement defined in.

그런 다음

Figure pat00065
을 최소화하는 것은 모든 r에 대해 r-웨서스테인 거리의 합계를 최소화하는 것과 같다.after that
Figure pat00065
Minimizing is equal to minimizing the sum of r-western distances for all r.

(명제 2)

Figure pat00066
이 0으로 수렴한다.(Proposition 2)
Figure pat00066
This converges to zero.

Figure pat00067
Figure pat00067

웨서스테인 거리를 기반으로 하는 기존의 GAN에서 목적 함수는 Kantorovich-Rubinstein 이중성 정리에 의해 이중 형태로 설계된다. 이중 형태에서는 GAN의 효율적인 학습을 위해 1-Wesserstein 거리로만 구현할 수 있다.In the conventional GAN based on Westerstein distance, the objective function is designed in a dual form by the Kantorovich-Rubinstein duality theorem. In the dual form, for efficient learning of the GAN, it can be implemented only with 1-Wesserstein distance.

기존의 GAN과 달리 구형 GAN 영역은 보다 일반적인 r-Wesserstein 거리를 사용할 수 있으므로 함수 공간이 훨씬 넓다.Unlike the conventional GAN, the spherical GAN region can use a more general r-Wesserstein distance, so the function space is much wider.

그리고 그레디언트 분석에 관하여 설명하면 다음과 같다.And the gradient analysis is as follows.

다른 IPM보다

Figure pat00068
을 사용하면, 구형 GAN은
Figure pat00069
의 다른 모멘트를 선택하여 손실 함수(loss functions)의 그레디언트를 계산할 수 있다.Than other IPM
Figure pat00068
Using, the old GAN
Figure pat00069
You can calculate the gradient of the loss functions by selecting another moment of.

서로 다른 모멘트를 선택하면 그레디언트가 서로 다른 학습 행동으로 이어진다. 따라서, 구형 GAN을 사용하여 어떠한 모멘트에 관해서도 안정적인 학습이 가능하다.When different moments are selected, the gradient leads to different learning behaviors. Therefore, it is possible to stably learn about any moment using the old GAN.

(보조 정리 2)

Figure pat00070
(Secondary theorem 2)
Figure pat00070

(보조 정리 2)는 초구(hypersphere)를 사용하는 것이 GAN을 안정적으로 학습하기 위한 합리적인 선택이라는 것을 의미한다.(Secondary Theorem 2) means that using a hypersphere is a reasonable choice to stably learn GAN.

이상의 설명에서 WGAN의 W는 'Wasserstein'으로 웨서스테인 거리(Wasserstein distance)를 사용하여 실제 이미지의 확률측도와 생성된 이미지의 확률측도의 거리를 비교하는 메트릭(metric)으로 사용된다.In the above description, W of WGAN is'Wasserstein', which is used as a metric that compares the distance between a probability measure of an actual image and a probability measure of a generated image using a Westerstein distance.

본 발명에서는 이와 같은 기술들이 가지고 있는 문제점을 해결하기 위해서 조금 더 큰 범위의 메트릭을 정의한다.In the present invention, a slightly larger range of metrics is defined to solve the problems of these technologies.

본 발명에서 사용되는 메트릭은 IPM(Integral Probability Metrics)으로 상기한 수학식 9에서와 같은 형식으로 정의된다.The metric used in the present invention is defined as the same as in Equation 9 described above as IPM (Integral Probability Metrics).

수학식 9에서 f가 1-Lipschitz function이라고 보면 Wasserstein distance는 IPM의 한 종류라고 생각될 수 있다.If f is a 1-Lipschitz function in Equation 9, the Wasserstein distance can be thought of as a type of IPM.

본 발명에서는 f가 수학식 12에서와 같이 정의되는 거리함수(distance function)이다. 이때 거리함수는 구 위의 두 점사이의 거리함수이다.In the present invention, f is a distance function defined as in Equation (12). At this time, the distance function is the distance function between two points on the sphere.

이는 더 이상 1-Lipschitz condition을 만족하지 않아도 되는 것을 뜻하는 것으로, 그레디언트 제약(gradient penalty)를 사용하지 않아도 된다는 의미이다.This means that it is no longer necessary to satisfy the 1-Lipschitz condition, which means that there is no need to use a gradient penalty.

수학식 12를 보면 이전의 WGAN 기반의 기술들에서는 판별기(discriminator)를 훈련을 할 때, 수학식 5의 C(x)의 term이 추가가 되어 capacity가 제한이 되는것에 반해 본 발명에서는 수학식 6에서와 같이 추가적인 term이 아무것도 없기에 기존의 방식보다 discriminator network에 constraint가 적고 이에 따라서 같은 신경망 모양이라도 성능이 더 우수하다.Equation 12 shows that in the previous WGAN-based techniques, when training a discriminator, the term C(x) of Equation 5 is added to limit capacity, whereas in the present invention, Equation As there is no additional term as in 6, there are fewer constraints on the discriminator network than the existing method, and accordingly, the performance of the same neural network is better.

본 발명에 따른 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 방법을 구체적으로 설명하면 다음과 같다.The data processing method using the hostile generation network on the sphere through geometric moment matching according to the present invention will be described in detail as follows.

도 3은 본 발명에 따른 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 방법을 나타낸 플로우 차트이다.3 is a flow chart showing a data processing method using a hostile generation network on a sphere through geometric moment matching according to the present invention.

먼저, 생성기에서 랜덤한 noise z로부터 값을 받아들여 실제와 비슷한 이미지(가짜 데이터)를 생성한다.(S301)First, the generator receives a value from a random noise z to generate an image (fake data) similar to the real thing (S301).

이어, 생성기에서 생성된 가짜 데이터를 판별기로 전달한다.(S302)Subsequently, the fake data generated by the generator is transmitted to the discriminator (S302).

그리고 판별기가 실제 데이터 및 가짜 데이터를 받아 훈련하고 n 차원 유클리드(Euclidean) 특징 공간에 매핑한다.(S303)Then, the discriminator receives real data and fake data, trains it, and maps it to an n-dimensional Euclidean feature space (S303).

이어, 각각 가짜 샘플과 실제 샘플의 특징점이 기하학적 변환에 의해 n 차원 초구(hypersphere)로 다시 매핑한다.(S304)Subsequently, the feature points of the fake sample and the real sample are respectively mapped back to the n-dimensional hypersphere by geometric transformation (S304).

그리고 매핑된 점을 사용하여 구형 GAN은 초구(hypersphere)의 중심점(north pole)을 중심으로 하는 기하학적 모멘트를 계산한다.(S305)Then, using the mapped points, the spherical GAN calculates the geometric moment centered on the north pole of the hypersphere (S305).

이어, 구형 GAN의 판별기는 실제 및 가짜 샘플 간의 확률 측정의 모멘트 차이를 최대화하려고 시도하고, 생성기는 모멘트 차이를 최소화하여 판별자를 간섭하려고 시도하여 훈련한다.(S306)Subsequently, the discriminator of the old GAN tries to maximize the moment difference in the probability measurement between the real and fake samples, and the generator attempts to interfere with the discriminator by minimizing the moment difference to train (S306).

이상에서 설명한 본 발명에 따른 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 장치 및 방법의 성능 평가 결과는 다음과 같다.The performance evaluation results of the data processing apparatus and method using the hostile generation network on the sphere through geometric moment matching according to the present invention described above are as follows.

도 4는 IS(Inception scores)를 이용한 초구(hypersphere)의 다른 차원 및 모멘트 매칭모드에 따른 평가 결과 그래프이다.4 is a graph showing evaluation results according to different dimensions and moment matching modes of a hypersphere using IS (Inception scores).

빨간색, 노란색 및 파란색 막대는 각각

Figure pat00071
,
Figure pat00072
,
Figure pat00073
모멘트 매칭모드를 나타낸 것이고, 가로축은 초구(hypersphere)
Figure pat00074
의 차원을 나타낸 것으로,n = 16, 64, 256, 1024이다.Red, yellow and blue bars are respectively
Figure pat00071
,
Figure pat00072
,
Figure pat00073
It shows the moment matching mode, and the horizontal axis represents the hypersphere.
Figure pat00074
It shows the dimension of, n = 16, 64, 256, 1024.

도 5는 Sphere GAN 및 WGAN-GP 판별기 네트워크의 그레디언트 특성 그래프이다.5 is a gradient characteristic graph of Sphere GAN and WGAN-GP discriminator network.

아래의 표 3은 CIFAR-10의 감독되지 않은 이미지 생성 결과를 나타낸 것으로, IS(Inception Scores)는 높으면 높을수록, FID(Frechet Inception Distance)는 낮을수록 우수한 결과로 해석된다.Table 3 below shows the results of CIFAR-10's unsupervised image generation. The higher the IS (Inception Scores) and the lower the FID (Frechet Inception Distance), the better the results.

Figure pat00075
Figure pat00075

CIFAR-10에서의 정량적 결과를 나타낸 표 3에서와 같이 구형 GAN-ResNet은 최신의 기록을 보관한 것으로, IS와 FID 모두 큰 차이가 있음을 알 수 있고, 구형 GAN-Conv이 WGAN-GP 및 MMD GAN보다 아주 우수한 결과를 보여주고 있다.As shown in Table 3, which shows quantitative results in CIFAR-10, the old GAN-ResNet has the latest records, and it can be seen that there is a big difference between both IS and FID, and the old GAN-Conv has WGAN-GP and MMD. The results are much better than GAN.

아래의 표 4는 STL-10에서 감독되지 않은 이미지 생성 결과를 나타낸 것이다.Table 4 below shows the results of unsupervised image creation in STL-10.

Figure pat00076
Figure pat00076

STL-10 실험에서 원래의 네트워크에 비해 네트워크 매개 변수의 수의 약 절반을 사용하였고, 적은 수의 네트워크 매개 변수에도 불구하고 구형 GAN-ResNet는 표 4에서와 같이, SN-GAN 및 기타 IPM 기반 GAN보다 탁월한 성능을 보여주고 있다.In the STL-10 experiment, about half of the number of network parameters were used compared to the original network, and despite the small number of network parameters, the old GAN-ResNet shows SN-GAN and other IPM-based GANs, as shown in Table 4. It shows better performance.

아래의 표 5는 LSUN bedroom에서 감독되지 않은 이미지 생성 결과를 나타낸 것이다.Table 5 below shows the results of unsupervised image creation in LSUN bedroom.

Figure pat00077
Figure pat00077

LSUN bedroom 실험에서는 IS는 의미가 없으므로 FID만 나타낸 것으로, 구형 GAN-ResNet이 최첨단 GAN보다 성능이 우수함을 보여주고 있다.In the LSUN bedroom experiment, IS is meaningless, so only FID is shown, showing that the older GAN-ResNet outperforms the most advanced GAN.

그리고 도 6은 서로 다른 GAN 변형에 대해 100 회 반복하는 평균 계산 시간 비교 그래프이다.And Figure 6 is a graph comparing the average calculation time repeated 100 times for different GAN variants.

노란색과 빨간색 막대는 생성기와 판별기의 업데이트 비율이 각각 1 : 1과 1 : 5 인 경우의 평균 계산 시간을 나타낸 것이다.The yellow and red bars show the average calculation time when the update ratios of the generator and the discriminator are 1:1 and 1:5, respectively.

도 7a와 도 7b는 LSUN- bedroom 데이터 세트의 구형 GAN의 정성적 결과 및 STL-10 데이터 세트에 대한 구형 GAN의 정성적 결과 구성도이다.7A and 7B are qualitative results of the old GAN for the LSUN-bedroom data set and the qualitative results for the STL-10 data set.

이와 같은 평가 결과에서 알 수 있듯이, 본 발명에서 제시한 네트워크는 머신러닝 및 컴퓨터비전의 하위분야인 생성 모델의 일환인 적대적 생성망으로, 종래 기술들이 갖는 문제점을 수학적 모델링을 통하여 해결하여 빠른 훈련 속도와 확장성을 갖는다.As can be seen from the evaluation results, the network proposed in the present invention is a hostile generation network that is a part of the generation model, which is a sub-field of machine learning and computer vision, and solves the problems of the prior art through mathematical modeling to speed up training. And has extensibility.

이에 따라 산업 현장에서 본 발명에서 제시한 기술을 통하여 현장에 알맞은 데이터를 생성할 수 있고, 빠른 실행속도를 갖는 것에 의해 특히 3D, 음성 처리 등 영상 데이터 외의 다른 목적으로 사용될 때에도 단순한 구조에 의해 우수한 확장성을 갖는다.Accordingly, it is possible to generate data suitable for the site through the technology proposed in the present invention in the industrial field, and by having a fast execution speed, it is excellently extended by a simple structure, especially when used for purposes other than image data such as 3D, audio processing, etc. Have a surname

이상에서 설명한 본 발명에 따른 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 장치 및 방법은 머신러닝 및 컴퓨터비전의 하위분야인 생성 모델의 하나인 적대적 생성망(generative adversarial network)에 관한 것으로, 실제 데이터(real data)와 가짜 데이터(fake data)를 구분하는 GAN의 판별기(discriminator)는 최종 데이터를 구(sphere)에 맵핑하는 구성 및, 최종 데이터를 구(sphere)에 맵핑하여 거리를 계산하는 구성을 포함하고 거리(distance)의 바운드(bound)가 존재하는 것을 이용하여 안정적인 GAN 학습을 할 수 있도록 하는 것이다.A data processing apparatus and method using a hostile generation network on a sphere through geometric moment matching according to the present invention described above relates to a generic adversarial network that is one of a generation model that is a sub-field of machine learning and computer vision. The GAN discriminator, which distinguishes real data from fake data, is configured to map the final data to a sphere and the distance by mapping the final data to a sphere. It is to enable stable GAN learning by using the configuration that calculates and using a distance bound.

이상에서의 설명에서와 같이 본 발명의 본질적인 특성에서 벗어나지 않는 범위에서 변형된 형태로 본 발명이 구현되어 있음을 이해할 수 있을 것이다.It will be understood that the present invention is implemented in a modified form without departing from the essential characteristics of the present invention as described above.

그러므로 명시된 실시 예들은 한정적인 관점이 아니라 설명적인 관점에서 고려되어야 하고, 본 발명의 범위는 전술한 설명이 아니라 특허청구 범위에 나타나 있으며, 그와 동등한 범위 내에 있는 모든 차이점은 본 발명에 포함된 것으로 해석되어야 할 것이다.Therefore, the specified embodiments are to be considered in terms of explanation rather than limitation, and the scope of the present invention is shown in the claims rather than the foregoing description, and all differences within the equivalent range are included in the present invention. Should be interpreted.

100. 생성기
200. 판별기
300. 기하학적 모멘트 매칭부
100. Generator
200. Discriminator
300. Geometric moment matching unit

Claims (15)

랜덤한 노이즈 z로부터 값을 받아들여 가짜 데이터를 생성하고 생성된 가짜 데이터를 판별기로 전달하는 생성기;
실제 데이터(x) 및 가짜 데이터를 받아 훈련하는 판별기;
상기 판별기로부터 최종 데이터를 받아 n 차원 유클리드(Euclidean) 특징 공간에 매핑하고, 각각 가짜 데이터와 실제 데이터의 특징점을 기하학적 변환에 의해 n 차원 초구(hypersphere)로 다시 매핑하고, 매핑된 점을 사용하여 구형 GAN으로 초구(hypersphere)의 중심점(north pole)을 중심으로 하는 기하학적 모멘트를 계산하는 기하학적 모멘트 매칭부;를 포함하고,
상기 판별기는 실제 및 가짜 데이터 간의 확률 측정의 모멘트 차이를 최대화하려고 시도하고, 생성기는 모멘트 차이를 최소화하여 판별기를 간섭하려고 시도하여 훈련하는 것을 특징으로 하는 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 장치.
A generator that receives a value from random noise z to generate fake data and delivers the generated fake data to a discriminator;
A discriminator that receives and trains real data (x) and fake data;
The final data is received from the discriminator and mapped to the n-dimensional Euclidean feature space, respectively, and the feature points of the fake data and real data are re-mapped to n-dimensional hyperspheres by geometric transformation, and the mapped points are used. Includes a geometric moment matching unit for calculating the geometric moment centered on the north pole of the hypersphere (hypersphere) with a spherical GAN;
The discriminator attempts to maximize the moment difference in probability measurement between real and fake data, and the generator attempts to interfere with the discriminator by minimizing the moment difference to train the hostile generation network on the sphere through geometric moment matching. Data processing device used.
제 1 항에 있어서, 구형 GAN은, 판별 네트워크의 특징공간을 구라고 가정하여 그 위에서 다차 모멘트를 최소화시켜 수학적으로 정의된 측도간의 메트릭을 새롭게 정의하여 훈련되는 네트워크의 거동을 예측할 수 있도록 하는 것을 특징으로 하는 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 장치.The method of claim 1, wherein the spherical GAN is characterized in that it is possible to predict the behavior of a trained network by minimizing multi-order moments on the assumption that the feature space of the discriminant network is a sphere, and newly defining metrics between mathematically defined measures. A data processing device using a hostile generation network on a sphere through geometric moment matching. 제 1 항에 있어서, 상기 기하학적 모멘트 매칭부는,
1 차원 특징 공간에서의 첫번째 모멘트가
Figure pat00078
으로 정의되고,
여기서, G와 D는 각각 생성자와 판별자를 나타내며 P와 N은 실제 데이터와 잠재 코드 분포를 각각 나타내는 것이고,
판별기 (D)는 데이터 (x)를 실수 (R)로 맵핑하고,
Figure pat00079
으로 정의되고,
여기서, D는 1-Lipschitz 조건 D ∈ Lip1을 만족해야하며, X ⊂ Rn은 n 차원 유클리드 이미지 공간인 것을 기반으로 구형 GAN은 3차원보다 큰 차원으로 확장한 초구(hypersphere)에 정의된 고차원 및 다중 모멘트와 매칭되도록 하는 것을 특징으로 하는 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 장치.
According to claim 1, The geometric moment matching unit,
The first moment in the one-dimensional feature space
Figure pat00078
Is defined as,
Here, G and D represent generators and discriminators, respectively, and P and N represent actual data and potential code distributions, respectively.
The discriminator (D) maps data (x) to real (R),
Figure pat00079
Is defined as,
Here, D must satisfy the 1-Lipschitz condition D ∈ Lip1, and X ⊂ Rn is based on n-dimensional Euclidean image space. Data processing apparatus using a hostile generation network on a sphere through geometric moment matching, characterized in that to match the moment.
제 3 항에 있어서, 판별기의 출력은,
Figure pat00080
으로 정의되고,
여기서 x는 실제 이미지 데이터, z는 랜덤한 노이즈인 것을 특징으로 하는 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 장치.
The output of the discriminator according to claim 3,
Figure pat00080
Is defined as,
Where x is the actual image data, z is a random data processing device using a hostile generation network on a sphere through geometrical moment matching characterized in that the noise.
제 4 항에 있어서, 구형 GAN(sphere GAN)의 목적함수는,
Figure pat00081
으로 정의되고,
r = 1, ..., R 인 경우 함수
Figure pat00082
는 각 샘플과 초구(hypersphere) N의 중심점(north pole) 사이의 r 번째 모멘트 거리를 측정하는 것을 나타내고, 아래 첨자 s는
Figure pat00083
Figure pat00084
상에서 정의되어 있음을 나타내는 것을 특징으로 하는 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 장치.
The objective function of claim 4, wherein the objective function of the sphere GAN is:
Figure pat00081
Is defined as,
Function if r = 1, ..., R
Figure pat00082
Indicates the measurement of the r-th moment distance between each sample and the north pole of the hypersphere N, and the subscript s is
Figure pat00083
end
Figure pat00084
Data processing apparatus using a hostile generation network on a sphere through geometric moment matching, characterized in that it is defined on the image.
제 5 항에 있어서, 구형 GAN은 판별기가 원하는 함수 공간에 위치하도록하는 추가적인 제약 조건을 필요로하지 않도록 하고,
기하학적 변환을 사용하여 구형 GAN은 거리 함수가 원하는 함수 공간에 있음을 보장하기 위하여,
판별기(discriminator)의 새로운 목적 함수를
Figure pat00085
으로 정의하는 것을 특징으로 하는 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 장치.
The method according to claim 5, wherein the spherical GAN does not require additional constraints to place the discriminator in the desired function space,
Using a geometric transformation, the spherical GAN ensures that the distance function is in the desired function space,
The new objective function of the discriminator
Figure pat00085
Data processing apparatus using a hostile generation network on a sphere through geometric moment matching, characterized in that defined as.
제 6 항에 있어서, 구형 GAN은 초구(hypersphere)
Figure pat00086
에서 정의된 특징 공간을 통해 여러 모멘트를 매칭하고,
구형 GAN은 임의의 리만 매니폴드 M 대신에 초구(hypersphere)를 사용하여,
초구(hypersphere)의 거리 함수
Figure pat00087
는 바운드를 형성하는 것과,
그레디언트 놈(gradient norm)은 거리 함수로 작동하는 것과,
초구(hypersphere)의 리만 구조(Riemannian structure)를 통하여 GAN 객체를 정의하는 것을 이용하는 것을 특징으로 하는 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 장치.
7. The sphere of claim 6, wherein the spherical GAN is a hypersphere.
Figure pat00086
Matching multiple moments through the feature space defined in
The old GAN uses a hypersphere instead of an arbitrary Lehmann manifold M,
Distance function of hypersphere
Figure pat00087
To form a bound,
The gradient norm works as a distance function,
A data processing apparatus using a hostile generation network on a sphere through geometric moment matching, characterized in that it defines a GAN object through a Riemannian structure of a hypersphere.
제 6 항에 있어서, 구형 GAN은 유클리드 공간
Figure pat00088
을 초구(hypersphere)
Figure pat00089
으로 변환하는 기하학적 변환 함수를 사용하고,
변환 함수는
Figure pat00090
에서
Figure pat00091
에 이르는 미분동형사상(diffeomorphism)에 의해 설계되어 미분 가능하고 특징 공간의 모든 점에서 차원을 보존할 수 있도록 하는 것을 특징으로 하는 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 장치.
7. The method of claim 6, wherein the spherical GAN is a Euclidean space
Figure pat00088
The hypersphere
Figure pat00089
Use the geometric transformation function to convert to,
The conversion function
Figure pat00090
in
Figure pat00091
A data processing device that uses a hostile generation network on a sphere through geometric moment matching, which is designed by diffeomorphism to reach and is capable of differentiating and preserving dimensions at all points in the feature space.
제 8 항에 있어서, 기하학적 변환 함수로 스테레오그래픽 투영(stereographic projection)을 사용하고,
스테레오그래픽 투영(stereographic projection)의 역함수는 유클리드 공간
Figure pat00092
을 초구(hypersphere)
Figure pat00093
으로의 미분동형사상(diffeomorphism)이고,
Figure pat00094
의 좌표계를 p = (p1, ..., pn)이라고 하고, 초구(hypersphere)의 중심점(north pole)을 N = (0, ..., 1)이라고 하면,
스테레오그래픽 투영(stereographic projection)의 역함수
Figure pat00095
은,
Figure pat00096
으로 정의되는 것을 특징으로 하는 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 장치.
The method of claim 8, using a stereographic projection (stereographic projection) as a geometric transformation function,
The inverse function of stereographic projection is the Euclidean space
Figure pat00092
The hypersphere
Figure pat00093
Is diffeomorphism,
Figure pat00094
If the coordinate system of is p = (p1, ..., pn), and the north pole of the hypersphere is N = (0, ..., 1),
Inverse function of stereographic projection
Figure pat00095
silver,
Figure pat00096
Data processing apparatus using a hostile generation network on a sphere through geometric moment matching, characterized in that defined by.
제 9 항에 있어서, 스테레오그래픽 투영(stereographic projection)의 역함수를 통해 두 점
Figure pat00097
을 투영한 후, 두 점 사이의 거리를 초구(hypersphere) 메트릭 측면에서 측정하면,
Figure pat00098
으로 정의되고,
여기서,
Figure pat00099
Figure pat00100
에 정의되는 거리함수이다. 기하학적으로
Figure pat00101
는 측지 거리로 고려되는 것을 특징으로 하는 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 장치.
10. The method of claim 9, wherein the two points through the inverse function of the stereographic projection (stereographic projection)
Figure pat00097
After projecting, measuring the distance between two points in terms of the hypersphere metric,
Figure pat00098
Is defined as,
here,
Figure pat00099
The
Figure pat00100
Is the distance function defined in Geometrically
Figure pat00101
Is a data processing device using a hostile generation network on a sphere through geometric moment matching, characterized in that it is considered as a geodetic distance.
제 10 항에 있어서, 구형 GAN에서 사용되는 메트릭 IPM(Integral Probability Metrics)을 최소화하기 위하여,
리만 매니폴드(Riemannian manifold)에 대한 기하학적 중심 모멘트를 정의하고, M은 보렐 σ 대수학, Σ을 가진 작고, 연결되어 있고, 측지 학적으로 완전한 리만 매니폴드라 하면,
Figure pat00102
Figure pat00103
는 모두 측정 가능한 공간 (M, Σ)에 정의된 확률 측정치이고, 두 확률 측정치
Figure pat00104
Figure pat00105
사이의 거리 측정값인 IPM은,
Figure pat00106
으로 정의되고,
F는 M에 대한 실제 값의 경계 측정 가능 함수의 클래스인 것을 특징으로 하는 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 장치.
11. The method of claim 10, To minimize the metric IPM (Integral Probability Metrics) used in the old GAN,
Define the geometric center moment for the Riemannian manifold, M is a small, connected, geodetically complete Riemann manifold with Borel σ algebra, Σ,
Figure pat00102
Wow
Figure pat00103
Is a probability measure defined in the measurable space (M, Σ), and both probability measures
Figure pat00104
Wow
Figure pat00105
IPM, the distance measurement between,
Figure pat00106
Is defined as,
F is a class of actual value boundary measurement functions for M. A data processing device using a hostile generation network on a sphere through geometric moment matching.
제 11 항에 있어서, M에 대한 기하학적 모멘트를 정의하면.
주어진 점 p0에 관한 (M, Σ)상의
Figure pat00107
의 r 번째 중심 모멘트는,
Figure pat00108
으로 정의되고,
여기서,
Figure pat00109
Figure pat00110
이고,
Figure pat00111
은 M에서의 리만 거리 함수(Riemannian distance function)인 것을 특징으로 하는 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 장치.
12. The method of claim 11, when defining a geometric moment for M.
(M, Σ) on given point p 0
Figure pat00107
The r th center moment of
Figure pat00108
Is defined as,
here,
Figure pat00109
And
Figure pat00110
ego,
Figure pat00111
Is a Riemannian distance function in M. A data processing apparatus using a hostile generation network on a sphere through geometric moment matching.
제 12 항에 있어서, 구형 GAN에서
Figure pat00112
Figure pat00113
사이의 새로운 IPM을 정의하면,
모멘트 차이를 기반으로 한 IPM은,
Figure pat00114
으로 정의되고,
여기서,
Figure pat00115
은 주어진 점 p0에서 다른 점으로부터의 유한 거리 함수(bounded distance functions)의 클래스인 것을 특징으로 하는 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 장치.
The method of claim 12, wherein the spherical GAN
Figure pat00112
Wow
Figure pat00113
If you define a new IPM between,
IPM based on moment difference,
Figure pat00114
Is defined as,
here,
Figure pat00115
Is a class of bounded distance functions from another point at a given point p 0. A data processing device using a hostile generation network on a sphere through geometric moment matching.
제 13 항에 있어서, IPM의 함수 공간은
Figure pat00116
을 중심으로 한 M상의 한정된 거리 함수의 집합이고, 구형 GAN은 거리 함수를 매개 변수화하면,
Figure pat00117
이고,
여기서, {xi}는 이미지 집합이고,
판별자를 매개 변수화하면,
Figure pat00118
이고,
여기서,
Figure pat00119
인 것을 특징으로 하는 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 장치.
14. The method of claim 13, wherein the functional space of the IPM
Figure pat00116
Is a limited set of distance functions on the M phase centered on, and the spherical GAN parameterizes the distance function,
Figure pat00117
ego,
Where {xi} is a set of images,
If you parameterize the discriminator,
Figure pat00118
ego,
here,
Figure pat00119
Data processing apparatus using a hostile generation network on a sphere through geometric moment matching, characterized in that.
판별 네트워크의 특징공간을 구라고 가정하여 그 위에서 다차 모멘트를 최소화시켜 수학적으로 정의된 측도간의 메트릭을 새롭게 정의하여 훈련되는 네트워크의 거동을 예측할 수 있도록 하는 구형 GAN을 이용하여,
생성기에서 랜덤한 노이즈 z로부터 값을 받아들여 실제와 유사한 가짜 데이터를 생성하는 단계;
생성기에서 생성된 가짜 데이터를 판별기로 전달하는 단계;
판별기가 실제 데이터 및 가짜 데이터를 받아 훈련하고 n 차원 유클리드(Euclidean) 특징 공간에 매핑하는 단계;
각각 가짜 데이터와 실제 데이터의 특징점을 기하학적 변환에 의해 n 차원 초구(hypersphere)로 다시 매핑하는 단계;
매핑된 점을 사용하여 구형 GAN은 초구(hypersphere)의 중심점(north pole)을 중심으로 하는 기하학적 모멘트를 계산하는 단계;
구형 GAN의 판별기는 실제 및 가짜 샘플 간의 확률 측정의 모멘트 차이를 최대화하려고 시도하고, 생성기는 모멘트 차이를 최소화하여 판별자를 간섭하려고 시도하여 훈련하는 단계;를 포함하는 것을 특징으로 하는 기하학적 모멘트 매칭을 통한 구 위에서의 적대적 생성망을 이용하는 데이터 처리 방법.
Assuming that the feature space of the discriminant network is a sphere, using a spherical GAN that minimizes multi-order moments on top of it and newly defines metrics between mathematically defined measures to predict the behavior of the trained network.
Generating a fake data similar to the real by taking a value from the random noise z in the generator;
Passing the fake data generated by the generator to the discriminator;
The discriminator receives and trains real data and fake data and maps it to an n-dimensional Euclidean feature space;
Mapping the feature points of the fake data and the real data, respectively, to n-dimensional hyperspheres by geometric transformation;
Using the mapped points, the spherical GAN calculates the geometric moment centered on the north pole of the hypersphere;
The discriminator of the spherical GAN attempts to maximize the moment difference in the probability measurement between the real and fake samples, and the generator attempts to interfere with the discriminator by minimizing the moment difference to train the discriminator through geometric moment matching. Data processing method using a hostile generation network on a sphere.
KR1020190011377A 2019-01-29 2019-01-29 System and Method for Data Processing using Sphere Generative Adversarial Network Based on Geometric Moment Matching KR102188732B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020190011377A KR102188732B1 (en) 2019-01-29 2019-01-29 System and Method for Data Processing using Sphere Generative Adversarial Network Based on Geometric Moment Matching

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020190011377A KR102188732B1 (en) 2019-01-29 2019-01-29 System and Method for Data Processing using Sphere Generative Adversarial Network Based on Geometric Moment Matching

Publications (2)

Publication Number Publication Date
KR20200093975A true KR20200093975A (en) 2020-08-06
KR102188732B1 KR102188732B1 (en) 2020-12-08

Family

ID=72040095

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020190011377A KR102188732B1 (en) 2019-01-29 2019-01-29 System and Method for Data Processing using Sphere Generative Adversarial Network Based on Geometric Moment Matching

Country Status (1)

Country Link
KR (1) KR102188732B1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112329833A (en) * 2020-10-28 2021-02-05 浙江大学 Image metric learning method based on spherical surface embedding
WO2022240076A1 (en) * 2021-05-11 2022-11-17 삼성전자 주식회사 Image processing method and electronic device supporting same
CN117197589A (en) * 2023-11-03 2023-12-08 武汉大学 Target classification model countermeasure training method and system

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20230076424A (en) 2021-11-24 2023-05-31 재단법인대구경북과학기술원 Apparatus and method for modeling noise and apparatus for simulating driving environment using thereof

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101843066B1 (en) 2017-08-23 2018-05-15 주식회사 뷰노 Method for classifying data via data augmentation of the data for machine-learning and apparatus using the same
KR20180120478A (en) 2017-04-27 2018-11-06 에스케이텔레콤 주식회사 Method for learning Cross-domain Relations based on Generative Adversarial Network

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20180120478A (en) 2017-04-27 2018-11-06 에스케이텔레콤 주식회사 Method for learning Cross-domain Relations based on Generative Adversarial Network
KR101843066B1 (en) 2017-08-23 2018-05-15 주식회사 뷰노 Method for classifying data via data augmentation of the data for machine-learning and apparatus using the same

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Sung Woo Park et al., Sphere Generative Adversarial Network Based on Geometric Moment Matching, 2019 IEEE/CVF CVPR, Jun. 2019 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112329833A (en) * 2020-10-28 2021-02-05 浙江大学 Image metric learning method based on spherical surface embedding
WO2022240076A1 (en) * 2021-05-11 2022-11-17 삼성전자 주식회사 Image processing method and electronic device supporting same
CN117197589A (en) * 2023-11-03 2023-12-08 武汉大学 Target classification model countermeasure training method and system
CN117197589B (en) * 2023-11-03 2024-01-30 武汉大学 Target classification model countermeasure training method and system

Also Published As

Publication number Publication date
KR102188732B1 (en) 2020-12-08

Similar Documents

Publication Publication Date Title
Xie et al. Point clouds learning with attention-based graph convolution networks
KR20200093975A (en) System and Method for Data Processing using Sphere Generative Adversarial Network Based on Geometric Moment Matching
JP5131072B2 (en) 3D model search device, 3D model search method and program
EP3674983A1 (en) Machine-learning for 3d modeled object inference
EP3674984A1 (en) Set of neural networks
WO2021208601A1 (en) Artificial-intelligence-based image processing method and apparatus, and device and storage medium
Keselman et al. Many-to-many graph matching via metric embedding
JP2008527473A (en) 3D model search method, search device, and search program
CN111310821A (en) Multi-view feature fusion method, system, computer device and storage medium
EP4016392A1 (en) Machine-learning for 3d object detection
CN111460193B (en) Three-dimensional model classification method based on multi-mode information fusion
Zhou et al. 3D shape classification and retrieval based on polar view
Son et al. SAUM: Symmetry-aware upsampling module for consistent point cloud completion
JP2023503732A (en) Point cloud interpolation method, network training method, device, equipment and storage medium
CN114298997B (en) Fake picture detection method, fake picture detection device and storage medium
CN113628329B (en) Zero-sample sketch three-dimensional point cloud retrieval method
Grosso Construction of topologically correct and manifold isosurfaces
JP2017168081A (en) 3d object localization with descriptor
CN111597367B (en) Three-dimensional model retrieval method based on view and hash algorithm
JP2017162447A (en) Localization of 3d object with quantization
CN114511745B (en) Three-dimensional point cloud classification and rotation gesture prediction method and system
KR102129060B1 (en) Content-based 3d model retrieval method using a single depth image, 3d model retrieval server for performing the methods and computer readable recording medium thereof
CN113593007B (en) Single-view three-dimensional point cloud reconstruction method and system based on variation self-coding
Guan et al. View-based 3D model retrieval by joint subgraph learning and matching
CN111414802B (en) Protein data characteristic extraction method

Legal Events

Date Code Title Description
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant