Skip to content

Commit abf4801

Browse files
committed
finished citations before 2020
1 parent 1e05ddc commit abf4801

File tree

3 files changed

+125
-1
lines changed

3 files changed

+125
-1
lines changed

_cite/.cache/cache.db

0 Bytes
Binary file not shown.

_data/citations.yaml

+62
Original file line numberDiff line numberDiff line change
@@ -752,3 +752,65 @@
752752
- Mobile Robot
753753
plugin: sources.py
754754
file: sources.yaml
755+
- title: 'EvolveGraph: Multi-Agent Trajectory Prediction with Dynamic Relational Reasoning'
756+
authors:
757+
- J. Li\*
758+
- F. Yang\*
759+
- M. Tomizuka
760+
- C. Choi
761+
publisher: Neural Information Processing Systems (NeurIPS 2020)
762+
date: '2020-10-19'
763+
buttons:
764+
- type: paper_link
765+
text: NeurIPS
766+
link: https://proceedings.neurips.cc/paper/2020/hash/e4d8163c7a068b65a64c89bd745ec360-Abstract.html
767+
- type: paper_link
768+
text: arXiv
769+
link: https://arxiv.org/abs/2003.13924
770+
- type: paper_home
771+
text: Website
772+
link: https://jiachenli94.github.io/publications/Evolvegraph/
773+
tags:
774+
- Graph Neural Networks
775+
- Relational Reasoning
776+
- Trajectory Prediction
777+
plugin: sources.py
778+
file: sources.yaml
779+
- title: Generic Tracking and Probabilistic Prediction Framework and Its Application
780+
in Autonomous Driving
781+
authors:
782+
- J. Li
783+
- W. Zhan
784+
- Y. Hu
785+
- M. Tomizuka
786+
publisher: IEEE Transactions on Intelligent Transportation Systems
787+
date: '2020-08-19'
788+
buttons:
789+
- type: paper_link
790+
text: IEEE
791+
link: https://ieeexplore.ieee.org/abstract/document/8789525
792+
- type: paper_link
793+
text: arXiv
794+
link: https://arxiv.org/abs/1908.09031
795+
tags:
796+
- Autonomoud Driving
797+
- Trajectory Prediction
798+
plugin: sources.py
799+
file: sources.yaml
800+
- title: 'Social-WaGDAT: Interaction-Aware Trajectory Prediction via Wasserstein Graph
801+
Double-Attention Network'
802+
authors:
803+
- J. Li
804+
- H. Ma
805+
- Z. Zhang
806+
- M. Tomizuka
807+
publisher: arXiv preprint
808+
date: '2020-02-19'
809+
buttons:
810+
- type: paper_link
811+
text: arXiv
812+
link: https://arxiv.org/abs/2002.06241
813+
tags:
814+
- Trajectory Prediction
815+
plugin: sources.py
816+
file: sources.yaml

_data/sources.yaml

+63-1
Original file line numberDiff line numberDiff line change
@@ -737,4 +737,66 @@
737737
link: https://arxiv.org/abs/2108.00716
738738
tags:
739739
- Motion Planning
740-
- Mobile Robot
740+
- Mobile Robot
741+
742+
743+
################ 2020 ################
744+
- title: "EvolveGraph: Multi-Agent Trajectory Prediction with Dynamic Relational Reasoning"
745+
authors:
746+
- 'J. Li\*'
747+
- 'F. Yang\*'
748+
- M. Tomizuka
749+
- C. Choi
750+
publisher: 'Neural Information Processing Systems (NeurIPS 2020)'
751+
date: 2020-10-19
752+
# image: ./paper_images/SoNIC.png
753+
buttons:
754+
- type: paper_link
755+
text: NeurIPS
756+
link: https://proceedings.neurips.cc/paper/2020/hash/e4d8163c7a068b65a64c89bd745ec360-Abstract.html
757+
- type: paper_link
758+
text: arXiv
759+
link: https://arxiv.org/abs/2003.13924
760+
- type: paper_home
761+
text: Website
762+
link: https://jiachenli94.github.io/publications/Evolvegraph/
763+
tags:
764+
- Graph Neural Networks
765+
- Relational Reasoning
766+
- Trajectory Prediction
767+
768+
- title: "Generic Tracking and Probabilistic Prediction Framework and Its Application in Autonomous Driving"
769+
authors:
770+
- J. Li
771+
- W. Zhan
772+
- Y. Hu
773+
- M. Tomizuka
774+
publisher: 'IEEE Transactions on Intelligent Transportation Systems'
775+
date: 2020-08-19
776+
# image: ./paper_images/SoNIC.png
777+
buttons:
778+
- type: paper_link
779+
text: IEEE
780+
link: https://ieeexplore.ieee.org/abstract/document/8789525
781+
- type: paper_link
782+
text: arXiv
783+
link: https://arxiv.org/abs/1908.09031
784+
tags:
785+
- Autonomoud Driving
786+
- Trajectory Prediction
787+
788+
- title: "Social-WaGDAT: Interaction-Aware Trajectory Prediction via Wasserstein Graph Double-Attention Network"
789+
authors:
790+
- J. Li
791+
- H. Ma
792+
- Z. Zhang
793+
- M. Tomizuka
794+
publisher: 'arXiv preprint'
795+
date: 2020-02-19
796+
# image: ./paper_images/SoNIC.png
797+
buttons:
798+
- type: paper_link
799+
text: arXiv
800+
link: https://arxiv.org/abs/2002.06241
801+
tags:
802+
- Trajectory Prediction

0 commit comments

Comments
 (0)