Edge Classification
27 papers with code • 0 benchmarks • 1 datasets
Benchmarks
These leaderboards are used to track progress in Edge Classification
Most implemented papers
EvolveGCN: Evolving Graph Convolutional Networks for Dynamic Graphs
Existing approaches typically resort to node embeddings and use a recurrent neural network (RNN, broadly speaking) to regulate the embeddings and learn the temporal dynamics.
Global Self-Attention as a Replacement for Graph Convolution
The resultant framework - which we call Edge-augmented Graph Transformer (EGT) - can directly accept, process and output structural information of arbitrary form, which is important for effective learning on graph-structured data.
DiGress: Discrete Denoising diffusion for graph generation
This work introduces DiGress, a discrete denoising diffusion model for generating graphs with categorical node and edge attributes.
LaneNet: Real-Time Lane Detection Networks for Autonomous Driving
Lane detection is to detect lanes on the road and provide the accurate location and shape of each lane.
Learning and Reasoning with the Graph Structure Representation in Robotic Surgery
Learning to infer graph representations and performing spatial reasoning in a complex surgical environment can play a vital role in surgical scene understanding in robotic surgery.
Adaptive Edge Attention for Graph Matching with Outliers
To explore the potential of edges, EAGM learns edge attention on the assignment graph to 1) reveal the impact of each edge on graph matching, as well as 2) adjust the learning of edge representations adaptively.
GRAPE for Fast and Scalable Graph Processing and random walk-based Embedding
Graph Representation Learning (GRL) methods opened new avenues for addressing complex, real-world problems represented by graphs.
Graph Neural Network for Cell Tracking in Microscopy Videos
By modeling the entire time-lapse sequence as a direct graph where cell instances are represented by its nodes and their associations by its edges, we extract the entire set of cell trajectories by looking for the maximal paths in the graph.
Retrieval Augmented Generation using Engineering Design Knowledge
For this task, we create a dataset of 375, 084 examples and fine-tune language models for relation identification (token classification) and elicitation (sequence-to-sequence).
Dynamic Graph Convolutional Networks Using the Tensor M-Product
In recent years, a variety of graph neural networks (GNNs) have been successfully applied for representation learning and prediction on such graphs.