-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpublications.bib
More file actions
2166 lines (2015 loc) · 97.8 KB
/
publications.bib
File metadata and controls
2166 lines (2015 loc) · 97.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
% AUTO-GENERATED FILE — DO NOT EDIT
% Updated on 2026-02-22T07:36:01Z
@inproceedings{10.1007/978-3-032-04617-8_3,
abstract = {Historical maps contain valuable, detailed survey data often unavailable elsewhere. Automatically extracting linear objects, such as fault lines, from scanned historical maps benefits diverse application areas, such as mining resource prediction. However, existing models encounter challenges in capturing adequate image context and spatial context. Insufficient image context leads to false detections by failing to distinguish desired linear objects from others with similar appearances. Meanwhile, insufficient spatial context hampers the accurate delineation of elongated, slender-shaped linear objects. This paper introduces the Linear Object Detection TRansformer (LDTR), which directly generates accurate vector graphs for linear objects from scanned map images. LDTR leverages multi-scale deformable attention to capture representative image context, reducing false detections. Furthermore, LDTR's innovative N-hop connectivity component explicitly encourages interactions among nodes within an N-hop neighborhood, enabling the model to learn sufficient spatial context for generating graphs with accurate connectivity. Experiments show that LDTR improves detection precision by 6{\%} and enhances line connectivity by 20{\%} over state-of-the-art baselines.},
address = {Cham},
author = {Duan, Weiwei
and Chiang, Yao-Yi
and Knoblock, Craig A.},
booktitle = {Document Analysis and Recognition -- ICDAR 2025},
editor = {Yin, Xu-Cheng
and Karatzas, Dimosthenis
and Lopresti, Daniel},
isbn = {978-3-032-04617-8},
pages = {40--59},
publisher = {Springer Nature Switzerland},
title = {LDTR: Linear Object Detection Transformer for Accurate Graph Generation by Learning the N-Hop Connectivity Information},
url = {https://link.springer.com/chapter/10.1007/978-3-032-04617-8_3},
year = {2026}
}
@inproceedings{10.1007/978-3-032-04617-8_4,
abstract = {Text on historical maps provides valuable information for studies in history, economics, geography, and other related fields. Unlike structured or semi-structured documents, text on maps varies significantly in orientation, reading order, shape, and placement. Many modern methods can detect and transcribe text regions, but they struggle to effectively ``link'' the recognized text fragments, e.g., determining a multi-word place name. Existing layout analysis methods model word relationships to improve text understanding in structured documents, but they primarily rely on linguistic features and neglect geometric information, which is essential for handling map text. To address these challenges, we propose LIGHT, a novel multi-modal approach that integrates linguistic, image, and geometric features for linking text on historical maps. In particular, LIGHT includes a geometry-aware embedding module that encodes the polygonal coordinates of text regions to capture polygon shapes and their relative spatial positions on an image. LIGHT unifies this geometric information with the visual and linguistic token embeddings from LayoutLMv3, a pretrained layout analysis model. LIGHT uses the cross-modal information to predict the reading-order successor of each text instance directly with a bi-directional learning strategy that enhances sequence robustness. Experimental results show that LIGHT outperforms existing methods on the ICDAR 2024/2025 MapText Competition data, demonstrating the effectiveness of multi-modal learning for historical map text linking.},
address = {Cham},
author = {Lin, Yijun
and Olson, Rhett
and Wu, Junhan
and Chiang, Yao-Yi
and Weinman, Jerod},
booktitle = {Document Analysis and Recognition -- ICDAR 2025},
editor = {Yin, Xu-Cheng
and Karatzas, Dimosthenis
and Lopresti, Daniel},
isbn = {978-3-032-04617-8},
pages = {60--77},
publisher = {Springer Nature Switzerland},
title = {LIGHT: Multi-modal Text Linking on Historical Maps},
url = {https://link.springer.com/chapter/10.1007/978-3-032-04617-8_4},
year = {2026}
}
@inproceedings{10.1007/978-3-032-09530-5_26,
abstract = {Locating new sources of critical minerals begins with understanding where these minerals have been found in the past. However, historical data about mineral occurrences is often locked in disparate, unstructured, and inconsistent formats, ranging from government databases to mining reports and journal articles. To address this challenge, we have developed a set of scalable technologies that extract, normalize, and semantically integrate information from these sources into a unified knowledge graph. Our approach combines ontology-driven modeling, large-language models for information extraction and classification, and tools for linking and validating data across sources. The result is a semantically enriched, queryable knowledge graph that supports reproducible analysis, expert validation, and geoscientific applications such as deposit classification and prospectivity modeling. Through this work, we have successfully integrated information from hundreds of thousands of records across multiple historical sources to build one of the world's largest repositories of structured data on critical minerals.},
address = {Cham},
author = {Knoblock, Craig A.
and Vu, Binh
and Shbita, Basel
and Chiang, Yao-Yi
and Krishna, Pothula Punith
and Lin, Xiao
and Muric, Goran
and Pyo, Jiyoon
and Trejo-Sheu, Adriana
and Ye, Meng},
booktitle = {The Semantic Web -- ISWC 2025},
editor = {Garijo, Daniel
and Kirrane, Sabrina
and Salatino, Angelo
and Shimizu, Cogan
and Acosta, Maribel
and Nuzzolese, Andrea Giovanni
and Ferrada, Sebasti{\'a}n
and Soulard, Thibaut
and Kozaki, Kouji
and Takeda, Hideaki
and Gentile, Anna Lisa},
isbn = {978-3-032-09530-5},
pages = {451--471},
publisher = {Springer Nature Switzerland},
title = {Exploiting LLMs and Semantic Technologies to Build a Knowledge Graph of Historical Mining Data},
url = {https://link.springer.com/chapter/10.1007/978-3-032-09530-5_26},
year = {2026}
}
@article{10.1016/j.jag.2025.104368,
author = {Mai, Gengchen and Xie, Yiqun and Jia, Xiaowei and Lao, Ni and Rao, Jinmeng and Zhu, Qing and Liu, Zeping and Chiang, Yao-Yi and Jiao, Junfeng},
doi = {10.1016/j.jag.2025.104368},
issn = {1569-8432},
journal = {International Journal of Applied Earth Observation and Geoinformation},
month = {February},
pages = {104368},
publisher = {Elsevier BV},
title = {Towards the next generation of Geospatial Artificial Intelligence},
url = {https://doi.org/10.1016/j.jag.2025.104368},
volume = {136},
year = {2025}
}
@article{10.1080/15420353.2025.2580239,
author = {Pai, Pi-Ling and Lu, Hsiang-Hsi and Su, Wen-Rong and Liao, Hsiung-Ming and Chan, Ta-Chien and Lin, Yijun and Chiang, Yao-Yi},
doi = {10.1080/15420353.2025.2580239},
issn = {1542-0361},
journal = {Journal of Map & Geography Libraries},
month = {November},
pages = {1–23},
publisher = {Informa UK Limited},
title = {AI-Supported Smart Search for Multi-Period Historical Maps Using the mapKurator Place Name Index},
url = {https://doi.org/10.1080/15420353.2025.2580239},
year = {2025}
}
@inproceedings{10.1145/3589132.3625579,
address = {New York, NY, USA},
articleno = {35},
author = {Kim, Jina and Li, Zekun and Lin, Yijun and Namgung, Min and Jang, Leeje and Chiang, Yao-Yi},
booktitle = {Proceedings of the 31st ACM International Conference on Advances in Geographic Information Systems},
doi = {10.1145/3589132.3625579},
isbn = {9798400701689},
keywords = {linked data, text spotter, historical maps, automatic system},
location = {, Hamburg, Germany, },
numpages = {4},
publisher = {Association for Computing Machinery},
series = {SIGSPATIAL '23},
title = {The mapKurator System: A Complete Pipeline for Extracting and Linking Text from Historical Maps},
url = {https://doi.org/10.1145/3589132.3625579},
year = {2023}
}
@inproceedings{10.1145/3589132.3625648,
address = {New York, NY, USA},
articleno = {98},
author = {Lin, Yijun and Chiang, Yao-Yi},
booktitle = {Proceedings of the 31st ACM International Conference on Advances in Geographic Information Systems},
doi = {10.1145/3589132.3625648},
isbn = {9798400701689},
keywords = {physics-guided machine learning, spatiotemporal predictive learning, spatial AI},
location = {Hamburg, Germany},
numpages = {11},
publisher = {Association for Computing Machinery},
series = {SIGSPATIAL '23},
title = {Modeling Spatially Varying Physical Dynamics for Spatiotemporal Predictive Learning},
url = {https://doi.org/10.1145/3589132.3625648},
year = {2023}
}
@inproceedings{10.1145/3589132.3628368,
address = {New York, NY, USA},
articleno = {7},
author = {Olson, Rhett M and Kim, Jina and Chiang, Yao-Yi},
booktitle = {Proceedings of the 31st ACM International Conference on Advances in Geographic Information Systems},
doi = {10.1145/3589132.3628368},
isbn = {9798400701689},
keywords = {temporal analysis, toponym, cartography, historical maps},
location = {<conf-loc>, <city>Hamburg</city>, <country>Germany</country>, </conf-loc>},
numpages = {2},
publisher = {Association for Computing Machinery},
series = {SIGSPATIAL '23},
title = {An Automatic Approach to Finding Geographic Name Changes on Historical Maps},
url = {https://doi.org/10.1145/3589132.3628368},
year = {2023}
}
@inproceedings{10.1145/3589132.3628372,
address = {New York, NY, USA},
articleno = {11},
author = {Kim, Jina and Chiang, Yao-Yi},
booktitle = {Proceedings of the 31st ACM International Conference on Advances in Geographic Information Systems},
doi = {10.1145/3589132.3628372},
isbn = {9798400701689},
keywords = {representation learning, online text, spatial triad},
location = {<conf-loc>, <city>Hamburg</city>, <country>Germany</country>, </conf-loc>},
numpages = {2},
publisher = {Association for Computing Machinery},
series = {SIGSPATIAL '23},
title = {Towards Learning of Spatial Triad from Online Text},
url = {https://doi.org/10.1145/3589132.3628372},
year = {2023}
}
@inproceedings{10.1145/3637528.3671589,
address = {New York, NY, USA},
author = {Lin, Yijun and Chiang, Yao-Yi},
booktitle = {Proceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining},
doi = {10.1145/3637528.3671589},
isbn = {9798400704901},
keywords = {historical maps, synthetic map data, text detection and recognition, text spotting},
location = {Barcelona, Spain},
numpages = {11},
pages = {5387–5397},
publisher = {Association for Computing Machinery},
series = {KDD '24},
title = {Hyper-Local Deformable Transformers for Text Spotting on Historical Maps},
url = {https://doi.org/10.1145/3637528.3671589},
year = {2024}
}
@inproceedings{10.1145/3681769.3698577,
address = {New York, NY, USA},
author = {Olson, Rhett and Kim, Jina and Chiang, Yao-Yi},
booktitle = {Proceedings of the 3rd ACM SIGSPATIAL International Workshop on Searching and Mining Large Collections of Geospatial Data},
doi = {10.1145/3681769.3698577},
isbn = {9798400711480},
keywords = {cartography, historical maps, minimum spanning tree, toponym},
location = {Atlanta, GA, USA},
numpages = {4},
pages = {9–12},
publisher = {Association for Computing Machinery},
series = {GeoSearch '24},
title = {Automatic Search of Multiword Place Names on Historical Maps},
url = {https://doi.org/10.1145/3681769.3698577},
year = {2024}
}
@inproceedings{10.1145/3681769.3698583,
address = {New York, NY, USA},
author = {Jang, Leeje and Chiang, Yao-Yi},
booktitle = {Proceedings of the 3rd ACM SIGSPATIAL International Workshop on Searching and Mining Large Collections of Geospatial Data},
doi = {10.1145/3681769.3698583},
isbn = {9798400711480},
location = {Atlanta, GA, USA},
numpages = {7},
pages = {29–35},
publisher = {Association for Computing Machinery},
series = {GeoSearch '24},
title = {Enabling Semantic-Rich Location Search on Street View Imagery Using Multilingual POI Data},
url = {https://doi.org/10.1145/3681769.3698583},
year = {2024}
}
@inproceedings{10.1145/3681771.3699935,
abstract = {Access to large-scale human trajectory data has significantly advanced the understanding of human mobility (HuMob) behavior for urban planning. However, these data are often concentrated in major cities, leaving smaller or less-monitored areas with limited information, undermining the performance of data-hungry machine learning models for HuMob prediction. This imbalance poses a challenge for cross-city mobility prediction, as many existing models are designed for single-city settings. To address this, we present CrossBag, a set of simple yet effective techniques to boost cross-city prediction. These techniques include context-aware spatiotemporal embeddings, masking types, and a progressive knowledge transfer method to incrementally adapt the target model while preserving useful patterns from the source model for stable cross-city transfer. Additionally, we propose a test-time trajectory refinement method using top-K guided beam search to prevent predictors from getting stuck in repetitive location predictions. We validate CrossBag on the large-scale multi-city dataset from the HuMob Challenge 2024, achieving a top-10 placement out of over 100 participating teams.},
address = {New York, NY, USA},
author = {Lee, JangHyeon and Chiang, Yao-Yi},
booktitle = {Proceedings of the 2nd ACM SIGSPATIAL International Workshop on Human Mobility Prediction Challenge},
doi = {10.1145/3681771.3699935},
isbn = {9798400711503},
keywords = {Human mobility, Spatiotemporal, Transfer learning, Transformer},
location = {Atlanta, GA, USA},
numpages = {5},
pages = {55–59},
publisher = {Association for Computing Machinery},
series = {HuMob'24},
title = {CrossBag: A Bag of Tricks for Cross-City Mobility Prediction},
url = {https://doi.org/10.1145/3681771.3699935},
year = {2024}
}
@inproceedings{10.1145/3687123.3698297,
address = {New York, NY, USA},
author = {Chen, Theresa and Chiang, Yao-Yi},
booktitle = {Proceedings of the 7th ACM SIGSPATIAL International Workshop on AI for Geographic Knowledge Discovery},
doi = {10.1145/3687123.3698297},
isbn = {9798400711763},
keywords = {Multimodal machine learning, Spatial data, Species distribution modeling},
location = {Atlanta, GA, USA},
numpages = {11},
pages = {110–120},
publisher = {Association for Computing Machinery},
series = {GeoAI '24},
title = {MiTREE: Multi-input Transformer Ecoregion Encoder for Species Distribution Modelling},
url = {https://doi.org/10.1145/3687123.3698297},
year = {2024}
}
@inproceedings{10.1145/3687123.3698298,
address = {New York, NY, USA},
author = {Pyo, Jiyoon and Chiang, Yao-Yi},
booktitle = {Proceedings of the 7th ACM SIGSPATIAL International Workshop on AI for Geographic Knowledge Discovery},
doi = {10.1145/3687123.3698298},
isbn = {9798400711763},
keywords = {Spatial entity linkage, entity matching, geospatial data},
location = {Atlanta, GA, USA},
numpages = {13},
pages = {86–98},
publisher = {Association for Computing Machinery},
series = {GeoAI '24},
title = {Leveraging Large Language Models for Generating Labeled Mineral Site Record Linkage Data},
url = {https://doi.org/10.1145/3687123.3698298},
year = {2024}
}
@inproceedings{10.1145/3748636.3763209,
author = {Lin, Fandel and Knoblock, Craig A. and Vu, Binh and Chiang, Yao-Yi},
booktitle = {Proceedings of the 33rd ACM International Conference on Advances in Geographic Information Systems},
collection = {SIGSPATIAL ’25},
doi = {10.1145/3748636.3763209},
month = {November},
pages = {1122–1125},
publisher = {ACM},
series = {SIGSPATIAL ’25},
title = {Exploiting Polygon Metadata to Recolor Historical Maps},
url = {https://doi.org/10.1145/3748636.3763209},
year = {2025}
}
@inproceedings{10.1145/3748636.3763210,
author = {Lin, Fandel and Knoblock, Craig A. and Vu, Binh and Shbita, Basel and Chiang, Yao-Yi},
booktitle = {Proceedings of the 33rd ACM International Conference on Advances in Geographic Information Systems},
collection = {SIGSPATIAL ’25},
doi = {10.1145/3748636.3763210},
month = {November},
pages = {1126–1129},
publisher = {ACM},
series = {SIGSPATIAL ’25},
title = {Exploiting Polygon Metadata to Colorize Draft Maps},
url = {https://doi.org/10.1145/3748636.3763210},
year = {2025}
}
@inproceedings{10.1145/3748636.3764170,
author = {Lin, Yijun and Chen, Theresa and Brungard, Colby and Grunwald, Sabine and Ives, Sue and Macander, Matt and Nawrocki, Timm and Chiang, Yao-Yi and Jelinski, Nic},
booktitle = {Proceedings of the 33rd ACM International Conference on Advances in Geographic Information Systems},
collection = {SIGSPATIAL ’25},
doi = {10.1145/3748636.3764170},
month = {November},
pages = {995–1007},
publisher = {ACM},
series = {SIGSPATIAL ’25},
title = {Fine-Scale Soil Mapping in Alaska with Multimodal Machine Learning},
url = {https://doi.org/10.1145/3748636.3764170},
year = {2025}
}
@inproceedings{10.1145/3748636.3764174,
author = {Li, Zekun and Grossman, Malcolm and Qasemi, Ehsan and Kulkarni, Mihir and Chen, Muhao and Chiang, Yao-Yi},
booktitle = {Proceedings of the 33rd ACM International Conference on Advances in Geographic Information Systems},
collection = {SIGSPATIAL ’25},
doi = {10.1145/3748636.3764174},
month = {November},
pages = {1042–1045},
publisher = {ACM},
series = {SIGSPATIAL ’25},
title = {Benchmarking Geospatial Question Answering with MapQA},
url = {https://doi.org/10.1145/3748636.3764174},
year = {2025}
}
@inproceedings{10.1145/3748636.3764176,
author = {Namgung, Min and Lee, Janghyeon and Ding, Fangyi and Chiang, Yao-Yi},
booktitle = {Proceedings of the 33rd ACM International Conference on Advances in Geographic Information Systems},
collection = {SIGSPATIAL ’25},
doi = {10.1145/3748636.3764176},
month = {November},
pages = {1056–1066},
publisher = {ACM},
series = {SIGSPATIAL ’25},
title = {Transit for All: Mapping Equitable Bike2Subway Connection using Region Representation Learning},
url = {https://doi.org/10.1145/3748636.3764176},
year = {2025}
}
@inproceedings{10.1145/3748636.3764602,
author = {Duan, Weiwei and Chiang, Yao-Yi and Chen, Theresa and Gerlek, Michael P. and Jang, Leeje and Kirsanova, Sofia and Knoblock, Craig A. and Lin, Fandel and Lin, Yijun and Li, Zekun and Minton, Steven N.},
booktitle = {Proceedings of the 33rd ACM International Conference on Advances in Geographic Information Systems},
collection = {SIGSPATIAL ’25},
doi = {10.1145/3748636.3764602},
month = {November},
pages = {717–728},
publisher = {ACM},
series = {SIGSPATIAL ’25},
title = {DIGMAPPER: A Modular System for Automated Geologic Map Digitization},
url = {https://doi.org/10.1145/3748636.3764602},
year = {2025}
}
@inproceedings{10.1145/3748636.3771315,
author = {Lin, Yijun and Lin, Fandel and Kim, Jina and Chiang, Yao-Yi},
booktitle = {Proceedings of the 33rd ACM International Conference on Advances in Geographic Information Systems},
collection = {SIGSPATIAL ’25},
doi = {10.1145/3748636.3771315},
month = {November},
pages = {1234–1237},
publisher = {ACM},
series = {SIGSPATIAL ’25},
title = {MoVER: Modeling User Heterogeneity with Enriched Trajectory Representations for Human Mobility Prediction},
url = {https://doi.org/10.1145/3748636.3771315},
year = {2025}
}
@inproceedings{10.1145/3764914.3770888,
author = {Xie, Junyi and Kim, Jina and Chiang, Yao-Yi and Zhao, Lingyi and Shafique, Khurram},
booktitle = {Proceedings of the 2nd ACM SIGSPATIAL International Workshop on Geospatial Anomaly Detection},
collection = {GeoAnomalies ’25},
doi = {10.1145/3764914.3770888},
month = {November},
pages = {56–59},
publisher = {ACM},
series = {GeoAnomalies ’25},
title = {BeSTAD: Behavior-Aware Spatio-Temporal Anomaly Detection for Human Mobility Data},
url = {https://doi.org/10.1145/3764914.3770888},
year = {2025}
}
@inproceedings{10.1145/3764915.3770723,
author = {Xie, Junyi and Jiao, Yuankun and Kim, Jina and Chiang, Yao-Yi and Zhao, Lingyi and Shafique, Khurram},
booktitle = {Proceedings of the 1st ACM SIGSPATIAL International Workshop on Generative and Agentic AI for Multi-Modality Space-Time Intelligence},
collection = {GeoGenAgent ’25},
doi = {10.1145/3764915.3770723},
month = {November},
pages = {49–53},
publisher = {ACM},
series = {GeoGenAgent ’25},
title = {HiCoTraj: Zero-Shot Demographic Reasoning via Hierarchical Chain-of-Thought Prompting from Trajectory},
url = {https://doi.org/10.1145/3764915.3770723},
year = {2025}
}
@inproceedings{10.1145/3764917.3771333,
author = {Pyo, Jiyoon and Jiao, Yuankun and Chiang, Yao-Yi and Corey, Michael},
booktitle = {Proceedings of the 1st ACM SIGSPATIAL International Workshop on Human-Centered Geospatial Computing},
collection = {GeoHCC ’25},
doi = {10.1145/3764917.3771333},
month = {November},
pages = {10–14},
publisher = {ACM},
series = {GeoHCC ’25},
title = {Augmenting Human-Centered Racial Covenant Detection and Georeferencing with Plug-and-Play NLP Pipelines},
url = {https://doi.org/10.1145/3764917.3771333},
year = {2025}
}
@inproceedings{10.1145/3764917.3771334,
author = {Kim, Jina and Jang, Leeje and Chiang, Yao-Yi and Wang, Guanyu and Pasco, Michelle C.},
booktitle = {Proceedings of the 1st ACM SIGSPATIAL International Workshop on Human-Centered Geospatial Computing},
collection = {GeoHCC ’25},
doi = {10.1145/3764917.3771334},
month = {November},
pages = {15–19},
publisher = {ACM},
series = {GeoHCC ’25},
title = {StreetLens: Enabling Human-Centered AI Agents for Neighborhood Assessment from Street View Imagery},
url = {https://doi.org/10.1145/3764917.3771334},
year = {2025}
}
@inproceedings{10.1145/3764920.3770590,
author = {Kirsanova, Sofia and Duan, Weiwei and Chiang, YaoYi},
booktitle = {Proceedings of the 4th ACM SIGSPATIAL International Workshop on Searching and Mining Large Collections of Geospatial Data},
collection = {GeoSearch ’25},
doi = {10.1145/3764920.3770590},
month = {November},
pages = {35–38},
publisher = {ACM},
series = {GeoSearch ’25},
title = {Detecting Legend Items on Historical Maps Using GPT-4o with In-Context Learning},
url = {https://doi.org/10.1145/3764920.3770590},
year = {2025}
}
@inproceedings{10.1145/3764925.3770911,
author = {Namgung, Min and Lee, JangHyeon and Lin, Yijun and Chiang, Yao-Yi},
booktitle = {Proceedings of the 1st ACM SIGSPATIAL International Workshop on Urban Mobility Foundation Models},
collection = {UMFM ’25},
doi = {10.1145/3764925.3770911},
month = {November},
pages = {10–12},
publisher = {ACM},
series = {UMFM ’25},
title = {Capturing Shared and Unique Information in Multimodal Region Representations for Urban Mobility Prediction},
url = {https://doi.org/10.1145/3764925.3770911},
year = {2025}
}
@inproceedings{10.1145/3764926.3771941,
author = {Kim, Jina and Chiang, Yao-Yi},
booktitle = {Proceedings of the 3rd ACM SIGSPATIAL International Workshop on Advances in Urban-AI},
collection = {UrbanAI ’25},
doi = {10.1145/3764926.3771941},
month = {November},
pages = {94–95},
publisher = {ACM},
series = {UrbanAI ’25},
title = {Region Context from Unifying Points, Lines, and Polygons},
url = {https://doi.org/10.1145/3764926.3771941},
year = {2025}
}
@inproceedings{10.1145/3764926.3771947,
author = {Namgung, Min and Chiang, Yao-Yi and Omitaomu, Olufemi A.},
booktitle = {Proceedings of the 3rd ACM SIGSPATIAL International Workshop on Advances in Urban-AI},
collection = {UrbanAI ’25},
doi = {10.1145/3764926.3771947},
month = {November},
pages = {27–36},
publisher = {ACM},
series = {UrbanAI ’25},
title = {CareWELL: Multimodal Region Representation Learning with Spatial Contexts for Urban Health},
url = {https://doi.org/10.1145/3764926.3771947},
year = {2025}
}
@article{10.2139/ssrn.5943954,
author = {Atshan, Samer and Namgung, Min and Lee, Janghyeon and Dhankhar, Anushikha and Khobragade, Pranali and Cole, Aidan and Ailshire, Jennifer A. and Adar, Sara D. and Chiang, Yao-Yi and Lee, Jinkook and Nichols, Emma},
doi = {10.2139/ssrn.5943954},
issn = {1556-5068},
journal = {SSRN Electronic Journal},
publisher = {Elsevier BV},
title = {Validating Machine Learning–Derived Built Environment Measures From Google Street View for Urban Aging Research in India},
url = {https://doi.org/10.2139/ssrn.5943954},
year = {2025}
}
@article{9924526,
author = {Zhang, Ying and Li, Muyang and Chen, Yuanchang and Chiang, Yao-Yi and Hua, Yunpeng},
doi = {10.1109/TSG.2022.3214680},
journal = {IEEE Transactions on Smart Grid},
pages = {1-1},
title = {A Constraint-based Routing and Charging Methodology for Battery Electric Vehicles with Deep Reinforcement Learning},
year = {2022}
}
@inproceedings{Anastasiou2019-gk,
address = {New York},
author = {Anastasiou, Chrysovalantis and Lin, Jianfa and He, Chaoyang and
Chiang, Yao-Yi and Shahabi, Cyrus},
booktitle = {{Proceedings of the 2nd ACM SIGSPATIAL workshop ARIC'19}},
title = {{ADMSv2: A Modern Architecture for Transportation Data Management
and Analysis}},
url-file = {papers/Anastasiou-et-al.-2019-ADMSv2-A-Modern-Architecture-for-Transportation-Data-Management-and-Analysis.pdf;papers/Anastasiou-et-al.-2019-ADMSv2-A-Modern-Architecture-for-Transportation-Data-Management-and-Analysis.pdf},
year = {2019}
}
@article{avelar2023water,
author = {Avelar Portillo, Lourdes Johanna and Kayser, Georgia L and Ko, Charlene and Vasquez, Angelica and Gonzalez, Jimena and Avelar, Diego Jose and Alvarenga, Nayib and Franklin, Meredith and Chiang, Yao-Yi},
journal = {International Journal for Equity in Health},
number = {1},
pages = {1--19},
publisher = {BioMed Central},
title = {Water, Sanitation, and Hygiene (WaSH) insecurity in unhoused communities of Los Angeles, California},
volume = {22},
year = {2023}
}
@inproceedings{Avelar21-aag,
author = {Avelar Portillo, L. J. and Chiang, Y.-Y. and Franklin, M. and Ko, C. and Vasquez, A. },
booktitle = {{American Association of Geographers Annual Meeting}},
title = {{Impacts of COVID-19 on Water, Sanitation, and Hygiene (WaSH) Access in Skid Row, Los Angeles}},
year = {2021}
}
@inproceedings{Avelar21-icc,
author = {Avelar Portillo, L. J. and Park, L. and Ko, C. and Vasquez, A. and Franklin, M. and Chiang, Y.-Y. },
booktitle = {{{Proceedings of the 30th International Cartographic Conference
(ICC'21)}}},
title = {{Measuring Closest Water, Sanitation, and Hygiene Facilities in Unhoused Communities of Los Angeles}},
year = {2021}
}
@inproceedings{Chen2004-tl,
address = {New York, NY, USA},
author = {Chen, Ching-Chien and Knoblock, Craig A and Shahabi, Cyrus and
Chiang, Yao-Yi and Thakkar, Snehal},
booktitle = {{{Proceedings of the 12th Annual ACM International Workshop on
Geographic Information Systems}}},
doi = {10.1145/1032222.1032231},
isbn = {9781581139792},
location = {Washington DC, USA},
month = {November},
pages = {47--56},
publisher = {ACM},
series = {GIS '04},
title = {{{{Automatically and Accurately Conflating Orthoimagery and
Street Maps}}}},
url = {http://doi.acm.org/10.1145/1032222.1032231},
url-file = {papers/Chen-et-al.-2004-Automatically-and-Accurately-Conflating-Orthoimagery-and-Street-Maps.pdf},
year = {2004}
}
@article{Cheng2019-mi,
address = {New York, NY, USA},
author = {Cheng, Yuanbin and Chiang, Yao-Yi},
doi = {10.1145/3307599.3307602},
journal = {SIGSPATIAL Special},
month = {January},
number = {3},
pages = {4--5},
publisher = {Association for Computing Machinery},
title = {{Automatic intersection extraction and building arrangement with
StarCraft II maps}},
url = {https://doi.org/10.1145/3307599.3307602},
url-file = {papers/Cheng-and-Chiang-2019-Automatic-intersection-extraction-and-building-arrangement-with-StarCraft-II-maps.pdf},
volume = {10},
year = {2019}
}
@inproceedings{Chiang2005-ny,
address = {New York, NY, USA},
author = {Chiang, Yao-Yi and Knoblock, Craig A and Chen, Ching-Chien},
booktitle = {{Proceedings of the 13th annual ACM international workshop on
Geographic information systems}},
doi = {10.1145/1097064.1097102},
isbn = {9781595931467},
location = {Bremen, Germany},
month = {November},
pages = {267--276},
publisher = {ACM},
series = {GIS '05},
title = {{Automatic extraction of road intersections from raster maps}},
url = {https://dl.acm.org/citation.cfm?doid=1097064.1097102},
url-file = {papers/Chiang-et-al.-2005-Automatic-extraction-of-road-intersections-from-raster-maps.pdf},
year = {2005}
}
@inproceedings{Chiang2006-ct,
author = {Chiang, Yao-Yi Yi and Knoblock, Craig A},
booktitle = {{Proceedings of the International Conference on Pattern
Recognition}},
doi = {10.1109/ICPR.2006.368},
isbn = {9780769525211},
issn = {1051-4651},
month = {August},
pages = {1034--1037},
publisher = {IEEE},
title = {{{{Classification of Line and Character Pixels on Raster Maps
Using Discrete Cosine Transformation Coefficients and Support
Vector Machine}}}},
url = {http://dx.doi.org/10.1109/ICPR.2006.368},
url-file = {papers/Chiang-and-Knoblock-2006-Classification-of-Line-and-Character-Pixels-o...-iscrete-Cosine-Transformation-Coefficients-and-Support-Vector-Machine.pdf},
volume = {2},
year = {2006}
}
@inproceedings{Chiang2008-fo,
author = {Chiang, Yao-Yi and Knoblock, Craig A},
booktitle = {{{Proceedings of the 16th ACM SIGSPATIAL International Conference
on Advances in Geographic Information Systems}}},
doi = {10.1145/1463434.1463463},
isbn = {9781605583235},
month = {November},
pages = {1--10},
publisher = {ACM Press},
title = {{{{Automatic extraction of road intersection position,
connectivity, and orientations from raster maps}}}},
url = {http://doi.acm.org/10.1145/1463434.1463463},
url-file = {papers/Chiang-and-Knoblock-2008-Automatic-extraction-of-road-intersection-position,-connectivity,-and-orientations-from-raster-maps.pdf},
year = {2008}
}
@inproceedings{Chiang2009-dt,
address = {New York, NY, USA},
author = {Chiang, Yao-Yi and Knoblock, Craig A},
booktitle = {{{Proceedings of the 17th ACM SIGSPATIAL International Conference
on Advances in Geographic Information Systems}}},
doi = {10.1145/1653771.1653793},
isbn = {9781605586496},
location = {Seattle, Washington},
month = {November},
pages = {138--147},
publisher = {ACM},
series = {GIS '09},
title = {{{Classification of Raster Maps for Automatic Feature Extraction}}},
url = {https://dl.acm.org/citation.cfm?doid=1653771.1653793},
url-file = {papers/Chiang-and-Knoblock-2009-Classification-of-Raster-Maps-for-Automatic-Feature-Extraction.pdf},
year = {2009}
}
@inproceedings{Chiang2009-fh,
author = {Chiang, Y Y and Knoblock, C A},
booktitle = {{Proceedings of the 2009 10th International Conference on
Document Analysis and Recognition}},
doi = {10.1109/ICDAR.2009.274},
issn = {1520-5363},
month = {July},
pages = {838--842},
title = {{{{A Method for Automatically Extracting Road Layers from Raster
Maps}}}},
url = {http://dx.doi.org/10.1109/ICDAR.2009.274},
url-file = {papers/Chiang-and-Knoblock-2009-A-Method-for-Automatically-Extracting-Road-Layers-from-Raster-Maps.pdf},
year = {2009}
}
@article{Chiang2009-xi,
author = {Chiang, Yao-Yi and Knoblock., Craig A and Shahabi, Cyrus and
Chen, Ching-Chien},
doi = {10.1007/s10707-008-0046-3},
issn = {1384-6175, 1573-7624},
journal = {GeoInformatica},
language = {en},
month = {June},
number = {2},
pages = {121--157},
publisher = {Springer US},
title = {{{{Automatic and Accurate Extraction of Road Intersections from
Raster Maps}}}},
url = {https://doi.org/10.1007/s10707-008-0046-3},
url-file = {papers/Chiang-et-al.-2009-Automatic-and-Accurate-Extraction-of-Road-Intersections-from-Raster-Maps.pdf},
volume = {13},
year = {2009}
}
@inproceedings{Chiang2010-co,
author = {Chiang, Yao-Yi and Knoblock, Craig A},
booktitle = {{{Proceedings of the 20th International Conference on Pattern
Recognition}}},
pages = {3199--3202},
title = {{{{An Approach for Recognizing Text Labels in Raster Maps}}}},
url-file = {papers/Chiang-and-Knoblock-2010-An-Approach-for-Recognizing-Text-Labels-in-Raster-Maps.pdf},
year = {2010}
}
@inproceedings{Chiang2010-go,
address = {New York, New York, USA},
author = {Chiang, Yao-Yi and Knoblock, Craig A},
booktitle = {{{Proceedings of the 18th SIGSPATIAL International Conference on
Advances in Geographic Information Systems}}},
doi = {10.1145/1869790.1869889},
isbn = {9781450304283},
month = {November},
pages = {544--545},
publisher = {\textbackslash ACM Request Permissions},
title = {{{Strabo: a System for Extracting Road Vector Data From Raster
Maps}}},
url = {http://portal.acm.org/citation.cfm?doid=1869790.1869889},
url-file = {papers/Chiang-and-Knoblock-2010-Strabo-a-System-for-Extracting-Road-Vector-Data-From-Raster-Maps.pdf},
year = {2010}
}
@incollection{Chiang2010-rk,
author = {Chiang, Yao-Yi and Knoblock, Craig A},
booktitle = {{Graphics Recognition. Achievements, Challenges, and Evolution.
GREC 2009. Lecture Notes in Computer Science}},
doi = {10.1007/978-3-642-13728-0\_9},
editor = {Ogier, J M and ., Liu W and J., Llad{\'o}s},
pages = {93--105},
publisher = {Springer Berlin Heidelberg},
title = {{Extracting Road Vector Data from Raster Maps}},
url = {http://dx.doi.org/10.1007/978-3-642-13728-0_9},
url-file = {papers/Chiang-and-Knoblock-2010-Extracting-Road-Vector-Data-from-Raster-Maps.pdf},
volume = {6020},
year = {2010}
}
@incollection{Chiang2012-dp,
address = {Berlin, Heidelberg},
author = {Chiang, Yao-Yi and Knoblock, Craig A},
booktitle = {{Geographic Information Science}},
doi = {10.1007/978-3-642-33024-7\_5},
editor = {Xiao, Ningchuan and Kwan, Mei-Po and Goodchild, Michael F and
Shekhar, Shashi},
isbn = {9783642330230, 9783642330247},
issn = {0302-9743, 1611-3349},
language = {English},
pages = {57--71},
publisher = {Springer Berlin Heidelberg},
series = {Lecture Notes in Computer Science},
title = {{Generating Named Road Vector Data from Raster Maps}},
url = {http://dx.doi.org/10.1007/978-3-642-33024-7_5},
url-file = {papers/Chiang-and-Knoblock-2012-Chiang-2012-Generating-Named-Road-Vector-Data.pdf},
volume = {7478},
year = {2012}
}
@incollection{Chiang2013-fw,
address = {Berlin, Heidelberg},
author = {Chiang, Yao-Yi and Leyk, Stefan and Knoblock, Craig A},
booktitle = {{{Graphics Recognition. New Trends and Challenges: 9th
International Workshop, GREC 2011, Seoul, Korea, September
15-16, 2011, Revised Selected Papers}}},
doi = {10.1007/978-3-642-36824-0\_3},
editor = {Kwon, Young-Bin and Ogier, Jean-Marc},
isbn = {9783642368233, 9783642368240},
issn = {0302-9743, 1611-3349},
location = {Seoul, Korea},
pages = {25--35},
publisher = {Springer Berlin Heidelberg},
series = {Lecture Notes in Computer Science, GREC'11},
title = {{Efficient and Robust Graphics Recognition from Historical Maps:
9th International Workshop, GREC 2011, Seoul, Korea, September
15-16, 2011, Revised Selected Papers}},
url = {http://dx.doi.org/10.1007/978-3-642-36824-0_3},
url-file = {papers/Chiang-et-al.-2013-Efficient-and-Robust-Graphics-Recognition-from-Hist...-EC-2011,-Seoul,-Korea,-September-15-16,-2011,-Revised-Selected-Papers.pdf},
volume = {7423},
year = {2013}
}
@article{Chiang2013-gv,
author = {Chiang, Yao-Yi and Knoblock, Craig A},
doi = {10.1007/s10032-011-0177-1},
issn = {1433-2833, 1433-2825},
journal = {International Journal on Document Analysis and Recognition
(IJDAR)},
language = {English},
month = {March},
number = {1},
pages = {55--81},
publisher = {Springer, Berlin / Heidelberg},
title = {{{A General Approach for Extracting Road Vector Data from Raster
Maps}}},
url = {http://link.springer.com/10.1007/s10032-011-0177-1},
url-file = {papers/Chiang-and-Knoblock-2013-A-General-Approach-for-Extracting-Road-Vector-Data-from-Raster-Maps.pdf},
volume = {16},
year = {2013}
}
@inproceedings{Chiang2013-zo,
author = {Chiang, Yao-Yi},
booktitle = {{{Proceedings of the 26th International Cartographic Conference
(ICC'13)}}},
isbn = {9781907075063},
pages = {838--838},
title = {{{{Strabo: A Complete System for Label Recognition in Maps}}}},
year = {2013}
}
@article{Chiang2014-cu,
author = {Chiang, Yao-Yi and Knoblock, Craig A},
doi = {10.1007/s10707-014-0203-9},
issn = {1384-6175, 1573-7624},
journal = {GeoInformatica},
language = {en},
month = {February},
number = {1},
pages = {1--27},
publisher = {Springer US},
title = {{{Recognizing Text in Raster Maps}}},
url = {http://dx.doi.org/10.1007/s10707-014-0203-9},
url-file = {papers/Chiang-and-Knoblock-2014-Recognizing-Text-in-Raster-Maps.pdf},
volume = {19},
year = {2014}
}
@article{Chiang2014-gr,
address = {New York, NY, USA},
author = {Chiang, Yao-Yi and Leyk, Stefan and Knoblock, Craig A},
doi = {10.1145/2557423},
issn = {0360-0300},
journal = {ACM Comput. Surv.},
month = {May},
number = {1},
pages = {1--44},
publisher = {Association for Computing Machinery},
title = {{A Survey of Digital Map Processing Techniques}},
url = {https://doi.org/10.1145/2557423},
url-file = {papers/Chiang-et-al.-2014-A-Survey-of-Digital-Map-Processing-Techniques.pdf},
volume = {47},
year = {2014}
}
@inproceedings{Chiang2014-hg,
author = {Chiang, Yao-Yi and Chioh, Phokgoan and Moghaddam, Sima},
booktitle = {{{Proceedings of the 8th International Conference on Geographic
Information Science}}},
pages = {264--269},
title = {{{{\textbf{A Training-by-Example Approach for Symbol Spotting
from Raster Maps }}}}},
url = {http://www.giscience.org/download/proceedings/GIScience2014EA.pdf},
url-file = {papers/Chiang-et-al.-2014-A-Training-by-Example-Approach-for-Symbol-Spotting-from-Raster-Maps.pdf},
year = {2014}
}
@inproceedings{Chiang2014-ij,
address = {New York, NY, USA},
author = {Chiang, Yao-Yi and Wu, Bo and Anand, Akshay and Akade, Ketan and
Knoblock, Craig A},
booktitle = {{Proceedings of the 22nd ACM SIGSPATIAL International Conference
on Advances in Geographic Information Systems}},
doi = {10.1145/2666310.2666373},
isbn = {9781450331319},
location = {Dallas, Texas},
month = {November},
pages = {577--580},
publisher = {ACM},
series = {SIGSPATIAL '14},
title = {{A system for efficient cleaning and transformation of geospatial
data attributes}},
url = {https://dl.acm.org/citation.cfm?doid=2666310.2666373},
url-file = {papers/Chiang-et-al.-2014-A-system-for-efficient-cleaning-and-transformation-of-geospatial-data-attributes.pdf},
year = {2014}
}
@inproceedings{Chiang2014-kx,
address = {New York, New York, USA},
author = {Chiang, Yao-Yi and Moghaddam, Sima and Gupta, Sanjauli and
Fernandes, Renuka and Knoblock, Craig A},
booktitle = {{{Proceedings of the 22nd ACM SIGSPATIAL International Conference
on Advances in Geographic Information Systems}}},
doi = {10.1145/2666310.2666374},
isbn = {9781450331319},
month = {November},
pages = {581--584},
publisher = {ACM},
title = {{{From Map Images to Geographic Names}}},
url = {http://dl.acm.org/citation.cfm?doid=2666310.2666374},
url-file = {papers/Chiang-et-al.-2014-From-Map-Images-to-Geographic-Names.pdf},
year = {2014}
}
@inproceedings{Chiang2015-bm,
author = {Chiang, Yao-Yi and Leyk, Stefan},
booktitle = {{{Proceedings of the 27th International Cartographic Conference}}},
isbn = {9788588783119},
title = {{{Exploiting Online Gazetteer for Fully Automatic Extraction of
Cartographic Symbols}}},
year = {2015}
}
@inproceedings{Chiang2015-tr,
address = {New York, NY, USA},
author = {Chiang, Yao-Yi},
booktitle = {{{Proceedings of the 23rd SIGSPATIAL International Conference on
Advances in Geographic Information Systems}}},
doi = {10.1145/2820783.2820887},
isbn = {9781450339674},
location = {Bellevue, Washington},
month = {November},
pages = {16:1--16:4},
publisher = {ACM},
series = {GIS '15},
title = {{{Querying Historical Maps As a Unified, Structured, and Linked
Spatiotemporal Source: Vision Paper}}},
url = {http://doi.acm.org/10.1145/2820783.2820887},
url-file = {papers/Chiang-2015-Querying-Historical-Maps-As-a-Unified,-Structured,-and-Linked-Spatiotemporal-Source-Vision-Paper.pdf},
year = {2015}
}
@inproceedings{Chiang2015-xq,
author = {Chiang, Yao-Yi and Gehring, Sarah},
booktitle = {{{Proceedings of the 27th International Cartographic Conference}}},
isbn = {9788588783119},
title = {{{Semi-Automated Visualization of Spatial Context in Unstructured
Text}}},
year = {2015}
}
@misc{Chiang2016-hc,
author = {Chiang, Y Y},
howpublished = {2016 Conference on Complex Systems, Complex Systems Society},
location = {Amsterdam, Netherlands},
title = {{Exploiting Context in Cartographic Evolutionary Documents to
Extract and Build Linked Spatial-Temporal Datasets}},
year = {2016}
}
@article{Chiang2016-zr,
author = {Chiang, Yao-Yi and Leyk, Stefan and Nazari, Narges Honarvar and
Moghaddam, Sima and Tan, Tian Xiang},
doi = {10.1016/j.cageo.2016.04.013},
issn = {0098-3004},
journal = {Computers \& geosciences},
month = {August},
pages = {21--35},
title = {{{Assessing the impact of graphical quality on automatic text
recognition in digital maps}}},
url = {http://dx.doi.org/10.1016/j.cageo.2016.04.013},
url-file = {papers/Chiang-et-al.-2016-Assessing-the-impact-of-graphical-quality-on-automatic-text-recognition-in-digital-maps.pdf},
volume = {93},
year = {2016}
}
@inproceedings{Chiang2017-qn,
author = {Chiang, Y Y and Jain, A and Bandyopadhyay, B and Knoblock, A C},
booktitle = {{Proceedings of the Symposium on Solid and Physical Modeling
(SPM)}},
title = {{Automatic Learning of User Design Rationales from Examples}},
url-file = {papers/Chiang-et-al.-2017-Automatic-Learning-of-User-Design-Rationales-from-Examples.pdf},
year = {2017}
}
@inproceedings{Chiang2017-vb,
author = {Chiang, Yao-Yi},
booktitle = {{Proceedings of the 28th International Cartographic Conference}},
title = {{{LINKING HISTORICAL MAPS TO USC SHOAH FOUNDATION VISUAL HISTORY
ARCHIVE }}},
year = {2017}
}
@incollection{Chiang2017-ym,
author = {Chiang, Yao-Yi},
booktitle = {{Recent Trends in Image Processing and Pattern Recognition}},
editor = {Santosh, K C and Hangarge, Mallikarjun and Bevilacqua,
Vitoantonio and Negi, Atul},
isbn = {9789811048593},
pages = {111--124},
publisher = {Springer Singapore},
title = {{Unlocking Textual Content from Historical Maps - Potentials and
Applications, Trends, and Outlooks}},
url-file = {papers/Chiang-2017-Unlocking-Textual-Content-from-Historical-Maps-Potentials-and-Applications,-Trends,-and-Outlooks.pdf},
volume = {709},
year = {2017}
}
@misc{Chiang2018-ls,
author = {Chiang, Y Y and Feldman, D},
howpublished = {The 1st workshop of the NSF project: SI2-S2I2
Conceptualization: Geospatial Software Institute (GSI)},
title = {{Next Generation Framework for Imagery Recognition and
Analysis}},
url-file = {papers/Chiang-and-Feldman-2018-Next-Generation-Framework-for-Imagery-Recognition-and-Analysis.pdf},
year = {2018}
}
@inproceedings{Chiang2019-yx,
author = {Chiang, Y Y and Lin, Y and Franklin, M and Eckel, S P and
Ambite, J L and Ku, W},
booktitle = {{Proceedings of the 2019 IEEE First International Conference on
Cognitive Machine Intelligence (CogMI)}},
doi = {10.1109/CogMI48466.2019.00037},
month = {December},
pages = {202--209},
title = {{Building Explainable Predictive Analytics for Location-Dependent
Time-Series Data}},
url = {http://dx.doi.org/10.1109/CogMI48466.2019.00037},
url-file = {papers/Chiang-et-al.-2019-Building-Explainable-Predictive-Analytics-for-Location-Dependent-Time-Series-Data.pdf},
year = {2019}
}
@book{Chiang2020-vm,
author = {Chiang, Yao-Yi and Duan, Weiwei and Leyk, Stefan and Uhl,
Johannes H and Knoblock, Craig A},
doi = {10.1007/978-3-319-66908-3},