-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathva.bib
2828 lines (2652 loc) · 137 KB
/
va.bib
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
#######################################################################################################################
# RATAN SEBASTIAN
#######################################################################################################################
@article{DBLP:journals/lalc/GrantSAC21,
author = {Philip Grant and
Ratan Sebastian and
Marc Allassonni{\`{e}}re{-}Tang and
Sara Cosemans},
title = {Topic modelling on archive documents from the 1970s: global policies
on refugees},
journal_abbrev = {Digit. Scholarsh. Humanit.},
journal = {Digital Scholarship in the Humanities},
volume = {36},
number = {4},
pages = {886--904},
year = {2021},
url_ = {https://doi.org/10.1093/llc/fqab018},
doi = {10.1093/LLC/FQAB018},
timestamp = {Mon, 28 Aug 2023 21:40:58 +0200},
biburl = {https://dblp.org/rec/journals/lalc/GrantSAC21.bib},
bibsource = {dblp computer science bibliography, https://dblp.org},
status_ = {exclude},
}
@inproceedings{DBLP:conf/sigir/SebastianEH22,
author = {Ratan J. Sebastian and
Ralph Ewerth and
Anett Hoppe},
editor = {{\"{O}}zlem {\"{O}}zg{\"{o}}bek and
Andreas Lommatzsch and
Benjamin Kille and
Peng Liu and
Edward C. Malthouse and
Jon Atle Gulla and
Anett Hoppe and
Ran Yu and
Jiqun Liu},
title = {Grade Level Filtering for Learning Object Search using Entity Linking},
booktitle = {International Workshop on
Investigating Learning During Web Search co-located
with the International {ACM} {SIGIR} Conference on Research and Development
in Information Retrieval, {IWILDS}@{SIGIR} 2022, Madrid, Spain, July 15, 2022},
series = {{CEUR} Workshop Proceedings},
volume = {3411},
pages = {69--83},
publisher = {CEUR-WS.org},
year = {2022},
url = {https://ceur-ws.org/Vol-3411/IWILDS-paper3.pdf},
timestamp = {Mon, 28 Aug 2023 17:23:07 +0200},
biburl = {https://dblp.org/rec/conf/sigir/SebastianEH22.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/um/Sebastian24,
author = {Ratan Sebastian},
title = {Adaptive Search Support for Teachers in Lesson Planning},
booktitle = {Conference on User Modeling, Adaptation and Personalization, {UMAP} Adjunct 2024, Cagliari, Italy, July 1-4, 2024},
publisher = {{ACM}},
year = {2024},
url_ = {https://doi.org/10.1145/3631700.3664921},
doi = {10.1145/3631700.3664921},
timestamp = {Thu, 04 Jul 2024 22:05:46 +0200},
biburl = {https://dblp.org/rec/conf/um/Sebastian24.bib},
bibsource = {dblp computer science bibliography, https://dblp.org},
status_ = {exclude},
}
@inproceedings{DBLP:conf/um/Sebastian24,
author = {Ratan Sebastian and Anett Hoppe},
title = {An Updated Analysis of Learning Resource Metadata Usage on the Web},
booktitle = {International Conference on Theory and Practice of Digital Libraries, {TPDL} 2024, Ljubljanja, Slovenia, September 24-27, 2024},
pages_ = {},
status = {unpublished},
publisher = {Springer},
year = {2024},
doi_ = {},
timestamp_ = {},
biburl_ = {},
bibsource_ = {}
}
@article{cosemans_refugee_2024,
author = {Sara Cosemans and Philip Grant and Ratan Sebastian and Marc Allassonière-Tang},
title = {Refugee Policy in 1970s Archives},
booktitle = {Conference on Digital Humanities, Benelux, 2024, Leuven, Belgium, June 5-7, 2024},
publisher = {Zenodo},
year = {2024},
url_ = {https://zenodo.org/doi/10.5281/zenodo.11396507},
doi = {10.5281/ZENODO.11396507},
timestamp = {Thu, 25 Jul 2024 22:05:46 +0200},
exclude = {True},
status_ = {exclude},
}
#######################################################################################################################
# SUSHIL AWALE
#######################################################################################################################
@inproceedings{DBLP:conf/um/Awale25,
author = {Sushil Awale and Eric M{\"{u}}ller{-}Budack and Ralph Ewerth},
title = {Patent Figure Classification using Large Vision-language Models},
booktitle = {European Conference on Information Retrieval, {ECIR} 2025, Lucca, Italy, April 6-10, 2025},
pages_ = {},
status = {unpublished},
publisher = {Springer},
year = {2025},
doi_ = {},
timestamp_ = {},
biburl_ = {},
bibsource_ = {}
}
@inproceedings{DBLP:conf/birws/BanerjeeAUB23,
author = {Debayan Banerjee and
Sushil Awale and
Ricardo Usbeck and
Chris Biemann},
editor = {Ingo Frommholz and
Philipp Mayr and
Guillaume Cabanac and
Suzan Verberne and
Jordan Brennan},
title = {DBLP-QuAD: {A} Question Answering Dataset over the {DBLP} Scholarly
Knowledge Graph},
booktitle = {Workshop on Bibliometric-enhanced Information Retrieval co-located with European Conference on Information Retrieval, {BIR@ECIR} 2023, Dublin, Ireland, April 2, 2023},
series = {{CEUR} Workshop Proceedings},
volume = {3617},
pages = {37--51},
publisher = {CEUR-WS.org},
year = {2023},
url = {https://ceur-ws.org/Vol-3617/paper-05.pdf},
timestamp = {Wed, 17 Jan 2024 17:12:17 +0100},
biburl = {https://dblp.org/rec/conf/birws/BanerjeeAUB23.bib},
bibsource = {dblp computer science bibliography, https://dblp.org},
status = {exclude}
}
@inproceedings{DBLP:conf/aaai/BanerjeeYAB23,
author = {Debayan Banerjee and
Seid Muhie Yimam and
Sushil Awale and
Chris Biemann},
editor = {Amir Pouran Ben Veyseh and
Franck Dernoncourt and
Thien Huu Nguyen and
Viet Dac Lai},
title = {{ARDIAS:} AI-Enhanced Research Management, Discovery, and Advisory
System},
booktitle = {Workshop on Scientific Document Understanding co-located with {AAAI} Conference on Artificial Inteligence, {SDU@AAI} 2023, Virtual Event, February 14, 2023},
series = {{CEUR} Workshop Proceedings},
volume = {3656},
publisher = {CEUR-WS.org},
year = {2023},
url = {https://ceur-ws.org/Vol-3656/paper4.pdf},
timestamp = {Wed, 24 Jul 2024 21:43:14 +0200},
biburl = {https://dblp.org/rec/conf/aaai/BanerjeeYAB23.bib},
bibsource = {dblp computer science bibliography, https://dblp.org},
status = {exclude}
}
@InProceedings{awale-jana-2022-enriching,
author = {Sushil Awale and Abhik Jana},
title = {Enriching {H}indi {W}ord{N}et Using Knowledge Graph Completion Approach},
booktitle = {Workshop on Resources and Technologies for Indigenous, Endangered and Lesser-resourced Languages in Eurasia co-located with the Language Resources and Evaluation Conference, EURASIA@LREC 2022, Marseille, France, June 20, 2022},
year = {2022},
publisher = {European Language Resources Association},
_url = {https://aclanthology.org/2022.eurali-1.13},
pages = {81--85},
biburl = {https://aclanthology.org/2022.eurali-1.13.bib},
bibsource = {acl anthology, https://aclanthology.org},
status = {exclude},
}
@InBook{awalePreprocessingNepaliNews2022,
author = {Sushil Awale and Suraj Prasai and Birodh Rijal and Santa B. Basnet},
title = {Preprocessing of {{Nepali News Corpus}} for {{Downstream Tasks}}},
booktitle = {Nepalese Linguistics},
date = {2022-07-11},
pages = {1--6},
issn = {0259-1006},
volume = {35},
year = {2022},
doi = {10.3126/nl.v35i01.46553},
url_ = {https://www.nepjol.info/index.php/lsnj/article/view/46553},
urldate = {2022-10-18},
biburl = {https://www.nepjol.info/index.php/lsnj/citationstylelanguage/download/bibtex?submissionId=46553&publicationId=73620},
bibsource = {Nepal Journals Online, https://www.nepjol.info/index.php},
status = {exclude},
}
#######################################################################################################################
# GULLAL CHEEMA
#######################################################################################################################
@inproceedings{Cheema2017,
author = {Gullal Singh Cheema and
Saket Anand},
editor_ = {Yasemin Altun and
Kamalika Das and
Taneli Mielik{\"{a}}inen and
Donato Malerba and
Jerzy Stefanowski and
Jesse Read and
Marinka Zitnik and
Michelangelo Ceci and
Saso Dzeroski},
title = {Automatic Detection and Recognition of Individuals in Patterned Species},
booktitle = {European Conference on Machine Learning and Knowledge Discovery in Databases, {ECML} {PKDD} 2017, Skopje, Macedonia, September 18-22, 2017},
series_ = {Lecture Notes in Computer Science},
volume_ = {10536},
pages = {27--38},
publisher = {Springer},
year = {2017},
url_ = {https://doi.org/10.1007/978-3-319-71273-4\_3},
doi = {10.1007/978-3-319-71273-4\_3},
timestamp = {Sun, 25 Jul 2021 11:47:49 +0200},
biburl = {https://dblp.org/rec/conf/pkdd/CheemaA17.bib},
bibsource = {dblp computer science bibliography, https://dblp.org},
status = {exclude}
}
@inproceedings{Cheema2019,
author = {Ankita Shukla and
Gullal Singh Cheema and
Saket Anand and
Qamar Qureshi and
Yadvendradev Jhala},
editor_ = {Abhaya C. Nayak and
Alok Sharma},
title = {Primate Face Identification in the Wild},
booktitle = {Pacific Rim International Conference on Artificial Intelligence, {PRICAI} 2019, Cuvu, Yanuca Island, Fiji, August 26-30, 2019},
series_ = {Lecture Notes in Computer Science},
volume_ = {11672},
pages = {387--401},
publisher = {Springer},
year = {2019},
url_ = {https://doi.org/10.1007/978-3-030-29894-4\_32},
doi = {10.1007/978-3-030-29894-4\_32},
timestamp = {Wed, 25 Sep 2019 18:21:16 +0200},
biburl = {https://dblp.org/rec/conf/pricai/ShuklaCAQJ19.bib},
bibsource = {dblp computer science bibliography, https://dblp.org},
status = {exclude}
}
@inproceedings{Cheema2019a,
author = {Ankita Shukla and
Connor Anderson and
Gullal Singh Cheema and
Pei Guo and
Suguru Onda and
Divyam Anshumaan and
Saket Anand and
Ryan Farrell},
title = {A Hybrid Approach to Tiger Re-Identification},
booktitle = {{IEEE/CVF} International Conference on Computer Vision Workshops, {ICCV} Workshops 2019, Seoul, Korea (South), October 27-28, 2019},
pages = {294--301},
publisher = {{IEEE}},
year = {2019},
url_ = {https://doi.org/10.1109/ICCVW.2019.00039},
doi = {10.1109/ICCVW.2019.00039},
timestamp = {Tue, 21 Mar 2023 20:54:29 +0100},
biburl = {https://dblp.org/rec/conf/iccvw/ShuklaACGOAAF19.bib},
bibsource = {dblp computer science bibliography, https://dblp.org},
status = {exclude}
}
@inproceedings{Cheema2020,
author = {Gullal S. Cheema and Sherzod Hakimov and Ralph Ewerth},
editor_ = {Linda Cappellato and Carsten Eickhoff and Nicola Ferro and Aur{\'{e}}lie N{\'{e}}v{\'{e}}ol},
title = {Check{\_}square at CheckThat! 2020 Claim Detection in Social Media via Fusion of Transformer and Syntactic Features},
booktitle = {Working Notes of Conference and Labs of the Evaluation Forum, {CLEF} 2020, Virtual Event, September 22-25, 2020},
series_ = {{CEUR} Workshop Proceedings},
volume_ = {2696},
publisher = {CEUR-WS.org},
year = {2020},
url = {https://ceur-ws.org/Vol-2696/paper\_216.pdf},
timestamp = {Fri, 10 Mar 2023 16:23:41 +0100},
biburl = {https://dblp.org/rec/conf/clef/CheemaHE20.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{Cheema2020a,
author = {Gullal Singh Cheema and Sherzod Hakimov and Ralph Ewerth},
editor_ = {Steven Hicks and Debesh Jha and Konstantin Pogorelov and Alba Garc{\'{\i}}a Seco de Herrera and Dmitry Bogdanov and Pierre{-}Etienne Martin and
Stelios Andreadis and Minh{-}Son Dao and Zhuoran Liu and Jos{\'{e}} Vargas Quiros and Benjamin Kille and Martha A. Larson},
title = {TIB's Visual Analytics Group at MediaEval '20: Detecting Fake News on Corona Virus and 5G Conspiracy},
booktitle = {Working Notes Proceedings of the MediaEval 2020 Workshop, Virtual Event, 14-15 December 2020},
series_ = {{CEUR} Workshop Proceedings},
volume_ = {2882},
publisher = {CEUR-WS.org},
year = {2020},
url = {https://ceur-ws.org/Vol-2882/paper56.pdf},
timestamp = {Fri, 10 Mar 2023 16:22:12 +0100},
biburl = {https://dblp.org/rec/conf/mediaeval/CheemaHE20.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{Cheema2020b,
author = {Ankita Shukla and
Gullal Singh Cheema and
Saket Anand},
title = {Semi-Supervised Clustering with Neural Networks},
booktitle = {{IEEE} International Conference on Multimedia Big Data, BigMM 2020, New Delhi, India, September 24-26, 2020},
pages = {152--161},
publisher = {{IEEE}},
year = {2020},
url_ = {https://doi.org/10.1109/BigMM50055.2020.00030},
doi = {10.1109/BigMM50055.2020.00030},
timestamp = {Tue, 21 Mar 2023 21:01:54 +0100},
biburl = {https://dblp.org/rec/conf/bigmm/ShuklaCA20.bib},
bibsource = {dblp computer science bibliography, https://dblp.org},
status = {exclude}
}
@InProceedings{Cheema2021,
author = {Gullal S. Cheema and Sherzod Hakimov and Eric M{\"{u}}ller{-}Budack and Ralph Ewerth},
booktitle = {International Workshop on Cross-lingual Event-centric Open Analytics co-located with the Web Conference, {CLEOPATRA}@{WWW} 2021, Virtual Event, April 12, 2021},
title = {On the Role of Images for Analyzing Claims in Social Media},
year = {2021},
editor_ = {Elena Demidova and Sherzod Hakimov and Jane Winters and Marko Tadic},
pages = {32--46},
publisher = {CEUR-WS.org},
series_ = {{CEUR} Workshop Proceedings},
volume_ = {2829},
bibsource = {dblp computer science bibliography, https://dblp.org},
biburl = {https://dblp.org/rec/conf/www/CheemaHME21.bib},
groups = {own works},
keywords = {ownwork},
url = {http://ceur-ws.org/Vol-2829/paper3.pdf},
}
@InProceedings{Cheema2021a,
author = {Gullal S. Cheema and Sherzod Hakimov and Eric M{\"{u}}ller{-}Budack and Ralph Ewerth},
booktitle = {Workshop on Multi-Modal Pre-Training for Multimedia Understanding co-located with the International Conference on Multimedia Retrieval, {MMPT}@{ICMR} 2021, Virtual Event, August 21, 2021},
title = {A Fair and Comprehensive Comparison of Multimodal Tweet Sentiment Analysis Methods},
year = {2021},
editor_ = {Bei Liu and Jianlong Fu and Shizhe Chen and Qin Jin and Alexander G. Hauptmann and Yong Rui},
pages = {37--45},
publisher = {{ACM}},
bibsource = {dblp computer science bibliography, https://dblp.org},
biburl = {https://dblp.org/rec/conf/mir/CheemaHME21.bib},
doi = {10.1145/3463945.3469058},
groups = {own works},
keywords = {ownwork},
}
@inproceedings{Gottschalk2021OEKG,
author = {Simon Gottschalk and Endri Kacupaj and Sara Abdollahi and Diego Alves and Gabriel Amaral and Elisavet Koutsiana and Tin Kuculo and Daniela Major and
Caio Mello and Gullal S. Cheema and Abdul Sittar and Swati and Golsa Tahmasebzadeh and Gaurish Thakkar},
editor_ = {Elena Demidova and Sherzod Hakimov and Jane Winters and Marko Tadic},
title = {{OEKG:} The Open Event Knowledge Graph},
booktitle = {International Workshop on Cross-lingual Event-centric Open Analytics co-located with the Web Conference, {CLEOPATRA}@{WWW}
2021, Virtual Event, April 12, 2021},
series_ = {{CEUR} Workshop Proceedings},
volume_ = {2829},
pages = {61--75},
publisher = {CEUR-WS.org},
year = {2021},
url = {https://ceur-ws.org/Vol-2829/paper5.pdf},
timestamp = {Fri, 10 Mar 2023 16:22:22 +0100},
biburl = {https://dblp.org/rec/conf/www/GottschalkKAAAK21.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@InProceedings{Cheema2022,
author = {Gullal Singh Cheema and Sherzod Hakimov and Abdul Sittar and Eric M{\"{u}}ller{-}Budack and Christian Otto and Ralph Ewerth},
booktitle = {Findings of the Association for Computational Linguistics: {NAACL} 2022, Seattle, WA, United States, July 10-15, 2022},
title = {MM-Claims: {A} Dataset for Multimodal Claim Detection in Social Media},
year = {2022},
editor_ = {Marine Carpuat and Marie{-}Catherine de Marneffe and Iv{\'{a}}n Vladimir Meza Ru{\'{\i}}z},
pages = {962--979},
publisher = {Association for Computational Linguistics},
bibsource = {dblp computer science bibliography, https://dblp.org},
biburl = {https://dblp.org/rec/conf/naacl/CheemaHSMOE22.bib},
doi = {10.18653/v1/2022.findings-naacl.72},
groups = {own works},
}
@article{Cheema2023,
title = {Understanding Image-Text Relations and News Values for Multimodal News Analysis},
author = {Gullal Singh Cheema and Sherzod Hakimov and Eric M{\"u}ller-Budack and Christian Otto and John A Bateman and Ralph Ewerth},
journal = {Frontiers in Artificial Intelligence},
volume = {6},
pages = {1--29},
publisher = {Frontiers},
year = {2023},
doi = {10.3389/frai.2023.1125533}
}
@inproceedings{Cedeno2023Checkthat,
author = {Alberto Barr{\'{o}}n{-}Cede{\~{n}}o and Firoj Alam and Tommaso Caselli and Giovanni Da San Martino and Tamer Elsayed and Andrea Galassi and Fatima Haouari and
Federico Ruggeri and Julia Maria Stru{\ss} and Rabindra Nath Nandi and Gullal S. Cheema and Dilshod Azizov and Preslav Nakov},
editor_ = {Jaap Kamps and Lorraine Goeuriot and Fabio Crestani and Maria Maistro and Hideo Joho and Brian Davis and Cathal Gurrin and Udo Kruschwitz and Annalina Caputo},
title = {The {CLEF-2023} CheckThat! Lab: Checkworthiness, Subjectivity, Political Bias, Factuality, and Authority},
booktitle = {European Conference on Information Retrieval, {ECIR} 2023, Dublin, Ireland, April 2-6, 2023},
series_ = {Lecture Notes in Computer Science},
volume_ = {13982},
pages = {506--517},
publisher = {Springer},
year = {2023},
url_ = {https://doi.org/10.1007/978-3-031-28241-6\_59},
doi = {10.1007/978-3-031-28241-6\_59},
timestamp = {Tue, 28 Mar 2023 19:49:31 +0200},
biburl = {https://dblp.org/rec/conf/ecir/BarronCedenoACMEGHRSNCAN23.bib},
bibsource = {dblp computer science bibliography, https://dblp.org},
status = {exclude}
}
@inproceedings{Hakimov2022,
author = {Sherzod Hakimov and Gullal Singh Cheema and Ralph Ewerth},
editor_ = {Guy Emerson and Natalie Schluter and Gabriel Stanovsky and Ritesh Kumar and Alexis Palmer and Nathan Schneider and Siddharth Singh and Shyam Ratan},
title = {{TIB-VA} at SemEval-2022 Task 5: {A} Multimodal Architecture for the Detection and Classification of Misogynous Memes},
booktitle = {International Workshop on Semantic Evaluation co-loacated with Annual Conference of the North American Chapter of the Association for Computational Linguistics, {SemEval}@{NAACL} 2022, Seattle, Washington, United States, July 14-15, 2022},
pages = {756--760},
publisher = {Association for Computational Linguistics},
year = {2022},
url_ = {https://doi.org/10.18653/v1/2022.semeval-1.105},
doi = {10.18653/v1/2022.semeval-1.105},
timestamp = {Wed, 07 Dec 2022 23:13:44 +0100},
biburl = {https://dblp.org/rec/conf/semeval/HakimovCE22.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{Hakimov2022a,
author = {Sherzod Hakimov and Gullal Singh Cheema and Marc A. Kastner and Rajiv Ratn Shah and Karan Sikka},
editor_ = {Fr{\'{e}}d{\'{e}}rique Laforest and Rapha{\"{e}}l Troncy and Elena Simperl and Deepak Agarwal and Aristides Gionis and Ivan Herman and Lionel M{\'{e}}dini},
title = {MUWS'22: 1st International Workshop on Multimodal Understanding for the Web and Social Media},
booktitle = {Companion of The Web Conference 2022, Virtual Event, April 25 - 29, 2022},
pages = {692--693},
publisher = {{ACM}},
year = {2022},
url_ = {https://doi.org/10.1145/3487553.3524873},
doi = {10.1145/3487553.3524873},
timestamp = {Wed, 07 Dec 2022 23:09:17 +0100},
biburl = {https://dblp.org/rec/conf/www/HakimovC0SS22.bib},
bibsource = {dblp computer science bibliography, https://dblp.org},
status = {exclude}
}
#######################################################################################################################
# ELIAS ENTRUP
#######################################################################################################################
@inproceedings{DBLP:conf/ercimdl/EntrupEEHTWH21,
author = {Elias Entrup and Anita Eppelin and Ralph Ewerth and Josephine Hartwig and Marco Tullney and Michael Wohlgemuth and Anett Hoppe},
title = {B!SON: {A} Tool for Open Access Journal Recommendation},
booktitle = {International Conference on Theory and Practice of Digital Libraries, {TPDL} 2022, Padua, Italy, September 20-23, 2022},
pages = {357--364},
publisher = {Springer},
year = {2022},
doi = {10.1007/978-3-031-16802-4\_33},
timestamp = {Thu, 05 Jan 2023 17:08:54 +0100},
biburl = {https://dblp.org/rec/conf/ercimdl/EntrupEEHTWH21.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/recsys/EntrupEH24,
author = {Elias Entrup and
Ralph Ewerth and
Anett Hoppe},
editor_ = {Tommaso Di Noia and
Pasquale Lops and
Thorsten Joachims and
Katrien Verbert and
Pablo Castells and
Zhenhua Dong and
Ben London},
title = {Can Editorial Decisions Impair Journal Recommendations? Analysing the Impact of Journal Characteristics on Recommendation Systems},
booktitle = {{ACM} Conference on Recommender Systems, RecSys 2024, Bari, Italy, October 14-18, 2024},
pages = {1062--1066},
publisher = {{ACM}},
year = {2024},
doi = {10.1145/3640457.3688194},
}
#######################################################################################################################
# RALPH EWERTH
#######################################################################################################################
@InProceedings{Ewerth2017,
author = {Ralph Ewerth and Matthias Springstein and Eric M{\"{u}}ller and Alexander Balz and Jan Gehlhaar and Tolga Naziyok and Krzysztof Dembczynski and Eyke H{\"{u}}llermeier},
booktitle = {{IEEE} International Conference on Multimedia and Expo, {ICME} 2017, Hong Kong, China, July 10-14, 2017},
title = {Estimating relative depth in single images via rankboost},
year = {2017},
pages = {919--924},
publisher = {{IEEE} Computer Society},
bibsource = {dblp computer science bibliography, https://dblp.org},
biburl = {https://dblp.org/rec/conf/icmcs/EwerthSMBGNDH17.bib},
doi = {10.1109/ICME.2017.8019434},
groups = {own works},
keywords = {ownwork},
timestamp = {2020-06-30},
}
@Article{Muehling2017,
author = {Markus M{\"{u}}hling and Nikolaus Korfhage and Eric M{\"{u}}ller and Christian Otto and Matthias Springstein and Thomas Langelage and Uli Veith and Ralph Ewerth and Bernd Freisleben},
journal = {Multimedia Tools and Applications},
title = {Deep learning for content-based video retrieval in film and television production},
year = {2017},
number = {21},
pages = {22169--22194},
volume = {76},
bibsource = {dblp computer science bibliography, https://dblp.org},
biburl = {https://dblp.org/rec/journals/mta/MuhlingKMOSLVEF17.bib},
doi = {10.1007/s11042-017-4962-9},
file = {:Muehling2017_Article_DeepLearningForContent-basedVi.pdf:PDF},
groups = {own works, face recognition, object classification, multimedia retrieval, video, computer vision},
keywords = {ownwork},
timestamp = {2020-06-30},
}
@InBook{Ewerth2021,
author = {Ralph Ewerth and Christian Otto and Eric M{\"{u}}ller{-}Budack},
editor_ = {Jana Pflaeging and Janina Wildfeuer and John A. Bateman},
pages = {109--138},
publisher = {De Gruyter},
title = {Computational Approaches for the Interpretation of Image-text Relations},
year = {2021},
booktitle = {Empirical Multimodality Research: Methods, Evaluations, Implications},
doi = {10.1515/9783110725001-005},
groups = {own works},
keywords = {ownwork},
url_ = {https://doi.org/10.1515/9783110725001-005},
}
@inproceedings{DBLP:conf/ecir/EwerthSPS17,
author = {Ralph Ewerth and
Matthias Springstein and
Lo An Phan{-}Vogtmann and
Juliane Sch{\"{u}}tze},
editor = {Joemon M. Jose and
Claudia Hauff and
Ismail Seng{\"{o}}r Alting{\"{o}}vde and
Dawei Song and
Dyaa Albakour and
Stuart N. K. Watt and
John Tait},
title = {"Are Machines Better Than Humans in Image Tagging?" - {A} User Study
Adds to the Puzzle},
booktitle = {European Conference on Information Retrieval, {ECIR} 2017, Aberdeen, UK, April 8-13, 2017},
series = {Lecture Notes in Computer Science},
volume = {10193},
pages = {186--198},
year = {2017},
url_ = {https://doi.org/10.1007/978-3-319-56608-5\_15},
doi = {10.1007/978-3-319-56608-5\_15},
timestamp = {Mon, 26 Sep 2022 12:21:56 +0200},
biburl = {https://dblp.org/rec/conf/ecir/EwerthSPS17.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
#######################################################################################################################
# JUNAID AHMED GHAURI
#######################################################################################################################
@InProceedings{Ghauri2023,
author = {Junaid Ahmed Ghauri and Eric M{\"{u}}ller{-}Budack and Ralph Ewerth},
booktitle = {International Conference on Theory and Practice of Digital Libraries, {TPDL} 2023, Zadar, Croatia, September 26-29, 2023},
title = {Classification of Visualization Types and Perspectives in Patents},
year = {2023},
editor_ = {Omar Alonso and Helena Cousijn and Gianmaria Silvello and M{\'{o}}nica Marrero and Carla Teixeira Lopes and Stefano Marchesin},
pages = {182--191},
publisher = {Springer},
series_ = {Lecture Notes in Computer Science},
volume_ = {14241},
bibsource = {dblp computer science bibliography, https://dblp.org},
biburl = {https://dblp.org/rec/conf/ercimdl/GhauriME23.bib},
doi = {10.1007/978-3-031-43849-3\_{1}{6}},
file = {:Ghauri2023 - Classification of Visualization Types and Perspectives in Patents.pdf:PDF},
groups = {own works},
url_ = {https://doi.org/10.1007/978-3-031-43849-3_16},
}
@inproceedings{GhauriHE21,
author = {Junaid Ahmed Ghauri and
Sherzod Hakimov and
Ralph Ewerth},
title = {Supervised Video Summarization Via Multiple Feature Sets with Parallel
Attention},
booktitle = {IEEE International Conference on Multimedia and Expo, {ICME}
2021, Shenzhen, China, July 5-9, 2021},
pages = {1--6s},
publisher = {{IEEE}},
year = {2021},
url_ = {https://doi.org/10.1109/ICME51207.2021.9428318},
doi = {10.1109/ICME51207.2021.9428318},
timestamp = {Thu, 03 Feb 2022 12:45:49 +0100},
biburl = {https://dblp.org/rec/conf/icmcs/GhauriHE21.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{KanafaniGHE21,
author = {Hussain Kanafani and
Junaid Ahmed Ghauri and
Sherzod Hakimov and
Ralph Ewerth},
editor_ = {Wen{-}Huang Cheng and
Mohan S. Kankanhalli and
Meng Wang and
Wei{-}Ta Chu and
Jiaying Liu and
Marcel Worring},
title = {Unsupervised Video Summarization via Multi-source Features},
booktitle = {International Conference on Multimedia Retrieval, {ICMR} 2021, Taipei,
Taiwan, August 21-24, 2021},
pages = {466--470},
publisher = {{ACM}},
year = {2021},
url_ = {https://doi.org/10.1145/3460426.3463597},
doi = {10.1145/3460426.3463597},
timestamp = {Fri, 03 Sep 2021 14:25:13 +0200},
biburl = {https://dblp.org/rec/conf/mir/KanafaniGHE21.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{GhauriHE20,
author = {Junaid Ahmed Ghauri and
Sherzod Hakimov and
Ralph Ewerth},
editor_ = {Stefan Conrad and
Ilaria Tiddi},
title = {Classification of Important Segments in Educational Videos using Multimodal
Features},
booktitle = {{CIKM} 2020 Workshops co-located with the {ACM}
International Conference on Information and Knowledge Management, {CIKM}
2020 Workshops, Galway, Ireland, October 19-23, 2020},
series = {{CEUR} Workshop Proceedings},
volume = {2699},
publisher = {CEUR-WS.org},
year = {2020},
url_ = {https://ceur-ws.org/Vol-2699/paper15.pdf},
timestamp = {Fri, 10 Mar 2023 16:22:32 +0100},
biburl = {https://dblp.org/rec/conf/cikm/GhauriHE20.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{ImGRM18,
author = {Chanjong Im and
Junaid Ahmed Ghauri and
John Rothman and
Thomas Mandl},
editor_ = {Rainer Gemulla and
Simone Paolo Ponzetto and
Christian Bizer and
Margret Keuper and
Heiner Stuckenschmidt},
title = {Deep Learning Approaches to Classification of Production Technology
for 19th Century Books},
booktitle = {Conference "Lernen, Wissen, Daten, Analysen", {LWDA}
2018, Mannheim, Germany, August 22-24, 2018},
series = {{CEUR} Workshop Proceedings},
volume = {2191},
pages = {150--158},
publisher = {CEUR-WS.org},
year = {2018},
url_ = {https://ceur-ws.org/Vol-2191/paper18.pdf},
timestamp = {Fri, 10 Mar 2023 16:22:37 +0100},
biburl = {https://dblp.org/rec/conf/lwa/ImGRM18.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{windler2020end,
author={Windler, Torben and Ghauri, Junaid Ahmed and Syed, Muhammad Usman and Belostotskaya, Tamara and Chikukwa, Valerie and Drumond, Rafael R{\^e}go},
title={End-to-End Motion Classification Using Smartwatch Sensor Data},
journal={Archives of Data Science, Series A},
volume={6},
number={1},
pages={12},
year={2020}
}
#######################################################################################################################
# WOLFGANG GRITZ
#######################################################################################################################
@inproceedings{DBLP:conf/ecir/GritzUnraveling2025,
author = {Wolfgang Gritz and Anett Hoppe and Ralph Ewerth},
title = {Unraveling the Impact of Visual Complexity on Search as Learning},
booktitle = {European Conference on Information Retrieval, {ECIR} 2025, Lucca, Italy, April 6-10, 2025},
pages_ = {},
status = {unpublished},
publisher = {Springer},
year = {2025},
doi_ = {},
timestamp_ = {},
biburl_ = {},
bibsource_ = {}
}
@inproceedings{DBLP:conf/ecir/GritzHE24,
author = {Wolfgang Gritz and
Anett Hoppe and
Ralph Ewerth},
editor_ = {Nazli Goharian and
Nicola Tonellotto and
Yulan He and
Aldo Lipani and
Graham McDonald and
Craig Macdonald and
Iadh Ounis},
title = {On the Influence of Reading Sequences on Knowledge Gain During Web
Search},
booktitle = {European Conference on Information
Retrieval, {ECIR} 2024, Glasgow, UK, March 24-28, 2024},
series_ = {Lecture Notes in Computer Science},
volume_ = {14610},
pages = {364--373},
publisher = {Springer},
year = {2024},
url_ = {https://doi.org/10.1007/978-3-031-56063-7\_28},
doi = {10.1007/978-3-031-56063-7_28},
timestamp = {Mon, 01 Apr 2024 11:13:52 +0200},
biburl = {https://dblp.org/rec/conf/ecir/GritzHE24.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{gritz2021on,
author = {Wolfgang Gritz and Anett Hoppe and Ralph Ewerth},
editor_ = {Gao Cong and Maya Ramanath},
title = {On the Impact of Features and Classifiers for Measuring Knowledge
Gain during Web Search - {A} Case Study},
booktitle = {International Workshop on Investigating Learning During Web Search co-located with the International Conference on Information and Knowledge Management, {IWILDS}@{CIKM}
2021, Gold Coast, Queensland, Australia, November 1-5, 2021},
series_ = {{CEUR} Workshop Proceedings},
volume_ = {3052},
publisher = {CEUR-WS.org},
year = {2021},
url = {https://ceur-ws.org/Vol-3052/paper6.pdf},
timestamp = {Fri, 10 Mar 2023 16:22:33 +0100},
biburl = {https://dblp.org/rec/conf/cikm/GritzHE21.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{stanja2023formative,
author = {Judith Stanja and Wolfgang Gritz and Johannes Krugel and Anett Hoppe and Sarah Dannemann},
title = {Formative assessment strategies for students' conceptions - The potential of learning analytics},
journal_abbrev= {Br. J. Educ. Technol.},
Journal = {British Journal of Educational Technology},
volume = {54},
number = {1},
pages = {58--75},
year = {2023},
url_ = {https://doi.org/10.1111/bjet.13288},
doi = {10.1111/bjet.13288},
timestamp = {Tue, 28 Feb 2023 10:48:31 +0100},
biburl = {https://dblp.org/rec/journals/bjet/StanjaGKHD23.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
#######################################################################################################################
# DAVID MORRIS
#######################################################################################################################
@InProceedings{Morris2020,
author = {David Morris and Eric M{\"{u}}ller{-}Budack and Ralph Ewerth},
booktitle = {European Conference on Information Retrieval, {ECIR} 2020, Lisbon, Portugal, April 14-17, 2020},
title = {SlideImages: {A} Dataset for Educational Image Classification},
year = {2020},
editor_ = {Joemon M. Jose and Emine Yilmaz and Jo{\~{a}}o Magalh{\~{a}}es and Pablo Castells and Nicola Ferro and M{\'{a}}rio J. Silva and Fl{\'{a}}vio Martins},
pages = {289--296},
publisher = {Springer},
series_ = {Lecture Notes in Computer Science},
volume_ = {12036},
bibsource = {dblp computer science bibliography, https://dblp.org},
biburl = {https://dblp.org/rec/conf/ecir/MorrisME20.bib},
doi = {10.1007/978-3-030-45442-5\_36},
file = {:Morris2020_Chapter_SlideImagesADatasetForEducatio.pdf:PDF},
groups = {own works},
keywords = {ownwork},
timestamp = {2020-06-30},
url_ = {https://doi.org/10.1007/978-3-030-45442-5_36},
}
#######################################################################################################################
# ERIC MUELLER-BUDACK
#######################################################################################################################
@inproceedings{DBLP:conf/mir/CheemaATBEM24,
author = {Gullal S. Cheema and
Judi Arafat and
Chiao{-}I Tseng and
John A. Bateman and
Ralph Ewerth and
Eric M{\"{u}}ller{-}Budack},
editor_ = {Cathal Gurrin and
Rachada Kongkachandra and
Klaus Schoeffmann and
Duc{-}Tien Dang{-}Nguyen and
Luca Rossetto and
Shin'ichi Satoh and
Liting Zhou},
title = {Identification of Speaker Roles and Situation Types in News Videos},
booktitle = {International Conference on Multimedia Retrieval,
{ICMR} 2024, Phuket, Thailand, June 10-14, 2024},
pages = {506--514},
publisher = {{ACM}},
year = {2024},
url_ = {https://doi.org/10.1145/3652583.3658101},
doi = {10.1145/3652583.3658101},
timestamp = {Mon, 10 Jun 2024 10:34:24 +0200},
biburl = {https://dblp.org/rec/conf/mir/CheemaATBEM24.bib},
bibsource = {dblp computer science bibliography, https://dblp.org},
awards_en = {Best Paper Award},
awards_de = {Best Paper Award},
}
@inproceedings{Tseng_SCSMI2024,
title = {The search for filmic narrative strategies in audiovisual news reporting: a progress report},
author = {Chiao-I Tseng and
John A. Bateman and
Leandra Thiele and
Ralph Ewerth and
Eric Müller-Budack and
Gullal Cheema and
Manuel Burghardt and
Bernhard Liebl},
booktitle = {Conference of the Society for Cognitive Studies of the Moving Image, {SCSMI} 2024, Budapest, Hungary, June 5-8, 2024},
year = {2024},
}
@inproceedings{Mueller-Budack_SCSMI2024,
title = {TIB AV-Analytics: A Computational Tool for Film and Video Analysis},
author = {Eric M{\"u}ller-Budack and
Matthias Springstein and
Margret Plank and
Julian Sittel and
Roman Mauer and
Oksana Bulgakowa and
Manuel Burghardt and
John A Bateman and
Ralph Ewerth},
booktitle = {Conference of the Society for Cognitive Studies of the Moving Image, {SCSMI} 2024, Budapest, Hungary, June 5-8, 2024},
year = {2024},
}
@InBook{Müller-Budack2024,
author = {M{\"u}ller-Budack, Eric and Gritz, Wolfgang and Ewerth, Ralph},
editor = {Memmert, Daniel},
pages = {27--34},
publisher = {Springer Berlin Heidelberg},
title = {Video Data},
year = {2024},
address = {Berlin, Heidelberg},
isbn = {978-3-662-68313-2},
booktitle = {Computer Science in Sport: Modeling, Simulation, Data Analysis and Visualization of Sports-Related Data},
doi = {10.1007/978-3-662-68313-2_4},
groups = {own works},
url_ = {https://doi.org/10.1007/978-3-662-68313-2_4},
}
@InBook{Müller-Budack2023,
author = {M{\"u}ller-Budack, Eric and Gritz, Wolfgang and Ewerth, Ralph},
editor = {Memmert, Daniel},
pages = {31--38},
publisher = {Springer Berlin Heidelberg},
title = {Reale Datens{\"a}tze -- Videodaten},
year = {2023},
address = {Berlin, Heidelberg},
isbn = {978-3-662-67026-2},
booktitle = {Sportinformatik : Modellbildung, Simulation, Datenanalyse und Visualisierung von sportbezogenen Daten},
doi = {10.1007/978-3-662-67026-2_4},
groups = {own works},
url_ = {https://doi.org/10.1007/978-3-662-67026-2_4},
}
@Article{Biermann2023,
author = {Biermann, Henrik and Komitova, Rumena and Raabe, Dominik and M{\"u}ller-Budack, Eric and Ewerth, Ralph and Memmert, Daniel},
journal = {Scientific Reports},
title = {Synchronization of passes in event and spatiotemporal soccer data},
year = {2023},
issn = {2045-2322},
month = {Sep},
number = {1},
pages = {15878},
volume = {13},
day = {23},
doi = {10.1038/s41598-023-39616-2},
file = {:Biermann2023 - Synchronization of Passes in Event and Spatiotemporal Soccer Data.pdf:PDF},
groups = {own works},
url_ = {https://doi.org/10.1038/s41598-023-39616-2},
}
@PhdThesis{MuellerBudack2022,
author = {M{\"u}ller-Budack, Eric},
school = {Gottfried Wilhelm Leibniz Universit{\"a}t Hannover},
title = {Unsupervised quantification of entity consistency between photos and text in real-world news},
year = {2022},
doi = {https://doi.org/10.15488/11719},
file = {:MuellerBudack2022 - Unsupervised Quantification of Entity Consistency between Photos and Text in Real World News.pdf:PDF},
groups = {own works},
keywords = {ownwork, dissertation},
pages = {1--222},
awards_de = {Mit Auszeichnung bestanden, Nominiert für den GI-Dissertationspreis, Nominiert für den Promotionspreis der Leibniz-Gemeinschaft (Top 10)},
awards_en = {Passed with Distinction, Nominated for the GI-Dissertationspreis, Nominated for the Leibniz Dissertation Award (Top 10)},
}
@incollection{DBLP:series/gidiss/Muller-Budack21,
author = {Eric M{\"{u}}ller{-}Budack},
editor_ = {Steffen H{\"{o}}lldobler},
title = {Quantifizierung der intermodalen Konsistenz von Nachrichten},
booktitle = {Ausgezeichnete Informatikdissertationen 2021},
series = {Lecture Notes in Informatics ({LNI})},
volume = {{D-22}},
pages = {221--230},
publisher = {Gesellschaft f{\"{u}}r Informatik ({GI})},
year = {2022},
url = {https://dl.gi.de/handle/20.500.12116/39845},
timestamp = {Tue, 04 Jul 2023 17:44:50 +0200},
biburl = {https://dblp.org/rec/series/gidiss/Muller-Budack21.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@Article{MuellerBudack2021a,
author = {Eric M{\"{u}}ller{-}Budack and Jonas Theiner and Sebastian Diering and Maximilian Idahl and Sherzod Hakimov and Ralph Ewerth},
journal = {International Journal of Multimedia Information Retrieval},
title = {Multimodal news analytics using measures of cross-modal entity and context consistency},
year = {2021},
number = {2},
pages = {111--125},
volume = {10},
bibsource = {dblp computer science bibliography, https://dblp.org},
biburl = {https://dblp.org/rec/journals/ijmir/Muller-BudackTD21.bib},
doi = {10.1007/s13735-021-00207-4},
file = {:MuellerBudack2021a - Multimodal News Analytics Using Measures of Cross Modal Entity and Context Consistency (1).pdf:PDF},
groups = {own works, HiPop},
keywords = {ownwork},
awards_de = {Invited Paper (Best Papers of ACM ICMR 2020)},
awards_en = {Invited Paper (Best Papers of ACM ICMR 2020)},
}
@InBook{MuellerBudack2021b,
author = {M{\"u}ller-Budack, Eric and Pustu-Iren, Kader and Diering, Sebastian and Springstein, Matthias and Ewerth, Ralph},
editor_ = {Gomes, Daniel and Demidova, Elena and Winters, Jane and Risse, Thomas},
pages = {141--151},
publisher = {Springer International Publishing},
title = {Image Analytics in Web Archives},
year = {2021},
address = {Cham},
isbn = {978-3-030-63291-5},
booktitle = {The Past Web: Exploring Web Archives},
doi = {10.1007/978-3-030-63291-5_11},
groups = {own works},
keywords = {ownwork},
url_ = {https://doi.org/10.1007/978-3-030-63291-5_11},
}
@InProceedings{MuellerBudack2021,
author = {Eric M{\"{u}}ller{-}Budack and Matthias Springstein and Sherzod Hakimov and Kevin Mrutzek and Ralph Ewerth},
booktitle = {{IEEE} Winter Conference on Applications of Computer Vision, {WACV} 2021, Virtual Event, January 3-8, 2021},
title = {Ontology-driven Event Type Classification in Images},
year = {2021},
pages = {2927--2937},
publisher = {{IEEE}},
bibsource = {dblp computer science bibliography, https://dblp.org},
biburl = {https://dblp.org/rec/conf/wacv/Muller-BudackSH21.bib},
doi = {10.1109/WACV48630.2021.00297},
file = {:MuellerBudack2021 - Ontology Driven Event Type Classification in Images.pdf:PDF},
groups = {own works, iart2},
keywords = {ownwork},
}
@InProceedings{MuellerBudack2020,
author = {Eric M{\"{u}}ller{-}Budack and Jonas Theiner and Sebastian Diering and Maximilian Idahl and Ralph Ewerth},
booktitle = {International Conference on Multimedia Retrieval, {ICMR} 2020, Virtual Event, June 8-11, 2020},
title = {Multimodal Analytics for Real-world News using Measures of Cross-modal Entity Consistency},
year = {2020},
editor_ = {Cathal Gurrin and Bj{\"{o}}rn {\TH}{\'{o}}r J{\'{o}}nsson and Noriko Kando and Klaus Sch{\"{o}}ffmann and Yi{-}Ping Phoebe Chen and Noel E. O'Connor},
pages = {16--25},
publisher = {{ACM}},
bibsource = {dblp computer science bibliography, https://dblp.org},
biburl = {https://dblp.org/rec/conf/mir/Muller-BudackTD20.bib},
doi = {10.1145/3372278.3390670},
file = {:MuellerBudack2020 - Multimodal Analytics for Real World News Using Measures of Cross Modal Entity Consistency.PDF:PDF},
groups = {own works, multimedia retrieval, cross-modal relations, multimodal, image, text, media verification, image repurposing},
keywords = {ownwork},
timestamp = {2020-06-30},
awards_de = {Best Paper Award},
awards_en = {Best Paper Award},
}
@InProceedings{MuellerBudack2019,
author = {Eric M{\"{u}}ller{-}Budack and Jonas Theiner and Robert Rein and Ralph Ewerth},
booktitle = {International Workshop on Multimedia Content Analysis in Sports co-located with the ACM Multimedia Conference, MMSports@MM 2019, Nice, France, October 25, 2019},
title = {"Does 4-4-2 exist?" - An Analytics Approach to Understand and Classify Football Team Formations in Single Match Situations},
year = {2019},
editor_ = {Rainer Lienhart and Thomas B. Moeslund and Hideo Saito},
pages = {25--33},
publisher = {{ACM}},
bibsource = {dblp computer science bibliography, https://dblp.org},
biburl = {https://dblp.org/rec/conf/mm/Muller-BudackTR19.bib},
doi = {10.1145/3347318.3355527},
file = {:MuellerBudack2019 - _Does 4 4 2 Exist__ _ an Analytics Approach to Understand and Classify Football Team Formations in Single Match Situations.PDF:PDF},
groups = {own works, 2022 book chapter sports informatics},
keywords = {ownwork},
timestamp = {2020-06-30},
}
@InProceedings{MuellerBudack2018,