WO2024042583A1 - 情報処理装置、aiモデル認証システム、aiモデル認証方法およびプログラム - Google Patents
情報処理装置、aiモデル認証システム、aiモデル認証方法およびプログラム Download PDFInfo
- Publication number
- WO2024042583A1 WO2024042583A1 PCT/JP2022/031581 JP2022031581W WO2024042583A1 WO 2024042583 A1 WO2024042583 A1 WO 2024042583A1 JP 2022031581 W JP2022031581 W JP 2022031581W WO 2024042583 A1 WO2024042583 A1 WO 2024042583A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- certificate
- model
- verifier
- information processing
- location information
- Prior art date
Links
- 230000010365 information processing Effects 0.000 title claims abstract description 20
- 238000000034 method Methods 0.000 title claims description 11
- 238000012790 confirmation Methods 0.000 claims description 10
- 230000005540 biological transmission Effects 0.000 abstract description 13
- 238000010586 diagram Methods 0.000 description 18
- 238000012795 verification Methods 0.000 description 12
- 238000012545 processing Methods 0.000 description 10
- 238000013528 artificial neural network Methods 0.000 description 5
- 238000013461 design Methods 0.000 description 5
- 238000004891 communication Methods 0.000 description 4
- 238000005516 engineering process Methods 0.000 description 4
- 238000004364 calculation method Methods 0.000 description 2
- 238000013145 classification model Methods 0.000 description 1
- 239000000284 extract Substances 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000012546 transfer Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/10—Protecting distributed programs or content, e.g. vending or licensing of copyrighted material ; Digital rights management [DRM]
- G06F21/16—Program or content traceability, e.g. by watermarking
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N20/00—Machine learning
Definitions
- the present invention relates to an information processing device, an AI model authentication system, an AI model authentication method, and a program.
- Non-Patent Document 1 discloses a technique for identifying a deep neural network using a digital watermark of the deep neural network.
- Non-Patent Document 2 discloses a technique for extracting several data points near the classification boundary of a model owner's deep neural network classifier and using them to identify the classifier.
- the disclosed technology aims to improve the accuracy of confirming the authenticity of an AI model.
- the disclosed technology includes a verifier generator configured to generate a verifier for verifying an AI model, and a verifier generator that functions as a certification authority to issue a certificate to prove the authenticity of the AI model.
- a certificate acquisition unit configured to request a certificate authority device to obtain a certificate issued by the certificate authority device, and provide the AI model with certificate location information indicating the location of the acquired certificate.
- the information processing apparatus includes a certificate location information transmitter configured to request an AI model to be embedded in a device that controls the certificate.
- 1 is a diagram showing an example of the overall configuration of an AI model authentication system according to an embodiment of the present invention.
- 1 is a diagram illustrating an example of a functional configuration of a certificate authority device according to an embodiment of the present invention.
- 1 is a diagram showing an example of a functional configuration of a certificate management device according to an embodiment of the present invention.
- 1 is a diagram showing an example of a functional configuration of an AI model designer terminal according to an embodiment of the present invention.
- 1 is a diagram showing an example of a functional configuration of an AI model control device according to an embodiment of the present invention.
- 1 is a diagram illustrating an example of a functional configuration of a user terminal according to an embodiment of the present invention.
- FIG. 3 is a sequence diagram showing an example of the flow of verifier registration processing according to the embodiment of the present invention.
- FIG. 2 is a sequence diagram showing an example of the flow of AI model authentication processing according to an embodiment of the present invention.
- 1 is a diagram showing an example of a hardware configuration of a computer.
- an AI model authentication method will be described in order to confirm the authenticity of the AI model.
- FIG. 1 is a diagram showing an example of the overall configuration of an AI model authentication system according to an embodiment of the present invention.
- the AI model authentication system 1 includes a certificate authority device 10, a certificate management device 20, an AI model designer terminal 30, an AI model control device 40, and a user terminal 50.
- the certificate authority device 10, certificate management device 20, AI model designer terminal 30, AI model control device 40, and user terminal 50 are communicably connected to each other via a communication network 60.
- the certificate authority device 10 is a device that functions as a trusted third party, similar to a CA (Certification Authority) in PKI (Public Key Infrastructure). Specifically, the certificate authority device 10 issues an AI model certificate based on a verifier for AI model authentication.
- CA Content Authority
- PKI Public Key Infrastructure
- a verifier is information to confirm that the authentication target has credentials.
- Credentials are information possessed by the authentication target.
- the credentials possessed by the AI model may be the boundaries of a discriminator.
- the verifier for confirming that the AI model has the credentials may be information indicating some data points near the boundary of the AI model.
- the certificate management device 20 is a device that manages certificates issued by the certificate authority device 10.
- the certificate management device 20 receives a certificate transmission request from the user terminal 50 and transmits the certificate to the user terminal 50.
- the AI model designer terminal 30 is an information processing device operated by an AI model designer.
- the AI model designer terminal 30 generates a verifier for each user. Furthermore, the AI model designer terminal 30 requests the certificate authority device 10 to issue a certificate, and transmits certificate location information indicating the location of the certificate to the AI model control device 40.
- the AI model control device 40 is a device that controls an AI model.
- the AI model control device 40 transmits information embedded in the AI model to the user terminal 50 in response to a request from the user terminal 50. Furthermore, the AI model control device 40 performs AI authentication based on the challenge transmitted from the user terminal 50, and transmits a response to the challenge to the user terminal 50.
- the user terminal 50 is a terminal operated by a user who uses the AI model.
- the user terminal 50 receives information embedded in the AI model from the AI model control device 40. Further, the user terminal 50 transmits a challenge to the AI model control device 40 and receives an AI authentication response.
- the communication network 60 is a communication network for transmitting and receiving information, and may be the Internet or an intranet.
- FIG. 2 is a diagram illustrating an example of the functional configuration of a certificate authority device according to an embodiment of the present invention.
- the certificate authority device 10 includes a certificate issuance request receiving section 11 , an AI designer confirmation section 12 , an issued confirmation section 13 , a certificate issuing section 14 , and a certificate issuance history storage section 15 .
- the certificate issuance request receiving unit 11 receives a certificate issuance request from the AI model designer terminal 30.
- the certificate issue request reception unit 11 sends the verifier generated by the AI model designer terminal 30, an identifier for identifying the AI model, the name of the AI model, and user information indicating the user who will use the AI model. , AI design document information indicating the AI model designer, the effective date of the certificate, etc. are received.
- the AI designer confirmation unit 12 confirms that the AI model designer is genuine based on the received information.
- the issued confirmation unit 13 issues certificates to the same verifier based on the certificate issuance history stored in the certificate issuance history storage unit 15. Confirm that the corresponding certificate has not already been issued.
- the certificate issuing unit 14 When it is confirmed that a certificate corresponding to the same verifier has not been issued, the certificate issuing unit 14 generates a certificate and sends the generated certificate to the AI model designer terminal 30.
- the certificate issuing unit 14 stores information indicating the history of issuing certificates in the certificate issuing history storage unit 15.
- the certificate issuance history storage unit 15 stores information indicating the history of certificate issuance.
- FIG. 3 is a diagram illustrating an example of the functional configuration of a certificate management device according to an embodiment of the present invention.
- the certificate management device 20 includes a certificate receiving section 21, a certificate storage section 22, and a certificate transmitting section 23.
- the certificate receiving unit 21 receives a certificate from the AI model designer terminal 30.
- the certificate receiving unit 21 stores the received certificate in the certificate storage unit 22.
- the certificate storage unit 22 stores certificates. That is, the certificate storage unit 22 functions as a storage or repository for storing certificates.
- the certificate sending unit 23 receives a certificate sending request from the user terminal 50 and sends the certificate stored in the certificate storage unit 22 to the user terminal 50.
- FIG. 4 is a diagram showing an example of the functional configuration of the AI model designer terminal according to the embodiment of the present invention.
- the AI model designer terminal 30 includes a user information storage section 31, a verifier generation section 32, a certificate acquisition section 33, a certificate transmission section 34, a certificate location information transmission section 35, and an AI model information transmission section. 36.
- the user information storage unit 31 stores information indicating the user who uses the AI model.
- the AI model designer may transfer the AI model to the user through an assignment contract, or may permit the user to use the AI model through a license agreement.
- the AI model designer may store in the user information storage unit 31 in advance information indicating the user who has transferred or licensed the use.
- the verifier generation unit 32 generates a verifier for validating the AI model for each user who uses the AI model. For example, when the AI model is a classification model, the verifier generation unit 32 extracts features indicating the boundaries of the classification and generates a verifier based on the extracted features and information related to the user. You may.
- the certificate acquisition unit 33 transmits a request to issue a certificate to the certificate authority device 10 and acquires the certificate from the certificate authority device 10.
- the certificate acquisition unit 33 includes the verifier generated by the AI model designer terminal 30, an identifier for identifying the AI model, the name of the AI model, user information indicating the user who uses the AI model, and the AI model design.
- the certificate authority device 10 transmits information such as AI design document information indicating the identity of the certificate authority and the effective date of the certificate.
- the certificate transmitter 34 transmits the acquired certificate to the certificate management device 20.
- the certificate location information transmitting unit 35 transmits information indicating the location of the certificate (certificate location information) to the AI model control device 40 in order to request that it be embedded in the AI model.
- the certificate location information is address information necessary for communicating with the certificate management device 20, and may be information indicating the location of a resource on the Internet of the certificate, such as a URI (Uniform Resource Identifier). good.
- the AI model information transmitter 36 transmits information necessary for using the AI model (AI model information) according to the operation of the AI model designer. is transmitted to the user terminal 50.
- the user terminal 50 can use the AI model by acquiring the AI model information.
- the AI model information includes a verifier of the AI model.
- the AI model information may include an authentication key for authenticating the AI model.
- FIG. 5 is a diagram showing an example of the functional configuration of the AI model control device according to the embodiment of the present invention.
- the AI model control device 40 includes an AI model storage section 41, a certificate location information embedding section 42, a certificate location information transmission section 43, and an AI authentication section 44.
- the AI model storage unit 41 stores an AI model designed by an AI model designer.
- the certificate location information embedding unit 42 receives certificate location information from the AI model designer terminal 30 and embeds the received certificate location information into the AI model.
- the embedded certificate location information may be, for example, a digital watermark, or may be embedded inseparably from the AI model.
- the certificate location information transmitting unit 43 receives a transmission request from the user terminal 50 and transmits the certificate location information to the user terminal 50.
- the AI authentication unit 44 receives the challenge from the user terminal 50, authenticates the AI model, and transmits information indicating the authentication result to the user terminal 50 as a response.
- FIG. 6 is a diagram illustrating an example of the functional configuration of a user terminal according to an embodiment of the present invention.
- the user terminal 50 includes an AI model information reception section 51, an AI model information storage section 52, a certificate location information acquisition section 53, a certificate acquisition section 54, a certificate verification section 55, and an AI authentication request section 56. , is provided.
- the AI model information receiving unit 51 receives AI model information from the AI model designer terminal 30.
- the AI model information receiving unit 51 stores the received AI model information in the AI model information storage unit 52.
- the AI model information storage unit 52 stores AI model information.
- the certificate location information acquisition unit 53 requests the AI model control device 40 to transmit the certificate location information, and acquires the certificate location information from the AI model control device 40.
- the certificate acquisition unit 54 requests the certificate management device 20 to send a certificate, and acquires the certificate from the certificate management device 20.
- the certificate verification unit 55 verifies the certificate. Specifically, the certificate verification unit 55 determines whether the verifier (correct verifier) included in the AI model information is included in the certificate. If the correct verifier is not included, the certificate verification unit 55 determines that the certificate does not include a verifier.
- the AI authentication requesting unit 56 transmits a challenge to the user terminal 50 to request authentication of the AI model.
- the challenge may include an authentication key for authenticating the AI model.
- the AI authentication requesting unit 56 does not transmit a challenge for requesting AI authentication.
- FIG. 7 is a sequence diagram illustrating an example of the flow of verifier registration processing according to the embodiment of the present invention. Note that before the verifier registration process is started, the AI model designed by the AI model designer is stored in the AI model storage unit 41 of the AI model control device 40.
- the verifier generation unit 32 of the AI model designer terminal 30 generates a verifier for verifying the AI model (step S101).
- the certificate acquisition unit 33 of the AI model designer terminal 30 requests the certificate authority device 10 to issue a certificate (step S102).
- the certificate acquisition unit 33 includes the verifier generated by the AI model designer terminal 30, an identifier for identifying the AI model, the name of the AI model, user information indicating the user who uses the AI model, and the AI model design.
- the certificate authority device 10 transmits information such as AI design document information indicating the identity of the certificate authority and the effective date of the certificate.
- the AI designer confirmation unit 12 of the certificate authority device 10 confirms the AI model designer based on the received information (step S103).
- the issued confirmation unit 13 of the certificate authority device 10 confirms that the certificate has not been issued (step S104). If the certificate has not been issued yet, the certificate issuing unit 14 of the certificate authority device 10 issues the certificate (step S105). That is, the certificate issuing unit 14 generates a certificate and transmits the generated certificate to the AI model designer terminal 30. Thereby, the certificate acquisition unit 33 of the AI model designer terminal 30 acquires the transmitted certificate.
- the certificate sending unit 34 of the AI model designer terminal 30 sends the certificate to the certificate management device 20 (step S106). Further, the certificate location information transmitting unit 35 of the AI model designer terminal 30 transmits the certificate location information to the AI model control device 40 (step S107). Through this step S107, the certificate location information transmitting unit 35 requests the AI model control device 40 to embed the certificate location information in the AI model.
- the certificate location information embedding unit 42 of the AI model control device 40 receives the certificate location information from the AI model designer terminal 30, and embeds the received certificate location information into the AI model (step S108).
- the AI model information transmitting unit 36 of the AI model designer terminal 30 transmits the AI model information to the user terminal 50 according to the operation of the AI model designer (step S109).
- the AI model information includes the verifier of the AI model generated in step S101.
- the AI model information receiving unit 51 of the user terminal 50 receives AI model information and stores the received AI model information in the AI model information storage unit 52.
- FIG. 8 is a sequence diagram showing an example of the flow of AI model authentication processing according to the embodiment of the present invention.
- the certificate location information acquisition unit 53 of the user terminal 50 requests transmission of certificate location information (step S201).
- the certificate location information transmitting unit 43 of the AI model control device 40 transmits the certificate location information to the user terminal 50 (step S202). Thereby, the certificate location information acquisition unit 53 of the user terminal 50 acquires the transmitted certificate location information.
- the certificate acquisition unit 54 of the user terminal 50 requests the certificate management device 20 to transmit the certificate (step S203).
- the certificate transmitter 23 of the certificate management device 20 transmits the certificate to the user terminal 50 in response to the request (step S204).
- the certificate acquisition unit 54 of the user terminal 50 acquires the transmitted certificate.
- the certificate verification unit 55 of the user terminal 50 verifies the certificate (step S205). Specifically, the certificate verification unit 55 determines whether the verifier (correct verifier) included in the AI model information is included in the certificate. If the correct verifier is not included, the certificate verification unit 55 determines that the certificate does not include a verifier. That is, the certificate verification unit 55 verifies the authenticity of the verifier of the AI model to be used based on the certificate.
- the AI authentication request unit 56 of the user terminal 50 transmits a challenge (step S206).
- the challenge may include an authentication key for authenticating the AI model.
- the AI authentication unit 44 of the AI model control device 40 performs AI authentication (step S207), and transmits a response to the user terminal 50 (step S208).
- the certificate authority device 10 functioning as a third party issues a certificate corresponding to the verifier of the AI model.
- the user terminal 50 can confirm the authenticity of the verifier of the AI model to be used based on the certificate.
- the AI model authentication system 1 can deal with AI model impersonation.
- a verifier for authenticating an AI model has been distributed to users, but if a verifier for a different AI model has been distributed in the first place, if the authenticity of the verifier cannot be confirmed, the authentication itself will be successful, but the user will not be able to use it.
- the AI model used may not be the one intended, and spoofing may be successful.
- by checking the authenticity of a verifier for authenticating an AI model based on the above-mentioned certificate it is possible to determine whether the verifier is a verifier of another AI model. identity theft and prevent spoofing.
- the AI model designer terminal 30 issues a verifier for each user. This allows the authenticity of the AI model to be confirmed for each user.
- the certificate authority device 10, certificate management device 20, AI model designer terminal 30, AI model control device 40, and user terminal 50 according to the present embodiment will be described.
- the certificate authority device 10, certificate management device 20, AI model designer terminal 30, AI model control device 40, and user terminal 50 according to the present embodiment are realized by, for example, the hardware configuration of the computer 500 shown in FIG. .
- FIG. 9 is a diagram showing an example of the hardware configuration of the computer.
- the computer in FIG. 9 includes a drive device 1000, an auxiliary storage device 1002, a memory device 1003, a CPU 1004, an interface device 1005, a display device 1006, an input device 1007, an output device 1008, and the like, which are interconnected via a bus B.
- a program that realizes processing on the computer is provided, for example, on a recording medium 1001 such as a CD-ROM or a memory card.
- a recording medium 1001 such as a CD-ROM or a memory card.
- the program is installed from the recording medium 1001 to the auxiliary storage device 1002 via the drive device 1000.
- the program does not necessarily need to be installed from the recording medium 1001, and may be downloaded from another computer via a network.
- the auxiliary storage device 1002 stores installed programs as well as necessary files, data, and the like.
- the memory device 1003 reads and stores the program from the auxiliary storage device 1002 when there is an instruction to start the program.
- the CPU 1004 implements functions related to the device according to programs stored in the memory device 1003.
- the interface device 1005 is used as an interface for connecting to a network.
- a display device 1006 displays a GUI (Graphical User Interface) and the like based on a program.
- the input device 1007 is composed of a keyboard, a mouse, buttons, a touch panel, or the like, and is used to input various operation instructions.
- An output device 1008 outputs the calculation result.
- the computer may include a GPU (Graphics Processing Unit) or a TPU (Tensor Processing Unit) instead of the CPU 1004, or may include a GPU or a TPU in addition to the CPU 1004. In that case, the processing may be divided and executed such that the GPU or TPU executes processing that requires special calculations, and the CPU 1004 executes other processing.
- the device configuration included in the AI model authentication system 1 is an example. That is, the AI model authentication system 1 may hold each of the above-mentioned functional units in any device configuration.
- the user terminal 50 and the AI model control device 40 may be the same device.
- the AI model designer terminal 30 and the certificate management device 20 may be the same device.
- This specification describes at least an information processing device, an AI model authentication system, an AI model authentication method, and a program described in each section below.
- a verifier generator configured to generate a verifier for verifying the AI model
- Certificate acquisition configured to request a certificate authority device functioning as a certificate authority to issue a certificate for proving the authenticity of the AI model, and obtain a certificate issued by the certificate authority device.
- Department and a certificate location information transmitter configured to request a device that controls an AI model to embed certificate location information indicating the location of the acquired certificate into the AI model; Information processing device.
- the verifier generation unit is configured to generate the verifier for each user who uses the AI model, The information processing device according to item 1.
- An AI model authentication system comprising an information processing device, a certificate management device, and a certificate authority device
- the information processing device includes: a verifier generator configured to generate a verifier for verifying the AI model; a certificate acquisition unit configured to request the certificate authority device to issue a certificate to prove the authenticity of the AI model and obtain the certificate issued by the certificate authority device; a certificate location information transmitter configured to request a device that controls an AI model to embed certificate location information indicating the location of the acquired certificate into the AI model;
- the certificate management device includes: a certificate receiving unit configured to receive the certificate from the information processing device; a certificate sending unit configured to receive a request to send the certificate from a terminal operated by a user using the AI model and send the certificate to the terminal;
- the certificate authority device includes: an issued confirmation unit configured to confirm that a certificate corresponding to the same verifier has not been issued, based on the certificate issuance history; A certificate issue configured to generate a certificate and send the generated certificate to the information processing device when it is confirmed that a certificate corresponding to the same
- AI model authentication system 10 Certificate authority device 11 Certificate issuance request receiving unit 12 AI designer confirmation unit 13 Issued confirmation unit 14 Certificate issuing unit 15 Certificate issuance history storage unit 20 Certificate management device 21 Certificate receiving unit 22 Certificate storage unit 23 Certificate transmission unit 30 AI model designer terminal 31 User information storage unit 32 Verifier generation unit 33 Certificate acquisition unit 34 Certificate transmission unit 35 Certificate location information transmission unit 36 AI model information transmission unit 40 AI Model control device 41 AI model storage unit 42 Certificate location information embedding unit 43 Certificate location information transmission unit 44 AI authentication unit 50 User terminal 51 AI model information reception unit 52 AI model information storage unit 53 Certificate location information acquisition unit 54 Certificate acquisition unit 55 Certificate verification unit 56 AI authentication request unit 60 Communication network 1000 Drive device 1001 Recording medium 1002 Auxiliary storage device 1003 Memory device 1004 CPU 1005 Interface device 1006 Display device 1007 Input device 1008 Output device
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- Computer Hardware Design (AREA)
- Computer Security & Cryptography (AREA)
- Technology Law (AREA)
- Multimedia (AREA)
- Artificial Intelligence (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Data Mining & Analysis (AREA)
- Evolutionary Computation (AREA)
- Medical Informatics (AREA)
- Computing Systems (AREA)
- Mathematical Physics (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
AIモデルを検証するための検証子を生成するように構成されている検証子生成部と、前記AIモデルの真正性を証明するための証明書の発行を、認証局として機能する認証局装置に要求し、前記認証局装置が発行する証明書を取得するように構成されている証明書取得部と、取得した前記証明書の所在を示す証明書所在情報を前記AIモデルに埋め込むように、AIモデルを制御する装置に要求するように構成されている証明書所在情報送信部と、を備える情報処理装置である。
Description
本発明は、情報処理装置、AIモデル認証システム、AIモデル認証方法およびプログラムに関する。
AIモデルが様々な分野で利用されつつある昨今において、AIモデルを認証する技術が研究されている。例えば、非特許文献1には、ディープニューラルネットワークの電子透かしを使用してディープニューラルネットワークを識別する技術が開示されている。また、非特許文献2には、モデル所有者のディープニューラルネットワーク分類器の分類境界近くにあるいくつかのデータポイントを抽出し、それらを使用して分類器を識別する技術が開示されている。
N. Lukas, et al., "SoK: How Robust is Image Classification Deep Neural Network Watermarking? (Extended Version)", https://arxiv.org/pdf/2108.04974.pdf
X. Cao, "IPGuard: Protecting Intellectual Property of Deep Neural Networks via Fingerprinting the Classification Boundary", https://dl.acm.org/doi/pdf/10.1145/3433210.3437526
AIモデルの認証だけでなく、AIモデルの真正性を確認する必要性が生じている。従来の技術を使用して、意図したAIモデルかを検証することが可能なデータ(検証子)を使うことで偽のAIモデルを不正に利用することを防ぐことが考えられる。しかし、検証子自体が改ざんされるか不正配布されると、偽のAIモデルを判別することができないという問題がある。
開示の技術は、AIモデルの真正性の確認の精度を向上させることを目的とする。
開示の技術は、AIモデルを検証するための検証子を生成するように構成されている検証子生成部と、前記AIモデルの真正性を証明するための証明書の発行を、認証局として機能する認証局装置に要求し、前記認証局装置が発行する証明書を取得するように構成されている証明書取得部と、取得した前記証明書の所在を示す証明書所在情報を前記AIモデルに埋め込むように、AIモデルを制御する装置に要求するように構成されている証明書所在情報送信部と、を備える情報処理装置である。
AIモデルの真正性の確認の精度を向上させることができる。
以下、図面を参照して本発明の実施の形態(本実施の形態)を説明する。以下で説明する実施の形態は一例に過ぎず、本発明が適用される実施の形態は、以下の実施の形態に限られるわけではない。
本実施の形態では、AIモデルの真正性を確認するためAIモデルの認証方法について説明する。
図1は、本発明の実施の形態に係るAIモデル認証システムの全体構成の一例を示す図である。AIモデル認証システム1は、認証局装置10と、証明書管理装置20と、AIモデル設計者端末30と、AIモデル制御装置40と、ユーザ端末50と、を備える。
認証局装置10、証明書管理装置20、AIモデル設計者端末30、AIモデル制御装置40およびユーザ端末50は、通信ネットワーク60を介して互いに通信可能に接続されている。
認証局装置10は、PKI(Public Key Infrastructure)におけるCA(Certification Authority)と同様に、信頼できる第三者として機能する装置である。具体的には、認証局装置10は、AIモデルの認証のための検証子に基づいて、AIモデルの証明書を発行する。
検証子とは、認証対象がクレデンシャルを持っていることを確認するための情報である。クレデンシャルとは、認証対象が持っている情報である。例えば、AIモデルが持っているクレデンシャルとは、識別器の境界線であってもよい。また、AIモデルがクレデンシャルを持っていることを確認するための検証子は、AIモデルの境界線近くにあるいくつかのデータポイントを示す情報であってもよい。
証明書管理装置20は、認証局装置10によって発行された証明書を管理する装置である。証明書管理装置20は、ユーザ端末50から証明書の送信要求を受けて、ユーザ端末50に証明書を送信する。
AIモデル設計者端末30は、AIモデルの設計者が操作する情報処理装置である。AIモデル設計者端末30は、ユーザごとに検証子を生成する。また、AIモデル設計者端末30は、認証局装置10に証明書の発行を要求し、証明書の所在を示す証明書所在情報をAIモデル制御装置40に送信する。
AIモデル制御装置40は、AIモデルを制御する装置である。AIモデル制御装置40は、ユーザ端末50からの要求によって、AIモデルに埋め込まれた情報をユーザ端末50に送信する。また、AIモデル制御装置40は、ユーザ端末50から送信されたチャレンジに基づいて、AI認証を行って、当該チャレンジに対するレスポンスをユーザ端末50に送信する。
ユーザ端末50は、AIモデルを使用するユーザが操作する端末である。ユーザ端末50は、AIモデル制御装置40からAIモデルに埋め込まれた情報を受信する。また、ユーザ端末50は、AIモデル制御装置40にチャレンジを送信して、AI認証のレスポンスを受信する。
通信ネットワーク60は、情報を送受信するための通信網であって、インターネットでもイントラネットでもよい。
図2は、本発明の実施の形態に係る認証局装置の機能構成の一例を示す図である。認証局装置10は、証明書発行要求受付部11と、AI設計者確認部12と、発行済確認部13と、証明書発行部14と、証明書発行履歴記憶部15と、を備える。
証明書発行要求受付部11は、AIモデル設計者端末30から証明書の発行要求を受け付ける。当該発行要求において、証明書発行要求受付部11は、AIモデル設計者端末30が生成した検証子、AIモデルを識別するための識別子、AIモデルの名称、AIモデルを使用するユーザを示すユーザ情報、AIモデル設計者を示すAI設計書情報、証明書の発効日等を受信する。
AI設計者確認部12は、受信した情報に基づいて、AIモデル設計者が真正であることを確認する。
発行済確認部13は、AIモデル設計者が真正であることが確認された場合に、証明書発行履歴記憶部15に記憶されている証明書を発行した履歴に基づいて、同一の検証子に対応する証明書が発行済みでないことを確認する。
証明書発行部14は、同一の検証子に対応する証明書が発行済みでないことが確認された場合に、証明書を生成し、生成された証明書をAIモデル設計者端末30に送信する。証明書発行部14は、証明書を発行した履歴を示す情報を、証明書発行履歴記憶部15に格納する。証明書発行履歴記憶部15は、証明書を発行した履歴を示す情報を記憶する。
図3は、本発明の実施の形態に係る証明書管理装置の機能構成の一例を示す図である。証明書管理装置20は、証明書受信部21と、証明書記憶部22と、証明書送信部23と、を備える。
証明書受信部21は、AIモデル設計者端末30から証明書を受信する。証明書受信部21は、受信した証明書を証明書記憶部22に格納する。
証明書記憶部22は、証明書を記憶する。すなわち、証明書記憶部22は、証明書を格納するストレージまたはリポジトリとして機能する。証明書送信部23は、ユーザ端末50から証明書の送信要求を受け付けて、証明書記憶部22に格納された証明書をユーザ端末50に送信する。
図4は、本発明の実施の形態に係るAIモデル設計者端末の機能構成の一例を示す図である。AIモデル設計者端末30は、ユーザ情報記憶部31と、検証子生成部32と、証明書取得部33と、証明書送信部34と、証明書所在情報送信部35と、AIモデル情報送信部36と、を備える。
ユーザ情報記憶部31は、AIモデルを使用するユーザを示す情報を記憶する。AIモデル設計者は、譲渡契約によってAIモデルをユーザに譲渡してもよいし、ライセンス契約によってAIモデルをユーザが使用することを許諾してもよい。AIモデル設計者は、譲渡または使用許諾をしたユーザを示す情報を、あらかじめユーザ情報記憶部31に格納してもよい。
検証子生成部32は、AIモデルを使用するユーザごとに、AIモデルを検証するための検証子を生成する。検証子生成部32は、例えば、AIモデルが分類モデルである場合、分類の境界線を示す特徴を抽出して、抽出された特徴と、ユーザに関連する情報とに基づいて、検証子を生成してもよい。
証明書取得部33は、証明書を発行する要求を認証局装置10に送信して、証明書を認証局装置10から取得する。ここで、証明書取得部33は、AIモデル設計者端末30が生成した検証子、AIモデルを識別するための識別子、AIモデルの名称、AIモデルを使用するユーザを示すユーザ情報、AIモデル設計者を示すAI設計書情報、証明書の発効日等を認証局装置10に送信する。
証明書送信部34は、取得した証明書を証明書管理装置20に送信する。
証明書所在情報送信部35は、証明書の所在を示す情報(証明書所在情報)をAIモデルに埋め込むように要求するために、AIモデル制御装置40に送信する。証明書所在情報は、証明書管理装置20に通信するために必要なアドレス情報であって、例えば、証明書のインターネット上のリソースの位置を示す情報、例えばURI(Uniform Resource Identifier)であってもよい。
AIモデル情報送信部36は、AIモデル設計者が譲渡契約、ライセンス契約等をユーザと締結すると、AIモデル設計者の操作にしたがって、当該AIモデルを使用するために必要な情報(AIモデル情報)をユーザ端末50に送信する。ユーザ端末50は、AIモデル情報を取得することによって、AIモデルが使用可能となる。AIモデル情報は、AIモデルの検証子を含む。また、AIモデル情報は、AIモデルを認証するための認証キーを含んでもよい。
図5は、本発明の実施の形態に係るAIモデル制御装置の機能構成の一例を示す図である。AIモデル制御装置40は、AIモデル記憶部41と、証明書所在情報埋込部42と、証明書所在情報送信部43と、AI認証部44と、を備える。
AIモデル記憶部41は、AIモデル設計者によって設計されたAIモデルを記憶する。
証明書所在情報埋込部42は、AIモデル設計者端末30から証明書所在情報を受信して、受信した証明書所在情報をAIモデルに埋め込む。埋め込まれた証明書所在情報は、例えば電子透かしであってもよく、AIモデルと不可分に埋め込まれてもよい。
証明書所在情報送信部43は、ユーザ端末50から送信要求を受信して、証明書所在情報をユーザ端末50に送信する。
AI認証部44は、ユーザ端末50からチャレンジを受信して、AIモデルを認証し、認証結果を示す情報をレスポンスとしてユーザ端末50に送信する。
図6は、本発明の実施の形態に係るユーザ端末の機能構成の一例を示す図である。ユーザ端末50は、AIモデル情報受信部51と、AIモデル情報記憶部52と、証明書所在情報取得部53と、証明書取得部54と、証明書検証部55と、AI認証要求部56と、を備える。
AIモデル情報受信部51は、AIモデル設計者端末30からAIモデル情報を受信する。AIモデル情報受信部51は、受信したAIモデル情報をAIモデル情報記憶部52に格納する。AIモデル情報記憶部52は、AIモデル情報を記憶する。
証明書所在情報取得部53は、証明書所在情報の送信をAIモデル制御装置40に要求し、AIモデル制御装置40から証明書所在情報を取得する。
証明書取得部54は、証明書の送信を証明書管理装置20に要求し、証明書管理装置20から証明書を取得する。
証明書検証部55は、証明書を検証する。具体的には、証明書検証部55は、AIモデル情報に含まれる検証子(正しい検証子)が証明書に含まれているか否かを判定する。証明書検証部55は、正しい検証子が含まれていない場合には、証明書に検証子が含まれていないと判定する。
AI認証要求部56は、証明書検証部55が証明書に検証子が含まれていると判定すると、AIモデルの認証を要求するためのチャレンジをユーザ端末50に送信する。当該チャレンジは、AIモデルを認証するための認証キーを含んでもよい。他方、AI認証要求部56は、証明書検証部55が証明書に検証子が含まれていないと判定すると、AI認証を要求するためのチャレンジを送信しない。
次に、AIモデル認証システム1の動作について、図面を参照して説明する。
図7は、本発明の実施の形態に係る検証子登録処理の流れの一例を示すシーケンス図である。なお、検証子登録処理が開始される前に、AIモデル制御装置40のAIモデル記憶部41には、AIモデル設計者によって設計されたAIモデルが格納されている。
AIモデル設計者端末30の検証子生成部32は、AIモデルを検証するための検証子を生成する(ステップS101)。AIモデル設計者端末30の証明書取得部33は、証明書の発行を認証局装置10に要求する(ステップS102)。ここで、証明書取得部33は、AIモデル設計者端末30が生成した検証子、AIモデルを識別するための識別子、AIモデルの名称、AIモデルを使用するユーザを示すユーザ情報、AIモデル設計者を示すAI設計書情報、証明書の発効日等を認証局装置10に送信する。
認証局装置10のAI設計者確認部12は、受信した情報に基づいて、AIモデル設計者を確認する(ステップS103)。次に、認証局装置10の発行済確認部13は、証明書を発行済でないことを確認する(ステップS104)。そして、証明書が発行済でない場合、認証局装置10の証明書発行部14は、証明書を発行する(ステップS105)。すなわち、証明書発行部14は、証明書を生成し、生成された証明書をAIモデル設計者端末30に送信する。これによって、AIモデル設計者端末30の証明書取得部33は、送信された証明書を取得する。
続いて、AIモデル設計者端末30の証明書送信部34は、証明書を証明書管理装置20に送信する(ステップS106)。また、AIモデル設計者端末30の証明書所在情報送信部35は、証明書所在情報をAIモデル制御装置40に送信する(ステップS107)。このステップS107によって、証明書所在情報送信部35は、証明書所在情報をAIモデルに埋め込むようにAIモデル制御装置40に要求する。
AIモデル制御装置40の証明書所在情報埋込部42は、AIモデル設計者端末30から証明書所在情報を受信して、受信した証明書所在情報をAIモデルに埋め込む(ステップS108)。
そして、AIモデル設計者端末30のAIモデル情報送信部36は、AIモデル設計者の操作にしたがって、AIモデル情報をユーザ端末50に送信する(ステップS109)。AIモデル情報は、ステップS101で生成されたAIモデルの検証子を含む。ユーザ端末50のAIモデル情報受信部51は、AIモデル情報を受信して、受信したAIモデル情報をAIモデル情報記憶部52に格納する。
図8は、本発明の実施の形態に係るAIモデル認証処理の流れの一例を示すシーケンス図である。ユーザ端末50の証明書所在情報取得部53は、証明書所在情報の送信を要求(ステップS201)。AIモデル制御装置40の証明書所在情報送信部43は、証明書所在情報をユーザ端末50に送信する(ステップS202)。これによって、ユーザ端末50の証明書所在情報取得部53は、送信された証明書所在情報を取得する。
続いて、ユーザ端末50の証明書取得部54は、証明書の送信を証明書管理装置20に要求(ステップS203)。証明書管理装置20の証明書送信部23は、要求に応じて証明書をユーザ端末50に送信する(ステップS204)。これによって、ユーザ端末50の証明書取得部54は、送信された証明書を取得する。
次に、ユーザ端末50の証明書検証部55は、証明書を検証する(ステップS205)。具体的には、証明書検証部55は、AIモデル情報に含まれる検証子(正しい検証子)が証明書に含まれているか否かを判定する。証明書検証部55は、正しい検証子が含まれていない場合には、証明書に検証子が含まれていないと判定する。すなわち、証明書検証部55は、使用するAIモデルの検証子の真正性を、証明書に基づいて確認する。
ユーザ端末50のAI認証要求部56は、証明書検証部55が証明書に検証子が含まれていると判定すると、チャレンジを送信する(ステップS206)。当該チャレンジは、AIモデルを認証するための認証キーを含んでもよい。
AIモデル制御装置40のAI認証部44は、AI認証を行って(ステップS207)、レスポンスをユーザ端末50に送信する(ステップS208)。
本実施の形態に係るAIモデル認証システム1によれば、第三者機関として機能する認証局装置10が、AIモデルの検証子に対応する証明書を発行する。これによって、ユーザ端末50は、使用するAIモデルの検証子の真正性を証明書に基づいて確認することができる。
より具体的には、例えば、AIモデル認証システム1によれば、AIモデルのなりすましに対応することができる。AIモデルを認証するための検証子がユーザに配布されたが、そもそも別のAIモデルの検証子が配布されている場合、検証子の真正性を確認できなれば、認証自体は成功するものの利用するAIモデルが意図したものではなく、なりすましが成功する可能性がある。これに対して、本実施例によれば、AIモデルを認証するための検証子の真正性を、上述した証明書に基づいて確認することよって、別のAIモデルの検証子であるか否かを判断し、なりすましを防止することができる。
また、AIモデル設計者端末30は、検証子をユーザごとに発行する。これによって、ユーザごとにAIモデルの真正性を確認することができる。
<ハードウェア構成>
最後に、本実施の形態に係る認証局装置10、証明書管理装置20、AIモデル設計者端末30、AIモデル制御装置40およびユーザ端末50のハードウェア構成について説明する。本実施形態に係る認証局装置10、証明書管理装置20、AIモデル設計者端末30、AIモデル制御装置40およびユーザ端末50は、例えば、図9に示すコンピュータ500のハードウェア構成により実現される。
最後に、本実施の形態に係る認証局装置10、証明書管理装置20、AIモデル設計者端末30、AIモデル制御装置40およびユーザ端末50のハードウェア構成について説明する。本実施形態に係る認証局装置10、証明書管理装置20、AIモデル設計者端末30、AIモデル制御装置40およびユーザ端末50は、例えば、図9に示すコンピュータ500のハードウェア構成により実現される。
図9は、上記コンピュータのハードウェア構成例を示す図である。図9のコンピュータは、それぞれバスBで相互に接続されているドライブ装置1000、補助記憶装置1002、メモリ装置1003、CPU1004、インタフェース装置1005、表示装置1006、入力装置1007、出力装置1008等を有する。
当該コンピュータでの処理を実現するプログラムは、例えば、CD-ROM又はメモリカード等の記録媒体1001によって提供される。プログラムを記憶した記録媒体1001がドライブ装置1000にセットされると、プログラムが記録媒体1001からドライブ装置1000を介して補助記憶装置1002にインストールされる。但し、プログラムのインストールは必ずしも記録媒体1001より行う必要はなく、ネットワークを介して他のコンピュータよりダウンロードするようにしてもよい。補助記憶装置1002は、インストールされたプログラムを格納すると共に、必要なファイルやデータ等を格納する。
メモリ装置1003は、プログラムの起動指示があった場合に、補助記憶装置1002からプログラムを読み出して格納する。CPU1004は、メモリ装置1003に格納されたプログラムに従って、当該装置に係る機能を実現する。インタフェース装置1005は、ネットワークに接続するためのインタフェースとして用いられる。表示装置1006はプログラムによるGUI(Graphical User Interface)等を表示する。入力装置1007はキーボード及びマウス、ボタン、又はタッチパネル等で構成され、様々な操作指示を入力させるために用いられる。出力装置1008は演算結果を出力する。なお、上記コンピュータは、CPU1004の代わりにGPU(Graphics Processing Unit)またはTPU(Tensor processing unit)を備えていても良く、CPU1004に加えて、GPUまたはTPUを備えていても良い。その場合、特殊な演算が必要な処理をGPUまたはTPUが実行し、その他の処理をCPU1004が実行する、というように処理を分担して実行しても良い。
なお、AIモデル認証システム1が備える装置構成は一例である。すなわち、AIモデル認証システム1は、上述した各機能部をどのような装置構成で保持していてもよい。例えば、ユーザ端末50とAIモデル制御装置40は、同一の装置であってもよい。また、AIモデル設計者端末30と証明書管理装置20は、同一の装置であってもよい。
(実施の形態のまとめ)
本明細書には、少なくとも下記の各項に記載した情報処理装置、AIモデル認証システム、AIモデル認証方法およびプログラムが記載されている。
(第1項)
AIモデルを検証するための検証子を生成するように構成されている検証子生成部と、
前記AIモデルの真正性を証明するための証明書の発行を、認証局として機能する認証局装置に要求し、前記認証局装置が発行する証明書を取得するように構成されている証明書取得部と、
取得した前記証明書の所在を示す証明書所在情報を前記AIモデルに埋め込むように、AIモデルを制御する装置に要求するように構成されている証明書所在情報送信部と、を備える、
情報処理装置。
(第2項)
前記検証子生成部は、前記AIモデルを使用するユーザごとに、前記検証子を生成するように構成されている、
第1項に記載の情報処理装置。
(第3項)
情報処理装置と、証明書管理装置と、認証局装置と、を備えるAIモデル認証システムであって、
前記情報処理装置は、
AIモデルを検証するための検証子を生成するように構成されている検証子生成部と、
前記AIモデルの真正性を証明するための証明書の発行を前記認証局装置に要求し、前記認証局装置が発行する証明書を取得するように構成されている証明書取得部と、
取得した前記証明書の所在を示す証明書所在情報を前記AIモデルに埋め込むように、AIモデルを制御する装置に要求するように構成されている証明書所在情報送信部と、を備え、
前記証明書管理装置は、
前記情報処理装置から前記証明書を受信するように構成されている証明書受信部と、
前記AIモデルを使用するユーザが操作する端末から前記証明書の送信要求を受け付けて、前記証明書を前記端末に送信するように構成されている証明書送信部と、を備え、
前記認証局装置は、
前記証明書を発行した履歴に基づいて、同一の検証子に対応する証明書が発行済みでないことを確認するように構成されている発行済確認部と、
同一の検証子に対応する証明書が発行済みでないことが確認された場合に、証明書を生成し、生成された前記証明書を前記情報処理装置に送信するように構成されている証明書発行部と、を備える、
AIモデル認証システム。
(第4項)
コンピュータが実行するAIモデル認証方法であって、
AIモデルを検証するための検証子を生成するステップと、
前記AIモデルの真正性を証明するための証明書の発行を、認証局として機能する認証局装置に要求し、前記認証局装置が発行する証明書を取得するステップと、
取得した前記証明書の所在を示す証明書所在情報を前記AIモデルに埋め込むように、AIモデルを制御する装置に要求するステップと、を備える、
AIモデル認証方法。
(第5項)
コンピュータを第1項または第2項に記載の情報処理装置における各部として機能させるためのプログラム。
本明細書には、少なくとも下記の各項に記載した情報処理装置、AIモデル認証システム、AIモデル認証方法およびプログラムが記載されている。
(第1項)
AIモデルを検証するための検証子を生成するように構成されている検証子生成部と、
前記AIモデルの真正性を証明するための証明書の発行を、認証局として機能する認証局装置に要求し、前記認証局装置が発行する証明書を取得するように構成されている証明書取得部と、
取得した前記証明書の所在を示す証明書所在情報を前記AIモデルに埋め込むように、AIモデルを制御する装置に要求するように構成されている証明書所在情報送信部と、を備える、
情報処理装置。
(第2項)
前記検証子生成部は、前記AIモデルを使用するユーザごとに、前記検証子を生成するように構成されている、
第1項に記載の情報処理装置。
(第3項)
情報処理装置と、証明書管理装置と、認証局装置と、を備えるAIモデル認証システムであって、
前記情報処理装置は、
AIモデルを検証するための検証子を生成するように構成されている検証子生成部と、
前記AIモデルの真正性を証明するための証明書の発行を前記認証局装置に要求し、前記認証局装置が発行する証明書を取得するように構成されている証明書取得部と、
取得した前記証明書の所在を示す証明書所在情報を前記AIモデルに埋め込むように、AIモデルを制御する装置に要求するように構成されている証明書所在情報送信部と、を備え、
前記証明書管理装置は、
前記情報処理装置から前記証明書を受信するように構成されている証明書受信部と、
前記AIモデルを使用するユーザが操作する端末から前記証明書の送信要求を受け付けて、前記証明書を前記端末に送信するように構成されている証明書送信部と、を備え、
前記認証局装置は、
前記証明書を発行した履歴に基づいて、同一の検証子に対応する証明書が発行済みでないことを確認するように構成されている発行済確認部と、
同一の検証子に対応する証明書が発行済みでないことが確認された場合に、証明書を生成し、生成された前記証明書を前記情報処理装置に送信するように構成されている証明書発行部と、を備える、
AIモデル認証システム。
(第4項)
コンピュータが実行するAIモデル認証方法であって、
AIモデルを検証するための検証子を生成するステップと、
前記AIモデルの真正性を証明するための証明書の発行を、認証局として機能する認証局装置に要求し、前記認証局装置が発行する証明書を取得するステップと、
取得した前記証明書の所在を示す証明書所在情報を前記AIモデルに埋め込むように、AIモデルを制御する装置に要求するステップと、を備える、
AIモデル認証方法。
(第5項)
コンピュータを第1項または第2項に記載の情報処理装置における各部として機能させるためのプログラム。
以上、本実施の形態について説明したが、本発明はかかる特定の実施形態に限定されるものではなく、請求の範囲に記載された本発明の要旨の範囲内において、種々の変形・変更が可能である。
1 AIモデル認証システム
10 認証局装置
11 証明書発行要求受付部
12 AI設計者確認部
13 発行済確認部
14 証明書発行部
15 証明書発行履歴記憶部
20 証明書管理装置
21 証明書受信部
22 証明書記憶部
23 証明書送信部
30 AIモデル設計者端末
31 ユーザ情報記憶部
32 検証子生成部
33 証明書取得部
34 証明書送信部
35 証明書所在情報送信部
36 AIモデル情報送信部
40 AIモデル制御装置
41 AIモデル記憶部
42 証明書所在情報埋込部
43 証明書所在情報送信部
44 AI認証部
50 ユーザ端末
51 AIモデル情報受信部
52 AIモデル情報記憶部
53 証明書所在情報取得部
54 証明書取得部
55 証明書検証部
56 AI認証要求部
60 通信ネットワーク
1000 ドライブ装置
1001 記録媒体
1002 補助記憶装置
1003 メモリ装置
1004 CPU
1005 インタフェース装置
1006 表示装置
1007 入力装置
1008 出力装置
10 認証局装置
11 証明書発行要求受付部
12 AI設計者確認部
13 発行済確認部
14 証明書発行部
15 証明書発行履歴記憶部
20 証明書管理装置
21 証明書受信部
22 証明書記憶部
23 証明書送信部
30 AIモデル設計者端末
31 ユーザ情報記憶部
32 検証子生成部
33 証明書取得部
34 証明書送信部
35 証明書所在情報送信部
36 AIモデル情報送信部
40 AIモデル制御装置
41 AIモデル記憶部
42 証明書所在情報埋込部
43 証明書所在情報送信部
44 AI認証部
50 ユーザ端末
51 AIモデル情報受信部
52 AIモデル情報記憶部
53 証明書所在情報取得部
54 証明書取得部
55 証明書検証部
56 AI認証要求部
60 通信ネットワーク
1000 ドライブ装置
1001 記録媒体
1002 補助記憶装置
1003 メモリ装置
1004 CPU
1005 インタフェース装置
1006 表示装置
1007 入力装置
1008 出力装置
Claims (5)
- AIモデルを検証するための検証子を生成するように構成されている検証子生成部と、
前記AIモデルの真正性を証明するための証明書の発行を、認証局として機能する認証局装置に要求し、前記認証局装置が発行する証明書を取得するように構成されている証明書取得部と、
取得した前記証明書の所在を示す証明書所在情報を前記AIモデルに埋め込むように、AIモデルを制御する装置に要求するように構成されている証明書所在情報送信部と、を備える、
情報処理装置。 - 前記検証子生成部は、前記AIモデルを使用するユーザごとに、前記検証子を生成するように構成されている、
請求項1に記載の情報処理装置。 - 情報処理装置と、証明書管理装置と、認証局装置と、を備えるAIモデル認証システムであって、
前記情報処理装置は、
AIモデルを検証するための検証子を生成するように構成されている検証子生成部と、
前記AIモデルの真正性を証明するための証明書の発行を前記認証局装置に要求し、前記認証局装置が発行する証明書を取得するように構成されている証明書取得部と、
取得した前記証明書の所在を示す証明書所在情報を前記AIモデルに埋め込むように、AIモデルを制御する装置に要求するように構成されている証明書所在情報送信部と、を備え、
前記証明書管理装置は、
前記情報処理装置から前記証明書を受信するように構成されている証明書受信部と、
前記AIモデルを使用するユーザが操作する端末から前記証明書の送信要求を受け付けて、前記証明書を前記端末に送信するように構成されている証明書送信部と、を備え、
前記認証局装置は、
前記証明書を発行した履歴に基づいて、同一の検証子に対応する証明書が発行済みでないことを確認するように構成されている発行済確認部と、
同一の検証子に対応する証明書が発行済みでないことが確認された場合に、証明書を生成し、生成された前記証明書を前記情報処理装置に送信するように構成されている証明書発行部と、を備える、
AIモデル認証システム。 - コンピュータが実行するAIモデル認証方法であって、
AIモデルを検証するための検証子を生成するステップと、
前記AIモデルの真正性を証明するための証明書の発行を、認証局として機能する認証局装置に要求し、前記認証局装置が発行する証明書を取得するステップと、
取得した前記証明書の所在を示す証明書所在情報を前記AIモデルに埋め込むように、AIモデルを制御する装置に要求するステップと、を備える、
AIモデル認証方法。 - コンピュータを請求項1または2に記載の情報処理装置における各部として機能させるためのプログラム。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/JP2022/031581 WO2024042583A1 (ja) | 2022-08-22 | 2022-08-22 | 情報処理装置、aiモデル認証システム、aiモデル認証方法およびプログラム |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/JP2022/031581 WO2024042583A1 (ja) | 2022-08-22 | 2022-08-22 | 情報処理装置、aiモデル認証システム、aiモデル認証方法およびプログラム |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2024042583A1 true WO2024042583A1 (ja) | 2024-02-29 |
Family
ID=90012819
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/JP2022/031581 WO2024042583A1 (ja) | 2022-08-22 | 2022-08-22 | 情報処理装置、aiモデル認証システム、aiモデル認証方法およびプログラム |
Country Status (1)
Country | Link |
---|---|
WO (1) | WO2024042583A1 (ja) |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2004185312A (ja) * | 2002-12-03 | 2004-07-02 | Canon Inc | 文書管理装置 |
WO2018216379A1 (ja) * | 2017-05-26 | 2018-11-29 | 株式会社日立国際電気 | 機械学習モデル不正検知システム及び不正検知方法 |
JP2019053542A (ja) * | 2017-09-15 | 2019-04-04 | Kddi株式会社 | 情報処理装置、情報処理方法、及びプログラム |
-
2022
- 2022-08-22 WO PCT/JP2022/031581 patent/WO2024042583A1/ja unknown
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2004185312A (ja) * | 2002-12-03 | 2004-07-02 | Canon Inc | 文書管理装置 |
WO2018216379A1 (ja) * | 2017-05-26 | 2018-11-29 | 株式会社日立国際電気 | 機械学習モデル不正検知システム及び不正検知方法 |
JP2019053542A (ja) * | 2017-09-15 | 2019-04-04 | Kddi株式会社 | 情報処理装置、情報処理方法、及びプログラム |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN108777684B (zh) | 身份认证方法、系统及计算机可读存储介质 | |
CN105763521B (zh) | 一种设备验证方法及装置 | |
RU2434340C2 (ru) | Инфраструктура верификации биометрических учетных данных | |
KR102197218B1 (ko) | 분산 id와 fido 기반의 블록체인 신분증을 제공하는 시스템 및 방법 | |
JP6810334B2 (ja) | プロファイルデータ配信制御装置、プロファイルデータ配信制御方法およびプロファイルデータ配信制御プログラム | |
US12008145B2 (en) | Method and server for certifying an electronic document | |
JP4818664B2 (ja) | 機器情報送信方法、機器情報送信装置、機器情報送信プログラム | |
CN112165382B (zh) | 软件授权方法、装置、授权服务端及终端设备 | |
WO2007094165A1 (ja) | 本人確認システムおよびプログラム、並びに、本人確認方法 | |
JP2007081482A (ja) | 端末認証方法及びその装置、プログラム | |
JP2009212731A (ja) | カード発行システム、カード発行サーバ、カード発行方法およびプログラム | |
KR20200128918A (ko) | 블록체인 기반의 인증서 관리를 수행하는 노드 장치 및 그 동작 방법 | |
KR101388930B1 (ko) | 분리 서명 기반의 사용자 인증 장치 및 방법 | |
KR100646948B1 (ko) | 전자문서의 공증 및 검증 처리가 가능한 공증 센터 서버 및 그 방법 | |
CN109670289B (zh) | 一种识别后台服务器合法性的方法及系统 | |
JP6866803B2 (ja) | 認証システムおよび認証方法 | |
WO2024042583A1 (ja) | 情報処理装置、aiモデル認証システム、aiモデル認証方法およびプログラム | |
JP4541740B2 (ja) | 認証用鍵の更新システム、および認証用鍵の更新方法 | |
CN117980895A (zh) | 安全签署方法、设备及系统 | |
KR102337675B1 (ko) | 수취인을 확인할 수 있는 암호화폐 송금 시스템 및 방법 | |
KR101868564B1 (ko) | 사용자 본인 확인(identification) 등록과 로컬 인증을 연계한 사용자 인증 장치 및 방법 | |
JP2011024155A (ja) | 電子署名システム、方法 | |
JP4639698B2 (ja) | データ処理システム及びデータ処理方法 | |
KR101640440B1 (ko) | 전자 서명자 본인 확인을 이용한 전자 서명 문서 관리 방법 | |
JP2005191765A (ja) | 画像管理システム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 22956411 Country of ref document: EP Kind code of ref document: A1 |