Change search
Link to record
Permanent link

Direct link
Publications (4 of 4) Show all publications
Brännvall, R., Forsgren, H. & Linge, H. (2023). HEIDA: Software Examples for Rapid Introduction of Homomorphic Encryption for Privacy Preservation of Health Data. Studies in health technology and informatics, 302, 267-271
Open this publication in new window or tab >>HEIDA: Software Examples for Rapid Introduction of Homomorphic Encryption for Privacy Preservation of Health Data
2023 (English)In: Studies in health technology and informatics, Vol. 302, p. 267-271Article in journal (Refereed) Published
Abstract [en]

Adequate privacy protection is crucial for implementing modern AI algorithms in medicine. With Fully Homomorphic Encryption (FHE), a party without access to the secret key can perform calculations and advanced analytics on encrypted data without taking part of either the input data or the results. FHE can therefore work as an enabler for situations where computations are carried out by parties that are denied plain text access to sensitive data. It is a scenario often found with digital services that process personal health-related data or medical data originating from a healthcare provider, for example, when the service is delivered by a third-party service provider located in the cloud. There are practical challenges to be aware of when working with FHE. The current work aims to improve accessibility and reduce barriers to entry by providing code examples and recommendations to aid developers working with health data in developing FHE-based applications. HEIDA is available on the GitHub repository: https://github.com/rickardbrannvall/HEIDA.

Place, publisher, year, edition, pages
IOS Press, 2023
Keywords
Artificial Intelligence, GDPR, Privacy Preservation, Sensitive Data, algorithm, computer security, privacy, software, Algorithms
National Category
Computer Sciences
Identifiers
urn:nbn:se:ri:diva-64939 (URN)10.3233/SHTI230116 (DOI)2-s2.0-85159768596 (Scopus ID)
Note

 Corresponding Author: Rickard Brännvall,RISE, Sweden. E-mail: rickard.brannvall@ri.se

Available from: 2023-06-12 Created: 2023-06-12 Last updated: 2025-09-23Bibliographically approved
Forsgren, H., Brännvall, R., Vesterlund, M. & Minde, T. B. (2023). Homomorphic Encryption Enables Data and Algorithm Confidentiality for Remote Monitoring and Control: An Application to Data Center Systems. In: Companion Proceedings of the 14th ACM International Conference on Future Energy Systems: . Paper presented at e-Energy '23 Companion: Companion Proceedings of the 14th ACM International Conference on Future Energy Systems. June 2023 (pp. 85-90). Association for Computing Machinery
Open this publication in new window or tab >>Homomorphic Encryption Enables Data and Algorithm Confidentiality for Remote Monitoring and Control: An Application to Data Center Systems
2023 (English)In: Companion Proceedings of the 14th ACM International Conference on Future Energy Systems, Association for Computing Machinery , 2023, p. 85-90Conference paper, Published paper (Refereed)
Abstract [en]

The design of intelligent algorithms used for device monitoring and control can be costly and is an investment that must be protected against reverse engineering by competitors. An algorithm can be safeguarded by running remotely from the cloud instead of locally on the equipment hardware. However, such a setup requires that sensitive data is sent from the device to the cloud. Fully Homomorphic Encryption (FHE) is an emerging technology that offers a solution to this problem since it enables computation on encrypted data. A cloud service using FHE can protect its proprietary algorithms while simultaneously offering customer data confidentiality. The computational overhead for the technology is, however, still very high. This work reports on a practical investigation of using FHE for data center remote control problems: What applications are feasible today? And at what cost?

Place, publisher, year, edition, pages
Association for Computing Machinery, 2023
Keywords
remote control, homomorphic encryption, confidential computing, remote monitoring, neural networks
National Category
Computer Sciences
Identifiers
urn:nbn:se:ri:diva-65653 (URN)10.1145/3599733.3600254 (DOI)
Conference
e-Energy '23 Companion: Companion Proceedings of the 14th ACM International Conference on Future Energy Systems. June 2023
Available from: 2023-07-05 Created: 2023-07-05 Last updated: 2025-09-23Bibliographically approved
Brännvall, R., Forsgren, H., Sandin, F. & Liwicki, M. (2023). ReLU and Addition-based Gated RNN. arXiv (Cornell University)
Open this publication in new window or tab >>ReLU and Addition-based Gated RNN
2023 (English)In: arXiv (Cornell University)Article in journal (Refereed) Published
Abstract [en]

We replace the multiplication and sigmoid function of the conventional recurrent gate with addition and ReLU activation. This mechanism is designed to maintain long-term memory for sequence processing but at a reduced computational cost, thereby opening up for more efficient execution or larger models on restricted hardware. Recurrent Neural Networks (RNNs) with gating mechanisms such as LSTM and GRU have been widely successful in learning from sequential data due to their ability to capture long-term dependencies. Conventionally, the update based on current inputs and the previous state history is each multiplied with dynamic weights and combined to compute the next state. However, multiplication can be computationally expensive, especially for certain hardware architectures or alternative arithmetic systems such as homomorphic encryption. It is demonstrated that the novel gating mechanism can capture long-term dependencies for a standard synthetic sequence learning task while significantly reducing computational costs such that execution time is reduced by half on CPU and by one-third under encryption. Experimental results on handwritten text recognition tasks furthermore show that the proposed architecture can be trained to achieve comparable accuracy to conventional GRU and LSTM baselines. The gating mechanism introduced in this paper may enable privacy-preserving AI applications operating under homomorphic encryption by avoiding the multiplication of encrypted variables. It can also support quantization in (unencrypted) plaintext applications, with the potential for substantial performance gains since the addition-based formulation can avoid the expansion to double precision often required for multiplication.

Keywords
Homomorphic Encryption
National Category
Computer Sciences
Identifiers
urn:nbn:se:ri:diva-79002 (URN)10.48550/arxiv.2308.05629 (DOI)
Available from: 2025-09-19 Created: 2025-09-19 Last updated: 2025-09-23Bibliographically approved
Brännvall, R., Forsgren, H., Linge, H., Santini, M., Salehi, A. & Rahimian, F. (2022). Homomorphic encryption enables private data sharing for digital health: Winning entry to the Vinnova innovation competition Vinter 2021-22. In: 34th Workshop of the Swedish Artificial Intelligence Society, SAIS 2022: . Paper presented at 34th Workshop of the Swedish Artificial Intelligence Society, SAIS 2022, 13 June 2022 through 14 June 2022. Institute of Electrical and Electronics Engineers Inc.
Open this publication in new window or tab >>Homomorphic encryption enables private data sharing for digital health: Winning entry to the Vinnova innovation competition Vinter 2021-22
Show others...
2022 (English)In: 34th Workshop of the Swedish Artificial Intelligence Society, SAIS 2022, Institute of Electrical and Electronics Engineers Inc. , 2022Conference paper, Published paper (Refereed)
Abstract [en]

People living with type 1 diabetes often use several apps and devices that help them collect and analyse data for a better monitoring and management of their disease. When such health related data is analysed in the cloud, one must always carefully consider privacy protection and adhere to laws regulating the use of personal data. In this paper we present our experience at the pilot Vinter competition 2021-22 organised by Vinnova. The competition focused on digital services that handle sensitive diabetes related data. The architecture that we proposed for the competition is discussed in the context of a hypothetical cloud-based service that calculates diabetes self-care metrics under strong privacy preservation. It is based on Fully Homomorphic Encryption (FHE)-a technology that makes computation on encrypted data possible. Our solution promotes safe key management and data life-cycle control. Our benchmarking experiment demonstrates execution times that scale well for the implementation of personalised health services. We argue that this technology has great potentials for AI-based health applications and opens up new markets for third-party providers of such services, and will ultimately promote patient health and a trustworthy digital society.

Place, publisher, year, edition, pages
Institute of Electrical and Electronics Engineers Inc., 2022
Keywords
Cryptography, Information services, Life cycle, Sensitive data, Cloud-based, Digital services, Ho-momorphic encryptions, Homomorphic-encryptions, Monitoring and management, Privacy preservation, Privacy protection, Private data sharing, Self-care, Type 1 diabetes, Health
National Category
Political Science
Identifiers
urn:nbn:se:ri:diva-60198 (URN)10.1109/SAIS55783.2022.9833062 (DOI)2-s2.0-85136149174 (Scopus ID)9781665471268 (ISBN)
Conference
34th Workshop of the Swedish Artificial Intelligence Society, SAIS 2022, 13 June 2022 through 14 June 2022
Available from: 2022-10-07 Created: 2022-10-07 Last updated: 2026-01-22Bibliographically approved
Organisations
Identifiers
ORCID iD: ORCID iD iconorcid.org/0009-0001-0178-3436

Search in DiVA

Show all publications