-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
60 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,54 @@ | ||
# TBA | ||
<h1 align="center"> Towards Omni-generalizable Neural Methods for Vehicle Routing Problems </h1> | ||
|
||
<p align="center"> | ||
<a href="https://openreview.net/forum?id=PlFBOnVOFg"><img src="https://img.shields.io/badge/OpenReview-PDF-brightgreen" alt="Paper"></a> <a href="https://icml.cc/Conferences/2023"><img alt="License" src="https://img.shields.io/static/v1?label=ICML'23&message=Hawaii&color=9cf"></a> <a href="https://hits.seeyoufarm.com"><img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FRoyalSkye%2FOmni-VRP&count_bg=%233DC4C8&title_bg=%23555555&icon=github.svg&icon_color=%23E7E7E7&title=stats&edge_flat=false"/></a> <a href="https://github.com/RoyalSkye/Omni-VRP/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-MIT-orange" alt="Paper"></a> | ||
</p> | ||
|
||
The PyTorch Implementation of *ICML 2023 Poster -- "Towards Omni-generalizable Neural Methods for Vehicle Routing Problems"* by [Jianan Zhou](https://royalskye.github.io), [Yaoxin Wu](https://research.tue.nl/en/persons/yaoxin-wu), [Wen Song](https://songwenas12.github.io), [Zhiguang Cao](https://zhiguangcaosg.github.io), [Jie Zhang](https://personal.ntu.edu.sg/zhangj). | ||
|
||
<p align="center"><img src="./imgs/overview.png" width=95%></p> | ||
|
||
### TL;DR | ||
|
||
This paper studies a challenging yet realistic setting, which considers generalization across both size and distribution (a.k.a. omni-generalization) of neural methods in VRPs. Technically, a general meta-learning framework is developed to tackle it. | ||
|
||
### TODO | ||
|
||
- [ ] Finish Dependencies & How to Run. | ||
- [ ] Camera-ready. | ||
- [ ] Slide and Poster. | ||
- [ ] Release Review. | ||
|
||
### Dependencies | ||
|
||
|
||
|
||
### How to Run | ||
|
||
|
||
|
||
### Reviews | ||
|
||
We would like to thank the anonymous reviewers and (S)ACs of ICML 2023 for their constructive comments and recommendation. We will share the reviews later. | ||
|
||
### Acknowledgments | ||
|
||
Thank the following repositories, which are baselines of our code: | ||
|
||
* https://github.com/wouterkool/attention-learn-to-route | ||
* https://github.com/yd-kwon/POMO | ||
* https://github.com/mit-wu-lab/learning-to-delegate | ||
|
||
### Citation | ||
|
||
If you find our paper and code useful, please cite our paper: | ||
|
||
```tex | ||
@inproceedings{zhou2023towards, | ||
title ={Towards Omni-generalizable Neural Methods for Vehicle Routing Problems}, | ||
author ={Jianan Zhou and Yaoxin Wu and Wen Song and Zhiguang Cao and Jie Zhang}, | ||
booktitle ={International Conference on Machine Learning}, | ||
year ={2023} | ||
} | ||
``` | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.