paper-with-me

홈 › Papers

Learning Topological Representations with Bidirectional Graph Attention Network for Solving Job Shop Scheduling Problem

2024-02-27 · Cong Zhang, Zhiguang Cao, Yaoxin Wu, Wen Song, Jing Sun

Existing learning-based methods for solving job shop scheduling problems (JSSP) usually use off-the-shelf GNN models tailored to undirected graphs and neglect the rich and meaningful topological structures of disjunctive graphs (DGs). This paper proposes the topology-aware bidirectional graph attention network (TBGAT), a novel GNN architecture based on the attention mechanism, to embed the DG for solving JSSP in a local search framework. Specifically, TBGAT embeds the DG from a forward and a backward view, respectively, where the messages are propagated by following the different topologies of the views and aggregated via graph attention. Then, we propose a novel operator based on the message-passing mechanism to calculate the forward and backward topological sorts of the DG, which are the features for characterizing the topological structures and exploited by our model. In addition, we theoretically and experimentally show that TBGAT has linear computational complexity to the number of jobs and machines, respectively, strengthening our method's practical value. Besides, extensive experiments on five synthetic datasets and seven classic benchmarks show that TBGAT achieves new SOTA results by outperforming a wide range of neural methods by a large margin. All the code and data are publicly available online at https://github.com/zcaicaros/TBGAT.

📄 PDF Abstract BibTeX arXiv:2402.17606

Code (1)

zcaicaros/tbgat 공식 구현 pytorch

Tasks

Graph AttentionJob Shop SchedulingScheduling

Similar Papers 제목 키워드 기반

Integrating Structural and Semantic Signals in Text-Attributed Graphs with BiGTex

2025-04-16 · Azadeh Beiranvand, Seyed Mehdi Vahidipour

Text-attributed graphs (TAGs) present unique challenges in representation learning by requiring models to capture both the semantic richness of node-associated texts and the structural dependencies of the graph. While gr…

Link PredictionNode Classificationparameter-efficient fine-tuningRepresentation Learning

Deep Graph Mapper: Seeing Graphs through the Neural Lens

2020-02-10 · NeurIPS Workshop TDA_and_Beyond 2020 12 · Cristian Bodnar, Cătălina Cangea, Pietro Liò

Recent advancements in graph representation learning have led to the emergence of condensed encodings that capture the main properties of a graph. However, even though these abstract representations are powerful for down…

Graph ClassificationGraph Representation LearningRepresentation LearningTopological Data Analysis

Object-aware Aggregation with Bidirectional Temporal Graph for Video Captioning

2019-06-11 · CVPR 2019 6 · Junchao Zhang, Yuxin Peng

Video captioning aims to automatically generate natural language descriptions of video content, which has drawn a lot of attention recent years. Generating accurate and fine-grained captions needs to not only understand …

ObjectVideo Captioning

Approximating Stacked and Bidirectional Recurrent Architectures with the Delayed Recurrent Neural Network

2019-08-30 · ICML 2020 1 · Javier S. Turek, Shailee Jain, Vy Vo, Mihai Capota 외

Recent work has shown that topological enhancements to recurrent neural networks (RNNs) can increase their expressiveness and representational capacity. Two popular enhancements are stacked RNNs, which increases the capa…

VCR-Graphormer: A Mini-batch Graph Transformer via Virtual Connections

2024-03-24 · Dongqi Fu, Zhigang Hua, Yan Xie, Jin Fang 외

Graph transformer has been proven as an effective graph learning method for its adoption of attention mechanism that is capable of capturing expressive representations from complex topological and feature information of …

Feature EngineeringGraph Learning