paper-with-me

Papers

FeatureNorm: L2 Feature Normalization for Dynamic Graph Embedding

2021-02-27 · Menglin Yang, Ziqiao Meng, Irwin King

Dynamic graphs arise in a plethora of practical scenarios such as social networks, communication networks, and financial transaction networks. Given a dynamic graph, it is fundamental and essential to learn a graph representation that is expected not only to preserve structural proximity but also jointly capture the time-evolving patterns. Recently, graph convolutional network (GCN) has been widely explored and used in non-Euclidean application domains. The main success of GCN, especially in handling dependencies and passing messages within nodes, lies in its approximation to Laplacian smoothing. As a matter of fact, this smoothing technique can not only encourage must-link node pairs to get closer but also push cannot-link pairs to shrink together, which potentially cause serious feature shrink or oversmoothing problem, especially when stacking graph convolution in multiple layers or steps. For learning time-evolving patterns, a natural solution is to preserve historical state and combine it with the current interactions to obtain the most recent representation. Then the serious feature shrink or oversmoothing problem could happen when stacking graph convolution explicitly or implicitly according to current prevalent methods, which would make nodes too similar to distinguish each other. To solve this problem in dynamic graph embedding, we analyze the shrinking properties in the node embedding space at first, and then design a simple yet versatile method, which exploits L2 feature normalization constraint to rescale all nodes to hypersphere of a unit ball so that nodes would not shrink together, and yet similar nodes can still get closer. Extensive experiments on four real-world dynamic graph datasets compared with competitive baseline models demonstrate the effectiveness of the proposed method.

📄 PDF Abstract BibTeX arXiv:2103.00164

Code (1)

marlin-codes/FeatureNorm 공식 구현 pytorch

Tasks

Dynamic graph embeddingGraph Embedding

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Block Selection Method for Using Feature Norm in Out-of-distribution Detection

2022-12-05 · CVPR 2023 1 · Yeonguk Yu, Sungho Shin, Seongju Lee, Changhyun Jun 외

Detecting out-of-distribution (OOD) inputs during the inference stage is crucial for deploying neural networks in the real world. Previous methods commonly relied on the output of a network derived from the highly activa…

Out-of-Distribution DetectionOut of Distribution (OOD) Detection

CODER: Knowledge infused cross-lingual medical term embedding for term normalization

2020-11-05 · Zheng Yuan, Zhengyun Zhao, Haixia Sun, Jiao Li 외

This paper proposes CODER: contrastive learning on knowledge graphs for cross-lingual medical term representation. CODER is designed for medical term normalization by providing close vector representations for different …

Contrastive LearningKnowledge GraphsRelationRelation Classification+3

Residual Connections and Normalization Can Provably Prevent Oversmoothing in GNNs

2024-06-05 · Michael Scholkemper, Xinyi Wu, Ali Jadbabaie, Michael T. Schaub

Residual connections and normalization layers have become standard design choices for graph neural networks (GNNs), and were proposed as solutions to the mitigate the oversmoothing problem in GNNs. However, how exactly t…

Exploring Word Embeddings for Unsupervised Textual User-Generated Content Normalization

2017-04-10 · WS 2016 12 · Thales Felipe Costa Bertaglia, Maria das Graças Volpe Nunes

Text normalization techniques based on rules, lexicons or supervised training requiring large corpora are not scalable nor domain interchangeable, and this makes them unsuitable for normalizing user-generated content (UG…

Semantic SimilaritySemantic Textual SimilarityText NormalizationWord Embeddings

Variational Graph Normalized Auto-Encoders

2021-08-18 · Seong Jin Ahn, Myoung Ho Kim

Link prediction is one of the key problems for graph-structured data. With the advancement of graph neural networks, graph autoencoders (GAEs) and variational graph autoencoders (VGAEs) have been proposed to learn graph …

Link PredictionPrediction