Deep Learning Systems
Over-smoothing is a phenomenon in graph neural networks where the learned representations of nodes become indistinguishable from one another after multiple layers of message passing. This typically occurs when the model aggregates information from neighboring nodes too many times, causing the features to lose their distinctiveness and leading to poor performance on tasks such as node classification or link prediction.
congrats on reading the definition of over-smoothing. now let's actually learn it.