Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using zkp for model security #72

Open
ucwong opened this issue Jul 23, 2020 · 5 comments
Open

Using zkp for model security #72

ucwong opened this issue Jul 23, 2020 · 5 comments
Labels
advanced enhancement New feature or request

Comments

@ucwong
Copy link
Member

ucwong commented Jul 23, 2020

For example, like the thing filecoin doing if it is possible.
Lighter, only to make torrentfs better

@DhunterAO
Copy link
Collaborator

In filecoin, the zkp is used to accelerate the proof of storage and reduce the size of proof stored on the blockchain. If we want to prove the storage of AI data, it seems that the whole proof system is needed?

@ucwong
Copy link
Member Author

ucwong commented Jul 23, 2020

In filecoin, the zkp is used to accelerate the proof of storage and reduce the size of proof stored on the blockchain. If we want to prove the storage of AI data, it seems that the whole proof system is needed?

I think generate PROOF for some special files(they should be chose every round with some algorithm) should be used as a part of mining procedure like PoW for some rewards, just as solution of cortex

@ucwong
Copy link
Member Author

ucwong commented Jul 23, 2020

I think filecoin seems like some hybrid mining blockchain (gpu and disk), for example DCR, cortex is also this style, for you can get reward not only by PoW, but by Model used owner (GPU and AI).

@ucwong
Copy link
Member Author

ucwong commented Jul 23, 2020

The most important thing is how proof generate and verify. If this can't be make the file safer without possible of attacking, it will be really nice and interesting.

@ucwong
Copy link
Member Author

ucwong commented Jul 23, 2020

This is something we have done before https://github.com/CortexFoundation/ZkCortex/tree/master/src/pow

@ucwong ucwong added the enhancement New feature or request label Jul 23, 2020
@ucwong ucwong linked a pull request Jul 23, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
advanced enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants