Search papers, labs, and topics across Lattice.
This study introduces a privacy-preserving machine learning framework leveraging the PySyft platform to facilitate collaborative student retention predictions across institutions while adhering to FERPA regulations. By employing a semi-air-gapped architecture, researchers from three universities were able to build predictive models on sensitive data without direct access, achieving a consistent Macro F1 score between 0.690 and 0.695. The framework's innovative Data-Type-Aware Templates prioritize privacy, demonstrating that remote data science can serve as a viable alternative to federated learning in educational contexts.
Achieving robust student retention predictions without compromising sensitive data privacy could redefine collaborative research in education.
This study explores privacy-preserving machine learning (PPML) techniques using the PySyft platform to enable collaborative prediction of student retention between institutions. We developed a remote data science (RDS) framework with a semi-air-gapped architecture consisting of high-side and low-side servers, allowing researchers from three universities to build predictive models on sensitive student data without direct data access. Using historical data from a small private university (N=720), we evaluated three synthetic data generation approaches and validated the framework through inter-institutional collaboration. The results demonstrate consistent classification performance across institutions (Macro F1: 0.690--0.695) while maintaining strict Family Educational Rights and Privacy Act (FERPA) compliance. We also propose Data-Type-Aware Templates, a novel synthetic data method that prioritizes privacy over distributional fidelity. Our findings confirm that RDS-based PPML is technically feasible for educational settings and offers a practical alternative to federated learning for small-scale inter-institutional collaborations. The code is available at https://github.com/jtfields/NAIRR240195-Privacy-Preserving-Machine-Learning.