CN111143375A - Design system based on block chain - Google Patents

Design system based on block chain Download PDF

Info

Publication number
CN111143375A
CN111143375A CN202010035861.9A CN202010035861A CN111143375A CN 111143375 A CN111143375 A CN 111143375A CN 202010035861 A CN202010035861 A CN 202010035861A CN 111143375 A CN111143375 A CN 111143375A
Authority
CN
China
Prior art keywords
design
scheme
design scheme
module
original
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
CN202010035861.9A
Other languages
Chinese (zh)
Other versions
CN111143375B (en
Inventor
李文谦
张水发
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Priority to CN202010035861.9A priority Critical patent/CN111143375B/en
Publication of CN111143375A publication Critical patent/CN111143375A/en
Application granted granted Critical
Publication of CN111143375B publication Critical patent/CN111143375B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures
    • G06F16/2255Hash tables
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/10Protecting distributed programs or content, e.g. vending or licensing of copyrighted material ; Digital rights management [DRM]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • 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
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • G06Q50/18Legal services; Handling legal documents
    • G06Q50/184Intellectual property management

Abstract

The invention discloses a block chain-based design system, which comprises a scheme design module and an AI copyright judgment module, wherein a designer can carry out initial creation and secondary design, and the AI copyright judgment module is used for judging whether a submitted design scheme is infringed or not; and the Hash address generator is used for generating a block chain for storing the original design scheme and the characteristic information of the original design scheme. The block chain-based design system judges the originality of a design scheme originally created or secondarily created by a user in a scheme design module through an AI copyright judgment module, can prevent the infringement design scheme from being uploaded, and plays a role in preventing infringement. The characteristic information is written into the block chain, and the whole network broadcasting is carried out simultaneously, so that the infringement is prevented, more convenient propagation is provided, and the circulation is good.

Description

Design system based on block chain
Technical Field
The invention relates to the technical field of block chains, in particular to a block chain-based design system for design scheme protection.
Background
The blockchain is a shared database, and the data or information stored in the database has the characteristics of unforgeability, whole-course marking, traceability, public transparency, collective maintenance and the like. The block chain technology realizes point-to-point transaction, coordination and cooperation based on decentralized credit in a distributed system with nodes not needing to trust each other by means of decentralized, data encryption, time stamping, distributed consensus, economic incentive and the like, thereby providing a solution for solving the problems of high cost, low efficiency, unsafe data storage and the like commonly existing in centralized mechanisms. The blockchain has the advantages of traceability, non-falsification, anonymity and the like.
Some existing schemes and systems for protecting design schemes by using block chains can ensure that the design schemes of the users are not tampered and used, but the method has the defects that the public cannot see the basic information of the design schemes, cannot know the purchasing channels, cannot be used for compensation widely, and is poor in liquidity. The design scheme with good circulation is easy to imitate and infringe, and the design scheme cannot be well protected.
Disclosure of Invention
The invention provides a block chain-based design system with good circulation and good protectiveness.
The invention relates to a design system based on a block chain, which comprises:
the scheme design module is used for enabling a designer to perform initial creation and secondary design and submitting a finished design scheme to the AI copyright judgment module;
the AI copyright judging module compares the design scheme submitted by the designer with all the design schemes in the system to judge whether the infringement behavior exists, and if the design scheme is judged to be the original design scheme, the AI copyright judging module generates a timestamp according to the current time, gives the unique serial number to the whole network, and marks the characteristic information of the original design scheme, and submits the characteristic information to the block address generated by the Hash address generator for storage and uploads the block address to the whole network for broadcasting;
and the Hash address generator is used for generating two block addresses, the first block address records the information of the initial original design scheme, the second block address generates a Hash address belonging to the design scheme family, the one-dimensional characteristic vector of the secondary design scheme is extracted, the one-dimensional characteristic vector of the secondary design scheme and the one-dimensional characteristic vector of the initial original design are spliced into a new original ID pointing to the design scheme family, and the information of the secondary design scheme is recorded at the same time.
The block chain-based design system judges the originality of a design scheme originally created or secondarily created by a user in a scheme design module through an AI copyright judgment module, can prevent the infringement design scheme from being uploaded, and plays a role in preventing infringement. The characteristic information is written into the block chain, and the whole network broadcasting is carried out simultaneously, so that the infringement is prevented, more convenient propagation is provided, and the circulation is good.
Drawings
FIG. 1 is a block chain-based design system architecture diagram.
FIG. 2 is a block chain based design system in accordance with another embodiment.
Detailed Description
As shown in fig. 1, a blockchain-based design system includes:
the scheme design module is used for enabling a designer to perform initial creation and secondary design and submitting a finished design scheme to the AI copyright judgment module;
the AI copyright judging module compares the design scheme submitted by the designer with all the design schemes in the system to judge whether the infringement behavior exists, and if the design scheme is judged to be the original design scheme, the AI copyright judging module generates a timestamp according to the current time, gives the unique serial number to the whole network, and marks the characteristic information of the original design scheme, and submits the characteristic information to the block address generated by the Hash address generator for storage and uploads the block address to the whole network for broadcasting;
and the Hash address generator is used for generating two block addresses, the first block address records the information of the initial original design scheme, the second block address generates a Hash address belonging to the design scheme family, the one-dimensional characteristic vector of the secondary design scheme is extracted, the one-dimensional characteristic vector of the secondary design scheme and the one-dimensional characteristic vector of the initial original design are spliced into a new original ID pointing to the design scheme family, and the information of the secondary design scheme is recorded at the same time.
The block chain-based design system judges the originality of a design scheme originally created or secondarily created by a user in a scheme design module through an AI copyright judgment module, can prevent the infringement design scheme from being uploaded, and plays a role in preventing infringement. The characteristic information is written into the block chain, and the whole network broadcasting is carried out simultaneously, so that the infringement is prevented, more convenient propagation is provided, and the circulation is good.
The designer can design from beginning to end in the system, and can also carry out secondary design in the system by utilizing the design scheme of self passing or passing by others. The design from scratch is submitted to an AI copyright determination module, which compares all the designs stored in the system including past designs of the design and past designs of other designers to determine whether there is infringement. If the infringement design is obtained through comparison, the infringement design cannot pass the verification, cannot be stored in a block chain for original marking, and cannot be broadcasted in the whole network; and generating a time stamp by using the current time through comparison to obtain an original design, giving a unique serial number to the whole network, identifying the unique serial number as an original design scheme, and broadcasting the design scheme, the time stamp, the unique serial number and the original design scheme identification in the whole network to enter a design scheme library. After the scheme of a designer judges the copyright through the AI judging module, the system gives certain initial excitation, and the total number of the excitation of the system is certain, so that the obtained excitation is decreased gradually along with the accumulation of the design scheme existing in the system, and the circulation and the enthusiasm of the design scheme can be ensured while the copyright of the design scheme is protected.
The scheme of secondary design submits a basic scheme and pictures or documents of an authorization book through an authorization unit of an AI copyright judging module, the AI copyright judging module obtains a unique serial number of the whole network and inherits all information on a first block address through the basic scheme, the AI copyright judging module compares the scheme of secondary design with all design schemes except the basic scheme to judge whether an infringement behavior exists, if the infringement behavior exists, the scheme of secondary design cannot pass auditing, and is recorded into a block chain, and the whole network broadcasting cannot be carried out; and if no infringement behavior exists, judging that the design scheme is improved, generating a time stamp by using the current time, giving a unique serial number to the whole network, identifying the design scheme as the improved design scheme, adding the improved scheme into a design scheme family corresponding to the basic scheme, recording the design scheme, the time stamp, the unique serial number and the improved design scheme identification into a second block, and performing whole-network broadcasting.
The hash algorithm SHA-256 generates at most two block addresses for a block, and if it is an initial design solution, the hash addresses are consistent with the block addresses of the conventional blockchain, and the hash addresses include: the hash address of the previous block records the hash address of the current block information; if the design scheme is a quadratic design scheme, besides the information of the initial design scheme, the method also generates a hash address subordinate to the design scheme family, and comprises the following steps: the block hash address of the previous inherited design scheme, the hash address of the current block information (including the difference coefficient from the inherited design scheme, etc.): the Hash address generation algorithm of the initial design scheme comprises the following steps: inputting a 3D CAD image of a design scheme into a 3D convolution feature extraction network, wherein the feature extraction network comprises five layers of 3D convolution layers, each layer of convolution layer is followed by a bn layer, a scale layer, an activation layer and a posing layer, finally, a feature map is zoomed to a uniform resolution by using maxpoulng to obtain a one-dimensional feature vector of the design scheme map, the size of the one-dimensional feature vector is fixed, a SHA-256 algorithm is used to obtain a unique hash address, and a unique original ID is given to an identifier in a global range; hash address generation algorithm of the quadratic design scheme: and splicing the one-dimensional characteristic vector of the design scheme diagram with the original ID through the original ID acquired by the inherited design scheme, and obtaining a unique Hash address by using an SHA-256 algorithm to point to the design scheme family.
As shown in fig. 2, the design system based on the blockchain further includes a solution browsing module, so that others can browse the summary design of all the design solutions in the system. The scheme browsing module displays the summary design of the design scheme to others for watching, not only protects copyright from being infringed by others, but also can be presented to others for selecting payment to view detailed design schemes, or pay for purchasing the right of use for secondary design.
The design system based on the block chain also comprises an AI design scheme screening module which can screen and search scheme designs meeting the requirements. Can be convenient seek the scheme design of finding other people through AI design scheme commander selection module, provide very big search facility for the designer, promoted the circulation and the use of design.
The design system based on the block chain further comprises a scheme transaction module which is used for setting the use mode and the charging mode of the design scheme. After the design scheme of the designer is judged by the AI copyright judging module, the use mode and the charging mode of the design scheme can be set.

Claims (5)

1. A blockchain-based design system, comprising:
the scheme design module is used for enabling a designer to perform initial creation and secondary design and submitting a finished design scheme to the AI copyright judgment module;
the AI copyright judging module compares the design scheme submitted by the designer with all the design schemes in the system to judge whether the infringement behavior exists, and if the design scheme is judged to be the original design scheme, the AI copyright judging module generates a timestamp according to the current time, gives the unique serial number to the whole network, and marks the characteristic information of the original design scheme, and submits the characteristic information to the block address generated by the Hash address generator for storage and uploads the block address to the whole network for broadcasting;
and the Hash address generator is used for generating two block addresses, the first block address records the information of the initial original design scheme, the second block address generates a Hash address belonging to the design scheme family, the one-dimensional characteristic vector of the secondary design scheme is extracted, the one-dimensional characteristic vector of the secondary design scheme and the one-dimensional characteristic vector of the initial original design are spliced into a new original ID pointing to the design scheme family, and the information of the secondary design scheme is recorded at the same time.
2. The blockchain-based design system of claim 1, wherein the AI copyright discrimination module includes an authorization unit for submitting past design solutions and authorization books.
3. The blockchain-based design system of claim 1, further comprising a project browsing module that allows others to browse a summary design of all designs in the system.
4. The blockchain-based design system of claim 1, further comprising an AI design solution screening module that screens for satisfactory design solutions.
5. The blockchain-based design system of claim 1, further comprising a project trading module for setting a usage pattern and a charging pattern of the design project.
CN202010035861.9A 2020-01-14 2020-01-14 Design system based on block chain Active CN111143375B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010035861.9A CN111143375B (en) 2020-01-14 2020-01-14 Design system based on block chain

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010035861.9A CN111143375B (en) 2020-01-14 2020-01-14 Design system based on block chain

Publications (2)

Publication Number Publication Date
CN111143375A true CN111143375A (en) 2020-05-12
CN111143375B CN111143375B (en) 2024-03-08

Family

ID=70524789

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010035861.9A Active CN111143375B (en) 2020-01-14 2020-01-14 Design system based on block chain

Country Status (1)

Country Link
CN (1) CN111143375B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106682457A (en) * 2016-12-16 2017-05-17 北京握奇智能科技有限公司 Picture copyright protection method and picture copyright protection system based on blockchain technology
WO2018072471A1 (en) * 2016-10-19 2018-04-26 华为技术有限公司 Detection method, device and system for copyright protection
WO2019141294A2 (en) * 2019-05-20 2019-07-25 Alibaba Group Holding Limited Identifying copyrighted material using copyright information embedded in tables
CN110334485A (en) * 2019-07-08 2019-10-15 深圳市亿联智能有限公司 AI based on block chain claims damages system and method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018072471A1 (en) * 2016-10-19 2018-04-26 华为技术有限公司 Detection method, device and system for copyright protection
CN106682457A (en) * 2016-12-16 2017-05-17 北京握奇智能科技有限公司 Picture copyright protection method and picture copyright protection system based on blockchain technology
WO2019141294A2 (en) * 2019-05-20 2019-07-25 Alibaba Group Holding Limited Identifying copyrighted material using copyright information embedded in tables
CN110334485A (en) * 2019-07-08 2019-10-15 深圳市亿联智能有限公司 AI based on block chain claims damages system and method

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
杜歆文;: "基于区块链2.0以太坊公链的版权管理系统" *
高利;王春艳;高心丹;: "运用区块链技术构建数字化古籍管理体系模型的研究" *

Also Published As

Publication number Publication date
CN111143375B (en) 2024-03-08

Similar Documents

Publication Publication Date Title
KR102502247B1 (en) Safe and Traceable Manufacturing Parts
KR100394924B1 (en) Copyright management device, electronic-production sales device, electronic-book display device, key information management device, and electronic-production distribution management system in which these devices are connected via communication lines
US8073828B2 (en) Licensed rights clearance and tracking for digital assets
KR102375395B1 (en) Platform system for creating contents by allocating authentication token and creating secondary contents
CN110866223B (en) Copyright protection method based on block chain and picture steganography
EP4260273A1 (en) System and method for protecting, managing and monetizing creative works using blockchain
CN109033789A (en) A kind of generation method, the device and system of true warrant book
JP5119292B2 (en) System for controlling the distribution and use of digital work
KR101537801B1 (en) Apparatus and method for rights management using an online open market
US20230351347A1 (en) Object digitization utilizing tokens
US20150043025A1 (en) Method for transmitting documents and/or information with permanent authentication
US20230075182A1 (en) Systems and methods for managing content from creation to consumption
CN111143375A (en) Design system based on block chain
AU2015243048A1 (en) System and method for providing a permanent data record for a creative work
KR20090001575A (en) Digital contents maker identification system and thereof
CN109033788B (en) Certificate management method and device based on block chain technology
US20080140685A1 (en) Apparatus and method for management of content
Zorich Introduction to managing digital assets: Options for cultural and educational organizations
Temmermans et al. Exploration of media block chain technologies for JPEG privacy and security
KR20210000156A (en) E-book sales and management system
KR20110118498A (en) Apparatus, system and method for rights management
CN114417392B (en) Multi-auditing system for block chain editing permission
Serrão et al. Protecting Intellectual Proprietary Rights through secure interactive contract negotiation
CN117670599A (en) Block chain technology-based post-class work trading method for students
Temmermans et al. Towards an international standard to establish trust in media production, distribution and consumption

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant