Open dengbuqi opened 1 month ago
I'd love to spark some discourse about this. I've been thinking about similar ideas.
I guess one of the immediate questions that comes to mind is privacy. If you're sending your data over the internet to other nodes, your data is no longer private. Do you have a solution in mind? The paper you linked is quite interesting but it's not a full solution - it's just a way to reduce the non-linear operations in a neural network so that the overhead of homomorphic encryption or MPC is less.
Well, I don't have a perfect security solution right now.
For the previous models, I'll try to do more research and discuss them with my friend who specializes in security and encryption.
However, for future models, we can design architectures that natively support encryption and MPC. I believe that Kolmogorov-Arnold Networks (KAN) may be further developed into the model we want.
In a KAN model, each node receives only partial information from the input, functioning like a natural MPC. Besides, each node in KAN trains its independent activation function(KAN only needs to train these activation functions). Maybe we can re-design these activation functions to support homomorphic encryption.
@dengbuqi
"Build a NAT traversal service"
- I already have prototypes of stuff made that do NAT traversing.
However, I think that CGNATs and NAT Hole Punching is where this would get slightly harder. Do you have any insights into this?
On my personal github. I started working on a p2p tracker that would traverse the NAT and then it would attempt to punch a hole in it. There are various sources that have been made where we can do hole punching to achieve this aspect.
It's not an issue, it's something from my brainstorming. I am a Chinese student pursuing a PhD in Korea.
About 6 months ago, I had a similar idea just like this repo, trying to make something that could split the model and release them into low-performance devices to become a cluster for use.
However, since it's possible to use it in a local network, why not further expose it to the Internet, allowing your neighbors, or even everyone, to use it? A few days ago, I had a bold idea and roughly wrote this idea in my blog link. I also wrote a related paper one year ago DFF: Distributed Forward-Forward Algorithm for Large-Scale Model in Low-Performance Devices
I believe that we can build an AI model computing-power sharing market platform based on a system similar to exo.
On this platform, everyone can share their model (or part of the model, or workflow) nodes as a service. Others can use these nodes by paying a certain fee to the node owners. I think this form will greatly encourage everyone to share their computing power.
Therefore, to build this AI model computing-power sharing market platform, I think we need to overcome some points.
I am very interested in Decentralized AI and its corresponding basic model research. If anyone is interested in it, we can be friends and discuss it together. [email: dengqikang0 at gmail dot com]