This repository contains the core method implementation for FedIPE: A Federated Heterogeneous Feature Alignment Framework for Cross-Platform Information Propagation Evaluation.
Included components:
main.py: entrypoint for federated trainingdata/: heterogeneous platform construction for Platforms A, B, and Cmodels/: FedIPE client model with private and shared modulessystem/: federated training loop and evaluationmetrics/: explicit indicator utilities used by mock-data constructionutils/: lightweight output logger
This code-only upload intentionally excludes:
- raw or processed datasets
- plotting scripts and generated figures
- benchmark tables and paper artifacts
- other experiment outputs