WO2022257315A1 - Artwork identification method and system based on artificial intelligence, and artwork trading method and system - Google Patents

Artwork identification method and system based on artificial intelligence, and artwork trading method and system Download PDF

Info

Publication number
WO2022257315A1
WO2022257315A1 PCT/CN2021/123968 CN2021123968W WO2022257315A1 WO 2022257315 A1 WO2022257315 A1 WO 2022257315A1 CN 2021123968 W CN2021123968 W CN 2021123968W WO 2022257315 A1 WO2022257315 A1 WO 2022257315A1
Authority
WO
WIPO (PCT)
Prior art keywords
artwork
transaction
module
layer
art
Prior art date
Application number
PCT/CN2021/123968
Other languages
French (fr)
Chinese (zh)
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
Priority claimed from CN202111104769.4A external-priority patent/CN115526823A/en
Application filed by 万维数码智能有限公司 filed Critical 万维数码智能有限公司
Publication of WO2022257315A1 publication Critical patent/WO2022257315A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis

Definitions

  • the invention belongs to the field of art identification, in particular to an artificial intelligence-based art identification method and system, and an art transaction method and system.
  • CN110399834A discloses an artificial intelligence-based art feature transfer system and its application.
  • the front-end server is used to upload and obtain the image of the artwork to be authenticated submitted by the user;
  • the auxiliary authentication module is used to perform auxiliary authentication on the image of the artwork to be authenticated uploaded and obtained by the front-end server according to the stored auxiliary authentication algorithm Analyze, obtain the auxiliary identification result corresponding to the artwork image to be identified, and transmit the auxiliary identification result to the background server;
  • the background server is used to upload and obtain the artwork image to be identified by the front-end server and
  • the auxiliary identification results are correspondingly recorded, and stored in the corresponding preset artwork identification database, and at the same time, the auxiliary identification results corresponding to the image of the artwork to be identified are transmitted to the appreciation platform; Displaying the corresponding auxiliary identification results of the image of the artwork to be identified can improve the reliability of identifying the authenticity of the artwork.
  • image preprocessing is performed on the image of the artwork to be identified; for example, the subject in the image of the artwork is identified: model classification is performed on the image of the artwork to be identified after preprocessing; Artwork appraisal database is established, according to the pre-processed artwork image identification to be identified according to the preset identification model therein, the classification of the identification artwork image is identified; the auxiliary identification result is obtained; the auxiliary identification module also needs to control the artwork image Perform auxiliary sensory processing: grayscale the artwork image to obtain a grayscale artwork image; carry out pixel segmentation enhancement on the grayscale artwork image; use edge tracking technology to convert the image to Carry out the background removal of the artwork image after the pixel point of the scene is segmented and enhanced, and assign a value of 0 to the value determined as the background by using the edge tracking; carry out intelligent image position correction on the artwork image after the background removal; The artwork image after the position correction carries out the correction of the pixel point, and first judges whether the position corresponding to the pixel point has
  • CN11022689A discloses a Xiyang silverware stamp recognition method based on deep learning.
  • a deep neural network is trained on a large number of manually labeled samples, and the neural network obtains judgments on the place of origin, year and other information by learning stamp features, so that users do not need to spend a lot of energy to identify tiny stamps, and can directly identify the silverware itself. Get a more comprehensive understanding and judgment of your style and appearance.
  • the object of the present invention is to provide a method and system for art identification based on artificial intelligence and a method and system for art trading using the art identification system.
  • An art identification method based on artificial intelligence comprising the steps of: obtaining multiple views of the artwork to be identified; reconstructing the three-dimensional model of the artwork to be identified through the obtained multiple views; The model performs artwork image analysis to give an assessment of the similarity with the real artwork data; according to the evaluation result, the possibility of authenticity of the artwork to be identified is given; wherein, the reconstructed 3D model is used for artwork image analysis.
  • the step of analyzing to give an assessment of the similarity to the real artwork data further includes: inputting an image containing unique features in a reconstructed 3D model of an image of the artwork to be identified; and processing the image multiple times using a convolutional neural network , and classify the image through a fully connected layer; start the training network at a specific layer: apply a filter to each of the images and output its corresponding feature map, and the output feature map is used as a new image input;
  • the fully connected layer and the ReLU function obtain the possibility that the processed image belongs to the classification category, and obtain an evaluation result.
  • the art identification method based on artificial intelligence of the present invention also includes other aspects, wherein the step of reconstructing the three-dimensional model of the artwork to be identified through the obtained multiple views includes: the multiple views are obtained from different sides Multiple two-dimensional artwork pictures obtained; Extracting and matching key feature points for each of the multiple two-dimensional artwork pictures; using the epipolar constraint relationship of the matched key feature points to obtain these key points in The three-dimensional coordinates in the coordinate system to establish a sparse point cloud; expand the sparse point cloud to generate a dense point cloud; fill the hollow part of the dense point cloud to perform surface reconstruction, and perform texture mapping so that the two-dimensional space The texture information is mapped to three-dimensional space.
  • features are extracted through the convolutional layer (CONV); the feature map is obtained through the convolution of the receptive field (filter) and the input image; a deeper feature map is obtained by using multiple convolutional layers.
  • the feature maps obtain low-level features such as simple shapes, mid-level features such as complex features, high-level features such as determining specific pattern shapes, and trainable classifications.
  • the convolution layer is followed by a ReLU activation function, and the input value output value of the ReLU function is any number between 0 and 1; the ReLU function is followed by a pooling layer, and the feature map of the input is performed by the pooling layer. Compression makes the feature map smaller and extracts the main features.
  • the similarity evaluation result is obtained through a deep neural network model (DNN), wherein according to the position division of different layers of DNN, the internal network layer is divided into three types: input layer, hidden layer and output layer, The first layer is the input layer, the last layer is the output layer, and the middle layer is the hidden layer. It also includes giving a similarity evaluation of 0 to 1 to evaluate the similarity between the artwork to be identified and the authentic one. The closer to 1, the more authentic the artwork to be identified. When the result is 1, the artwork to be identified is more authentic. The artwork is consistent with the authenticity.
  • DNN deep neural network model
  • the extraction and matching steps of carrying out key feature points each include: extract key feature points based on three conditions: (1) color, (2) shape, (3) pattern; and adopt block-based and SIFT feature-based Matching method, the KD-TREE method is used in the matching process to match the nearest neighbor feature points, and multi-view geometry is used to limit.
  • the step of obtaining the three-dimensional coordinates of these key points in the coordinate system by using the epipolar constraint relationship of the matched key feature points to establish a sparse point cloud includes: a structure from motion (SFM) method, including triangulation, cluster constraints, etc.
  • SFM structure from motion
  • the SFM method includes incremental, hierarchical or global strategy; and consistency search and incremental reconstruction; where in the consistency search stage, images with overlapping scenes in the data set are found, and images with overlapping scenes are identified where the same target point is on multiple images Projection; in the incremental reconstruction stage, the scene graph obtained earlier is input, and the output is the pose estimation of the image and the three-dimensional coordinate points in space.
  • the present invention also provides a system for art identification.
  • the present invention also provides a method for online artwork transaction, including recording the entity certificate of the authenticated authentic artwork to the artwork transaction block chain; users who intend to participate in the artwork transaction enter the artwork transaction website to obtain the target artwork Basic information; the seller obtains the authenticity analysis result of the artwork through the artwork identification method of the present invention; the buyer completes the transaction of the authentic artwork through the smart contract; wherein the entity certificate of the authenticated authentic artwork is recorded in the artwork transaction block
  • the steps of the chain also include: recording the information of the artwork entity certificate and the information of the buyer and the seller into the blockchain through the smart contract; spreading the smart contract through the P2P network in the entire blockchain network; and the buyer completes the transaction through the smart contract.
  • the transaction steps of authentic works of art also include: regularly checking the blockchain, and automatically executing the smart contract to complete the transaction when specific conditions are triggered.
  • the online artwork trading method of the present invention also includes other aspects, wherein the triggering condition is that the seller's artwork to be traded is determined to be authentic after artwork authenticity analysis, and is suitable for the buyer in matching.
  • the buyer and seller’s information is the identity information of the buyer and the seller, the transaction object, the transaction price and the conditions that need to be triggered for the establishment of the transaction, such as the matching of the transaction location, the deposit payment ratio, the transaction period, the transaction completion standard, etc.
  • the art transaction block chain is a Bitcoin platform, a side chain connected to the Bitcoin main block chain, a public block chain platform NXT including an operating smart contract, and Ethereum.
  • the steps to complete the transaction of authentic works of art through smart contracts include: contract formulation stage; contract programming stage; contract deployment stage; contract trigger stage; blockchain verification stage; and contract execution stage. It also includes: the contract between the buyer and the seller is written into the blockchain in the form of code, and the contract is made public.
  • the present invention also provides a system for artwork trading.
  • the identification accuracy is high, and it is easy to facilitate the art transaction under the condition that the user's artwork completely matches the database artwork. Therefore, the art identification method and system based on artificial intelligence of the present invention technically realize the accurate identification of artworks, thereby promoting the security of art transactions and reducing time costs.
  • Fig. 1 is a flow chart of the art identification method of the present invention.
  • Fig. 2 is a flow chart of utilizing the art identification method of the present invention to realize art transaction.
  • Fig. 3(a) is a flowchart of the three-dimensional model reconstruction steps in the artwork identification method of the present invention.
  • Fig. 3 (b) is the schematic diagram that the artwork certificate is recorded in the artwork transaction block chain in the artwork transaction method of the present invention.
  • Fig. 3(c) is a flow chart of transaction using smart contracts in the art transaction method of the present invention.
  • Fig. 3(d) is a schematic diagram of the smart contract work in the art transaction method of the present invention.
  • Fig. 4 is an example diagram of the three-dimensional model reconstruction step in the artwork identification method of the present invention.
  • Fig. 5 is an example diagram of the motion structure recovery step in the three-dimensional model reconstruction step in the artwork identification method of the present invention.
  • FIG. 6 is a flow chart of the steps of performing artwork image analysis on the reconstructed 3D model to give similarity evaluation in the artwork identification method of the present invention.
  • FIG. 7 is an example diagram of model training in the step of performing artwork image analysis on the reconstructed 3D model to give similarity evaluation in the artwork identification method of the present invention.
  • FIG. 8 is a schematic diagram of model classification in the step of performing artwork image analysis on the reconstructed 3D model in the artwork identification method of the present invention to give a similarity evaluation step.
  • Fig. 9 is a structural diagram of the art identification system of the present invention.
  • Fig. 10 is a computer product diagram of the portable or fixed storage unit of the art identification system of the present invention.
  • Fig. 1 is a flow chart of the art identification method of the present invention.
  • the data described here include the title of artwork, appraisal certificate, appraisal expert, certificate number, identification code , such as the unique information of the artwork such as the two-dimensional code, and also includes the three-dimensional file of the artwork, and the three-dimensional file includes several standard photos including some areas of the artwork.
  • the user provides the artwork that he owns, that is, the information of the artwork to be authenticated to the artwork appraisal system of the present invention, and after the analysis of the system, the artwork to be authenticated and the process stored in the artwork database are obtained. The possibility of authenticity of certified authentic artwork data.
  • step 101 the user obtains multiple views of the artwork to be identified; in step 102, the three-dimensional model of the artwork to be identified is reconstructed through the obtained multiple views; in step 103, the reconstructed three-dimensional model is reconstructed
  • the artwork image analysis gives an assessment of the similarity with the real artwork data; in step 104, according to the assessment result, the possibility of authenticity of the artwork to be identified is given.
  • the detailed steps of the art identification method are described in detail below.
  • Fig. 2 is a flow chart of utilizing the art identification method of the present invention to realize art transaction.
  • step 201 record the entity certificate of the authenticated authentic artwork to the artwork transaction block chain;
  • step 202 the user who intends to participate in the artwork transaction enters the artwork transaction website to obtain the basic information of the target artwork;
  • step 203 The seller obtains the authenticity analysis result of the artwork through the artwork identification system;
  • step 204 the buyer completes the transaction of the authentic artwork through the smart contract.
  • Fig. 3(b) is a schematic diagram of recording the artwork certificate into the artwork trading block chain in the artwork trading method of the present invention.
  • the main function of blockchain is to store information. Any information that needs to be saved can be written into the blockchain and can also be read from it, so it is a database. Due to the characteristics of the blockchain, anyone can set up a server, join the blockchain network, and become a node. In the blockchain world, there is no central node, each node is equal, and they all save the entire database. You can write/read data to any node, because all nodes will be synchronized at the end to ensure that the blockchain is consistent.
  • the unique confirmation information of authentic works of art that is, the information 312 of the artwork entity certificate 311
  • the information includes but not limited to identification expert identity information, anti-counterfeiting watermark information, certificate number , certificate issuance date, QR code information, etc. Since each block has a one-to-one correspondence with the hash, the hash of each block is calculated for the "head". That is to say, the characteristic values of the block header are connected together in order to form a very long string, and then the hash is calculated for this string. Because the block header contains a lot of content, including the hash of the current block body and the hash of the previous block.
  • Fig. 3(c) is a flow chart of transaction using smart contracts in the art transaction method of the present invention.
  • the authentic artwork certificate is recorded in the block chain;
  • the information of the buyer and the seller is recorded in the block chain, and the artwork to be traded by the seller is determined to be authentic after the analysis of the authenticity of the artwork , and trigger the signing of the smart contract when a suitable buyer is matched.
  • the information 313 and 314 of the buyer and the seller includes, but is not limited to, the identity information of the buyer and the seller, the transaction target, the transaction price, and the conditions that need to be triggered for the establishment of the transaction, such as the matching of the transaction location, the deposit payment ratio, the transaction period, and the transaction completion standard.
  • step 323 the smart contract 315 is diffused in the entire blockchain network through the P2P network; in step 324, the blockchain is checked regularly, and when a specific condition is triggered, the smart contract is automatically executed to complete the transaction.
  • Fig. 3(d) is a schematic diagram of the smart contract work in the art transaction method of the present invention.
  • Smart contracts are codes that can automatically execute the "if this happens, do that result" in traditional contracts, thus providing distributed trusted computing.
  • a distributed architecture with a consensus mechanism means that multiple participants are constantly checking and updating the ledger, and any situation that does not meet the pre-agreed rules will be rejected by other participants.
  • smart contracts there is a set of trade terms agreed upon in advance, written in computer code.
  • the artwork transaction of the present invention can be realized by utilizing the Bitcoin platform.
  • the condition that Bitcoin can achieve is that multiple signers are required to sign the transaction before payment, for example, two signers are required in a check.
  • side chains that is, blockchains connected to the Bitcoin main blockchain, enables smart contract functions: by allowing different blockchains to run in parallel with Bitcoin, and to support Jump between the main chain and the side chain, and the side chain can be used to execute logic.
  • the public blockchain platform NXT is utilized, which includes a series of currently running smart contracts. However it is not Turing complete and must use existing templates.
  • Ethereum is a public blockchain platform, which is currently the most advanced blockchain supporting smart contracts. Ethereum adopts a "Turing complete" coding system, which allows any logic to be put into Ethereum smart contracts and run by the entire network.
  • the part 331 of the smart contract utilized in the art transaction method of the present invention includes the following stages: the 3311 stage is the contract formulation stage; the 3312 stage is the contract programming stage; the 3313 stage is the contract deployment stage; the 3314 stage is the contract trigger stage; 3315 Stage 3316 is the contract execution stage.
  • the smart contract with the block chain it is also possible to combine the smart contract with the block chain to form the following stages: in the 3321 stage, the contract between the buyer and the seller is written into the block chain in the form of code, and the contract is made public (that is, the above-mentioned step 322); The network spreads across the entire network of the blockchain (that is, the above-mentioned step 323); at the stage 3323, the blockchain is regularly checked, and as long as the specific conditions for the implementation of the art transaction contract are triggered, the contract is automatically executed (that is, the above-mentioned step 324).
  • the contract formulation of the artwork transaction system of the present invention is consistent with the rights and obligations of the general artwork contract transaction contract, the difference lies in the contract trigger stage, as long as the seller’s artwork is evaluated as authentic and the transaction target of the artwork to be traded is agreed In this case, after blockchain verification, the transaction is completed. Instead of repeatedly discussing the terms of the contract. In this way, art transactions can be completed quickly and safely.
  • Fig. 3 (a) is a flowchart of the three-dimensional model reconstruction steps in the artwork identification method of the present invention.
  • the three-dimensional model reconstruction step in the art identification method is to reconstruct a realistic three-dimensional model of the artwork to be identified through multiple two-dimensional artwork image files.
  • step 301 from Obtain a plurality of two-dimensional artwork image files intended to be identified from different sides; in step 302, extract and match key feature points for each of the plurality of two-dimensional artwork image files; in step 303, Using the epipolar constraint relationship of the matched key feature points to obtain the three-dimensional coordinates of these key points in the coordinate system to establish a sparse point cloud; in step 304, in order to further enrich the three-dimensional information, the sparse point cloud is expanded to generate dense points cloud; in step 305, fill the hollow part of the dense point cloud to perform surface reconstruction, and perform texture mapping to map the texture information in the two-dimensional space to the three-dimensional space.
  • the purpose of three-dimensional model reconstruction is to fully extract the characteristics of the artwork to be identified, using the Harris (Harris) corner detection algorithm, which is characterized by calculation and detection, but it is not sensitive to scale changes. More sensitive; or sift operator, that is, to perform scale space extremum detection, the image is convolved with a Gaussian filter at different scales, and then use continuous Gaussian to blur the image difference to find the key point, the algorithm is characterized by Both scale and rotation are invariant, but the calculation is complicated.
  • Harris Harris
  • Adopt these methods to carry out the extraction and matching of key feature point in each of described multiple two-dimensional artwork picture files For two-dimensional artwork picture file, extract key feature point based on three conditions: (1) color, ( 2) shape, (3) pattern; used to detect good features and match feature points between every two images, for example, using block-based and SIFT feature-based matching methods, first using KD-TREE in the matching process The method matches the nearest neighbor feature points, and then uses multi-view geometry to limit.
  • the three-dimensional coordinates of these key points in the world coordinate system are obtained by using the epipolar constraint relationship of matching key points to build a sparse point cloud.
  • the method that can be used is the Structure from Motion (SFM) method, including triangulation, clustering constraints and other processes, using two or more scenes to automatically restore camera motion and scene structure, starting from the acquired series of images of the target object , and finally obtain a high-precision sparse 3D point cloud of the target; the SFM method includes incremental, hierarchical and global methods.
  • Fig. 5(a)-(c) are example diagrams of the motion structure recovery step in the three-dimensional model reconstruction step in the artwork identification method of the present invention. Among them, Fig. 5(a) is an incremental SFM strategy.
  • the incremental method first selects two two-dimensional images for initialization, and then performs registration and triangulation of points one by one.
  • Fig. 5(b) is a hierarchical SFM strategy , the hierarchical type is to group the two-dimensional images first, register each group, and then perform registration and reconstruction on the results of the previous step; Fig. Registration and reconstruction.
  • the SFM method adopted for 2D artwork photos is divided into two parts: consistency search and incremental reconstruction.
  • the consistency search is to find images with overlapping scenes in the data set, and identify the projection of the same target point on multiple images in the images with overlapping scenes.
  • the SIFT algorithm is used to extract feature points, and the feature description vector is used to find images with overlapping scenes.
  • the traditional brute force method tests the overlapping scenes of each pair of images. For each feature in one image, find another image according to the feature vector.
  • the time complexity is not allowed in the reconstruction of large scenes; and select the image pairs obtained in the previous step that may have overlapping scenes, and use the Random Sample Consensus (RANSAC) algorithm to estimate the image pairs
  • RANSAC Random Sample Consensus
  • the homography transformation matrix or the essential matrix or the fundamental matrix between them is used to judge whether there are enough feature matching points to satisfy the mapping relationship, so as to determine whether the image pair is really related, and finally obtain the scene map.
  • images are graph nodes, and there are edges between related image pairs.
  • the scene graph obtained earlier is input, and the output is the pose estimation of the image and the three-dimensional coordinate points in space.
  • Initialization select the position in the scene image where the field of view of multiple cameras overlaps to perform binocular initialization.
  • This kind of initialization has high redundancy, which makes the reconstruction more robust and accurate; image registration, find the solved image in the image that needs to be registered to get The point of the three-dimensional coordinates of the space, using its 2D and 3D information, solves the PNP problem (Perspective-n-Point problem) through the RANSAC algorithm and the minimum pose solver, and obtains the pose of the newly added image; triangulation, that is, forward intersection , the newly registered images can not only observe the existing three-dimensional points in space, but also solve the new three-dimensional points in space; beam adjustment, image registration and triangulation are an interrelated process, and the error of registration will affect the accuracy of triangulation and vice versa.
  • PNP problem Perspective-n-Point problem
  • Bundle adjustment is essentially a nonlinear optimization algorithm, and the back-projection error is selected as the cost function, which involves the camera internal parameters, external parameters and point cloud to be optimized.
  • loss functions such as Huber and Tukey are added.
  • Methods for obtaining sparse point clouds also include the bundler method of using multiple image information to obtain sparse point clouds by Arthur Snavely et al. or the Visual SFM method implemented by executable programs with interfaces proposed by Changchang Wu.
  • the sparse point cloud is expanded to form a dense point cloud.
  • the method adopted is Yasutaka Furukawa et al.
  • the method of sparsely reconstructing the plane can be selected, for example, using the template shape (SFT, Shape from Template) theory proposed by Adrien Bartoli et al. to reconstruct dense and complete objects. From some data (point cloud, picture, 3D contour line, etc.) to reconstruct the 3D realistic 3D model of the object, in the reconstruction process, there will be different processing algorithms for the 3D reconstruction of different data, such as point cloud data.
  • SFT Shape from Template
  • the reconstruction process of 3D models (MarchingCube, RayCast, mesh construction, etc.) and the processing algorithms after 3D model generation include But not limited to 3D mesh simplification, 3D mesh encryption, 3D model surface smoothing, 3D model hole repair, etc., which require a lot of 3D graphics knowledge (from simple algorithm of drawing points and lines to complex volume Rendering algorithms, as well as lighting calculations, material mapping, etc.).
  • Fig. 4 is an example diagram of the three-dimensional model reconstruction step in the artwork identification method of the present invention.
  • input the two-dimensional pictures 401 of multiple angles of the artwork to be tested and use the above-mentioned three-dimensional model reconstruction method to output the posture estimation of the artwork to be tested and the spatial three-dimensional coordinate map 402, thereby obtaining the color of the artwork to be tested , shape and pattern information.
  • Fig. 6 is the flow chart of the similarity evaluation step of performing artwork image analysis on the reconstructed three-dimensional model in the artwork identification method of the present invention.
  • step 601 an image containing unique features in the reconstructed 3D model containing the artwork image is input; in step 602, the image is processed multiple times using a convolutional neural network, and the image is classified through a fully connected layer ;
  • step 603 start the training network at a specific layer: apply a filter to each of the images and output its corresponding feature map, and the output feature map is a new image input; in step 604, through the fully connected layer and
  • the ReLU function obtains the possibility that the processed image belongs to the classification category; in step 605, multiple images are obtained from the user end, and the trained network obtains the evaluation of the similarity between the artwork to be evaluated and the confirmed authentic work to obtain similarity evaluation results.
  • FIG. 7 is an example diagram of model training in the step of performing artwork image analysis on the reconstructed 3D model to give similarity evaluation in the artwork identification method of the present invention.
  • the above-mentioned three-dimensional model reconstruction method will be used to output the attitude estimation of the image of the artwork to be tested and a small part of the sample in the space three-dimensional coordinate map 402, and the small picture will be used as the input layer of the above-mentioned step 601, such as in FIG. 7 Input image 701 of flowers.
  • step 702 the features are extracted through the convolutional layer (CONV).
  • CONV convolutional layer
  • 3 is its depth (ie R, G, B)
  • the convolutional layer is a 5*5 *3 Receptive field 705 (filter)
  • the depth of the receptive field must be the same as the depth of the input image.
  • a 28*28*1 feature map can be obtained by convolving a filter with the input image. For example, two receptive fields (filters) are used to obtain two feature maps; multi-layer convolutional layers are used to obtain deeper feature maps.
  • step 714 start the network at a specific layer, wherein, as described in the above step 603, start the training network at a specific layer: apply a filter to each of the images and output its corresponding feature map, the output feature map Input 715 for a new image; Obtain low-level features 706 (e.g. simple shapes), mid-level features 707 (e.g. complex features) and high-level features (e.g. can be used to determine the shape of flowers) and trainable classification; convolutional layer After that, it is the ReLU activation function.
  • the purpose of using the ReLU activation function is to avoid small changes in the input, resulting in completely different results in the output structure.
  • the input and output values are not just 0 to 1, but can be 0 Any number between 1 and 1; the ReLU activation function adds nonlinear factors to construct a sparse matrix, that is, sparsity. This feature can remove redundancy in the data and retain the characteristics of the data as much as possible, that is, most of the sparseness is 0. matrix to represent.
  • this feature is mainly for ReLU, which is max(0,x), because the neural network is constantly calculating repeatedly, and it actually becomes that it is trying to constantly try to express data with a matrix that is mostly 0 feature, the result is better calculation results due to the existence of sparse features; the pooling layer (Pooling) after the ReLU activation function is used, and the pooling layer compresses the input feature map, on the one hand, it makes the feature map smaller and simplifies The computational complexity of the network; on the one hand, feature compression is performed to extract the main features, and the feature vector output by the convolutional layer is reduced by pooling, while improving the result (not easy to overfit).
  • ReLU which is max(0,x)
  • step 703 after performing the convolutional layer, ReLU activation function and pooling layer for many times, enter the fully connected layer (FC); in the fully connected layer 710, connect all features 709 (x 1 , x 2 , x 3 Vietnamese), through the ReLU activation function 711, enter the fully connected layer 712 again, and send the output value to the classifier (such as the softmax classifier 713).
  • the next most likely is a car, the third least likely to be a tree, and finally the least likely to be a tree.
  • Each node of the fully connected layer is connected to all the nodes of the previous layer, which is used to integrate the features extracted earlier. Due to its fully connected characteristics, the parameters of the general fully connected layer are also the most.
  • the classified results 704 are flowers, cups, cars and trees.
  • FIG. 8 is a schematic diagram of model classification in the step of performing artwork image analysis on the reconstructed 3D model in the artwork identification method of the present invention to give a similarity evaluation step.
  • the photo 801 provided by the user enter the trained model 802, and obtain the similarity evaluation result 803 of the deep neural network model (DNN).
  • DNN deep neural network model
  • the neural network layers inside the DNN can be divided into three categories, Input layer, hidden layer and output layer, generally speaking, the first layer is the input layer, the last layer is the output layer, and the middle layers are all hidden layers.
  • a similarity evaluation of 0 to 1 is given to evaluate the similarity between the artwork to be identified and the authentic one, the closer to 1, the more authentic, and when the result is 1, the two are consistent.
  • the identification result is 1, the above-mentioned art transaction method is started.
  • Fig. 9 is a structural diagram of the art identification system of the present invention.
  • the server 901 for artwork identification includes a processor 910, where the processor can be a general-purpose or special-purpose chip (ASIC/eASIC) or FPGA or NPU, etc., and a computer program product in the form of a memory 920 or a computer-readable medium.
  • Memory 920 may be electronic memory such as flash memory, EEPROM (Electrically Erasable Programmable Read Only Memory), EPROM, hard disk, or ROM.
  • the memory 920 has a storage space 930 for program codes for performing any method steps in the methods described above.
  • the storage space 930 for program codes may include respective program codes 931 for respectively implementing various steps in the above methods.
  • These program codes can be read or written into the processor 910 .
  • These computer program products comprise program code carriers such as hard disks, compact disks (CDs), memory cards or floppy disks.
  • Such a computer program product is typically a portable or fixed storage unit as described with reference to FIG. 10 .
  • Fig. 10 is a computer product diagram of the portable or fixed storage unit of the art identification system of the present invention.
  • the storage unit may have storage segments, storage spaces, etc. arranged similarly to the memory 920 in the server of FIG. 9 .
  • the program code can eg be compressed in a suitable form.
  • the storage unit includes computer readable code 931', i.e. code readable by, for example, a processor such as 910, which when executed by the server causes the server to perform the steps of the methods described above.
  • These codes when executed by the server, cause the server to perform the steps of the methods described above.
  • references herein to "one embodiment,” “an embodiment,” or “one or more embodiments” means that a particular feature, structure, or characteristic described in connection with the embodiment is included in at least one embodiment of the present invention. Additionally, please note that examples of the word “in one embodiment” herein do not necessarily all refer to the same embodiment.

Abstract

The present invention provides an artwork identification method and system based on artificial intelligence, and an artwork trading method and system using the identification method. The artwork identification method comprises the following steps: a user obtains a plurality of views of an artwork to be identified; a three-dimensional model of said artwork is reconstructed by means of the obtained plurality of views; artwork image analysis is performed on the reconstructed three-dimensional model to give an assessment of the similarity with data of an authentic artwork; the possibility of the authenticity of said artwork is given according to the assessment result, and said artwork is traded online according to the identification result. The identification accuracy is high by using the artwork identification method and system based on artificial intelligence of the present invention; when an artwork of a user completely matches an artwork in a database, it is easy to promote artwork trading, the security of artwork trading is improved, and the time cost is reduced.

Description

基于人工智能的艺术品鉴定方法与系统和艺术品交易的方法和系统Artwork identification method and system based on artificial intelligence and art transaction method and system 技术领域technical field
本发明属于艺术品鉴定领域,特别涉及一种基于人工智能的艺术品鉴定方法与系统和艺术品交易的方法和系统。The invention belongs to the field of art identification, in particular to an artificial intelligence-based art identification method and system, and an art transaction method and system.
背景技术Background technique
艺术品鉴定领域历来需要长期知识和经验的积累,随着人工智能技术的发展及应用的普及,为了保证艺术品鉴定的准确性,越来越多的研究者希望将人工智能技术运用到艺术品鉴定工作中去;同时为了促进交易并保证交易安全的目的,越来越多的人工智能技术的研究成果被应用到艺术品交易领域中。The field of artwork appraisal has always required the accumulation of long-term knowledge and experience. With the development of artificial intelligence technology and the popularization of its application, in order to ensure the accuracy of artwork appraisal, more and more researchers hope to apply artificial intelligence technology to artworks. At the same time, in order to promote transactions and ensure transaction security, more and more research results of artificial intelligence technology are applied to the field of art transactions.
CN110399834A公开了一种基于人工智能的艺术特征迁移系统及应用。包括,前端服务器,用于上传并获取用户所提交的待鉴定艺术品图像;辅助鉴定模块,用于根据所存储的辅助鉴定算法,对前端服务器所上传并获取的待鉴定艺术品图像进行辅助鉴定分析,获得与待鉴定艺术品图像相应的辅助鉴定结果,并将辅助鉴定结果传输到后台服务器;后台服务器,用于将前端服务器所上传并获取的待鉴定艺术品图像和辅助鉴定模块所获得的辅助鉴定结果进行对应记录,并存储到相应的预设艺术品鉴定数据库中,同时将与待鉴定艺术品图像相应的辅助鉴定结果传输到鉴赏平台;鉴赏平台,用于将后台服务器所传输的与待鉴定艺术品图像相应的辅助鉴定结果进行显示,可提高辨别艺术品真假的可靠性。其中所述辅助鉴定分析中,对待鉴定艺术品 图像进行图像预处理;例如识别出艺术品图像中的主体:对预处理后的待鉴定艺术品图像进行模型分类;使用神经网络和所储存的预设艺术品鉴定数据库,根据其中的预设鉴定模型对预处理后的待鉴定艺术品图像识别,识别艺术品图像的分类;获得辅助鉴定结果;所述辅助鉴定模块还需控制所述艺术品图像进行辅助感官处理:将所述艺术品图像进行灰度化处理,得到灰度化艺术品图像;将所述灰度化艺术品图像进行像素点分段强化;利用边际追踪技术,将所述像景的像素点素点分段强化后的艺术品图像进行背景剔除,将利用边际追踪判定为背的值赋值为0;将进行背景剔除后的艺术品图像进行智能图像位置修正;对所述图像位置修正后的艺术品图像进行像素点的修正,在修正过程中首先判断所述像素点对应的位置在坐标位置的上下左右是否都有像素点;将进行像素点的修正后的艺术品图像进行无用信息剔除,即判断所述图像的四周,是否存在某行或者某列的像素点的值全部为0,是则剔除该行或者该列,从而减小所述图像大小,形成最终的待鉴定艺术品图像。这种方法将待鉴定艺术品图像与辅助鉴定结果进行对应记录,并将与待鉴定艺术品图像相应的辅助鉴定结果传输至鉴赏平台。CN110399834A discloses an artificial intelligence-based art feature transfer system and its application. Including, the front-end server is used to upload and obtain the image of the artwork to be authenticated submitted by the user; the auxiliary authentication module is used to perform auxiliary authentication on the image of the artwork to be authenticated uploaded and obtained by the front-end server according to the stored auxiliary authentication algorithm Analyze, obtain the auxiliary identification result corresponding to the artwork image to be identified, and transmit the auxiliary identification result to the background server; the background server is used to upload and obtain the artwork image to be identified by the front-end server and The auxiliary identification results are correspondingly recorded, and stored in the corresponding preset artwork identification database, and at the same time, the auxiliary identification results corresponding to the image of the artwork to be identified are transmitted to the appreciation platform; Displaying the corresponding auxiliary identification results of the image of the artwork to be identified can improve the reliability of identifying the authenticity of the artwork. Wherein, in the auxiliary identification analysis, image preprocessing is performed on the image of the artwork to be identified; for example, the subject in the image of the artwork is identified: model classification is performed on the image of the artwork to be identified after preprocessing; Artwork appraisal database is established, according to the pre-processed artwork image identification to be identified according to the preset identification model therein, the classification of the identification artwork image is identified; the auxiliary identification result is obtained; the auxiliary identification module also needs to control the artwork image Perform auxiliary sensory processing: grayscale the artwork image to obtain a grayscale artwork image; carry out pixel segmentation enhancement on the grayscale artwork image; use edge tracking technology to convert the image to Carry out the background removal of the artwork image after the pixel point of the scene is segmented and enhanced, and assign a value of 0 to the value determined as the background by using the edge tracking; carry out intelligent image position correction on the artwork image after the background removal; The artwork image after the position correction carries out the correction of the pixel point, and first judges whether the position corresponding to the pixel point has pixels in the coordinate position in the upper, lower, left, and right sides in the correction process; Removing useless information, that is, judging whether there is a row or a column whose pixel values are all 0 around the image, and if so, removing the row or column, thereby reducing the size of the image and forming the final image to be identified artwork image. In this method, the image of the artwork to be identified is recorded correspondingly to the auxiliary identification result, and the auxiliary identification result corresponding to the image of the artwork to be identified is transmitted to the appreciation platform.
CN11022689A公开了一种基于深度学习的西阳银器戳记识别方法。通过对大量人工标注的样本来训练一个深度神经网络,该神经网络通过学习戳记特征,得到对产地、年份等信息的判断,从而使用者无需耗费大量精力辨认微小的戳记,可以直接对银器本身的风格、品相得到更全面的认识与判断。CN11022689A discloses a Xiyang silverware stamp recognition method based on deep learning. A deep neural network is trained on a large number of manually labeled samples, and the neural network obtains judgments on the place of origin, year and other information by learning stamp features, so that users do not need to spend a lot of energy to identify tiny stamps, and can directly identify the silverware itself. Get a more comprehensive understanding and judgment of your style and appearance.
现有技术的发展说明,随着人工智能技术的发展,人工智能技术越来越地运用到艺术品鉴定领域。然而,仅在鉴定领域的AI技术应用, 明显不能满足对在先艺术品交易的需求。因此需要提供一种基于人工智能的艺术品鉴定方法与系统,并利用该鉴定方法进行艺术品交易的方法和系统。The development of existing technologies shows that with the development of artificial intelligence technology, artificial intelligence technology is more and more applied to the field of art appraisal. However, the application of AI technology only in the identification field obviously cannot meet the demand for prior art transactions. Therefore, it is necessary to provide an art identification method and system based on artificial intelligence, and use the identification method to carry out art trading methods and systems.
发明内容Contents of the invention
本发明的目的在于提供一种基于人工智能的艺术品鉴定方法与系统和利用该艺术品鉴定系统的艺术品交易的方法和系统。The object of the present invention is to provide a method and system for art identification based on artificial intelligence and a method and system for art trading using the art identification system.
一种基于人工智能的艺术品鉴定方法,包括如下步骤:获得拟被鉴定艺术品的多幅视图;通过所获得的多幅视图对拟被鉴定艺术品进行三维模型重建;将被重建后的三维模型进行艺术品图像分析给出与真实艺术品数据相似度的评估;根据评估结果,给出拟被鉴定艺术品真伪的可能性;其中,所述将被重建后的三维模型进行艺术品图像分析给出与真实艺术品数据相似度的评估的步骤还包括:输入包含拟被鉴定艺术品图像重建后的三维模型中包含独特特征的图像;利用卷积神经网络对所述图像多次进行处理,并通过全连接层对所述图像进行分类;在特定层启动训练网络:对每个所述图像应用滤镜并输出其对应的特征图,所述输出的特征图作为新的图像输入;通过全连接层和ReLU函数获得被处理过的所述图像属于所述分类类别的可能性,获得评估结果。An art identification method based on artificial intelligence, comprising the steps of: obtaining multiple views of the artwork to be identified; reconstructing the three-dimensional model of the artwork to be identified through the obtained multiple views; The model performs artwork image analysis to give an assessment of the similarity with the real artwork data; according to the evaluation result, the possibility of authenticity of the artwork to be identified is given; wherein, the reconstructed 3D model is used for artwork image analysis. The step of analyzing to give an assessment of the similarity to the real artwork data further includes: inputting an image containing unique features in a reconstructed 3D model of an image of the artwork to be identified; and processing the image multiple times using a convolutional neural network , and classify the image through a fully connected layer; start the training network at a specific layer: apply a filter to each of the images and output its corresponding feature map, and the output feature map is used as a new image input; The fully connected layer and the ReLU function obtain the possibility that the processed image belongs to the classification category, and obtain an evaluation result.
本发明的基于人工智能的艺术品鉴定方法,还包括其他方面,其中所述通过所获得的多幅视图对拟被鉴定艺术品进行三维模型重建的步骤包括:所述多幅视图是从不同侧面获得的多副二维艺术品图片; 对所述多幅二维艺术品图片中的每个进行关键特征点的提取与匹配;利用所匹配的关键特征点的对极约束关系获得这些关键点在坐标系中的三维坐标以建立稀疏点云;将所述稀疏点云扩展生成稠密点云;对所述稠密点云的空洞部分进行填充从而进行表面重建,并进行纹理映射以便将二维空间中的纹理信息映射到三维空间。通过卷积层(CONV)对特征进行提取;通过感受野(filter)与输入图像的卷积得到特征图;使用多层卷积层来得到更深层次的特征图。所述的特征图中分别获得例如简单形状的低层次特征、例如复杂特征的中层次特征和例如确定具体图案形状的高层次特征以及可训练的分类。其中卷积层之后为ReLU激活函数,所述ReLU函数的输入值输出数值为0和1之间的任何数;所述ReLU函数之后为池化层,所述池化层对输入的特征图进行压缩,使特征图变小,并提取主要特征。其中获得评估结果的步骤中,通过深度神经网络模型(DNN)来获得相似度评估结果,其中根据DNN不同层的位置划分,其内部的网络层分为输入层,隐藏层和输出层三类,其中第一层为输入层、最后一层为输出层,中间的层为隐藏层。其中还包括给出0至1的相似度评估,评价拟被鉴定的艺术品与真迹之间的相似程度,越接近1,拟被鉴定的艺术品越真实,当结果为1时,拟被鉴定艺术品与真迹一致。其中所述每个进行关键特征点的提取与匹配步骤包括:基于三个条件提取关键特征点:(1)颜色、(2)形状、(3)图案;并采用基于块的和基于SIFT特征的匹配方法,匹配过程中采用KD-TREE的方法对最近邻的特征点进行匹配,并采用多视角几何进行限制。其中所述利用所匹配的关 键特征点的对极约束关系获得这些关键点在坐标系中的三维坐标以建立稀疏点云的步骤包括:运动恢复结构(SFM)方法,包括三角定位、集束约束等过程,利用两个场景或多个场景自动恢复相机运动和场景结构,从获取的目标物系列影像出发,最终获取较高精度的目标物稀疏三维点云;所述SFM方法包括增量式、层级式、或全局式策略;以及一致性搜索及增量式重建;其中在一致性搜索阶段,找到数据集中有场景重叠的图像,识别出有场景重叠影像中同一个目标点在多张影像上的投影;在增量式重建阶段,输入前面得到的场景图,输出的是影像的姿态估计以及空间三维坐标点。本发明相应地还提供艺术品鉴定的系统。The art identification method based on artificial intelligence of the present invention also includes other aspects, wherein the step of reconstructing the three-dimensional model of the artwork to be identified through the obtained multiple views includes: the multiple views are obtained from different sides Multiple two-dimensional artwork pictures obtained; Extracting and matching key feature points for each of the multiple two-dimensional artwork pictures; using the epipolar constraint relationship of the matched key feature points to obtain these key points in The three-dimensional coordinates in the coordinate system to establish a sparse point cloud; expand the sparse point cloud to generate a dense point cloud; fill the hollow part of the dense point cloud to perform surface reconstruction, and perform texture mapping so that the two-dimensional space The texture information is mapped to three-dimensional space. Features are extracted through the convolutional layer (CONV); the feature map is obtained through the convolution of the receptive field (filter) and the input image; a deeper feature map is obtained by using multiple convolutional layers. The feature maps obtain low-level features such as simple shapes, mid-level features such as complex features, high-level features such as determining specific pattern shapes, and trainable classifications. Wherein the convolution layer is followed by a ReLU activation function, and the input value output value of the ReLU function is any number between 0 and 1; the ReLU function is followed by a pooling layer, and the feature map of the input is performed by the pooling layer. Compression makes the feature map smaller and extracts the main features. In the step of obtaining the evaluation result, the similarity evaluation result is obtained through a deep neural network model (DNN), wherein according to the position division of different layers of DNN, the internal network layer is divided into three types: input layer, hidden layer and output layer, The first layer is the input layer, the last layer is the output layer, and the middle layer is the hidden layer. It also includes giving a similarity evaluation of 0 to 1 to evaluate the similarity between the artwork to be identified and the authentic one. The closer to 1, the more authentic the artwork to be identified. When the result is 1, the artwork to be identified is more authentic. The artwork is consistent with the authenticity. Wherein the extraction and matching steps of carrying out key feature points each include: extract key feature points based on three conditions: (1) color, (2) shape, (3) pattern; and adopt block-based and SIFT feature-based Matching method, the KD-TREE method is used in the matching process to match the nearest neighbor feature points, and multi-view geometry is used to limit. The step of obtaining the three-dimensional coordinates of these key points in the coordinate system by using the epipolar constraint relationship of the matched key feature points to establish a sparse point cloud includes: a structure from motion (SFM) method, including triangulation, cluster constraints, etc. process, using two scenes or multiple scenes to automatically restore camera motion and scene structure, starting from the acquired series of images of the target object, and finally obtaining a relatively high-precision sparse 3D point cloud of the target object; the SFM method includes incremental, hierarchical or global strategy; and consistency search and incremental reconstruction; where in the consistency search stage, images with overlapping scenes in the data set are found, and images with overlapping scenes are identified where the same target point is on multiple images Projection; in the incremental reconstruction stage, the scene graph obtained earlier is input, and the output is the pose estimation of the image and the three-dimensional coordinate points in space. Correspondingly, the present invention also provides a system for art identification.
本发明还提供一种在线艺术品交易的方法,包括,记录经过鉴定的真迹艺术品的实体证书至艺术品交易区块链;拟参与艺术品交易的用户进入艺术品交易网站获得目标艺术品的基本信息;卖家通过本发明的艺术品鉴定方法获得艺术品真伪分析结果;买家通过智能合约方式完成艺术品真迹的交易;其中记录经过鉴定的真迹艺术品的实体证书至艺术品交易区块链的步骤还包括:通过智能合约将艺术品实体证书的信息和买卖双方的信息记入区块链;将智能合同通过P2P网络在区块链全网扩散;并且其中买家通过智能合约方式完成艺术品真迹的交易步骤,还包括:定期检查区块链,在触发特定条件时,自动执行所述智能合同完成交易。The present invention also provides a method for online artwork transaction, including recording the entity certificate of the authenticated authentic artwork to the artwork transaction block chain; users who intend to participate in the artwork transaction enter the artwork transaction website to obtain the target artwork Basic information; the seller obtains the authenticity analysis result of the artwork through the artwork identification method of the present invention; the buyer completes the transaction of the authentic artwork through the smart contract; wherein the entity certificate of the authenticated authentic artwork is recorded in the artwork transaction block The steps of the chain also include: recording the information of the artwork entity certificate and the information of the buyer and the seller into the blockchain through the smart contract; spreading the smart contract through the P2P network in the entire blockchain network; and the buyer completes the transaction through the smart contract. The transaction steps of authentic works of art also include: regularly checking the blockchain, and automatically executing the smart contract to complete the transaction when specific conditions are triggered.
本发明的在线艺术品交易的方法,还包括其他方面,其中所述触发条件为卖方的拟交易艺术品经过艺术品真伪分析被确定为真迹、并 在匹配适合买方。其中所述的买卖双方的信息为买卖双方的身份信息,交易标的,交易价格以及交易成立需触发的条件,例如交易地点的匹配,定金支付比例,交易期限,交易完成的标准等。所述的艺术品交易区块链为比特币平台、连接到比特币主区块链上的侧链、包括正在运行的智能合约的公有区块链平台NXT,以太坊。其中通过智能合约方式完成艺术品真迹的交易的步骤包括:合约制定阶段;合约编程阶段;合约部署阶段;合约触发阶段;区块链验证阶段;和合约执行阶段。其中还包括:买卖双方的合同以代码的形式写入区块链,并将合同公开。本发明相应地还提供艺术品交易的系统。The online artwork trading method of the present invention also includes other aspects, wherein the triggering condition is that the seller's artwork to be traded is determined to be authentic after artwork authenticity analysis, and is suitable for the buyer in matching. The buyer and seller’s information is the identity information of the buyer and the seller, the transaction object, the transaction price and the conditions that need to be triggered for the establishment of the transaction, such as the matching of the transaction location, the deposit payment ratio, the transaction period, the transaction completion standard, etc. The art transaction block chain is a Bitcoin platform, a side chain connected to the Bitcoin main block chain, a public block chain platform NXT including an operating smart contract, and Ethereum. The steps to complete the transaction of authentic works of art through smart contracts include: contract formulation stage; contract programming stage; contract deployment stage; contract trigger stage; blockchain verification stage; and contract execution stage. It also includes: the contract between the buyer and the seller is written into the blockchain in the form of code, and the contract is made public. Correspondingly, the present invention also provides a system for artwork trading.
采用上述的人工智能的艺术品鉴定方法与系统,鉴定准确率高,在用户艺术品与数据库艺术品完全匹配的情况下,容易促成艺术品交易。因此本发明的基于人工智能的艺术品鉴定方法和系统从技术上实现艺术品的精确鉴定,从而促进艺术品交易安全,降低时间成本。Using the above-mentioned art identification method and system of artificial intelligence, the identification accuracy is high, and it is easy to facilitate the art transaction under the condition that the user's artwork completely matches the database artwork. Therefore, the art identification method and system based on artificial intelligence of the present invention technically realize the accurate identification of artworks, thereby promoting the security of art transactions and reducing time costs.
附图说明Description of drawings
为了更清楚地说明本发明实施例中的技术方案,下面将对实施例中所需要使用的附图作简单地介绍。显而易见地,下面描述中的附图仅仅是本发明的一些实例,对于本领域普通技术人员来讲,在不付出创新性劳动的前提下,还可以根据这些附图获得其他的附图。In order to illustrate the technical solutions in the embodiments of the present invention more clearly, the following will briefly introduce the drawings that are used in the embodiments. Apparently, the drawings in the following description are only some examples of the present invention, and those skilled in the art can also obtain other drawings according to these drawings without any innovative work.
图1为本发明的艺术品鉴定方法的流程图。Fig. 1 is a flow chart of the art identification method of the present invention.
图2为利用本发明的艺术品鉴定方法实现艺术品交易的流程图。Fig. 2 is a flow chart of utilizing the art identification method of the present invention to realize art transaction.
图3(a)为本发明的艺术品鉴定方法中的三维模型重建步骤流程图。Fig. 3(a) is a flowchart of the three-dimensional model reconstruction steps in the artwork identification method of the present invention.
图3(b)为本发明的艺术品交易方法中将艺术品证书记入艺术品交易 区块链的示意图。Fig. 3 (b) is the schematic diagram that the artwork certificate is recorded in the artwork transaction block chain in the artwork transaction method of the present invention.
图3(c)为本发明的艺术品交易方法中利用智能合约进行交易的流程图。Fig. 3(c) is a flow chart of transaction using smart contracts in the art transaction method of the present invention.
图3(d)为本发明的艺术品交易方法中的智能合约工作示意图。Fig. 3(d) is a schematic diagram of the smart contract work in the art transaction method of the present invention.
图4为本发明的艺术品鉴定方法中的三维模型重建步骤的示例图。Fig. 4 is an example diagram of the three-dimensional model reconstruction step in the artwork identification method of the present invention.
图5为本发明的艺术品鉴定方法中的三维模型重建步骤中运动结构恢复步骤的示例图。Fig. 5 is an example diagram of the motion structure recovery step in the three-dimensional model reconstruction step in the artwork identification method of the present invention.
图6为本发明的艺术品鉴定方法中的对重建后的三维模型进行艺术品图像分析给出相似度评估步骤的流程图。FIG. 6 is a flow chart of the steps of performing artwork image analysis on the reconstructed 3D model to give similarity evaluation in the artwork identification method of the present invention.
图7为本发明的艺术品鉴定方法中的对重建后的三维模型进行艺术品图像分析给出相似度评估步骤中的模型训练示例图。FIG. 7 is an example diagram of model training in the step of performing artwork image analysis on the reconstructed 3D model to give similarity evaluation in the artwork identification method of the present invention.
图8为本发明的艺术品鉴定方法中的对重建后的三维模型进行艺术品图像分析给出相似度评估步骤中的模型分类示意图。FIG. 8 is a schematic diagram of model classification in the step of performing artwork image analysis on the reconstructed 3D model in the artwork identification method of the present invention to give a similarity evaluation step.
图9为本发明的艺术品鉴定系统的结构图。Fig. 9 is a structural diagram of the art identification system of the present invention.
图10为本发明的艺术品鉴定系统的便携式或者固定存储单元的计算机产品图。Fig. 10 is a computer product diagram of the portable or fixed storage unit of the art identification system of the present invention.
具体实施方式Detailed ways
现结合相应的附图,对本发明的具体实施例进行描述。然而,本发明可以以多种不同的形式实施,而不应被解释为局限于此处展示的实施例。提供这些实施例只是为了本发明可以详尽和全面,从而可以将本发明的范围完全地描述给本领域的技术人员。附图中说明的实施例的详细描述中使用的措辞不应对本发明造成限制。本发明中包含同 一申请人于同日递交的标题为《运用人工智能进行艺术品交易的方法和系统》的发明专利申请中有关艺术品交易方法的全部内容。Specific embodiments of the present invention will now be described in conjunction with the corresponding drawings. However, this invention may be embodied in many different forms and should not be construed as limited to the embodiments set forth herein. These embodiments are provided only so that the present invention will be thorough and complete so that those skilled in the art can fully describe the scope of the present invention. Wording used in the detailed description of the embodiments illustrated in the drawings should not limit the invention. The present invention includes all the content related to the art trading method in the invention patent application entitled "Method and System for Art Trading Using Artificial Intelligence" submitted by the same applicant on the same day.
图1为本发明的艺术品鉴定方法的流程图。在艺术品鉴定之前,建立艺术品数据库,所述艺术品数据库中存储每项被认证过的艺术品数据,这里所述的数据包括艺术品的名称、鉴定证书、鉴定专家,证书编号,识别码,例如二维码等艺术品的唯一信息,还包括该艺术品的三维立体档案,所述三维立体档案包括数张包括该艺术品部分区域的标准照片。用户将自己所拥有的艺术品,即拟被鉴定的艺术品的信息提供至本发明的艺术品鉴定系统,经过该系统的分析,得出拟被鉴定的艺术品与艺术品数据库中存储的经过认证过的真实艺术品数据真伪的可能性。在步骤101,用户获得拟被鉴定艺术品的多幅视图;在步骤102,通过所获得的多幅视图对拟被鉴定艺术品进行三维模型重建;在步骤103,将被重建后的三维模型进行艺术品图像分析给出与真实艺术品数据相似度的评估;在步骤104,根据评估结果,给出拟被鉴定艺术品真伪的可能性。艺术品鉴定方法的详细步骤在下文有详细描述。Fig. 1 is a flow chart of the art identification method of the present invention. Before the artwork appraisal, set up artwork database, store each authenticated artwork data in the artwork database, the data described here include the title of artwork, appraisal certificate, appraisal expert, certificate number, identification code , such as the unique information of the artwork such as the two-dimensional code, and also includes the three-dimensional file of the artwork, and the three-dimensional file includes several standard photos including some areas of the artwork. The user provides the artwork that he owns, that is, the information of the artwork to be authenticated to the artwork appraisal system of the present invention, and after the analysis of the system, the artwork to be authenticated and the process stored in the artwork database are obtained. The possibility of authenticity of certified authentic artwork data. In step 101, the user obtains multiple views of the artwork to be identified; in step 102, the three-dimensional model of the artwork to be identified is reconstructed through the obtained multiple views; in step 103, the reconstructed three-dimensional model is reconstructed The artwork image analysis gives an assessment of the similarity with the real artwork data; in step 104, according to the assessment result, the possibility of authenticity of the artwork to be identified is given. The detailed steps of the art identification method are described in detail below.
图2为利用本发明的艺术品鉴定方法实现艺术品交易的流程图。在步骤201,记录经过鉴定的真迹艺术品的实体证书至艺术品交易区块链;在步骤202,拟参与艺术品交易的用户进入艺术品交易网站获得目标艺术品的基本信息;在步骤203,卖家通过艺术品鉴定系统获得艺术品真伪分析结果;在步骤204,买家通过智能合约方式完成艺术品真迹的交易。Fig. 2 is a flow chart of utilizing the art identification method of the present invention to realize art transaction. In step 201, record the entity certificate of the authenticated authentic artwork to the artwork transaction block chain; in step 202, the user who intends to participate in the artwork transaction enters the artwork transaction website to obtain the basic information of the target artwork; in step 203, The seller obtains the authenticity analysis result of the artwork through the artwork identification system; in step 204, the buyer completes the transaction of the authentic artwork through the smart contract.
图3(b)为本发明的艺术品交易方法中将艺术品证书记入艺术品交易区块链的示意图。区块链的主要作用是储存信息。任何需要保存的信息,都可以写入区块链,也可以从里面读取,所以它是数据库。由于区块链的特性,任何人都可以架设服务器,加入区块链网络,成为一个节点。区块链的世界里面,没有中心节点,每个节点都是平等的,都保存着整个数据库。你可以向任何一个节点,写入/读取数据,因为所有节点最后都会同步,保证区块链一致。在本发明中,将真迹艺术品的唯一的确认信息,即艺术品实体证书311的信息312写入区块链316中,所述信息包含但不限于鉴定专家身份信息、防伪水印信息、证书编号、证书出具日期、二维码信息等。由于每个区块与哈希是一一对应的,每个区块的哈希都是针对"区块头"(Head)计算的。也就是说,把区块头的各项特征值,按照顺序连接在一起,组成一个很长的字符串,再对这个字符串计算哈希。由于区块头包含很多内容,其中有当前区块体的哈希,还有上一个区块的哈希。这意味着,如果当前区块体的内容变了,或者上一个区块的哈希变了,一定会引起当前区块的哈希改变。区块链每个区块都连着上一个区块,保证了自身的可靠性,因为数据一旦写入,就无法被篡改。因此保证了真迹艺术品的实体证书信息准确性和唯一性。Fig. 3(b) is a schematic diagram of recording the artwork certificate into the artwork trading block chain in the artwork trading method of the present invention. The main function of blockchain is to store information. Any information that needs to be saved can be written into the blockchain and can also be read from it, so it is a database. Due to the characteristics of the blockchain, anyone can set up a server, join the blockchain network, and become a node. In the blockchain world, there is no central node, each node is equal, and they all save the entire database. You can write/read data to any node, because all nodes will be synchronized at the end to ensure that the blockchain is consistent. In the present invention, the unique confirmation information of authentic works of art, that is, the information 312 of the artwork entity certificate 311, is written into the block chain 316, and the information includes but not limited to identification expert identity information, anti-counterfeiting watermark information, certificate number , certificate issuance date, QR code information, etc. Since each block has a one-to-one correspondence with the hash, the hash of each block is calculated for the "head". That is to say, the characteristic values of the block header are connected together in order to form a very long string, and then the hash is calculated for this string. Because the block header contains a lot of content, including the hash of the current block body and the hash of the previous block. This means that if the content of the current block body changes, or the hash of the previous block changes, it will definitely cause the hash of the current block to change. Each block of the blockchain is connected to the previous block, which ensures its own reliability, because once the data is written, it cannot be tampered with. Therefore, the accuracy and uniqueness of the physical certificate information of authentic works of art are guaranteed.
图3(c)为本发明的艺术品交易方法中利用智能合约进行交易的流程图。在步骤321,将艺术品真迹证书记载于区块链中;在步骤322,将买卖双方的信息记载于区块链中,并且在卖方的拟交易艺术品经过艺术品真伪分析被确定为真迹、并在匹配适合买方时触发智能 合同的签署。其中买卖双方的信息313,314包括但不限于买卖双方的身份信息,交易标的,交易价格以及交易成立需触发的条件,例如交易地点的匹配,定金支付比例,交易期限,交易完成的标准等。上述将买卖双方的信息记入区块链的步骤是通过智能合约315将艺术品实体证书311的信息312和买卖双方的信息313,314记入区块链。在步骤323,将智能合同315通过P2P网络在区块链全网扩散;在步骤324,定期检查区块链,在触发特定条件时,自动执行所述智能合同完成交易。Fig. 3(c) is a flow chart of transaction using smart contracts in the art transaction method of the present invention. In step 321, the authentic artwork certificate is recorded in the block chain; in step 322, the information of the buyer and the seller is recorded in the block chain, and the artwork to be traded by the seller is determined to be authentic after the analysis of the authenticity of the artwork , and trigger the signing of the smart contract when a suitable buyer is matched. The information 313 and 314 of the buyer and the seller includes, but is not limited to, the identity information of the buyer and the seller, the transaction target, the transaction price, and the conditions that need to be triggered for the establishment of the transaction, such as the matching of the transaction location, the deposit payment ratio, the transaction period, and the transaction completion standard. The above step of recording the information of the buyer and the seller into the block chain is to record the information 312 of the artwork entity certificate 311 and the information 313, 314 of the buyer and the seller into the block chain through the smart contract 315 . In step 323, the smart contract 315 is diffused in the entire blockchain network through the P2P network; in step 324, the blockchain is checked regularly, and when a specific condition is triggered, the smart contract is automatically executed to complete the transaction.
图3(d)为本发明的艺术品交易方法中的智能合约工作示意图。智能合约是可以自动执行传统合约中的“如果发生这种情况就执行那种结果”的代码,因此提供了分布式的可信计算。在本发明的区块链系统中,不具有单一的控制来源。具有共识机制的分布式架构意味着多方参与者不断地反复检验并更新账本,任何不符合预先约定规则的情况都会被其他参与方拒绝。在买方和卖方就拟被交易的艺术品达成一致后,双方都有一份原始贸易文件(贸易条款和条件)的副本。利用智能合约,存在一套事先达成了一致的,用计算机代码编写的贸易条款。而避免出现当参与方不同意交易结果时可能会出现不匹配或“中断”,这是出于以下多种因素:对原始贸易条款的相互误解;由于原始交易条款的多个副本导致的混乱;或者对外部依赖关系中实际发生的事情产生分歧。在一个实施方式中,可以利用比特币平台实现本发明的艺术品交易。比特币可能实现的条件是需要多个签名者在支付前签署交易,例如支票中需要两个签名人。在另一个实施方式中,利 用侧链,即连接到比特币主区块链上的区块链,实现智能合约功能:通过让不同的区块链与比特币并行运行,并支持在比特币的主链和侧链之间跳转,侧链可用于执行逻辑。另一个实施方式中,利用公有区块链平台NXT,其中包括一系列目前正在运行的智能合约。然而它不是图灵完备的,必须使用现有的模板。在另外一个实施方式中,以太坊是一个公有区块链平台,是目前最先进的支持智能合约的区块链。以太坊采用“图灵完备”的编码系统,可以将任何逻辑放入以太坊智能合约中,并由整个网络运行。Fig. 3(d) is a schematic diagram of the smart contract work in the art transaction method of the present invention. Smart contracts are codes that can automatically execute the "if this happens, do that result" in traditional contracts, thus providing distributed trusted computing. In the blockchain system of the present invention, there is no single source of control. A distributed architecture with a consensus mechanism means that multiple participants are constantly checking and updating the ledger, and any situation that does not meet the pre-agreed rules will be rejected by other participants. After the buyer and seller have agreed on the artwork to be traded, both parties have a copy of the original trade documents (terms and conditions of trade). With smart contracts, there is a set of trade terms agreed upon in advance, written in computer code. Instead, there may be a mismatch or “break” when the parties disagree on the outcome of the transaction due to a variety of factors: mutual misunderstanding of the original trade terms; confusion due to multiple copies of the original trade terms; Or disagree about what actually happens in the external dependencies. In one embodiment, the artwork transaction of the present invention can be realized by utilizing the Bitcoin platform. The condition that Bitcoin can achieve is that multiple signers are required to sign the transaction before payment, for example, two signers are required in a check. In another embodiment, the use of side chains, that is, blockchains connected to the Bitcoin main blockchain, enables smart contract functions: by allowing different blockchains to run in parallel with Bitcoin, and to support Jump between the main chain and the side chain, and the side chain can be used to execute logic. In another implementation, the public blockchain platform NXT is utilized, which includes a series of currently running smart contracts. However it is not Turing complete and must use existing templates. In another embodiment, Ethereum is a public blockchain platform, which is currently the most advanced blockchain supporting smart contracts. Ethereum adopts a "Turing complete" coding system, which allows any logic to be put into Ethereum smart contracts and run by the entire network.
本发明的艺术品交易方法中利用的智能合约的部分331包括下列几个阶段:3311阶段为合约制定阶段;3312阶段为合约编程阶段;3313阶段为合约部署阶段;3314阶段为合约触发阶段;3315阶段为区块链验证阶段;3316阶段为合约执行阶段。也可以将智能合约与区块链相结合形成下列阶段:3321阶段买卖双方的合同以代码的形式写入区块链,并将合同公开(即上述步骤322);3322阶段买卖双方的合同通过P2P网络在区块链全网扩散(即上述步骤323);3323阶段定期检查区块链,只要触发艺术品交易合同实施的特定条件,自动执行合同(即上述步骤324)。本发明的艺术品交易系统的合同制定与一般艺术品合同交易合同的权利义务一致,区别在于合约触发阶段,只要在卖家艺术品被评定为真迹、并且拟被交易艺术品的交易标的达成一致的情况下,经过区块链验证,即完成交易。而不再涉及对合同条款的反复探讨。采用这种方式能够快速、安全地完成艺术品交易。The part 331 of the smart contract utilized in the art transaction method of the present invention includes the following stages: the 3311 stage is the contract formulation stage; the 3312 stage is the contract programming stage; the 3313 stage is the contract deployment stage; the 3314 stage is the contract trigger stage; 3315 Stage 3316 is the contract execution stage. It is also possible to combine the smart contract with the block chain to form the following stages: in the 3321 stage, the contract between the buyer and the seller is written into the block chain in the form of code, and the contract is made public (that is, the above-mentioned step 322); The network spreads across the entire network of the blockchain (that is, the above-mentioned step 323); at the stage 3323, the blockchain is regularly checked, and as long as the specific conditions for the implementation of the art transaction contract are triggered, the contract is automatically executed (that is, the above-mentioned step 324). The contract formulation of the artwork transaction system of the present invention is consistent with the rights and obligations of the general artwork contract transaction contract, the difference lies in the contract trigger stage, as long as the seller’s artwork is evaluated as authentic and the transaction target of the artwork to be traded is agreed In this case, after blockchain verification, the transaction is completed. Instead of repeatedly discussing the terms of the contract. In this way, art transactions can be completed quickly and safely.
图3(a)为本发明的艺术品鉴定方法中的三维模型重建步骤流 程图。艺术品鉴定方法中的三维模型重建步骤是为了通过多个二维艺术品图片文件重建出拟被鉴定艺术品的逼真的三维模型,具体地,分为如下几个主要步骤:在步骤301,从不同侧面获得拟被鉴定艺术品的多个二维艺术品图片文件;在步骤302,对所述多个二维艺术品图片文件中的每个进行关键特征点的提取与匹配;在步骤303,利用所匹配的关键特征点的对极约束关系获得这些关键点在坐标系中的三维坐标以建立稀疏点云;在步骤304,为了进一步丰富三维信息,将所述稀疏点云进行扩建生成稠密点云;在步骤305,对所述稠密点云的空洞部分进行填充从而进行表面重建,并进行纹理映射以便将二维空间中的纹理信息映射到三维空间。Fig. 3 (a) is a flowchart of the three-dimensional model reconstruction steps in the artwork identification method of the present invention. The three-dimensional model reconstruction step in the art identification method is to reconstruct a realistic three-dimensional model of the artwork to be identified through multiple two-dimensional artwork image files. Specifically, it is divided into the following main steps: In step 301, from Obtain a plurality of two-dimensional artwork image files intended to be identified from different sides; in step 302, extract and match key feature points for each of the plurality of two-dimensional artwork image files; in step 303, Using the epipolar constraint relationship of the matched key feature points to obtain the three-dimensional coordinates of these key points in the coordinate system to establish a sparse point cloud; in step 304, in order to further enrich the three-dimensional information, the sparse point cloud is expanded to generate dense points cloud; in step 305, fill the hollow part of the dense point cloud to perform surface reconstruction, and perform texture mapping to map the texture information in the two-dimensional space to the three-dimensional space.
在本发明的具体实施方式中,三维模型重建的目的是为了充分提取表现拟被鉴定艺术品的特性,采用哈里斯(harris)角点检测算法,该算法的特征在于计算检测,但对尺度变化较为敏感;或sift算子,即进行尺度空间极值检测,图像在不同的尺度下用高斯滤波器进行卷积,然后利用连续高斯模糊化图像差异来找出关键点,该算法的特征在于具有尺度、旋转不变都特性,但计算复杂。In a specific embodiment of the present invention, the purpose of three-dimensional model reconstruction is to fully extract the characteristics of the artwork to be identified, using the Harris (Harris) corner detection algorithm, which is characterized by calculation and detection, but it is not sensitive to scale changes. More sensitive; or sift operator, that is, to perform scale space extremum detection, the image is convolved with a Gaussian filter at different scales, and then use continuous Gaussian to blur the image difference to find the key point, the algorithm is characterized by Both scale and rotation are invariant, but the calculation is complicated.
采用这些方法对所述多个二维艺术品图片文件中的每个进行关键特征点的提取与匹配;对于二维艺术品图片文件,基于三个条件提取关键特征点:(1)颜色、(2)形状、(3)图案;用以检测良好的特征并在每两幅图像之间进行特征点匹配,例如,采用基于块的和基于SIFT特征的匹配方法,匹配过程中首先采用KD-TREE的方法对最近邻的特征点进行匹配,然后采用多视角几何进行限制。Adopt these methods to carry out the extraction and matching of key feature point in each of described multiple two-dimensional artwork picture files; For two-dimensional artwork picture file, extract key feature point based on three conditions: (1) color, ( 2) shape, (3) pattern; used to detect good features and match feature points between every two images, for example, using block-based and SIFT feature-based matching methods, first using KD-TREE in the matching process The method matches the nearest neighbor feature points, and then uses multi-view geometry to limit.
利用匹配关键点的对极约束关系得到这些关键点在世界坐标系中的三维坐标,以建立稀疏点云。可采用的方法为运动恢复结构(Structure from Motion,SFM)方法,包括三角定位、集束约束等过程,利用两个场景或多个场景自动恢复相机运动和场景结构,从获取的目标物系列影像出发,最终获取较高精度的目标物稀疏三维点云;SFM方法包括增量式、层级式以及全局式。图5(a)-(c)为本发明的艺术品鉴定方法中的三维模型重建步骤中运动结构恢复步骤的示例图。其中,图5(a)为增量式SFM策略,增量式先选出两张二维图片进行初始化,接着一张张图像进行配准及点的三角化;图5(b)为层级式SFM策略,层级式即先将二维图片进行分组,每组进行配准,再对上一步的结果进行配准重建;图5(c)为全局式SFM策略,全局式即一次性将所有的影像进行配准与重建。The three-dimensional coordinates of these key points in the world coordinate system are obtained by using the epipolar constraint relationship of matching key points to build a sparse point cloud. The method that can be used is the Structure from Motion (SFM) method, including triangulation, clustering constraints and other processes, using two or more scenes to automatically restore camera motion and scene structure, starting from the acquired series of images of the target object , and finally obtain a high-precision sparse 3D point cloud of the target; the SFM method includes incremental, hierarchical and global methods. Fig. 5(a)-(c) are example diagrams of the motion structure recovery step in the three-dimensional model reconstruction step in the artwork identification method of the present invention. Among them, Fig. 5(a) is an incremental SFM strategy. The incremental method first selects two two-dimensional images for initialization, and then performs registration and triangulation of points one by one. Fig. 5(b) is a hierarchical SFM strategy , the hierarchical type is to group the two-dimensional images first, register each group, and then perform registration and reconstruction on the results of the previous step; Fig. Registration and reconstruction.
对二维艺术品照片采取的SFM方法分为一致性搜索及增量式重建两个部分。其中,一致性搜索即找到数据集中有场景重叠的图像,识别出有场景重叠影像中同一个目标点在多张影像上的投影。采用SIFT算法进行特征点的提取,利用特征描述向量找到有场景重叠的影像,传统暴力方式测试每一对影像的重叠场景,对于一张影像中的每一个特征,根据特征向量找到另一张影像中最相似的特征,时间复杂度在大场景重建中是不允许的;并精选上一步得到的可能有场景重叠的影像对,采用随机抽样一致(Random Sample Consensus,RANSAC)算法来估计影像对之间的单应变换矩阵或者本质矩阵或者基础矩阵,判断是否有足够的特征匹配点满足映射关系,从而决定影像对是否真 相关,最终获得场景图。其中,影像为图节点,相关的图像对之间有边相连。在增量式重建阶段,输入前面得到的场景图,输出的是影像的姿态估计以及空间三维坐标点。初始化,选择场景图中有多相机视场角重叠的位置进行双目初始化,这样的初始化冗余度高,使得重建更加鲁棒和精确;影像配准,找到需配准影像中的已求解得到空间三维坐标的点,利用其2D和3D信息,通过RANSAC算法及最小姿态解算器求解PNP问题(Perspective-n-Point问题),获得新加进来的影像的位姿;三角化,即前方交会,新配准进来的影像,既能观测到已经存在的空间三维点,也能求解新的空间三维点;光束法平差,影像配准与三角化是一个相互联系的过程,配准的误差会影响三角化的准确性,反之亦然。随着配准及三角化过程的重复进行,累计误差越来越大,影响最终重建的结果。光束法平差本质上是一个非线性优化算法,选取反向投影误差作为代价函数,该函数涉及待优化的相机内参、外参以及点云。过程中为了增加算法的鲁棒性,不受离群点的影响,增加Huber、Tukey等损失函数。The SFM method adopted for 2D artwork photos is divided into two parts: consistency search and incremental reconstruction. Among them, the consistency search is to find images with overlapping scenes in the data set, and identify the projection of the same target point on multiple images in the images with overlapping scenes. The SIFT algorithm is used to extract feature points, and the feature description vector is used to find images with overlapping scenes. The traditional brute force method tests the overlapping scenes of each pair of images. For each feature in one image, find another image according to the feature vector. The time complexity is not allowed in the reconstruction of large scenes; and select the image pairs obtained in the previous step that may have overlapping scenes, and use the Random Sample Consensus (RANSAC) algorithm to estimate the image pairs The homography transformation matrix or the essential matrix or the fundamental matrix between them is used to judge whether there are enough feature matching points to satisfy the mapping relationship, so as to determine whether the image pair is really related, and finally obtain the scene map. Among them, images are graph nodes, and there are edges between related image pairs. In the incremental reconstruction stage, the scene graph obtained earlier is input, and the output is the pose estimation of the image and the three-dimensional coordinate points in space. Initialization, select the position in the scene image where the field of view of multiple cameras overlaps to perform binocular initialization. This kind of initialization has high redundancy, which makes the reconstruction more robust and accurate; image registration, find the solved image in the image that needs to be registered to get The point of the three-dimensional coordinates of the space, using its 2D and 3D information, solves the PNP problem (Perspective-n-Point problem) through the RANSAC algorithm and the minimum pose solver, and obtains the pose of the newly added image; triangulation, that is, forward intersection , the newly registered images can not only observe the existing three-dimensional points in space, but also solve the new three-dimensional points in space; beam adjustment, image registration and triangulation are an interrelated process, and the error of registration will affect the accuracy of triangulation and vice versa. As the registration and triangulation processes are repeated, the cumulative error becomes larger and larger, which affects the final reconstruction result. Bundle adjustment is essentially a nonlinear optimization algorithm, and the back-projection error is selected as the cost function, which involves the camera internal parameters, external parameters and point cloud to be optimized. In the process, in order to increase the robustness of the algorithm and not be affected by outliers, loss functions such as Huber and Tukey are added.
获得稀疏点云的方法还包括Noah Snavely等人的利用多张图像信息得到稀疏点云的bundler方法或者Changchang Wu提出的用带界面的可执行程序来实现的Visual SFM方法。Methods for obtaining sparse point clouds also include the bundler method of using multiple image information to obtain sparse point clouds by Noah Snavely et al. or the Visual SFM method implemented by executable programs with interfaces proposed by Changchang Wu.
为了丰富个数相对较少的稀疏点云,丰富三维信息,进而更好地描述三维场景,将稀疏点云进行扩建形成稠密点云,在一个实施例中,采用的方法为Yasutaka Furukawa等人在2007年提出的基于面片的三维立体重建算法(Patch-Based Multi-View Stereo Software,PMVS) 方法(CVPR2007PAMI2010)。In order to enrich the relatively small number of sparse point clouds, enrich the three-dimensional information, and then better describe the three-dimensional scene, the sparse point cloud is expanded to form a dense point cloud. In one embodiment, the method adopted is Yasutaka Furukawa et al. The patch-based 3D reconstruction algorithm (Patch-Based Multi-View Stereo Software, PMVS) method proposed in 2007 (CVPR2007PAMI2010).
在诸多现有的三维重建算法中,可选择对平面进行稀疏重建的方法,例如采用由Adrien Bartoli等人提出的模板形状(SFT,Shape from Template)理论对稠密完整的物体进行重建。从一些数据(点云,图片,三维轮廓线等)重建出物体的三维逼真的三维模型,在其重建的过程中针对不同的数据的的三维重建会有不同的处理算法,如针对点云数据的三维重建有很多种重建方法,如基于Delaunay三角化,Voronoi图,隐式曲面等方法,另外在三维模型的重建过程(MarchingCube,RayCast,网格构建等)以及三维模型生成后的处理算法包括但不限于三维网格简化,三维网格加密,三维模型表面光滑,三维模型的空洞修补等等,在这其中需要用到大量的三维图形学知识(从简单的画点画线算法到复杂的体绘制算法,以及光照计算,材质映射等)。在最后的实现方面致力于提高算法效率和运行性能,各种加快算法实现的三维数据结构(KD树,八叉树等)的提出和实现,以及压榨计算机和服务器性能的并行算法(OpenMP,MPI)等,减少算法实现过程中的内存占用以及运行时间(降低空间复杂度以及时间复杂度)。Among many existing 3D reconstruction algorithms, the method of sparsely reconstructing the plane can be selected, for example, using the template shape (SFT, Shape from Template) theory proposed by Adrien Bartoli et al. to reconstruct dense and complete objects. From some data (point cloud, picture, 3D contour line, etc.) to reconstruct the 3D realistic 3D model of the object, in the reconstruction process, there will be different processing algorithms for the 3D reconstruction of different data, such as point cloud data There are many reconstruction methods for 3D reconstruction, such as methods based on Delaunay triangulation, Voronoi diagram, implicit surface, etc. In addition, the reconstruction process of 3D models (MarchingCube, RayCast, mesh construction, etc.) and the processing algorithms after 3D model generation include But not limited to 3D mesh simplification, 3D mesh encryption, 3D model surface smoothing, 3D model hole repair, etc., which require a lot of 3D graphics knowledge (from simple algorithm of drawing points and lines to complex volume Rendering algorithms, as well as lighting calculations, material mapping, etc.). In the final implementation, we are committed to improving algorithm efficiency and operating performance, proposing and implementing various three-dimensional data structures (KD tree, octree, etc.) to speed up algorithm realization, and parallel algorithms (OpenMP, MPI, etc.) ), etc., to reduce memory usage and running time in the algorithm implementation process (reduce space complexity and time complexity).
图4为本发明的艺术品鉴定方法中的三维模型重建步骤的示例图。其中输入拟被测艺术品多个角度的二维图片401,并利用上述三维模型重建方法输出拟被测艺术品以影像的姿态估计以及空间三维坐标图402,从而获得拟被测艺术品的颜色、形状和图案信息。Fig. 4 is an example diagram of the three-dimensional model reconstruction step in the artwork identification method of the present invention. Wherein, input the two-dimensional pictures 401 of multiple angles of the artwork to be tested, and use the above-mentioned three-dimensional model reconstruction method to output the posture estimation of the artwork to be tested and the spatial three-dimensional coordinate map 402, thereby obtaining the color of the artwork to be tested , shape and pattern information.
图6为本发明的艺术品鉴定方法中的对重建后的三维模型进行 艺术品图像分析给出相似度评估步骤的流程图。在步骤601,输入包含艺术品图像重建后的三维模型中包含独特特征的图像;在步骤602,利用卷积神经网络对所述图像多次进行处理,并通过全连接层对所述图像进行分类;在步骤603,在特定层启动训练网络:对每个所述图像应用滤镜并输出其对应的特征图,所述输出的特征图为新的图像输入;在步骤604,通过全连接层和ReLU函数获得被处理过的所述图像属于所述分类类别的可能性;在步骤605,从用户端获得多幅图像,经过被训练的网络获得拟被评估艺术品与经过确认的真迹相似度评估的模型分类,以获得相似度评估结果。Fig. 6 is the flow chart of the similarity evaluation step of performing artwork image analysis on the reconstructed three-dimensional model in the artwork identification method of the present invention. In step 601, an image containing unique features in the reconstructed 3D model containing the artwork image is input; in step 602, the image is processed multiple times using a convolutional neural network, and the image is classified through a fully connected layer ; In step 603, start the training network at a specific layer: apply a filter to each of the images and output its corresponding feature map, and the output feature map is a new image input; in step 604, through the fully connected layer and The ReLU function obtains the possibility that the processed image belongs to the classification category; in step 605, multiple images are obtained from the user end, and the trained network obtains the evaluation of the similarity between the artwork to be evaluated and the confirmed authentic work to obtain similarity evaluation results.
图7为本发明的艺术品鉴定方法中的对重建后的三维模型进行艺术品图像分析给出相似度评估步骤中的模型训练示例图。将利用上述三维模型重建方法输出拟被测艺术品以影像的姿态估计以及空间三维坐标图402中取样一个小的部分,并将所述小幅图片作为上述步骤601的输入层,例如图7中的鲜花的输入图像701。FIG. 7 is an example diagram of model training in the step of performing artwork image analysis on the reconstructed 3D model to give similarity evaluation in the artwork identification method of the present invention. The above-mentioned three-dimensional model reconstruction method will be used to output the attitude estimation of the image of the artwork to be tested and a small part of the sample in the space three-dimensional coordinate map 402, and the small picture will be used as the input layer of the above-mentioned step 601, such as in FIG. 7 Input image 701 of flowers.
在步骤702,通过卷积层(CONV)对特征进行提取,以输入图像是32*323为例,其中,3是它的深度(即R、G、B),卷积层是一个5*5*3的感受野705(filter),感受野的深度必须和输入图像的深度相同。通过一个filter与输入图像的卷积可以得到一个28*28*1的特征图,如使用了两个感受野(filter)得到两个特征图;使用多层卷积层来得到更深层次的特征图;在步骤714,在特定层启动网络,其中,如上述步骤603所述,在特定层启动训练网络:对每个所述图像应用滤镜并输出其对应的特征图,所述输出的特征图为新的图像输入715; 获得低层次特征706(例如简单形状)、中层次特征707(例如复杂特征)和高层次特征(例如可以用于确定鲜花的形状)以及可训练的分类;卷积层之后为ReLU激活函数,采用ReLU的激活函数的目的是避免在输入变化很小,导致输出结构发生截然不同的结果,为了模拟更细微的变化,输入和输出数值不只是0到1,可以是0和1之间的任何数;ReLU激活函数加入非线性因素,构建稀疏矩阵,也就是稀疏性,这个特性可以去除数据中的冗余,最大可能保留数据的特征,也就是大多数为0的稀疏矩阵来表示。其实这个特性主要是对于ReLU,它就是取的max(0,x),因为神经网络是不断反复计算,实际上变成了它在尝试不断试探如何用一个大多数为0的矩阵来尝试表达数据特征,结果因为稀疏特性的存在,获得更好的运算结果;采用ReLU激活函数之后的为池化层(Pooling),池化层对输入的特征图进行压缩,一方面使特征图变小,简化网络计算复杂度;一方面进行特征压缩,提取主要特征,通过池化来降低卷积层输出的特征向量,同时改善结果(不易出现过拟合)。In step 702, the features are extracted through the convolutional layer (CONV). Taking the input image as 32*323 as an example, 3 is its depth (ie R, G, B), and the convolutional layer is a 5*5 *3 Receptive field 705 (filter), the depth of the receptive field must be the same as the depth of the input image. A 28*28*1 feature map can be obtained by convolving a filter with the input image. For example, two receptive fields (filters) are used to obtain two feature maps; multi-layer convolutional layers are used to obtain deeper feature maps. ; In step 714, start the network at a specific layer, wherein, as described in the above step 603, start the training network at a specific layer: apply a filter to each of the images and output its corresponding feature map, the output feature map Input 715 for a new image; Obtain low-level features 706 (e.g. simple shapes), mid-level features 707 (e.g. complex features) and high-level features (e.g. can be used to determine the shape of flowers) and trainable classification; convolutional layer After that, it is the ReLU activation function. The purpose of using the ReLU activation function is to avoid small changes in the input, resulting in completely different results in the output structure. In order to simulate more subtle changes, the input and output values are not just 0 to 1, but can be 0 Any number between 1 and 1; the ReLU activation function adds nonlinear factors to construct a sparse matrix, that is, sparsity. This feature can remove redundancy in the data and retain the characteristics of the data as much as possible, that is, most of the sparseness is 0. matrix to represent. In fact, this feature is mainly for ReLU, which is max(0,x), because the neural network is constantly calculating repeatedly, and it actually becomes that it is trying to constantly try to express data with a matrix that is mostly 0 feature, the result is better calculation results due to the existence of sparse features; the pooling layer (Pooling) after the ReLU activation function is used, and the pooling layer compresses the input feature map, on the one hand, it makes the feature map smaller and simplifies The computational complexity of the network; on the one hand, feature compression is performed to extract the main features, and the feature vector output by the convolutional layer is reduced by pooling, while improving the result (not easy to overfit).
在步骤703,在多次进行卷积层、ReLU激活函数和池化层的处理之后,进入全连接层(FC);在全连接层710,连接所有的特征709(x 1,x 2,x 3…..),经过ReLU激活函数711,再次进入全连接层712,将输出值送给分类器(如softmax分类器713),上述鲜花示例中,获得为鲜花的可能性最高,为杯子的可能性次之,为汽车的可能性再次之,最后为树木的可能性为最低。全连接层的每一个结点都与上一层的所有结点相连,用来把前边提取到的特征综合起来。由于其全相连的特 性,一般全连接层的参数也是最多的。在上述鲜花的实施例中,分类后的结果704为鲜花、杯子、汽车和树木。 In step 703, after performing the convolutional layer, ReLU activation function and pooling layer for many times, enter the fully connected layer (FC); in the fully connected layer 710, connect all features 709 (x 1 , x 2 , x 3 .....), through the ReLU activation function 711, enter the fully connected layer 712 again, and send the output value to the classifier (such as the softmax classifier 713). The next most likely is a car, the third least likely to be a tree, and finally the least likely to be a tree. Each node of the fully connected layer is connected to all the nodes of the previous layer, which is used to integrate the features extracted earlier. Due to its fully connected characteristics, the parameters of the general fully connected layer are also the most. In the above embodiment of flowers, the classified results 704 are flowers, cups, cars and trees.
图8为本发明的艺术品鉴定方法中的对重建后的三维模型进行艺术品图像分析给出相似度评估步骤中的模型分类示意图。根据用户提供的照片801,进入已训练的模型802,获得深度神经网络模型(DNN)的相似度评估结果803,从DNN按不同层的位置划分,DNN内部的神经网络层可以分为三类,输入层,隐藏层和输出层,一般来说第一层是输入层,最后一层是输出层,而中间的层数都是隐藏层。在一个实施例中,给出0至1的相似度评估,评价拟被鉴定的艺术品与真迹之间的相似程度,越接近1,越真实,当结果为1时,二者一致。在鉴定结果为1时,启动上述的艺术品交易方法。FIG. 8 is a schematic diagram of model classification in the step of performing artwork image analysis on the reconstructed 3D model in the artwork identification method of the present invention to give a similarity evaluation step. According to the photo 801 provided by the user, enter the trained model 802, and obtain the similarity evaluation result 803 of the deep neural network model (DNN). From the position of the different layers of the DNN, the neural network layers inside the DNN can be divided into three categories, Input layer, hidden layer and output layer, generally speaking, the first layer is the input layer, the last layer is the output layer, and the middle layers are all hidden layers. In one embodiment, a similarity evaluation of 0 to 1 is given to evaluate the similarity between the artwork to be identified and the authentic one, the closer to 1, the more authentic, and when the result is 1, the two are consistent. When the identification result is 1, the above-mentioned art transaction method is started.
图9为本发明的艺术品鉴定系统的结构图。例如艺术品鉴定的服务器901。该艺术品鉴定的服务器包括处理器910,此处的处理器可以为通用或专用芯片(ASIC/eASIC)或FPGA或NPU等,和以存储器920形式的计算机程序产品或者计算机可读介质。存储器920可以是诸如闪存、EEPROM(电可擦除可编程只读存储器)、EPROM、硬盘或者ROM之类的电子存储器。存储器920具有用于执行上述方法中的任何方法步骤的程序代码的存储空间930。例如,用于程序代码的存储空间930可以包括分别用于实现上面的方法中的各种步骤的各个程序代码931。这些程序代码可以被读出或者写入到所述处理器910中。这些计算机程序产品包括诸如硬盘,紧致盘(CD)、存储卡或者软盘之类的程序代码载体。这样的计算机程序产品通常为如参考 图10所述的便携式或者固定存储单元。图10为本发明的艺术品鉴定系统的便携式或者固定存储单元的计算机产品图。该存储单元可以具有与图9的服务器中的存储器920类似布置的存储段、存储空间等。程序代码可以例如以适当形式进行压缩。通常,存储单元包括计算机可读代码931’,即可以由例如诸如910之类的处理器读取的代码,这些代码当由服务器运行时,导致该服务器执行上面所描述的方法中的各个步骤。这些代码当由服务器运行时,导致该服务器执行上面所描述的方法中的各个步骤。Fig. 9 is a structural diagram of the art identification system of the present invention. For example, the server 901 for artwork identification. The artwork authentication server includes a processor 910, where the processor can be a general-purpose or special-purpose chip (ASIC/eASIC) or FPGA or NPU, etc., and a computer program product in the form of a memory 920 or a computer-readable medium. Memory 920 may be electronic memory such as flash memory, EEPROM (Electrically Erasable Programmable Read Only Memory), EPROM, hard disk, or ROM. The memory 920 has a storage space 930 for program codes for performing any method steps in the methods described above. For example, the storage space 930 for program codes may include respective program codes 931 for respectively implementing various steps in the above methods. These program codes can be read or written into the processor 910 . These computer program products comprise program code carriers such as hard disks, compact disks (CDs), memory cards or floppy disks. Such a computer program product is typically a portable or fixed storage unit as described with reference to FIG. 10 . Fig. 10 is a computer product diagram of the portable or fixed storage unit of the art identification system of the present invention. The storage unit may have storage segments, storage spaces, etc. arranged similarly to the memory 920 in the server of FIG. 9 . The program code can eg be compressed in a suitable form. Typically, the storage unit includes computer readable code 931', i.e. code readable by, for example, a processor such as 910, which when executed by the server causes the server to perform the steps of the methods described above. These codes, when executed by the server, cause the server to perform the steps of the methods described above.
本文中所称的“一个实施例”、“实施例”或者“一个或者多个实施例”意味着,结合实施例描述的特定特征、结构或者特性包括在本发明的至少一个实施例中。此外,请注意,这里“在一个实施例中”的词语例子不一定全指同一个实施例。Reference herein to "one embodiment," "an embodiment," or "one or more embodiments" means that a particular feature, structure, or characteristic described in connection with the embodiment is included in at least one embodiment of the present invention. Additionally, please note that examples of the word "in one embodiment" herein do not necessarily all refer to the same embodiment.
以上所述仅用于说明本发明的技术方案,任何本领域普通技术人员均可在不违背本发明的精神及范畴下,对上述实施例进行修饰与改变。因此,本发明的权利保护范围应视权利要求范围为准。本发明已结合例子在上面进行了阐述。然而,在本发明公开范围以内的上述实施例以外的其它实施例也同样可行。本发明的不同的特点和步骤可以以不同于所描述的其它方法进行组合。本发明的范围仅受限于所附的权利要求书。更一般地,本领域普通技术人员可以轻易地理解此处描述的所有的参数,尺寸,材料和配置是为示范目的而实际的参数,尺寸,材料和/或配置将取决于特定应用或本发明教导所用于的应用。The above description is only used to illustrate the technical solutions of the present invention, and any person skilled in the art can modify and change the above embodiments without departing from the spirit and scope of the present invention. Therefore, the protection scope of the present invention should be determined by the scope of the claims. The present invention has been described above with reference to examples. However, other embodiments than those described above are equally possible within the disclosed scope of the present invention. The different features and steps of the invention may be combined in other ways than described. The scope of the present invention is limited only by the appended claims. More generally, one of ordinary skill in the art can readily understand that all parameters, dimensions, materials and configurations described herein are for exemplary purposes and actual parameters, dimensions, materials and/or configurations will depend on the particular application or invention Teach the application for which it is used.

Claims (30)

  1. 一种基于人工智能的艺术品鉴定方法,包括如下步骤:A kind of art identification method based on artificial intelligence, comprises the following steps:
    获得拟被鉴定艺术品的多幅视图;Obtain multiple views of the artwork to be authenticated;
    通过所获得的多幅视图对拟被鉴定艺术品进行三维模型重建;Reconstruct the three-dimensional model of the artwork to be identified through the multiple views obtained;
    将被重建后的三维模型进行艺术品图像分析给出与真实艺术品数据相似度的评估;Perform artwork image analysis on the reconstructed 3D model to give an assessment of the similarity with real artwork data;
    根据评估结果,给出拟被鉴定艺术品真伪的可能性;According to the evaluation results, the possibility of the authenticity of the artwork to be identified is given;
    其中,所述将被重建后的三维模型进行艺术品图像分析给出与真实艺术品数据相似度的评估的步骤还包括:Wherein, the step of performing artwork image analysis on the reconstructed three-dimensional model to give an assessment of the similarity with real artwork data also includes:
    输入包含拟被鉴定艺术品图像重建后的三维模型中包含独特特征的图像;Input images containing unique features in reconstructed 3D models containing images of artworks to be identified;
    利用卷积神经网络对所述图像多次进行处理,并通过全连接层对所述图像进行分类;Using a convolutional neural network to process the image multiple times, and classifying the image through a fully connected layer;
    在特定层启动训练网络:对每个所述图像应用滤镜并输出其对应的特征图,所述输出的特征图作为新的图像输入;Start the training network at a specific layer: apply a filter to each of said images and output its corresponding feature map, said output feature map is used as a new image input;
    通过全连接层和ReLU函数获得被处理过的所述图像属于所述分类类别的可能性,获得评估结果。The probability that the processed image belongs to the classification category is obtained through the fully connected layer and the ReLU function, and an evaluation result is obtained.
  2. 如权利要求1所述的艺术品鉴定方法,其中所述通过所获得的多幅视图对拟被鉴定艺术品进行三维模型重建的步骤包括:The art identification method according to claim 1, wherein the step of reconstructing the three-dimensional model of the artwork to be identified through the obtained multiple views comprises:
    所述多幅视图是从不同侧面获得的多副二维艺术品图片;The plurality of views are a plurality of pictures of two-dimensional artwork obtained from different sides;
    对所述多幅二维艺术品图片中的每个进行关键特征点的提取与匹配;Carrying out extraction and matching of key feature points for each of the plurality of two-dimensional artwork pictures;
    利用所匹配的关键特征点的对极约束关系获得这些关键点在坐标系中的三维坐标以建立稀疏点云;Use the epipolar constraint relationship of the matched key feature points to obtain the three-dimensional coordinates of these key points in the coordinate system to establish a sparse point cloud;
    将所述稀疏点云扩展生成稠密点云;Expanding the sparse point cloud to generate a dense point cloud;
    对所述稠密点云的空洞部分进行填充从而进行表面重建,并进行纹理映射以便将二维空间中的纹理信息映射到三维空间。The cavity part of the dense point cloud is filled to perform surface reconstruction, and texture mapping is performed to map the texture information in the two-dimensional space to the three-dimensional space.
  3. 如权利要求1所述的艺术品鉴定方法,还包括如下步骤,通过卷积层(CONV)对特征进行提取;The art identification method as claimed in claim 1, further comprising the steps of extracting features by a convolutional layer (CONV);
    通过感受野(filter)与输入图像的卷积得到特征图;The feature map is obtained by convolution of the receptive field (filter) and the input image;
    使用多层卷积层来得到更深层次的特征图。Use multiple convolutional layers to get deeper feature maps.
  4. 如权利要求3所述的艺术品鉴定方法,其中所述的特征图中分别获得例如简单形状的低层次特征、例如复杂特征的中层次特征和例如确定具体图案形状的高层次特征以及可训练的分类。The art identification method as claimed in claim 3, wherein the low-level features such as simple shapes, middle-level features such as complex features and high-level features such as determining specific pattern shapes and trainable features are respectively obtained in the feature map. Classification.
  5. 如权利要求3所述的艺术品鉴定方法,其中卷积层之后为ReLU激活函数,所述ReLU函数的输入值输出数值为0和1之间的任何数;The art identification method as claimed in claim 3, wherein the convolutional layer is followed by a ReLU activation function, and the input value output value of the ReLU function is any number between 0 and 1;
    所述ReLU函数之后为池化层,所述池化层对输入的特征图进行压缩,使特征图变小,并提取主要特征。The ReLU function is followed by a pooling layer, which compresses the input feature map to make the feature map smaller and extracts main features.
  6. 如权利要求1所述的艺术品鉴定方法,其中获得评估结果的步骤中,通过深度神经网络模型(DNN)来获得相似度评估结果,其中根据DNN不同层的位置划分,其内部的网络层分为输入层,隐藏层和输出层三类,其中第一层为输入层、最后一层为输出层,中间的层为隐藏层。The art identification method as claimed in claim 1, wherein in the step of obtaining evaluation results, the similarity evaluation results are obtained by a deep neural network model (DNN), wherein according to the position division of different layers of DNN, its internal network layers are divided into There are three types of input layer, hidden layer and output layer, in which the first layer is the input layer, the last layer is the output layer, and the middle layer is the hidden layer.
  7. 如权利要求6的艺术品鉴定方法,其中还包括给出0至1的相似度评估,评价拟被鉴定的艺术品与真迹之间的相似程度,越接近1,拟被鉴定的艺术品越真实,当结果为1时,拟被鉴定艺术品与真迹一致。The art identification method according to claim 6, which also includes giving a similarity evaluation of 0 to 1, evaluating the degree of similarity between the artwork to be identified and the original, the closer to 1, the more authentic the artwork to be identified , when the result is 1, the artwork to be identified is consistent with the authentic one.
  8. 如权利要求2所述的艺术品鉴定方法,其中所述每个进行关键特征点的提取与匹配步骤包括:The art identification method as claimed in claim 2, wherein each of the extraction and matching steps of carrying out key feature points comprises:
    基于三个条件提取关键特征点:(1)颜色、(2)形状、(3)图案;并Key feature points are extracted based on three conditions: (1) color, (2) shape, (3) pattern; and
    采用基于块的和基于SIFT特征的匹配方法,匹配过程中采用KD-TREE的方法对最近邻的特征点进行匹配,并采用多视角几何进行限制。The block-based and SIFT feature-based matching methods are used, and the KD-TREE method is used to match the nearest neighbor feature points in the matching process, and multi-view geometry is used to limit.
  9. 如权利要求2所述的艺术品鉴定方法,其中所述利用所匹配的关键特征点的对极约束关系获得这些关键点在坐标系中的三维坐标以建立稀疏点云的步骤包括:The art identification method as claimed in claim 2, wherein the step of obtaining the three-dimensional coordinates of these key points in the coordinate system by using the epipolar constraint relationship of the matched key feature points to set up a sparse point cloud comprises:
    运动恢复结构(SFM)方法,包括三角定位、集束约束等过程,利用两个场景或多个场景自动恢复相机运动和场景结构,从获取的目标物系列影像出发,最终获取较高精度的目标物稀疏三维点云;Structure from Motion (SFM) method, including triangulation, clustering constraints and other processes, uses two or more scenes to automatically restore camera motion and scene structure, starting from the acquired series of images of the target, and finally obtains a higher-precision target Sparse 3D point cloud;
    所述SFM方法包括增量式、层级式、或全局式策略;The SFM method includes incremental, hierarchical, or global strategies;
    以及一致性搜索及增量式重建;And consistent search and incremental reconstruction;
    其中在一致性搜索阶段,找到数据集中有场景重叠的图像,识别出有场景重叠影像中同一个目标点在多张影像上的投影;Among them, in the consistency search stage, find images with overlapping scenes in the data set, and identify the projection of the same target point on multiple images in images with overlapping scenes;
    在增量式重建阶段,输入前面得到的场景图,输出的是影像的姿态估计以及空间三维坐标点。In the incremental reconstruction stage, the scene graph obtained earlier is input, and the output is the pose estimation of the image and the three-dimensional coordinate points in space.
  10. 一种基于人工智能的艺术品鉴定系统,包括:An art identification system based on artificial intelligence, including:
    视图获得模块,获得拟被鉴定艺术品的多幅视图;The view acquisition module obtains multiple views of the artwork to be identified;
    三维模型重建模块,通过所获得的多幅视图对拟被鉴定艺术品进行三维模型重建;The 3D model reconstruction module is used to reconstruct the 3D model of the artwork to be identified through the obtained multiple views;
    相似度评估模块,将被重建后的三维模型进行艺术品图像分析给出与真实艺术品数据相似度的评估;The similarity assessment module analyzes the reconstructed 3D model for the artwork image to give an assessment of the similarity with the real artwork data;
    真伪判断模块,给出拟被鉴定艺术品真伪的可能性;Authenticity judgment module, which gives the possibility of the authenticity of the artwork to be identified;
    其中,所述相似度评估模块,还包括:Wherein, the similarity evaluation module also includes:
    图像输入模块,输入包含拟被鉴定艺术品图像重建后的三维模型中包含独特特征的图像;An image input module, which inputs images containing unique features in the reconstructed 3D model containing images of works of art to be identified;
    图像分类模块,利用卷积神经网络对所述图像多次进行处理,并通过全连接层对所述图像进行分类;The image classification module utilizes a convolutional neural network to process the image multiple times, and classifies the image through a fully connected layer;
    特征图输出模块,在特定层启动训练网络:对每个所述图像应用滤镜并输出其对应的特征图,所述输出的特征图作为新的图像输入;The feature map output module starts the training network at a specific layer: applies a filter to each of the images and outputs its corresponding feature map, and the output feature map is used as a new image input;
    分类可能性判定模块,通过全连接层和ReLU函数获得被处理过的所述图像属于所述分类类别的可能性,获得评估结果。The classification possibility determination module obtains the possibility that the processed image belongs to the classification category through the fully connected layer and the ReLU function, and obtains an evaluation result.
  11. 如权利要求10所述的艺术品鉴定系统,其中所述三维模型重建模块,其中:所述多幅视图是从不同侧面获得的多副二维艺术品图片;还包括:The artwork appraisal system according to claim 10, wherein said three-dimensional model reconstruction module, wherein: said multiple views are multiple two-dimensional artwork pictures obtained from different sides; also comprising:
    特征点提取匹配模块,对所述多幅二维艺术品图片中的每个进行关键特征点的提取与匹配;The feature point extraction and matching module is used to extract and match key feature points for each of the multiple two-dimensional artwork pictures;
    稀疏点云建立模块,利用所匹配的关键特征点的对极约束关系获得这些关键点在坐标系中的三维坐标以建立稀疏点云;The sparse point cloud building module uses the epipolar constraint relationship of the matched key feature points to obtain the three-dimensional coordinates of these key points in the coordinate system to build a sparse point cloud;
    稠密点云扩展模块,将所述稀疏点云扩展生成稠密点云;A dense point cloud expansion module, which expands the sparse point cloud to generate a dense point cloud;
    表面重建映射模块,对所述稠密点云的空洞部分进行填充从而进行表面重建,并进行纹理映射以便将二维空间中的纹理信息映射到三维空间。The surface reconstruction and mapping module fills the hollow part of the dense point cloud to perform surface reconstruction, and performs texture mapping to map the texture information in the two-dimensional space to the three-dimensional space.
  12. 如权利要求10所述的艺术品鉴定系统,还包括,通过卷积层(CONV)对特征进行提取;Artwork identification system as claimed in claim 10, also comprises, feature is extracted by convolutional layer (CONV);
    通过感受野(filter)与输入图像的卷积得到特征图;The feature map is obtained by convolution of the receptive field (filter) and the input image;
    使用多层卷积层来得到更深层次的特征图。Use multiple convolutional layers to get deeper feature maps.
  13. 如权利要求12所述的艺术品鉴定系统,其中所述的特征图中分别获得例如简单形状的低层次特征、例如复杂特征的中层次特征和例如确定具体图案形状的高层次特征以及可训练的分类。The art identification system as claimed in claim 12, wherein said feature map respectively obtains low-level features such as simple shapes, middle-level features such as complex features, and high-level features such as determining specific pattern shapes and trainable Classification.
  14. 如权利要求12所述的艺术品鉴定系统,其中卷积层之后为ReLU激活函数,所述ReLU函数的输入值输出数值为0和1之间的任何数;The artwork appraisal system as claimed in claim 12, wherein the ReLU activation function is behind the convolutional layer, and the input value output value of the ReLU function is any number between 0 and 1;
    所述ReLU函数之后为池化层,所述池化层对输入的特征图进行压缩,使特征图变小,并提取主要特征。The ReLU function is followed by a pooling layer, which compresses the input feature map to make the feature map smaller and extracts main features.
  15. 如权利要求10所述的艺术品鉴定系统,其中分类可能性判定模块中,The art identification system as claimed in claim 10, wherein in the classification possibility determination module,
    通过深度神经网络模型(DNN)来获得相似度评估结果,其中根据DNN不同层的位置划分,其内部的网络层分为输入层,隐藏层和输出层三类,其中第一层为输入层、最后一层为输出层,中间的层为隐藏层。The similarity evaluation results are obtained through the deep neural network model (DNN). According to the position division of different layers of DNN, the internal network layers are divided into three types: input layer, hidden layer and output layer. The first layer is the input layer, the hidden layer and the output layer. The last layer is the output layer, and the middle layer is the hidden layer.
  16. 如权利要求15的艺术品鉴定系统,其中还包括给出0至1的相似度评估,评价拟被鉴定的艺术品与真迹之间的相似程度,越接近1,拟被鉴定的艺术品越真实,当结果为1时,拟被鉴定艺术品与真迹一致。The art identification system as claimed in claim 15, which also includes giving a similarity evaluation of 0 to 1, evaluating the degree of similarity between the artwork to be identified and the original, the closer to 1, the more authentic the artwork to be identified , when the result is 1, the artwork to be identified is consistent with the authentic one.
  17. 如权利要求11所述的艺术品鉴定系统,其中所述特征点提取匹配模块,包括:The art identification system according to claim 11, wherein said feature point extraction and matching module comprises:
    基于三个条件提取关键特征点:(1)颜色、(2)形状、(3)图案;并Key feature points are extracted based on three conditions: (1) color, (2) shape, (3) pattern; and
    块匹配模块,采用基于块的和基于SIFT特征的匹配,所述匹配为采用KD-TREE的方法对最近邻的特征点进行匹配,采用多视角几何进行限制。The block matching module adopts block-based and SIFT feature-based matching. The matching is to use the KD-TREE method to match the nearest neighbor feature points, and use multi-view geometry to limit.
  18. 如权利要求11所述的艺术品鉴定系统,其中所述稀疏点云建立模块,包括:The art identification system according to claim 11, wherein said sparse point cloud building module comprises:
    运用恢复结构(SFM)模块,包括三角定位、集束约束,利用两个场景或多个场景自动恢复相机运动和场景结构,从获取的目标物系列影像出发,最终获取较高精度的目标物稀疏三维点云;Using the Restoration Structure (SFM) module, including triangulation and clustering constraints, using two or more scenes to automatically restore camera motion and scene structure, starting from the acquired series of images of the target, and finally obtain a high-precision sparse 3D target point cloud;
    所述SFM模块包括增量式、层级式、或全局式策略模块;The SFM module includes incremental, hierarchical, or global strategy modules;
    和一致性搜索及增量式重建模块;and consistency search and incremental reconstruction modules;
    其中在一致性搜索阶段,找到数据集中有场景重叠的图像,识别出有场景重叠影像中同一个目标点在多张影像上的投影;Among them, in the consistency search stage, find images with overlapping scenes in the data set, and identify the projection of the same target point on multiple images in images with overlapping scenes;
    在增量式重建阶段,输入前面得到的场景图,输出的是影像的姿态估计以及空间三维坐标点。In the incremental reconstruction stage, the scene graph obtained earlier is input, and the output is the pose estimation of the image and the three-dimensional coordinate points in space.
  19. 一种在线艺术品交易的方法,包括,A method of online art trading comprising,
    记录经过鉴定的真迹艺术品的实体证书至艺术品交易区块链;Record the physical certificate of the authenticated authentic artwork to the artwork transaction blockchain;
    拟参与艺术品交易的用户进入艺术品交易网站获得目标艺术品的基本信息;Users who intend to participate in the artwork transaction enter the artwork transaction website to obtain the basic information of the target artwork;
    卖家通过如权利要求1-9所述的艺术品鉴定方法获得艺术品真伪分析结果;The seller obtains the authenticity analysis result of the artwork through the artwork identification method described in claims 1-9;
    买家通过智能合约方式完成艺术品真迹的交易;Buyers complete the transaction of authentic works of art through smart contracts;
    其中记录经过鉴定的真迹艺术品的实体证书至艺术品交易区块链的步骤还包括:The step of recording the physical certificate of the authenticated authentic artwork to the artwork transaction blockchain also includes:
    通过智能合约将艺术品实体证书的信息和买卖双方的信息记入区块链;The information of the artwork entity certificate and the information of buyers and sellers are recorded in the blockchain through smart contracts;
    将智能合同通过P2P网络在区块链全网扩散;并且Proliferate smart contracts throughout the blockchain network through the P2P network; and
    其中买家通过智能合约方式完成艺术品真迹的交易步骤,还包括:Among them, buyers complete the transaction steps of authentic works of art through smart contracts, including:
    定期检查区块链,在触发特定条件时,自动执行所述智能合同完成交易。The blockchain is checked regularly, and when certain conditions are triggered, the smart contract is automatically executed to complete the transaction.
  20. 如权利要求19所述的在线艺术品交易方法,其中所述触发条件为卖方的拟交易艺术品经过艺术品真伪分析被确定为真迹、并在匹配适合买方。The online artwork transaction method according to claim 19, wherein the trigger condition is that the seller's artwork to be traded is determined to be authentic after artwork authenticity analysis, and is suitable for the buyer after matching.
  21. 如权利要求20所述的在线艺术品交易方法,其中所述的买卖双方的信息为买卖双方的身份信息,交易标的,交易价格以及交易成立需触发的条件,例如交易地点的匹配,定金支付比例,交易期限,交易完成的标准等。The online art transaction method according to claim 20, wherein the information of the buyer and the seller is the identity information of the buyer and the seller, the transaction target, the transaction price and the conditions that need to be triggered for the establishment of the transaction, such as the matching of the transaction location and the deposit payment ratio , transaction deadline, transaction completion criteria, etc.
  22. 如权利要求19所述的在线艺术品交易方法,所述的艺术品交易区块链为比特币平台、连接到比特币主区块链上的侧链、包括正在运行的智能合约的公有区块链平台NXT,以太坊。The online artwork transaction method according to claim 19, the artwork transaction block chain is a Bitcoin platform, a side chain connected to the Bitcoin main block chain, and a public block comprising an operating smart contract Chain platform NXT, Ethereum.
  23. 如权利要求19所述的在线艺术品交易方法,其中通过智能合约方式完成艺术品真迹的交易的步骤包括:The online artwork transaction method as claimed in claim 19, wherein the step of completing the transaction of the authentic artwork through the smart contract comprises:
    合约制定阶段;合约编程阶段;合约部署阶段;合约触发阶段;区块链验证阶段;和合约执行阶段。Contract formulation phase; contract programming phase; contract deployment phase; contract triggering phase; blockchain verification phase; and contract execution phase.
  24. 如权利要求19所述的在线艺术品交易方法,其中还包括:The online artwork trading method as claimed in claim 19, further comprising:
    买卖双方的合同以代码的形式写入区块链,并将合同公开。The contract between the buyer and the seller is written into the blockchain in the form of code, and the contract is made public.
  25. 一种在线艺术品交易的系统,包括,A system for online art transactions, comprising,
    真迹记录模块,记录经过鉴定的真迹艺术品的实体证书至艺术品交易区块链;Authentic recording module, which records the physical certificate of the authenticated authentic artwork to the artwork transaction blockchain;
    真迹信息参考模块,拟参与艺术品交易的用户进入艺术品交易网站获得目标艺术品的基本信息;Authentic work information reference module, users who intend to participate in the art transaction enter the art transaction website to obtain the basic information of the target artwork;
    艺术品真伪判断模块,卖家通过如权利要求10-18所述的艺术品鉴定系统获得艺术品真伪分析结果;Artwork authenticity judging module, the seller obtains the analysis result of artwork authenticity through the artwork appraisal system as described in claims 10-18;
    交易模块,买家通过智能合约方式完成艺术品真迹的交易;其中真迹记录模块还包括,In the transaction module, buyers complete the transaction of authentic works of art through smart contracts; the authentic record module also includes,
    信息记录模块,通过智能合约将艺术品实体证书的信息和买卖双方的信息记入区块链;The information recording module records the information of the artwork entity certificate and the information of buyers and sellers into the blockchain through smart contracts;
    扩散模块,将智能合同通过P2P网络在区块链全网扩散;并且Diffusion module, which diffuses smart contracts in the entire blockchain network through the P2P network; and
    其中交易模块,还包括:Among them, the transaction module also includes:
    合同执行模块,定期检查区块链,在触发特定条件时,自动执行所述智能合同完成交易。The contract execution module regularly checks the blockchain, and automatically executes the smart contract to complete the transaction when a specific condition is triggered.
  26. 如权利要求25所述的在线艺术品交易的系统,其中所述触发条件为卖方的拟交易艺术品经过艺术品真伪分析被确定为真迹、并在匹配适合买方。The online art trading system according to claim 25, wherein the triggering condition is that the seller's art to be traded is determined to be authentic after art authenticity analysis, and is suitable for the buyer after matching.
  27. 如权利要求26所述的在线艺术品交易的系统,其中所述的买卖双方的信息为买卖双方的身份信息,交易标的,交易价格以及交易成立需触发的条件,例如交易地点的匹配,定金支付比例,交易期限,交易完成的标准等。The online art trading system according to claim 26, wherein the information of the buyer and the seller is the identity information of the buyer and the seller, the transaction target, the transaction price and the conditions that need to be triggered for the establishment of the transaction, such as the matching of the transaction location and the deposit payment Ratio, transaction period, transaction completion criteria, etc.
  28. 如权利要求25所述的在线艺术品交易的系统,所述的艺术品交易区块链为比特币平台、连接到比特币主区块链上的侧链、包括正在运行的智能合约的公有区块链平台NXT、以太坊。The system of online art transaction as claimed in claim 25, the block chain of described art transaction is a Bitcoin platform, a side chain connected to the main block chain of Bitcoin, and a public area comprising an operating smart contract Block chain platform NXT, Ethereum.
  29. 如权利要求25所述的在线艺术品交易的系统,其中交易模块,包括:The system for online artwork transaction as claimed in claim 25, wherein the transaction module comprises:
    合约制定模块;合约编程模块;合约部署模块;合约触发模块;区块链验证模块;和合约执行模块。contract formulation module; contract programming module; contract deployment module; contract triggering module; blockchain verification module; and contract execution module.
  30. 如权利要求25所述的在线艺术品交易的系统,其中还包括:The system for online artwork transaction as claimed in claim 25, further comprising:
    买卖双方的合同以代码的形式写入区块链,并将合同公开。The contract between the buyer and the seller is written into the blockchain in the form of code, and the contract is made public.
PCT/CN2021/123968 2021-06-09 2021-10-15 Artwork identification method and system based on artificial intelligence, and artwork trading method and system WO2022257315A1 (en)

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
CN202110650513.7 2021-06-09
CN202110650513 2021-06-09
CN202111104769.4 2021-09-18
CN202111104769.4A CN115526823A (en) 2021-06-09 2021-09-18 Artwork identification method and system based on artificial intelligence and artwork transaction method and system

Publications (1)

Publication Number Publication Date
WO2022257315A1 true WO2022257315A1 (en) 2022-12-15

Family

ID=84424719

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/123968 WO2022257315A1 (en) 2021-06-09 2021-10-15 Artwork identification method and system based on artificial intelligence, and artwork trading method and system

Country Status (1)

Country Link
WO (1) WO2022257315A1 (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107194587A (en) * 2017-05-24 2017-09-22 暨南大学 It is a kind of to be circulated based on block chain and the art work of expert system and identification register method
CN108985763A (en) * 2018-07-12 2018-12-11 北京爱蜂科技有限公司 It is a kind of based on block chain technology the art work identification deposit guard system
CN109165953A (en) * 2018-07-27 2019-01-08 中国联合网络通信集团有限公司 Art sales method, apparatus, equipment and readable storage medium storing program for executing
CN109410337A (en) * 2017-08-15 2019-03-01 北京蜂鸟互动科技有限公司 A kind of artificial intelligence medical system implementation method, system based on VR model
CN109766944A (en) * 2019-01-10 2019-05-17 四川中新华搜信息技术有限公司 A kind of exterior of commodity method for anti-counterfeit of the image recognition based on CNN
CN110390638A (en) * 2019-07-22 2019-10-29 北京工商大学 A kind of high-resolution three-dimension voxel model method for reconstructing
CN110455803A (en) * 2016-07-01 2019-11-15 宁夏六维辩证文物鉴定研究所 A kind of verification retrieval system and identification method
US20200311923A1 (en) * 2019-03-26 2020-10-01 The Johns Hopkins University Method and Apparatus for Registration of Different Mammography Image Views
CN112861789A (en) * 2021-03-10 2021-05-28 上海交通大学 CRT fluorescent powder intelligent cleaning and quality control method based on image deep learning

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110455803A (en) * 2016-07-01 2019-11-15 宁夏六维辩证文物鉴定研究所 A kind of verification retrieval system and identification method
CN107194587A (en) * 2017-05-24 2017-09-22 暨南大学 It is a kind of to be circulated based on block chain and the art work of expert system and identification register method
CN109410337A (en) * 2017-08-15 2019-03-01 北京蜂鸟互动科技有限公司 A kind of artificial intelligence medical system implementation method, system based on VR model
CN108985763A (en) * 2018-07-12 2018-12-11 北京爱蜂科技有限公司 It is a kind of based on block chain technology the art work identification deposit guard system
CN109165953A (en) * 2018-07-27 2019-01-08 中国联合网络通信集团有限公司 Art sales method, apparatus, equipment and readable storage medium storing program for executing
CN109766944A (en) * 2019-01-10 2019-05-17 四川中新华搜信息技术有限公司 A kind of exterior of commodity method for anti-counterfeit of the image recognition based on CNN
US20200311923A1 (en) * 2019-03-26 2020-10-01 The Johns Hopkins University Method and Apparatus for Registration of Different Mammography Image Views
CN110390638A (en) * 2019-07-22 2019-10-29 北京工商大学 A kind of high-resolution three-dimension voxel model method for reconstructing
CN112861789A (en) * 2021-03-10 2021-05-28 上海交通大学 CRT fluorescent powder intelligent cleaning and quality control method based on image deep learning

Similar Documents

Publication Publication Date Title
Tulsiani et al. Learning category-specific deformable 3d models for object reconstruction
Hu et al. Robust hair capture using simulated examples
Li et al. Multi-scale neighborhood feature extraction and aggregation for point cloud segmentation
CN107038751A (en) The identification of 3D modeling object is carried out from 2D images
CN107067473A (en) 3D modeling object is reconstructed
Kim et al. Finding ridges and valleys in a discrete surface using a modified MLS approximation
Zhai et al. Deep structure-revealed network for texture recognition
Funk et al. Beyond planar symmetry: Modeling human perception of reflection and rotation symmetries in the wild
Liu et al. Robust feature matching via advanced neighborhood topology consensus
CN109063678A (en) The method, apparatus and storage medium of face image identification
Tam et al. Diffusion pruning for rapidly and robustly selecting global correspondences using local isometry.
Lv et al. 3D facial expression modeling based on facial landmarks in single image
Aygün et al. Unsupervised dense shape correspondence using heat kernels
Kaskman et al. 6 dof pose estimation of textureless objects from multiple rgb frames
Lei et al. What's the Situation With Intelligent Mesh Generation: A Survey and Perspectives
Potje et al. Learning geodesic-aware local features from RGB-D images
WO2022257315A1 (en) Artwork identification method and system based on artificial intelligence, and artwork trading method and system
CN115630660B (en) Barcode positioning method and device based on convolutional neural network
Jabberi et al. Face shapenets for 3d face recognition
Khan et al. Towards monocular neural facial depth estimation: Past, present, and future
Fu et al. State-of-the-art in 3D face reconstruction from a single RGB image
Chen et al. Viewnet: A novel projection-based backbone with view pooling for few-shot point cloud classification
CN115526823A (en) Artwork identification method and system based on artificial intelligence and artwork transaction method and system
Lyra et al. Development of an efficient 3D reconstruction solution from permissive open-source code
Mao et al. A global-matching framework for multi-view stereopsis

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: 21944815

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE