Search papers, labs, and topics across Lattice.
This paper investigates representation collapse in Transformer-based neural machine translation (NMT) models, particularly in deeper layers and continuous-output NMT. They analyze the dynamics of this collapse in both discrete and continuous NMT models, finding it more pronounced in the latter. They demonstrate that applying angular dispersion regularization mitigates representation collapse and improves translation quality, even in quantized models.
Angular dispersion regularization not only alleviates representation collapse in NMT Transformers, but also boosts translation quality and maintains its benefits post-quantization.
Modern neural translation models based on the Transformer architecture are known for their high performance, particularly when trained on high-resource datasets. A standard next-token prediction training strategy, while widely adopted in practice, may lead to overlooked artifacts such as representation collapse. Previous works have shown that this problem is especially pronounced in the representation of the deeper Transformer layers, where it often fails to efficiently utilize the geometric space. Representation collapse is even more evident in end-to-end training of continuous-output neural machine translation, where the trivial solution would be to set all vectors to the same value. In this work, we analyze the dynamics of representation collapse at different levels of discrete and continuous NMT transformers throughout training. We incorporate an existing regularization method based on angular dispersion and demonstrate empirically that it not only mitigates collapse but also improves translation quality. Furthermore, we show that quantized models exhibit similar collapse behavior and that the benefits of regularization are preserved even after quantization.