paper-with-me

홈 › Papers

A Distributed Framework for Privacy-Enhanced Vision Transformers on the Edge

2025-12-10 · Zihao Ding, Mufeng Zhu, Zhongze Tang, Sheng Wei, Yao Liu arxiv

Nowadays, visual intelligence tools have become ubiquitous, offering all kinds of convenience and possibilities. However, these tools have high computational requirements that exceed the capabilities of resource-constrained mobile and wearable devices. While offloading visual data to the cloud is a common solution, it introduces significant privacy vulnerabilities during transmission and server-side computation. To address this, we propose a novel distributed, hierarchical offloading framework for Vision Transformers (ViTs) that addresses these privacy challenges by design. Our approach uses a local trusted edge device, such as a mobile phone or an Nvidia Jetson, as the edge orchestrator. This orchestrator partitions the user's visual data into smaller portions and distributes them across multiple independent cloud servers. By design, no single external server possesses the complete image, preventing comprehensive data reconstruction. The final data merging and aggregation computation occurs exclusively on the user's trusted edge device. We apply our framework to the Segment Anything Model (SAM) as a practical case study, which demonstrates that our method substantially enhances content privacy over traditional cloud-based approaches. Evaluations show our framework maintains near-baseline segmentation performance while substantially reducing the risk of content reconstruction and user data exposure. Our framework provides a scalable, privacy-preserving solution for vision tasks in the edge-cloud continuum.

📄 PDF Abstract BibTeX arXiv:2512.09309

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

APRIL: Finding the Achilles' Heel on Privacy for Vision Transformers

2021-12-28 · CVPR 2022 1 · Jiahao Lu, Xi Sheryl Zhang, Tianli Zhao, Xiangyu He 외

Federated learning frameworks typically require collaborators to share their local gradient updates of a common model instead of sharing training data to preserve privacy. However, prior works on Gradient Leakage Attacks…

Federated Learning

Federated Adversarial Training with Transformers

2022-06-05 · Ahmed Aldahdooh, Wassim Hamidouche, Olivier Déforges

Federated learning (FL) has emerged to enable global model training over distributed clients' data while preserving its privacy. However, the global trained model is vulnerable to the evasion attacks especially, the adve…

Federated Learning

Privacy-Preserving Split Learning with Vision Transformers using Patch-Wise Random and Noisy CutMix

2024-08-02 · Seungeun Oh, Sihun Baek, Jihong Park, Hyelin Nam 외

In computer vision, the vision transformer (ViT) has increasingly superseded the convolutional neural network (CNN) for improved accuracy and robustness. However, ViT's large model sizes and high sample complexity make i…

Privacy Preserving

DOLFIN: Balancing Stability and Plasticity in Federated Continual Learning

2025-10-15 · Omayma Moussadek, Riccardo Salami, Simone Calderara arxiv

Federated continual learning (FCL) enables models to learn new tasks across multiple distributed clients, protecting privacy and without forgetting previously acquired knowledge. However, current methods face challenges …

Incremental LearningContinual Learning

Simplified Swarm Learning Framework for Robust and Scalable Diagnostic Services in Cancer Histopathology

2025-04-23 · Yanjie Wu, Yuhao Ji, Saiho Lee, Juniad Akram 외

The complexities of healthcare data, including privacy concerns, imbalanced datasets, and interoperability issues, necessitate innovative machine learning solutions. Swarm Learning (SL), a decentralized alternative to Fe…

DiagnosticFederated LearningPrivacy Preserving