SearcharxivSearch

arXiv subjects

Sina Najafi

Publications and source records attributed to Sina Najafi.

2 recordsLinked to original sources

FedRP: A Communication-Efficient Approach for Differentially Private Federated Learning Using Random Projection

Federated learning (FL) enables collaborative model training without centralizing data, but exchanging high-dimensional updates can expose sensitive information and incur substantial communication costs. We present FedRP, a communication-efficient method combining Gaussian random projection with consensus optimization based on the alternating direction method of multipliers (ADMM). In each round, clients project their model parameters into an $m$-dimensional space using a shared random matrix hidden from the server, which aggregates only compressed representations. We establish a high-probability guarantee linking projected-space consensus to proximity among client models and derive an $(\epsilon,\delta)$-differential privacy guarantee for each release under bounded $\ell_2$-sensitivity and a positive lower bound on parameter norms. With randomized parameter vectors and the projection matrix also limits information available to common reconstruction attacks. Experiments on MNIST and CIFAR-10 with LeNet-5 and a custom convolutional network show that FedRP achieves accuracy comparable to FedAvg and consistently exposes noise-perturbed privacy via FedAvg. Because clients transmit $m$ rather than $n$ values per round, FedRP reduces communication by orders of magnitude when $m \ll n$. The results demonstrate a favorable trade-off among accuracy, privacy, and communication efficiency. Code is available at https://github.com/mhnarimani/FedRP

cs.LG

RadarSeq: A Temporal Vision Framework for User Churn Prediction via Radar Chart Sequences

Predicting user churn in non-subscription gig platforms, where disengagement is implicit, poses unique challenges due to the absence of explicit labels and the dynamic nature of user behavior. Existing methods often rely on aggregated snapshots or static visual representations, which obscure temporal cues critical for early detection. In this work, we propose a temporally-aware computer vision framework that models user behavioral patterns as a sequence of radar chart images, each encoding day-level behavioral features. By integrating a pretrained CNN encoder with a bidirectional LSTM, our architecture captures both spatial and temporal patterns underlying churn behavior. Extensive experiments on a large real-world dataset demonstrate that our method outperforms classical models and ViT-based radar chart baselines, yielding gains of 17.7 in F1 score, 29.4 in precision, and 16.1 in AUC, along with improved interpretability. The framework's modular design, explainability tools, and efficient deployment characteristics make it suitable for large-scale churn modeling in dynamic gig-economy platforms.

cs.CV