paper-with-me

홈 › Papers

Evolution as a Service: A Privacy-Preserving Genetic Algorithm for Combinatorial Optimization

2022-05-27 · Bowen Zhao, Wei-neng Chen, Feng-Feng Wei, Ximeng Liu, Qingqi Pei, Jun Zhang

Evolutionary algorithms (EAs), such as the genetic algorithm (GA), offer an elegant way to handle combinatorial optimization problems (COPs). However, limited by expertise and resources, most users do not have enough capability to implement EAs to solve COPs. An intuitive and promising solution is to outsource evolutionary operations to a cloud server, whilst it suffers from privacy concerns. To this end, this paper proposes a novel computing paradigm, evolution as a service (EaaS), where a cloud server renders evolutionary computation services for users without sacrificing users' privacy. Inspired by the idea of EaaS, this paper designs PEGA, a novel privacy-preserving GA for COPs. Specifically, PEGA enables users outsourcing COPs to the cloud server holding a competitive GA and approximating the optimal solution in a privacy-preserving manner. PEGA features the following characteristics. First, any user without expertise and enough resources can solve her COPs. Second, PEGA does not leak contents of optimization problems, i.e., users' privacy. Third, PEGA has the same capability as the conventional GA to approximate the optimal solution. We implements PEGA falling in a twin-server architecture and evaluates it in the traveling salesman problem (TSP, a widely known COP). Particularly, we utilize encryption cryptography to protect users' privacy and carefully design a suit of secure computing protocols to support evolutionary operators of GA on encrypted data. Privacy analysis demonstrates that PEGA does not disclose the contents of the COP to the cloud server. Experimental evaluation results on four TSP datasets show that PEGA is as effective as the conventional GA in approximating the optimal solution.

📄 PDF Abstract BibTeX arXiv:2205.13948

Code (0)

등록된 구현이 없습니다.

Tasks

Combinatorial OptimizationEvolutionary AlgorithmsPrivacy PreservingTraveling Salesman Problem

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음
GA Genetic Algorithms are search algorithms that mimic Darwinian biological evolution in order to select and propagate better solutions.

Similar Papers 제목 키워드 기반

Privacy-Preserving Distributed Optimization Under Time Constraints Using Secure Multi-Party Computation and Evolutionary Algorithms

2026-05-20 · Sebastian Gruber, Tobias Harzfeld, Christoph G. Schuetz, Florian Wohner 외 arxiv

In distributed optimization, multiple parties collaborate to find an optimal solution to a problem. Privacy-preserving distributed optimization uses techniques, such as secure multi-party computation (MPC), to protect th…

Distributed Optimization

Scalable privacy-preserving cancer type prediction with homomorphic encryption

2022-04-12 · Esha Sarkar, Eduardo Chielle, Gamze Gursoy, Leo Chen 외

Machine Learning (ML) alleviates the challenges of high-dimensional data analysis and improves decision making in critical applications like healthcare. Effective cancer type from high-dimensional genetic mutation data c…

Decision Makingfeature selectionPredictionPrivacy Preserving+2

Private Facial Diagnosis as an Edge Service for Parkinson's DBS Treatment Valuation

2021-05-16 · Richard Jiang, Paul Chazot, Danny Crookes, Ahmed Bouridane 외

Facial phenotyping has recently been successfully exploited for medical diagnosis as a novel way to diagnose a range of diseases, where facial biometrics has been revealed to have rich links to underlying genetic or medi…

Medical DiagnosisPrivacy Preserving

Evaluation and Efficiency Comparison of Evolutionary Algorithms for Service Placement Optimization in Fog Architectures

2025-01-17 · Carlos Guerrero, Isaac Lera, Carlos Juiz

This study compares three evolutionary algorithms for the problem of fog service placement: weighted sum genetic algorithm (WSGA), non-dominated sorting genetic algorithm II (NSGA-II), and multiobjective evolutionary alg…

DiversityEvolutionary Algorithms

Towards Privacy-Preserving and Personalized Smart Homes via Tailored Small Language Models

2025-07-10 · Xinyu Huang, Leming Shen, Zijing Ma, Yuanqing Zheng

Large Language Models (LLMs) have showcased remarkable generalizability in language comprehension and hold significant potential to revolutionize human-computer interaction in smart homes. Existing LLM-based smart home a…

Privacy PreservingSmall Language Model