← Search

Guobing Gan

4 accepted papers

2023

LightFormer: Light-weight Transformer Using SVD-based Weight Transfer and Parameter Sharing

ACL 2023findings

Transformer has become an important technique for natural language processing tasks with great success. However, it usually requires huge storage space and computational cost, making it difficult to be deployed on resource-constrained edge devices. To compress and accelerate Transformer, we propose…

2022

ClusterFormer: Neural Clustering Attention for Efficient and Effective Transformer

ACL 2022long

Recently, a lot of research has been carried out to improve the efficiency of Transformer. Among them, the sparse pattern-based method is an important branch of efficient Transformers. However, some existing sparse methods usually use fixed patterns to select words, without considering similarities…

2022

Hypoformer: Hybrid Decomposition Transformer for Edge-friendly Neural Machine Translation

EMNLP 2022main

Transformer has been demonstrated effective in Neural Machine Translation (NMT). However, it is memory-consuming and time-consuming in edge devices, resulting in some difficulties for real-time feedback. To compress and accelerate Transformer, we propose a Hybrid Tensor-Train (HTT) decomposition, wh…

Cited by 13SourcePDFScholar
2022

MorphTE: Injecting Morphology in Tensorized Embeddings

NeurIPS 2022accept

In the era of deep learning, word embeddings are essential when dealing with text tasks. However, storing and accessing these embeddings requires a large amount of space. This is not conducive to the deployment of these models on resource-limited devices. Combining the powerful compression capabilit…