Skip to content

Commit fb0a23d

Browse files
committed
update publications in research areas
1 parent 6735ee7 commit fb0a23d

8 files changed

Lines changed: 93 additions & 60 deletions

File tree

_data/pubs.yml

Lines changed: 32 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# award: null
1616
# doi: null # doi is shown in bibtex and used as the link to the publisher site when the publisher field is not defined
1717
# publisher: null # link to the publisher; we don't need this if the publisher can be reached by https://doi.org/[doi]
18-
# tags: [mapf, warehouse, arm, traffic, execution, envopt]
18+
# tags: [mapf, warehouse, arm, traffic, execution, mamp, envopt-physical, envopt-virtual]
1919
# links: # You can add additional links not listed below
2020
# arXiv: null
2121
# Code: null
@@ -44,7 +44,7 @@
4444
award: null
4545
doi: null # doi is shown in bibtex and used as the link to the publisher site when the publisher field is not defined
4646
publisher: null # link to the publisher; we don't need this if the publisher can be reached by https://doi.org/[doi]
47-
tags: [mapf, warehouse]
47+
tags: [mamp, warehouse]
4848
links: # You can add additional links not listed below
4949
arXiv: https://arxiv.org/abs/2510.00425
5050
Code: null
@@ -78,7 +78,7 @@
7878
year: 2024
7979
pages: 279-280
8080
url: https://doi.org/10.1609/socs.v17i1.31580
81-
tags: [mapf]
81+
tags: [mapf, envopt-physical]
8282
abstract: We use the Quality Diversity (QD) algorithm with Neural Cellular Automata (NCA) to generate benchmark maps for Multi-Agent Path Finding (MAPF) algorithms. Previously, MAPF algorithms are tested using fixed, human-designed benchmark maps. However, such fixed benchmark maps have several problems. First, these maps may not cover all the potential failure scenarios for the algorithms. Second, when comparing different algorithms, fixed benchmark maps may introduce bias leading to unfair comparisons between algorithms. Third, since researchers test new algorithms on a small set of fixed benchmark maps, the design of the algorithms may overfit to the small set of maps. In this work, we take advantage of the QD algorithm to (1) generate maps with patterns to comprehensively understand the performance of MAPF algorithms, (2) be able to make fair comparisons between two MAPF algorithms, providing further information on the selection between two algorithms and on the design of the algorithms. Empirically, we employ this technique to generate diverse benchmark maps to evaluate and compare the behavior of different types of MAPF algorithms, including search-based, priority-based, rule-based, and learning-based algorithms. Through both single-algorithm experiments and comparisons between algorithms, we identify patterns where each algorithm excels and detect disparities in runtime or success rates between different algorithms.
8383

8484
- key: SuAAAI26
@@ -136,7 +136,7 @@
136136
award: null
137137
doi: 10.1109/MRS66243.2025.11357255 # doi is shown in bibtex and used as the link to the publisher site when the publisher field is not defined
138138
publisher: null # link to the publisher; we don't need this if the publisher can be reached by https://doi.org/[doi]
139-
tags: [mapf, warehouse, envopt]
139+
tags: [mapf, warehouse, envopt-virtual]
140140
links: # You can add additional links not listed below
141141
arXiv: https://arxiv.org/abs/2510.03472
142142
Code: https://github.com/lunjohnzhang/tmo_public
@@ -157,7 +157,7 @@
157157
thumbnail: /files/philiphuang/mr-shortcut-compressed.gif # Save to /files/[your-folder]/
158158
doi: 10.1109/IROS60139.2025.11246427 # doi is shown in bibtex and used as the link to the publisher site when the publisher field is not defined
159159
publisher: null # link to the publisher; we don't need this if the publisher can be reached by https://doi.org/[doi]
160-
tags: [arm]
160+
tags: [arm, mamp]
161161
links: # You can add additional links not listed below
162162
arXiv: https://www.arxiv.org/abs/2508.05027
163163
Code: https://github.com/philip-huang/mr-shortcut
@@ -235,7 +235,7 @@
235235
year: 2025
236236
thumbnail: null # Save to /files/[your-folder]/
237237
doi: 10.1109/IROS60139.2025.11247527 # doi is shown in bibtex and used as the link to the publisher site when the publisher field is not defined
238-
tags: [mapf]
238+
tags: [mapf-policy]
239239
links: # You can add additional links not listed below
240240
arXiv: https://arxiv.org/abs/2503.02992
241241
Code: null
@@ -333,7 +333,7 @@
333333
award: null
334334
doi: 10.15607/RSS.2025.XXI.098 # doi is shown in bibtex and used as the link to the publisher site when the publisher field is not defined
335335
publisher: null # link to the publisher; we don't need this if the publisher can be reached by https://doi.org/[doi]
336-
tags: [arm, execution]
336+
tags: [arm, mamp, execution]
337337
links: # You can add additional links not listed below
338338
arXiv: https://arxiv.org/abs/2503.15836
339339
Talk: https://drive.google.com/file/d/15iYndy__BhI_r0uGmHVpnUeX8OPo3lT_/preview
@@ -357,6 +357,7 @@
357357

358358
- key: JiangICRA25
359359
title: "Deploying Ten Thousand Robots: Scalable Imitation Learning for Lifelong Multi-Agent Path Finding"
360+
site: https://diligentpanda.github.io/SILLM/ # project page
360361
authors: [He Jiang, Yutong Wang, Rishi Veerapaneni, Tanishq Harish Duhan, Guillaume Adrien Sartoretti, Jiaoyang Li]
361362
equal_contributions: [He Jiang, Yutong Wang]
362363
venue: ICRA
@@ -365,14 +366,13 @@
365366
thumbnail: /files/hejiang/JiangICRA25/graphical_abstract.jpg
366367
award: Best Paper on Multi-Robot Systems; Best Student Paper
367368
doi: 10.1109/ICRA55743.2025.11127445 # doi is shown in bibtex and used as the link to the publisher site when the publisher field is not defined
368-
tags: [mapf, warehouse, envopt]
369+
tags: [mapf-policy, warehouse, envopt-virtual]
369370
links:
370371
arXiv: https://arxiv.org/abs/2410.21415
371372
Code: https://github.com/DiligentPanda/Scalable-Imitation-Learning-for-LMAPF
372373
Poster: null
373374
Slides: null
374375
Talk: null
375-
Project: https://diligentpanda.github.io/SILLM/
376376
abstract: "Lifelong Multi-Agent Path Finding (LMAPF) repeatedly finds collision-free paths for multiple agents that are continually assigned new goals when they reach current ones. Recently, this field has embraced learning-based methods, which reactively generate single-step actions based on individual local observations. However, it is still challenging for them to match the performance of the best search-based algorithms, especially in large-scale settings. This work proposes an imitation-learning-based LMAPF solver that introduces a novel communication module as well as systematic single-step collision resolution and global guidance techniques. Our proposed solver, Scalable Imitation Learning for LMAPF (SILLM), inherits the fast reasoning speed of learning-based methods and the high solution quality of search-based methods with the help of modern GPUs. Across six large-scale maps with up to 10,000 agents and varying obstacle structures, SILLM surpasses the best learning- and search-based baselines, achieving average throughput improvements of 137.7% and 16.0%, respectively. Furthermore, SILLM also beats the winning solution of the 2023 League of Robot Runners, an international LMAPF competition. Finally, we validated SILLM with 10 real robots and 100 virtual robots in a mock warehouse environment."
377377

378378
- key: VeerapaneniICRA25
@@ -383,7 +383,7 @@
383383
pages: 10229-10236
384384
year: 2025
385385
doi: 10.1109/ICRA55743.2025.11128836 # doi is shown in bibtex and used as the link to the publisher site when the publisher field is not defined
386-
tags: [mapf]
386+
tags: [mapf-policy]
387387
links:
388388
arXiv: https://arxiv.org/abs/2409.14491
389389

@@ -396,7 +396,7 @@
396396
year: 2025
397397
award: Spotlight
398398
doi: null # doi is shown in bibtex and used as the link to the publisher site when the publisher field is not defined
399-
tags: [mapf]
399+
tags: [mamp]
400400
thumbnail: /files/yoraishaoul/mmd.gif
401401
site: https://multi-robot-diffusion.github.io/
402402
links:
@@ -432,7 +432,7 @@
432432
year: 2025
433433
thumbnail: /files/yulunzhang/thumbnails/online_ggo_pipeline_pibt.png
434434
doi: 10.1609/aaai.v39i14.33614
435-
tags: [warehouse, envopt]
435+
tags: [warehouse, envopt-virtual]
436436
links:
437437
arXiv: https://arxiv.org/abs/2411.16506
438438
Code: https://github.com/zanghz21/OnlineGGO
@@ -450,7 +450,7 @@
450450
pages: 23360-23368
451451
year: 2025
452452
doi: 10.1609/aaai.v39i22.34503
453-
tags: [warehouse, mapf]
453+
tags: [warehouse, mamp]
454454
short_version:
455455
venue: SoCS
456456
year: 2024
@@ -496,7 +496,7 @@
496496
pages: 311-320
497497
year: 2024
498498
doi: 10.24963/ijcai.2024/35
499-
tags: [warehouse, envopt]
499+
tags: [warehouse, envopt-virtual]
500500
thumbnail: /files/yulunzhang/thumbnails/ggo.png
501501
links:
502502
arXiv: https://arxiv.org/abs/2402.01446
@@ -529,7 +529,7 @@
529529
year: 2024
530530
doi: 10.1609/socs.v17i1.31565
531531
award: Winner of 2023 League of Robot Runners
532-
tags: [mapf, warehouse, envopt]
532+
tags: [mapf, warehouse, envopt-virtual]
533533
thumbnail: /files/hejiang/JiangSoCS24/thumbnail.png
534534
links:
535535
arXiv: https://arxiv.org/abs/2404.16162
@@ -547,7 +547,7 @@
547547
pages: 109--117
548548
year: 2024
549549
doi: 10.1609/socs.v17i1.31548
550-
tags: [arm]
550+
tags: [arm, mamp]
551551
thumbnail: /files/yoraishaoul/gencbs.gif
552552
links:
553553
arXiv: https://arxiv.org/abs/2405.01772
@@ -590,7 +590,7 @@
590590
pages: 623-632
591591
year: 2024
592592
doi: 10.1609/icaps.v34i1.31525
593-
tags: [mapf]
593+
tags: [warehouse, mapf]
594594
links:
595595
Benchmark page: http://mapf.info/index.php/Main/Benchmarks
596596

@@ -602,7 +602,7 @@
602602
pages: 597-606
603603
year: 2024
604604
doi: 10.1609/icaps.v34i1.31522
605-
tags: [mapf]
605+
tags: [mapf-policy]
606606
links:
607607
arXiv: https://arxiv.org/abs/2403.20300
608608

@@ -617,7 +617,7 @@
617617
award: Best Student Paper
618618
thumbnail: /files/yoraishaoul/mramp.gif
619619
site: https://x-cbs.github.io/
620-
tags: [arm]
620+
tags: [arm, mamp]
621621
links:
622622
arXiv: https://arxiv.org/abs/2404.00143
623623
abstract: "An exciting frontier in robotic manipulation is the use of multiple arms at once. However, planning concurrent motions is a challenging task using current methods. The high-dimensional composite state space renders many well-known motion planning algorithms intractable. Recently, Multi-Agent Path-Finding (MAPF) algorithms have shown promise in discrete 2D domains, providing rigorous guarantees. However, widely used conflict-based methods in MAPF assume an efficient single-agent motion planner. This poses challenges in adapting them to manipulation cases where this assumption does not hold, due to the high dimensionality of configuration spaces and the computational bottlenecks associated with collision checking. To this end, we propose an approach for accelerating conflict-based search algorithms by leveraging their repetitive and incremental nature -- making them tractable for use in complex scenarios involving multi-arm coordination in obstacle-laden environments. We show that our method preserves completeness and bounded sub-optimality guarantees, and demonstrate its practical efficacy through a set of experiments with up to 10 robotic arms."
@@ -644,7 +644,7 @@
644644
pages: 3021-3028
645645
year: 2024
646646
doi: 10.1109/LRA.2024.3363543
647-
tags: [mapf, traffic]
647+
tags: [traffic, mamp]
648648
links:
649649
arXiv: https://arxiv.org/abs/2311.14145
650650
Code: https://github.com/JingtianYan/PSB-RAL
@@ -653,6 +653,7 @@
653653
- key: SuAAAI24
654654
title: "Bidirectional Temporal Plan Graph: Enabling Switchable Passing Orders for More Efficient Multi-Agent Path Finding Plan Execution"
655655
authors: [Yifan Su, Rishi Veerapaneni, Jiaoyang Li]
656+
award: Oral
656657
venue: AAAI
657658
pages: 17559-17566
658659
year: 2024
@@ -686,7 +687,7 @@
686687
pages: 57212-57225
687688
year: 2023
688689
publisher: https://papers.nips.cc/paper_files/paper/2023/hash/b2fbf1c9bc92e7ef2f6cab2e8a3e09af-Abstract-Conference.html
689-
tags: [warehouse, envopt]
690+
tags: [warehouse, envopt-physical]
690691
thumbnail: /files/yulunzhang/thumbnails/nca_process.gif
691692
links:
692693
arXiv: https://arxiv.org/abs/2310.18622
@@ -736,7 +737,7 @@
736737
pages: 5503-5511
737738
year: 2023
738739
doi: 10.24963/ijcai.2023/611
739-
tags: [warehouse, envopt]
740+
tags: [warehouse, envopt-physical]
740741
thumbnail: /files/yulunzhang/thumbnails/dsage-map.gif
741742
links:
742743
arXiv: https://arxiv.org/abs/2305.06436
@@ -806,7 +807,7 @@
806807
pages: 11578-11585
807808
year: 2023
808809
doi: 10.1609/aaai.v37i10.26368
809-
tags: [traffic]
810+
tags: [traffic, mamp]
810811
links:
811812
Code: https://github.com/theanhhoang/AIM
812813
Talk: https://underline.io/lecture/67972-intersection-coordination-with-priority-based-search-for-autonomous-vehicles
@@ -845,6 +846,7 @@
845846
pages: 190-198
846847
year: 2022
847848
doi: 10.1609/socs.v15i1.21767
849+
tags: [warehouse, mamp]
848850

849851
- key: ZhangSoCS22
850852
title: Learning a Priority Ordering for Prioritized Planning in Multi-Agent Path Finding
@@ -861,6 +863,7 @@
861863
pages: 38-46
862864
year: 2022
863865
doi: 10.1609/socs.v15i1.21750
866+
tags: [mamp]
864867
links:
865868
Code: https://github.com/nobodyczcz/Lazy-Train-and-K-CBS
866869

@@ -871,6 +874,7 @@
871874
pages: 249-253
872875
year: 2022
873876
doi: 10.1609/socs.v15i1.21776
877+
tags: [mamp]
874878

875879
- key: ZhongICRA22
876880
title: Optimal and Bounded-Suboptimal Multi-Goal Task Assignment and Path Finding
@@ -933,6 +937,7 @@
933937
year: 2022
934938
eprint: arXiv:2203.02475
935939
thumbnail: /files/jiaoyangli/thumbnails/Chen22.gif
940+
tags: [mamp, arm]
936941
links:
937942
arXiv: https://arxiv.org/abs/2203.02475
938943
abstract: Multi-robot assembly systems are becoming increasingly appealing in manufacturing due to their ability to automatically, flexibly, and quickly construct desired structural designs. However, effectively planning for these systems in a manner that ensures each robot is simultaneously productive, and not idle, is challenging due to (1) the close proximity that the robots must operate in to manipulate the structure and (2) the inherent structural partial orderings on when each part can be installed. In this paper, we present a task and motion planning framework that jointly plans safe, low-makespan plans for a team of robots to assemble complex spatial structures. Our framework takes a hierarchical approach that, at the high level, uses Mixed-integer Linear Programs to compute an abstract plan comprised of an allocation of robots to tasks subject to precedence constraints and, at the low level, builds on a state-of-the-art algorithm for Multi-Agent Path Finding to plan collision-free robot motions that realize this abstract plan. Critical to our approach is the inclusion of certain collision constraints and movement durations during high-level planning, which better informs the search for abstract plans that are likely to be both feasible and low-makespan while keeping the search tractable. We demonstrate our planning system on several challenging assembly domains with several (sometimes heterogeneous) robots with grippers or suction plates for assembling structures with up to 23 objects involving Lego bricks, bars, plates, or irregularly shaped blocks.
@@ -1029,6 +1034,7 @@
10291034
pages: 11237-11245
10301035
year: 2021
10311036
doi: 10.1609/aaai.v35i13.17340
1037+
tags: [mamp]
10321038
links:
10331039
Code: https://github.com/jkchengh/s2m2
10341040
Talk: https://slideslive.com/38948396/scalable-and-safe-multiagent-motion-planning-with-nonlinear-dynamics-and-bounded-disturbances?ref=account-79851-presentations
@@ -1194,10 +1200,10 @@
11941200
year: 2020
11951201
doi: 10.1609/aaai.v34i09.7072
11961202
links:
1197-
project webpage: http://modelai.gettysburg.edu/2020/mapf/
1203+
Project webpage: http://modelai.gettysburg.edu/2020/mapf/
11981204

11991205
- key: SurynekPRIMA20
1200-
title: utex Propagation for SAT-based Multi-Agent Path Finding
1206+
title: Mutex Propagation for SAT-based Multi-Agent Path Finding
12011207
authors: [Pavel Surynek, Jiaoyang Li, Han Zhang, T. K. Satish Kumar, Sven Koenig]
12021208
venue: PRIMA
12031209
pages: 248-258
@@ -1293,6 +1299,7 @@
12931299
pages: 7627-7634
12941300
year: 2019
12951301
doi: 10.1609/aaai.v33i01.33017627
1302+
tags: [mamp]
12961303
links:
12971304
Poster: /files/posters/large-agent-poster.pdf
12981305
Slides: /files/slides/large-agent-slides.pdf

_pages/publication.html

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1> Publications </h1>
1919
{% for year in years %}
2020
<a href="#year{{ year }}">{{ year }}</a> |
2121
{% endfor %}
22-
<!-- <a href="#preprints">Preprints</a>-->
22+
<a href="#thesis">Thesis</a>
2323
</p>
2424

2525
<h2>Preprints</h2>
@@ -44,4 +44,23 @@ <h2>{{ year }}</h2><a id="year{{ year }}"></a>
4444
<i class="fas fa-arrow-up"></i> Back to Top
4545
</a>
4646
</div>
47-
{% endfor %}
47+
{% endfor %}
48+
49+
<h2>PhD Thesis</h2><a id="thesis"></a>
50+
<ul>
51+
<li>
52+
<a href="/publications/LiPhD22">Efficient and Effective Techniques for Large-Scale Multi-Agent Path Finding</a>.
53+
(<b>Best Dissertation Awards by ICAPS, AAMAS, and USC Viterbi School of Engineering</b>)<br/>
54+
Jiaoyang Li.<br/>
55+
<i>PhD thesis, Department of Computer Science, University of Southern California, Los Angeles (California)</i>, 2022.<br/>
56+
[<a href="javascript:void(0)" onclick="(function(target, id) { if ($('#' + id).css('display') == 'block') { $('#' + id).hide('fast'); $(target).text('bibtex') } else { $('#' + id).show('fast'); $(target).text('bibtex▲') } })(this, 'bibtex-LiPhD22');">bibtex</a>]
57+
[<a href="/files/jiaoyangli/phd-thesis-final.pdf">pdf</a>]
58+
<div id="bibtex-LiPhD22" style="display:none; font-size:small">
59+
<pre>@phdthesis{LiPhD22,
60+
title = {Efficient and Effective Techniques for Large-Scale Multi-Agent Path Finding},
61+
author = {Jiaoyang Li},
62+
school = {University of Southern California},
63+
year = {2022}
64+
}</pre></div>
65+
</li>
66+
</ul>

_projects/environment.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,15 @@ This new direction raises several core research challenges:
114114
</div>
115115
<div style="clear:both;"></div>
116116

117-
{% assign target_ids = "ZhangIJCAI23,ZhangNeurIPS23" | split: "," %}
117+
{% assign target_tag = "envopt-physical" %}
118118
<details style="margin-top: 0; margin-bottom: 0;">
119-
<summary style="color: #666;"><strong>Relevant publications</strong></summary>
120-
{% for id in target_ids %}
121-
{% assign pub = site.data.pubs | where: "key", id | first %}
122-
{% include pub-thumbnail.html %}
119+
<summary style="color: #666; font-size: 1.2em; margin-bottom: 10px;"><strong>Relevant publications</strong></summary>
120+
{% for pub in site.data.pubs %}
121+
{% if pub.tags contains target_tag %}
122+
{% include pub-thumbnail.html %}
123+
{% endif %}
123124
{% endfor %}
124-
</details>
125+
</details>
125126

126127
---------------------
127128

@@ -183,14 +184,15 @@ this virtual layer can significantly reduce traffic congestion and improve overa
183184
</p>
184185
</div>
185186

186-
{% assign target_ids = "ZhangMRS25,ZangAAAI25,JiangICRA25,ZhangIJCAI24,JiangSoCS24,ZhangNeurIPS23,ZhangIJCAI23" | split: "," %}
187+
{% assign target_tag = "envopt-virtual" %}
187188
<details style="margin-top: 0; margin-bottom: 0;">
188-
<summary style="color: #666;"><strong>Relevant publications</strong></summary>
189-
{% for id in target_ids %}
190-
{% assign pub = site.data.pubs | where: "key", id | first %}
191-
{% include pub-thumbnail.html %}
189+
<summary style="color: #666; font-size: 1.2em; margin-bottom: 10px;"><strong>Relevant publications</strong></summary>
190+
{% for pub in site.data.pubs %}
191+
{% if pub.tags contains target_tag %}
192+
{% include pub-thumbnail.html %}
193+
{% endif %}
192194
{% endfor %}
193-
</details>
195+
</details>
194196

195197
<div style="float: right;">
196198
<button onclick="location.href='/research'" type="button">Back to the Research page</button>

0 commit comments

Comments
 (0)