SETransformer combines a Transformer encoder, channel attention, and attention pooling for WISDM activity recognition, but the architecture is permutation-invariant and the reported comparison omits the model itself.
Comet: A Communication-efficient and Performant Approximation for Private Transformer Inference
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
The prevalent use of Transformer-like models, exemplified by ChatGPT in modern language processing applications, underscores the critical need for enabling private inference essential for many cloud-based services reliant on such models. However, current privacy-preserving frameworks impose significant communication burden, especially for non-linear computation in Transformer model. In this paper, we introduce a novel plug-in method Comet to effectively reduce the communication cost without compromising the inference performance. We second introduce an efficient approximation method to eliminate the heavy communication in finding good initial approximation. We evaluate our Comet on Bert and RoBERTa models with GLUE benchmark datasets, showing up to 3.9$\times$ less communication and 3.5$\times$ speedups while keep competitive model performance compared to the prior art.
citation-role summary
citation-polarity summary
fields
cs.LG 1years
2025 1verdicts
REJECT 1roles
background 1polarities
support 1representative citing papers
citing papers explorer
-
SETransformer: A Hybrid Attention-Based Architecture for Robust Human Activity Recognition
SETransformer combines a Transformer encoder, channel attention, and attention pooling for WISDM activity recognition, but the architecture is permutation-invariant and the reported comparison omits the model itself.