
Briefing
The paper addresses critical privacy and centralization challenges in Vertical Federated Learning (VFL) by proposing SecureVFL, a decentralized multi-party framework. It introduces the novel Proof of Feature Sharing (PoFS) consensus algorithm, integrated with a permissioned blockchain and a lightweight (4,2)-sharing protocol, to ensure verifiable, efficient, and private federated training. This foundational breakthrough enables robust collaborative AI model development across institutions, even with participant churn, fundamentally advancing the secure and scalable architecture for decentralized machine learning on blockchain.

Context
Prior to this research, Vertical Federated Learning systems frequently relied on trusted third parties for coordination, introducing centralization vulnerabilities and single points of failure. Existing privacy-preserving VFL solutions often suffered from high computational and communication overhead due to complex cryptographic techniques like homomorphic encryption, or lacked mechanisms for participant anonymity and verifiable behavior, thereby limiting their practical scalability and trustworthiness in multi-party scenarios.

Analysis
SecureVFL’s core mechanism centers on a permissioned blockchain, facilitating decentralized interactions among VFL participants, and a novel Proof of Feature Sharing (PoFS) consensus algorithm. Participants engage in offline privacy intersection and then use a lightweight (4,2)-sharing protocol, an extension of Replicated Secret Sharing (RSS), to sum intersection features. This protocol primarily uses addition operations, significantly reducing computational overhead compared to multiplication-heavy homomorphic encryption methods. The PoFS consensus allows the first participant to reconstruct the feature sum to generate a transaction block, thereby accelerating the consensus process.
The system also employs dynamic pseudonyms for participant anonymity while maintaining traceability for malicious actions, with the blockchain verifying feature share consistency and participant registration. This design fundamentally differs by offering a truly decentralized, verifiable, and efficient multi-party VFL framework that ensures privacy and robustness without relying on a central aggregator.

Parameters
- Core Concept ∞ Proof of Feature Sharing (PoFS) Consensus
- New System/Protocol ∞ SecureVFL Framework
- Key Mechanism ∞ (4,2)-sharing Protocol
- Authors ∞ M. Fan et al.
- Application Domain ∞ Vertical Federated Learning
- Blockchain Type ∞ Permissioned Blockchain
- Underlying Cryptography ∞ Replicated Secret Sharing (RSS)
- Efficiency Metric ∞ Reduced Computational and Communication Overhead
- Robustness ∞ Feature Reconstruction with Half Participants Offline
- Privacy Feature ∞ Anonymous and Traceable Identities

Outlook
Future research will extend VFL privacy protection to accommodate arbitrary numbers of participating parties, building upon the foundational efficiency and verifiability established by SecureVFL. This work paves the way for real-world applications in 3-5 years, particularly in sensitive domains like inter-bank financial crime detection and medical diagnostics, where collaborative AI model training demands both stringent privacy and decentralized trust. The integration of blockchain with advanced secret sharing and novel consensus mechanisms will unlock new paradigms for secure, scalable, and auditable decentralized machine learning systems.