세미나안내

세미나안내

HECATE: Performance-Aware Scale Optimization for Homomorphic Encryption Compiler(5pm)

2022-12-08
  • 770
김한준 교수(연세대학교) / 2022.12.14

[Abstract]

Despite the benefit of Fully Homomorphic Encryption (FHE) that supports encrypted computation, writing an efficient FHE application is challenging due to magnitude scale management. Each FHE operation increases scales of ciphertext and leaving the scales high harms performance of the following FHE operations. Thus, rescaling ciphertext is inevitable to optimize an FHE application, but since FHE requires programmers to match the rescaling levels of operands of each FHE operation, programmers should rescale ciphertext reflecting the entire FHE application. Although recently proposed FHE compilers reduce the programming burden by automatically manipulating ciphertext scales, they fail to fully optimize the FHE application because they greedily rescale the ciphertext without considering their performance impacts throughout the entire application. This work proposes HECATE, a new FHE compiler framework that optimizes scales of ciphertext reflecting their rescaling levels and performance impact. With a new type system that embeds the scale and rescaling level, and a new rescaling operation called downscale, HECATE makes various scale management plans, analyzes their expected performance, and finds the optimal rescaling points throughout the entire FHE application. This work implements HECATE on top of the MLIR framework with a Python frontend and shows that HECATE achieves 27% speedup over the state-of-the-art approach for various FHE applications.

[Biography]

Hanjun Kim is an associate professor in the Department of Electrical and Electronic Engineering at Yonsei University. He received his B.S. in electrical engineering from Seoul National University in 2007, and his M.A. and Ph.D. in computer science from Princeton University in 2009 and 2013. From 2013 to 2018, he was an assistant and associate professor at the Departments of Creative IT Engineering and Computer Science and Engineering at POSTECH. He was awarded the Intel Corporation Ph.D. Fellowship and the Siebel Scholarship in 2012, and the KIISE/IEEE-CS Young Computer Researcher Award in 2020. His research interests include compiler optimization and real-time systems for distributed and emerging systems.

목록