paper-with-me

Papers

Characterizing and addressing the issue of oversmoothing in neural autoregressive sequence modeling

2021-12-16 · Ilia Kulikov, Maksim Eremeev, Kyunghyun Cho

Neural autoregressive sequence models smear the probability among many possible sequences including degenerate ones, such as empty or repetitive sequences. In this work, we tackle one specific case where the model assigns a high probability to unreasonably short sequences. We define the oversmoothing rate to quantify this issue. After confirming the high degree of oversmoothing in neural machine translation, we propose to explicitly minimize the oversmoothing rate during training. We conduct a set of experiments to study the effect of the proposed regularization on both model distribution and decoding performance. We use a neural machine translation task as the testbed and consider three different datasets of varying size. Our experiments reveal three major findings. First, we can control the oversmoothing rate of the model by tuning the strength of the regularization. Second, by enhancing the oversmoothing loss contribution, the probability and the rank of <eos> token decrease heavily at positions where it is not supposed to be. Third, the proposed regularization impacts the outcome of beam search especially when a large beam is used. The degradation of translation quality (measured in BLEU) with a large beam significantly lessens with lower oversmoothing rate, but the degradation compared to smaller beam sizes remains to exist. From these observations, we conclude that the high degree of oversmoothing is the main reason behind the degenerate case of overly probable short sequences in a neural autoregressive model.

📄 PDF Abstract BibTeX arXiv:2112.08914

Code (1)

uralik/oversmoothing_rate 공식 구현 pytorch

Tasks

Machine TranslationTranslation

Similar Papers 제목 키워드 기반

Beyond ReLU: Bifurcation, Oversmoothing, and Topological Priors

2026-02-17 · Erkan Turan, Gaspard Abel, Maysam Behmanesh, Emery Pierson 외 arxiv

Graph Neural Networks (GNNs) learn node representations through iterative network-based message-passing. While powerful, deep GNNs suffer from oversmoothing, where node features converge to a homogeneous, non-informative…

A Dynamical Systems-Inspired Pruning Strategy for Addressing Oversmoothing in Graph Neural Networks

2024-12-10 · Biswadeep Chakraborty, Harshit Kumar, Saibal Mukhopadhyay

Oversmoothing in Graph Neural Networks (GNNs) poses a significant challenge as network depth increases, leading to homogenized node representations and a loss of expressiveness. In this work, we approach the oversmoothin…

Diversity

ContraNorm: A Contrastive Learning Perspective on Oversmoothing and Beyond

2023-03-12 · Xiaojun Guo, Yifei Wang, Tianqi Du, Yisen Wang

Oversmoothing is a common phenomenon in a wide range of Graph Neural Networks (GNNs) and Transformers, where performance worsens as the number of layers increases. Instead of characterizing oversmoothing from the view of…

Contrastive Learning

Simple GNN Regularisation for 3D Molecular Property Prediction & Beyond

2021-06-15 · Jonathan Godwin, Michael Schaarschmidt, Alexander Gaunt, Alvaro Sanchez-Gonzalez 외

In this paper we show that simple noise regularisation can be an effective way to address GNN oversmoothing. First we argue that regularisers addressing oversmoothing should both penalise node latent similarity and encou…

DenoisingDiversityGraph Property PredictionInitial Structure to Relaxed Energy (IS2RE)+4

Oversmoothing, "Oversquashing", Heterophily, Long-Range, and more: Demystifying Common Beliefs in Graph Machine Learning

2025-05-21 · Adrian Arnaiz-Rodriguez, Federico Errica

After a renaissance phase in which researchers revisited the message-passing paradigm through the lens of deep learning, the graph machine learning community shifted its attention towards a deeper and practical understan…