Skip to content

Author

V. Boddeti

2 papers indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

Jul 2026

ATLAS: Automated Approximation of Transformers for Efficient Homomorphic Inference in One Hour

Fully homomorphic encryption (FHE) lets a server run inference on encrypted data with strong privacy guarantees, but running a Transformer under FHE is expensive. Its non-linear operations, such as softmax, normalization, and activation, must be replaced with polynomial approximations that the CKKS scheme supports, and the depth of these approximations dominates inference cost. Existing FHE Transformers use hand-tuned approximation settings, such as iteration count and polynomial degree, applied uniformly across layers, models, and tasks. Hand-tuning is slow and error-prone. Even a single uniform setting has about $10^7$ choices, and manual search cannot exploit layer-wise variation. AutoFHE, the only automated method with multi-objective search, targets ReLU-only CNNs and needs full fine-tuning per candidate, which is too costly for Transformers. Per-layer settings also push the search space to about $10^{85}$ for BERT and ViT and $10^{228}$ for LLaMA3, beyond both manual and fine-tuning-based search. We present ATLAS, a training-free framework that automates this search by treating each layer's approximation setting as a multi-objective optimization over latency and accuracy. The problem is hard: the decision space is large (96 or 256 variables), each configuration takes 70 to 1,000 seconds to evaluate even in cleartext, and 85 to 90 percent of configurations are invalid. ATLAS handles this with a two-stage optimization strategy and a surrogate model, completing the search in about one hour. Compared to an iterative softmax baseline, ATLAS cuts multiplicative depth and end-to-end latency by about 35 percent with little accuracy loss, and works across encoder-only, decoder-only, and vision Transformers, complementing parallel work on packing and matrix multiplication.

Jianhang Xie, Sicheng Tan, V. Boddeti et al. · 0 citations
Open access Aug 2026

Securing Iris Recognition with Fully Homomorphic Encryption: Dimensionality Reduction in Iris Codes

Biometric recognition systems are fundamental to modern identity management and access control. However, the security and privacy of these systems are severely compromised when adversaries gain access to stored biometric templates, given the immutable link between individuals and their biometric traits. This study presents a benchmark analysis of the trade-offs between dimensionality and system performance in the context of securing iris biometric templates using Fully Homomorphic Encryption (FHE). We examine the impact of Principal Component Analysis (PCA) as a dimensionality reduction technique to enable encrypted-domain computation while maintaining recognition accuracy and reducing computational overhead. In lieu of introducing a new dimensionality reduction technique, this study rigorously benchmarks the applicability of PCA in balancing computational efficiency and recognition accuracy for biometric systems operating under Fully Homomorphic Encryption (FHE) constraints. We evaluate our method on various iris databases, including CASIA-V1, CASIA-V3, UBATH, and IITD. Our approach achieves a 100% True Acceptance Rate (TAR) on CASIA-V1, CASIA-V3, and UBATH and a 99.38% TAR on the IITD database at a 0.1% False Accept Rate (FAR), with a feature dimensionality of 250. This work advances iris recognition security by combining privacy measures with dimensionality reduction for improved authentication accuracy.

Surendra Singh, Priyanka Das, Mahesh K. Banavar et al. · 1 citation

We use cookies to run the site and, with your consent, for analytics and to show ads. See our Cookie Policy.