-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpub.bib
More file actions
1601 lines (1398 loc) · 64.7 KB
/
pub.bib
File metadata and controls
1601 lines (1398 loc) · 64.7 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
@article{proutierereinforcement,
title = {Reinforcement learning},
author = {Proutiere, Alexandre and Talebi, Sadegh and Ok, Jungseul}
}
@STRING{NeurIPS={Advances in Neural Information Processing Systems (NeurIPS)}}
@STRING{ICML={International Conference on Machine Learning (ICML)}}
@STRING{IJCAI={International Joint Conference on Artificial Intelligence (IJCAI)}}
@STRING{SIGMETRICS={ACM SIGMETRICS}}
@STRING{ICLR={International Conference on Learning Representations (ICLR)}}
@STRING{ECML-PKDD={The European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases (ECML-PKDD)}}
@STRING{ISIT={IEEE International Symposium on Information Theory (ISIT)}}
@STRING{CVPR={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR)}}
@STRING{CVPR-Findings={Findings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR-Findings)}}
@STRING{MobiHoc={Proceedings of ACM MobiHoc}}
@STRING{AISTATS={International Conference on Artificial Intelligence and Statistics (AISTATS)}}
@STRING{CIKM={The ACM Conference on Information and Knowledge Management (CIKM)}}
@STRING{UAI={The Conference on Uncertainty in Artificial Intelligence (UAI)}}
@STRING{INFOCOM={IEEE Conference on Computer Communications}}
@STRING{IISA={International Conference on Information, Intelligence, Systems and Applications}}
@STRING{CISS={Annual Conference on Information Sciences and Systems}}
@STRING{CICLING={International Conference on Intelligent Text Processing and Computational Linguistics}}
@STRING{ICASSP={IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}}
@STRING{ECCV={European Conference on Computer Vision (ECCV)}}
@STRING{ICCV={International Conference on Computer Vision (ICCV)}}
@STRING{AAAI={AAAI Conference on Artificial Intelligence (AAAI)}}
@STRING{NAACL={Annual Conference of the North American Chapter of the Association for Computational Linguistics (NAACL)}}
@STRING{SP={IEEE Symposium on Security and Privacy (S&P)}}
@STRING{ML={Machine Learning}}
@STRING{TMLR={Transactions on Machine Learning Research}}
@STRING{ACL={Annual Meeting of the Association for Computational Linguistics (ACL)}}
@STRING{INTERSPEECH={Annual Conference of the International Speech Communication Association (INTERSPEECH)}}
@STRING{CHI={Computer Human Interaction (CHI)}}
@STRING{SIGDIAL={Special Interest Group on Discourse and Dialogue (SIGDIAL)}}
@STRING{KDD={Knowledge Discovery and Data Mining (KDD)}}
@STRING{EMNLP={Empirical Methods in Natural Language Processing (EMNLP)}}
@STRING{EMNLP-Findings={Findings of Empirical Methods in Natural Language Processing (EMNLP-Findings)}}
@STRING{WACV={Winter Conference on Applications of Computer Vision (WACV)}}
@STRING{EACL-Findings={Findings of the European Chapter of the Association for Computational Linguistics (EACL-Findings)}}
@STRING{TMLR={Transactions on Machine Learning Research (TMLR)}}
@inproceedings{yoon2026planning,
title = {PaT: Planning-after-Trial for Efficient Test-Time Code Generation},
author = {Youngsik Yoon and Sungjae Lee and Seockbean Song and Siwei Wang and Wei Chen and Jungseul Ok},
booktitle = ACL,
year = {2026},
url = {}
}
@inproceedings{ryu2026adaptive,
title = {Adaptive Planning for Multi-Attribute Controllable Summarization with Monte Carlo Tree Search},
author = {Sangwon Ryu and Heejin Do and Yunsu Kim and Gary Lee and Jungseul Ok},
booktitle = ACL,
year = {2026},
url = {https://arxiv.org/abs/2509.26435}
}
@inproceedings{won2026posisp,
title = {POS-ISP: Pipeline Optimization at the Sequence Level for Task-aware ISP},
author = {Jiyun Won and Heemin Yang and Woohyeok Kim and Jungseul Ok and Sunghyun Cho},
booktitle = CVPR-Findings,
year = {2026},
url = {}
}
@inproceedings{kim2026chimeralora,
title = {ChimeraLoRA: Multi-Head LoRA-Guided Synthetic Datasets},
author = {Hoyoung Kim and Minwoo Jang and Jabin Koo and Sangdoo Yun and Jungseul Ok},
booktitle = CVPR,
year = {2026},
url = {https://arxiv.org/abs/2602.19708}
}
@inproceedings{park2026viro,
title = {VIRO: Robust and Efficient Neuro-Symbolic Reasoning with Verification for Referring Expression Comprehension},
author = {Hyejin Park and Junhyuk Kwon and Suha Kwak and Jungseul Ok},
booktitle = CVPR,
year = {2026},
url = {https://arxiv.org/abs/2601.12781}
}
@inproceedings{kim2025activeprompt,
title = {Active Prompt Learning with Vision-Language Model Priors},
author = {Hoyoung Kim and Seokhee Jin and Changhwan Sung and Jaechang Kim and Jungseul Ok},
booktitle = TMLR,
year = {2025},
url = {https://openreview.net/forum?id=qBeGCzD3Ij}
}
@inproceedings{gwon2025enhancing,
title = {Enhancing Cost Efficiency in Active Learning with Candidate Set Query},
author = {Yeho Gwon and Sehyun Hwang and Hoyoung Kim and Jungseul Ok and Suha Kwak},
booktitle = TMLR,
year = {2025},
url = {https://openreview.net/forum?id=LhHxl30xQ1}
}
@inproceedings{kim2026fastand,
title = {Fast and Energy-Efficient Support for Low-Precision LLMs on PIM},
author = {Byeori Kim and Sangjun Lee and Eunhyeok Park},
booktitle = {Design, Automation and Test in Europe Conference (DATE)},
year = {2026},
url = {}
}
@inproceedings{yang2026online,
title = {Online Conformal Prediction with Adversarial Semi-bandit Feedback via Regret Minimization},
author = {Junyoung Yang* and Kyungmin Kim* and Sangdon Park},
booktitle = ICLR,
year = {2026},
url = {}
}
@inproceedings{lee2026experience,
title = {Experience-based Knowledge Correction for Robust Planning in Minecraft},
author = {Seungjoon Lee and Suhwan Kim and Minhyeon Oh and Youngsik Yoon and Jungseul Ok},
booktitle = ICLR,
year = {2026},
url = {https://arxiv.org/abs/2505.24157}
}
@inproceedings{song2026combinatorial,
title = {Combinatorial Rising Bandits},
author = {Seockbean Song and Youngsik Yoon and Siwei Wang and Wei Chen and Jungseul Ok},
booktitle = ICLR,
year = {2026},
url = {https://arxiv.org/abs/2412.00798}
}
@inproceedings{ryu2026exploring,
title = {Exploring Iterative Controllable Summarization with Large Language Models},
author = {Sangwon Ryu and Heejin Do and Daehui Kim and Hwanjo Yu and Dongwoo Kim and Yunsu Kim and Gary Lee and Jungseul Ok},
booktitle = EACL-Findings,
year = {2026},
url = {https://arxiv.org/abs/2411.12460}
}
@inproceedings{cho2026plane,
title = {Plane Geometry Problem Solving with Multi-modal Reasoning: A Survey},
author = {Seunghyuk Cho and Zhenyue Qin and Yang Liu and Youngbin Choi and Seungbeom Lee and Dongwoo Kim},
booktitle = EACL-Findings,
year = {2026},
url = {https://arxiv.org/abs/2505.14340}
}
@inproceedings{kook2026stabilizing,
title = {Stabilizing Direct Training of Spiking Neural Networks: Membrane Potential Initialization and Threshold-robust Surrogate Gradient},
author = {Hyunho Kook and Byeongho Yu and Jeongmin Oh and Eunhyeok Park},
booktitle = WACV,
year = {2026},
url = {https://arxiv.org/abs/2511.08708}
}
@inproceedings{lee2026dreamcatcher,
title = {DreamCatcher: Efficient Multi-Concept Customization via Representation Finetuning},
author = {Jungwon Lee and Changhun Lee and Eunhyeok Park},
booktitle = WACV,
year = {2026}
}
@inproceedings{gong2026novel,
title = {A Novel Structure-Preservation Loss for Diffusion-based Image Editing},
author = {Minsu Gong and Nuri Ryu and Jungseul Ok and Sunghyun Cho},
booktitle = WACV,
year = {2026}
}
@inproceedings{heo2026posterior,
title = {Posterior Label Smoothing for Node Classification},
author = {Jaeseung Heo and Moonjeong Park and Dongwoo Kim},
booktitle = AAAI,
year = {2026},
url = {https://arxiv.org/abs/2406.00410}
}
@inproceedings{so2025improving,
title = {Improving Generative Behavior Cloning via Self-Guidance and Adaptive Chunking},
author = {Junhyuk So and Chiwoong Lee and Shinyoung Lee and Jungseul Ok and Eunhyeok Park},
booktitle = NeurIPS,
year = {2025},
url = {https://arxiv.org/abs/2510.12392}
}
@inproceedings{jung2025gralora,
title = {GraLoRA: Granular Low-Rank Adaptation for Parameter-Efficient Fine-Tuning},
author = {Yeonjoon Jung and Daehyun Ahn and Hyungjun Kim and Taesu Kim and Eunhyeok Park},
booktitle = NeurIPS,
year = {2025},
note = {Spotlight},
url = {https://arxiv.org/abs/2505.20355}
}
@inproceedings{heo2025influence,
title = {Influence Functions for Edge Edits in Non-Convex Graph Neural Networks},
author = {Jaeseung Heo and Kyeongheung Yun and Seokwon Yoon and MoonJeong Park and Jungseul Ok and Dongwoo Kim},
booktitle = NeurIPS,
year = {2025},
url = {https://arxiv.org/abs/2506.04694}
}
@inproceedings{kim2025highorder,
title = {High-order Equivariant Flow Matching for Density Functional Theory Hamiltonian Prediction},
author = {Seongsu Kim and Nayoung Kim and Dongwoo Kim and Sungsoo Ahn},
booktitle = NeurIPS,
year = {2025},
url = {https://arxiv.org/abs/2505.18817}
}
@inproceedings{lee2025AMQ,
title = {AMQ: Enabling AutoML for Mixed-precision Weight-Only Quantization of Large Language Models},
author = {Sangjun Lee* and Seung-taek Woo* and Jun-gyu Jin and Changhun Lee and Eunhyeok Park},
booktitle = EMNLP,
year = {2025},
url = {https://arxiv.org/abs/2509.12019}
}
@inproceedings{yu2025prunecd,
title = {PruneCD: Contrasting Pruned Self Model to Improve Decoding Factuality},
author = {Byeongho Yu* and Changhun Lee* and Jun-gyu Jin and Eunhyeok Park},
booktitle = EMNLP,
year = {2025},
url = {https://arxiv.org/abs/2509.16598}
}
@inproceedings{choi2025copl,
title = {{CoPL}: Collaborative Preference Learning for Personalizing Large Language Models},
author = {Youngbin Choi and Seunghyuk Cho and Minjong Lee and MoonJeong Park and Yesong Ko and Jungseul Ok and Dongwoo Kim},
booktitle = EMNLP,
year = {2025},
url = {https://arxiv.org/abs/2503.01658}
}
@inproceedings{hwang2025retrieval,
title = {Retrieval-Augmented Generation with Estimation of Source Reliability},
author = {Jeongyeon Hwang and Junyoung Park and Hyejin Park and Dongwoo Kim and Sangdon Park and Jungseul Ok},
booktitle = EMNLP,
year = {2025},
url = {https://arxiv.org/abs/2410.22954}
}
@inproceedings{kim2025milq,
title = {{MiLQ}: Benchmarking {IR} Models for Bilingual Web Search with Mixed Language Queries},
author = {Jonghwi Kim and Deokhyung Kang and Seonjeong Hwang and Yunsu Kim and Jungseul Ok and Gary Lee},
booktitle = EMNLP,
year = {2025},
url = {https://arxiv.org/abs/2505.16631}
}
@inproceedings{jang2025self,
title = {Self-Training Large Language Models with Confident Reasoning},
author = {Hyosoon Jang and Yunhui Jang and Sungjae Lee and Jungseul Ok and Sungsoo Ahn},
booktitle = EMNLP-Findings,
year = {2025},
url = {https://arxiv.org/abs/2505.17454}
}
@inproceedings{lee2025efficient,
title = {Efficient Latent Semantic Clustering for Scaling Test-Time Computation of {LLMs}},
author = {Sungjae Lee and Hoyoung Kim and Jeongyeon Hwang and Eunhyeok Park and Jungseul Ok},
booktitle = EMNLP-Findings,
year = {2025},
url = {https://arxiv.org/abs/2506.00344}
}
@inproceedings{cho2025geodano,
title = {{GeoDANO}: Geometric {VLM} with Domain Agnostic Vision Encoder},
author = {Seunghyuk Cho and Zhenyue Qin and Yang Liu and Youngbin Choi and Seungbeom Lee and Dongwoo Kim},
booktitle = EMNLP-Findings,
year = {2025},
url = {https://arxiv.org/abs/2502.11360}
}
@inproceedings{kim2025chronobias,
title = {{ChronoBias}: A Benchmark for Evaluating Temporal Group Bias in Retrieval-augmented Language Models},
author = {Kyungmin Kim and Youngbin Choi and Hyounghun Kim and Dongwoo Kim and Sangdon Park},
booktitle = EMNLP-Findings,
year = {2025}
}
@inproceedings{so2025grouped,
title = {Grouped Speculative Decoding for Autoregressive Image Generation},
author = {Junhyuk So and Juncheol Shin and Hyunho Kook and Eunhyeok Park},
booktitle = ICCV,
year = {2025},
url = {https://arxiv.org/abs/2508.07747}
}
@inproceedings{moon2025holistic,
title = {Holistic Unlearning Benchmark: A Multi-Faceted Evaluation for Text-to-Image Diffusion Model Unlearning},
author = {Saemi Moon* and Minjong Lee* and Sangdon Park and Dongwoo Kim},
booktitle = ICCV,
year = {2025},
url = {https://arxiv.org/abs/2410.05664}
}
@inproceedings{mun2025addressing,
title = {Addressing Attribute Leakage in Text Embeddings for Image Editing with Diffusion Models},
author = {Sunung Mun* and Jinhwan Nam* and Sunghyun Cho and Jungseul Ok},
booktitle = ICCV,
year = {2025},
url = {https://arxiv.org/abs/2412.04715}
}
@inproceedings{kim2025delving,
title = {Delving into Instance-Dependent Label Noise in Graph Data: A Comprehensive Study and Benchmark},
author = {Suyeon Kim and Seongku Kang and Dongwoo Kim and Jungseul Ok and Hwanjo Yu},
booktitle = KDD,
year = {2025},
url = {https://arxiv.org/abs/2506.12468}
}
@inproceedings{lm2025denoising,
title = {DeRAGEC: Denoising Named Entity Candidtes with Synthetic Rationale for ASR Error Correction},
author = {Solee Im and Wonjun Lee and Jinmyeong An and Yunsu Kim and Jungseul Ok and Gary Lee},
booktitle = ACL,
year = {2025},
url = {https://arxiv.org/abs/2506.07510}
}
@inproceedings{koo2025towards,
title = {Towards Robust and Efficient Federated Low-Rank Adaptation with Heterogeneous Clients},
author = {Jabin Koo* and Minwoo Jang* and Jungseul Ok},
booktitle = ACL,
year = {2025},
url = {https://arxiv.org/abs/2410.22815}
}
@inproceedings{lee2025semantic,
title = {Semantic Exploration with Adaptive Gating for Efficient Problem Solving with Language Models},
author = {Sungjae Lee* and Hyejin Park* and Jaechang Kim and Jungseul Ok},
booktitle = ACL,
year = {2025},
url = {https://arxiv.org/abs/2501.05752}
}
@inproceedings{oh2025comparison,
title = {Comparison-based Active Preference Learning for Multi-dimensional Personalization},
author = {Minhyeon Oh and Seungjoon Lee and Jungseul Ok},
booktitle = ACL,
year = {2025},
url = {https://arxiv.org/abs/2411.00524}
}
@inproceedings{lee2025enhancing,
title = {Enhancing Ligand Validity and Affinity in Structure-Based Drug Design with Multi-Reward Optimization},
author = {Seungbeom Lee* and Munsun Jo* and Jungseul Ok and Dongwoo Kim},
booktitle = ICML,
year = {2025}
}
@inproceedings{ju2025towards,
title = {Toward Affective Empathy via Personalized Analogy Generation: A Case Study on Microaggression},
author = {Hyojin Ju and Jungeun Lee and Seungwon Yang and Jungseul Ok and Inseok Hwang},
booktitle = CHI,
year = {2025}
}
@inproceedings{an2024an,
title = {An Investigation Into Explainable Audio Hate Speech Detection},
author = {Jinmyeong An and Wonjun Lee and Yejin Jeon and Jungseul Ok and Yunsu Kim and Gary Geunbae Lee},
booktitle = SIGDIAL,
year = {2024}
}
@inproceedings{li2025towards,
title = {Towards Bridging Generalization and Expressivity of Graph Neural Networks},
author = {Shouheng Li and Floris Geerts and Dongwoo Kim and Qing Wang},
booktitle = ICLR,
year = {2025}
}
@inproceedings{kim2025bridging,
title = {Bridging the Gap between Expert and Language Models: Concept-guided Chess Commentary Generation and Evaluation},
author = {Jaechang Kim and Jinmin Goh and Inseok Hwang and Jaewoong Cho and Jungseul Ok},
booktitle = NAACL,
year = {2025},
url = {https://arxiv.org/abs/2410.20811}
}
@inproceedings{an2025revisiting,
title = {Revisiting Early Detection of Sexual Predators via Turn-level Optimization},
author = {JinMyeong An and Sangwon Ryu and Heejin Do and Yunsu Kim and Jungseul Ok and Gary Lee},
booktitle = NAACL,
year = {2025},
url = {https://arxiv.org/abs/2503.06627}
}
@inproceedings{lee2025dynamic,
title = {DyPCL: Dynamic Phoneme-level Contrastive Learning for Dysarthric Speech Recognition},
author = {Wonjun Lee and Solee Im and Heejin Do and Yunsu Kim and Jungseul Ok and Gary Lee},
booktitle = NAACL,
url = {https://arxiv.org/abs/2501.19010},
year = {2025}
}
@inproceedings{lee2024selective,
title = {Selective Generation for Controllable Language Models},
author = {Minjae Lee* and Kyungmin Kim* and Taesoo Kim and Sangdon Park},
booktitle = NeurIPS,
year = {2024}
}
@inproceedings{jang2024pessimistic,
title = {Pessimistic Backward Policy for GFlowNets},
author = {Hyosoon Jang and Yunhui Jang and Minsu Kim and Jinkyu Park and Sungsoo Ahn},
booktitle = NeurIPS,
year = {2024}
}
@inproceedings{Kang2024robust,
title = {MemBN: Robust Test-Time Adaptation via Batch Norm with Statistics Memory},
author = {Juwon Kang and Nayeong Kim and Jungseul Ok and Suha Kwak},
booktitle = ECCV,
year = {2024}
}
@inproceedings{ryu2024key,
title = {Key-Element-Informed sLLM Tuning for Document Summarization},
author = {Sangwon Ryu and Heejin Do and Yunsu Kim and Gary Geunbae Lee and Jungseul Ok},
booktitle = INTERSPEECH,
year = {2024}
}
@inproceedings{ryu2024multi,
title = {Multi-Dimensional Optimization for Text Summarization via Reinforcement Learning},
author = {Sangwon Ryu* and Heejin Do* and Yunsu Kim and Gary Lee and Jungseul Ok},
booktitle = ACL,
year = {2024}
}
@inproceedings{park2024mitigating,
title = {Mitigating Over-smoothing through Reverse Process GNN for Heterophilic Graphs},
author = {MoonJeong Park and Jaeseung Heo and Dongwoo Kim},
booktitle = ICML,
year = {2024}
}
@inproceedings{kim2024hybrid,
title = {Hybrid Neural Representation for Spherical Data},
author = {Hyomin Kim and Yunhui Jang and Jaeho Lee and Sungsoo Ahn},
booktitle = ICML,
year = {2024}
}
@inproceedings{kim2024gaussian,
title = {Gaussian Plane-Wave Neural Operator for Electron Density Estimation},
author = {Seongsu Kim and Sungsoo Ahn},
booktitle = ICML,
year = {2024}
}
@inproceedings{kim2024enhancing,
title = {Enhancing Sample Efficiency in Black-box Combinatorial Optimization via Symmetric Replay Training},
author = {Hyeonah Kim and Minsu Kim and Sungsoo Ahn and Jinkyoo Park},
booktitle = ICML,
year = {2024}
}
@inproceedings{bu2024tackling,
title = {Tackling Complex Conditions in Unsupervised Combinatorial Optimization: Cardinality, Minimum, Covering, and More},
author = {Fanchen Bu and Hyeonsoo Jo and Soo Yong Lee and Sungsoo Ahn and Kijung Shin},
booktitle = ICML,
year = {2024}
}
@inproceedings{kim2024active,
title = {Active Label Correction for Semantic Segmentation with Foundation Models},
author = {Hoyoung Kim and Sehyun Hwang and Suha Kwak and Jungseul Ok},
booktitle = ICML,
year = {2024},
url = {https://arxiv.org/abs/2403.10820}
}
@inproceedings{yoon2024beag,
title = {Breadth-First Exploration in Adaptive Grid-based Reinforcement Learning},
author = {Youngsik Yoon and Gangbok Lee and Sungsoo Ahn and Jungseul Ok},
booktitle = ICML,
year = {2024}
}
@inproceedings{kim2024improving,
title = {Improving Robustness to Multiple Spurious Correlations by Multi-Objective Optimization},
author = {Nayeong Kim and Juwon Kang and Sungsoo Ahn and Jungseul Ok and Suha Kwak},
booktitle = ICML,
year = {2024}
}
@inproceedings{ariu2024optimal,
title = {Optimal Clustering from Noisy Binary Feedback},
author = {Kaito Ariu and Jungseul Ok and Alexandre Proutiere and Seyoung Yun},
booktitle = ML,
year = {2024},
url = {https://link.springer.com/article/10.1007/s10994-024-06532-z}
}
@article{kim2024fragment,
title = {Fragment-based Multi-view Molecular Contrastive Learning},
author = {Seojin Kim and Jaehyun Nam and Junsu Kim and Hankook Lee and Sungsoo Ahn and Jinwoo Shin},
journal = TMLR,
issn = {2835-8856},
year = {2024},
url = {https://openreview.net/forum?id=oyISaaeHwD},
note = {}
}
@inproceedings{yoon2024few,
title = {Few-shot Unlearning},
author = {Youngsik Yoon* and Jinhwan Nam* and Hyojeong Yun and Jaeho Lee and Dongwoo Kim and Jungseul Ok},
booktitle = SP,
year = {2024}
}
@inproceedings{heo2024epic,
title = {EPIC: Graph Augmentation with Edit Path Interpolation via Learnable Cost},
author = {Jaeseung Heo* and Seungbeom Lee* and Sungsoo Ahn and Dongwoo Kim},
booktitle = IJCAI,
year = {2024},
url = {https://arxiv.org/abs/2306.01310}
}
@article{zhang2024pos,
author = {Zhang, Yiqun and Qin, Zhenyue and Anwar, Saeed and Kim, Dongwoo and Liu, Yang and Ji, Pan and Gedeon, Tom},
journal = {IEEE Transactions on Neural Networks and Learning Systems (TNNLS)},
title = {Position-Sensing Graph Neural Networks: Proactively Learning Nodes Relative Positions},
year = {2024},
volume = {},
number = {},
pages = {1-8},
keywords = {Australia;Aggregates;Task analysis;Message passing;Graph neural networks;Feature extraction;Scalability;Graph neural networks (GNNs);position-aware},
doi = {10.1109/TNNLS.2024.3374464}
}
@inproceedings{li2024traq,
title = {TRAQ: Trustworthy Retrieval Augmented Question Answering via Conformal Prediction},
author = {Shuo Li and Sangdon Park and Insup Lee and Osbert Bastani},
booktitle = NAACL,
year = {2024}
}
@inproceedings{park2024medbn,
title = {MedBN: Robust Test-Time Adaptation against Malicious Test Samples},
author = {Hyejin Park* and Jeongyeon Hwang* and Sunung Mun and Sangdon Park and Jungseul Ok},
booktitle = CVPR,
year = {2024},
url = {https://arxiv.org/abs/2403.19326}
}
@inproceedings{lee2024cliptone,
title = {CLIPtone: Unsupervised Learning for Text-based Image Tone Adjustment},
author = {Hyeongmin Lee and Kyoungkook Kang and Jungseul Ok and Sunghyun Cho},
booktitle = CVPR,
year = {2024}
}
@inproceedings{si2024pac,
title = {PAC Prediction Sets Under Label Shift},
author = {Wenwen Si and Sangdon Park and Insup Lee and Edgar Dobriban and Osbert Bastani},
booktitle = ICLR,
year = {2024},
url = {https://arxiv.org/abs/2310.12964}
}
@inproceedings{jang2024learning,
title = {Learning Energy Decompositions for Partial Inference in GFlowNets},
author = {Hyosoon Jang and Minsoo Kim and Sungsoo Ahn},
booktitle = ICLR,
year = {2024},
url = {https://arxiv.org/abs/2310.03301}
}
@inproceedings{jang2024simple,
title = {A Simple and Scalable Representation for Graph Generation},
author = {Yunhui Jang and Seul Lee and Sungsoo Ahn},
booktitle = ICLR,
year = {2024},
url = {https://arxiv.org/abs/2312.02230}
}
@inproceedings{jang2024hierarchical,
title = {Graph Generation with K2 Trees},
author = {Yunhui Jang and Dongwoo Kim and Sungsoo Ahn},
booktitle = ICLR,
year = {2024},
url = {https://arxiv.org/abs/2305.19125}
}
@inproceedings{kim2024local,
title = {Local Search GFlowNets},
author = {Minsu Kim and Taeyoung Yun and Emmanuel Bengio and Dinghuai Zhang and Yoshua Bengio and Sungsoo Ahn and Jinkyoo Park},
booktitle = ICLR,
year = {2024},
url = {https://arxiv.org/abs/2303.05699}
}
@inproceedings{moon2024feature,
title = {Feature Unlearning for Pre-trained GANs and VAEs},
author = {Saemi Moon and Seunghyuk Cho and Dongwoo Kim},
booktitle = AAAI,
year = {2024},
url = {https://arxiv.org/abs/2303.05699}
}
@inproceedings{park2023non,
title = {Non-backtracking Graph Neural Networks},
author = {Seonghyun Park and Narae Ryu and Gahee Kim and Dongyeop Woo and Se-Young Yun and Sungsoo Ahn},
booktitle = {Advances in Neural Information Processing Systems (NeurIPS), Workshop on New Frontiers in Graph Learning},
year = {2023},
url = {https://arxiv.org/abs/2310.07430}
}
@inproceedings{jang2023ksimple,
title = {A Simple and Scalable Representation for Graph Generation},
author = {Yunhui Jang and Seul Lee and Sungsoo Ahn},
booktitle = {Advances in Neural Information Processing Systems (NeurIPS), Workshop on New Frontiers in Graph Learning},
year = {2023},
url = {https://arxiv.org/abs/2312.02230}
}
@inproceedings{cho2023hvae,
title = {Hyperbolic VAE via Latent Gaussian Distributions},
author = {Seunghyuk Cho and Juyong Lee and Dongwoo Kim},
booktitle = NeurIPS,
year = {2023},
url = {https://arxiv.org/abs/2209.15217}
}
@inproceedings{jang2023diffusion2,
title = {Diffusion Probabilistic Models for Structured Node Classification},
author = {Hyosoon Jang and Seonghyun Park and Sangwoo Mo and Sungsoo Ahn},
booktitle = NeurIPS,
year = {2023},
url = {https://arxiv.org/abs/2302.10506}
}
@inproceedings{kim2023bootstrapped2,
title = {Bootstrapped Training of Score-Conditioned Generator for Offline Design of Biological Sequences},
author = {Minsu Kim and Federico Berto and Sungsoo Ahn and Jinkyoo Park},
booktitle = NeurIPS,
year = {2023},
url = {https://arxiv.org/abs/2306.03111}
}
@inproceedings{cho2023multires,
title = {Multi-resolution Spectral Coherence for Graph Generation with Score-based Diffusion},
author = {Hyuna Cho and Minjae Jeong and Sooyeon Jeon and Sungsoo Ahn and Wonhwa Kim},
booktitle = NeurIPS,
year = {2023}
}
@inproceedings{hwang2023active,
title = {Active Learning for Semantic Segmentation with Multi-class Label Query},
author = {Sehyun Hwang and Sohyun Lee and Hoyoung Kim and Minhyeon Oh and Jungseul Ok and Suha Kwak},
booktitle = NeurIPS,
year = {2023},
url = {https://arxiv.org/abs/2309.09319}
}
@inproceedings{kim2023test,
title = {Test Time Normalization for Popularity Bias Mitigation},
author = {Dain Kim* and Jinhyeok Park* and Dongwoo Kim},
booktitle = CIKM,
year = {2023},
url = {https://arxiv.org/abs/2308.11288}
}
@inproceedings{kim2023adaptive,
title = {Adaptive Superpixel for Active Learning in Semantic Segmentation},
author = {Hoyoung Kim and Minhyeon Oh and Sehyun Hwang and Suha Kwak and Jungseul Ok},
booktitle = ICCV,
year = {2023},
url = {https://arxiv.org/abs/2303.16817}
}
@inproceedings{lee2023eval,
title = {Robust Evaluation of Diffusion-Based Adversarial Purification},
author = {Minjong Lee and Dongwoo Kim},
booktitle = ICCV,
year = {2023},
url = {https://arxiv.org/abs/2303.09051}
}
@inproceedings{kim2023symmetric,
title = {Symmetric Exploration in Combinatorial Optimization is Free!},
author = {Hyeonah Kim and Minsu Kim and Sungsoo Ahn and Jinkyoo Park},
booktitle = {International Conference on Machine Learning, Workshop on Sampling and Optimization in Discrete Space},
year = {2023}
}
@inproceedings{kim2023removing,
title = {Removing Multiple Biases through the Lens of Multi-task Learning},
author = {Nayeong Kim and Juwon Kang and Sungsoo Ahn and Jungseul Ok and Suha Kwak},
booktitle = {International Conference on Machine Learning, Workshop on Spurious Correlations, Invariance and Stability},
year = {2023}
}
@inproceedings{heo2023epic,
title = {EPIC: Graph Augmentation with Edit Path Interpolation via Learnable Cost},
author = {Jaeseung Heo and Seungbeom Lee and Sungsoo Ahn and Dongwoo Kim},
booktitle = {International Conference on Machine Learning, Workshop on Data-centric Machine Learning Research},
year = {2023}
}
@inproceedings{kim2023bootstrapped,
title = {Bootstrapped Training of Score-Conditioned Generator for Offline Design of Biological Sequences},
author = {Minsu Kim and Federico Berto and Sungsoo Ahn and Jinkyoo Park},
booktitle = {International Conference on Machine Learning, Workshop on Structured Probabilistic Inference and Generative Modeling},
year = {2023}
}
@inproceedings{jang2023hierarchical,
title = {Hierarchical Graph Generation with K2 Trees},
author = {Yunhui Jang and Dongwoo Kim and Sungsoo Ahn},
booktitle = {International Conference on Machine Learning, Workshop on Structured Probabilistic Inference and Generative Modeling},
year = {2023}
}
@inproceedings{jang2023diffusion,
title = {Diffusion Probabilistic Models for Structured Node Classification},
author = {Hyosoon Jang and Seonghyun Park and Sangwoo Mo and Sungsoo Ahn},
booktitle = {International Conference on Machine Learning, Workshop on Structured Probabilistic Inference and Generative Modeling},
year = {2023}
}
@inproceedings{shin2023closer,
title = {A Closer Look at the Intervention Procedure of Concept Bottleneck Models},
author = {Sungbin Shin and Yohan Jo and Sungsoo Ahn and Namhoon Lee},
booktitle = ICML,
year = {2023}
}
@inproceedings{li2023local,
title = {Local Vertex Colouring Graph Neural Network},
author = {Shouheng Li and Dongwoo Kim and Qing Wang},
booktitle = ICML,
year = {2023}
}
@inproceedings{kang2023leveraging,
title = {Leveraging Proxy of Training Data for Test-Time Adaptation},
author = {Juwon Kang and Nayeong Kim and Donghyeon Kwon and Jungseul Ok and Suha Kwak},
booktitle = ICML,
year = {2023}
}
@misc{kim2023contrastive,
title = {Contrastive Learning of Molecular Representation with Fragmented Views},
author = {Seojin Kim and Jaehyun Nam and Junsu Kim and Hankook Lee and Sungsoo Ahn and Jinwoo Shin},
booktitle = {International Conference on Learning Representations, Machine Learning for Materials Workshop},
year = {2023}
}
@inproceedings{kim2023activity,
title = {Activity-informed Industrial Audio Anomaly Detection via Source Separation},
author = {Jaechang Kim* and Yunjoo Lee* and Hyun Mi Cho and Dong Woo Kim and Chi Hoon Song and Jungseul Ok},
booktitle = ICASSP,
year = {2023}
}
@inproceedings{kim2023imitating,
title = {Imitating Graph-Based Planning with Goal-Conditioned Policies},
author = {Junsu Kim and Younggyo Seo and Sungsoo Ahn and Kyunghwan Son and Jinwoo Shin},
booktitle = ICLR,
year = {2023},
url = {https://openreview.net/forum?id=6lUEy1J5R7p}
}
@inproceedings{park2023SpReME,
title = {SpReME: Sparse Regression for Multi-Environment Dynamic Systems},
author = {Moonjeong Park* and Youngbin Choi* and Dongwoo Kim},
booktitle = {AAAI Conference on Artificial Intelligence, Workshop on When Machine Learning meets Dynamical Systems: Theory and Applications (MLmDS)},
year = {2023},
url = {}
}
@inproceedings{li2023restructuring,
title = {Restructuring Graph for Higher Homophily via Learnable Spectral Clustering},
author = {Shouheng Li and Dongwoo Kim and Qing Wang},
booktitle = AAAI,
year = {2023},
url = {https://arxiv.org/abs/2206.02386}
}
@inproceedings{moon2023anonymize,
title = {Anonymization for Skeleton Action Recognition},
author = {Saemi Moon* and Myeonghyeon Kim* and Zhenyue Qin and Yang Liu and Dongwoo Kim},
booktitle = AAAI,
year = {2023},
url = {https://arxiv.org/abs/2111.15129}
}
@article{jang2023machine,
title = {Machine learning algorithms using systemic inflammatory markers for predicting the oncological outcomes of colorectal cancer after surgery},
author = {Songsoo Yang* and Hyosoon Jang* and Inkyu Park* and Sunhye Lee and Gaeul Oh and Park Chihyun and Jeonghyun Kang},
journal = {Annals of Surgical Oncology},
volume = {30},
number = {13},
year = {2023},
publisher = {Springer}
}
@inproceedings{moon2022anonymize,
title = {Anonymization for Skeleton Action Recognition},
author = {Saemi Moon* and Myeonghyeon Kim* and Zhenyue Qin and Yang Liu and Dongwoo Kim},
booktitle = {Advances in Neural Information Processing Systems, Workshop on Trustworthy and Socially Responsible Machine Learning (TSRML)},
pages = {},
year = {2022},
url = {https://arxiv.org/abs/2111.15129}
}
@inproceedings{kim2022saca,
title = {Substructure-Atom Cross Attention for Molecular Representation Learning},
author = {Jiye Kim* and Seungbeom Lee* and Dongwoo Kim and Sungsoo Ahn and Jaesik Park},
booktitle = {Advances in Neural Information Processing Systems, Workshop on AI for Science},
pages = {},
year = {2022},
url = {https://arxiv.org/abs/2210.08243}
}
@inproceedings{sin2022cbm,
title = {A Closer Look at the Intervention Procedure of Concept Bottleneck Models},
author = {Sungbin Shin and Yohan Jo and Sungsoo Ahn and Namhoon Lee},
booktitle = {Advances in Neural Information Processing Systems, Workshop on Trustworthy and Socially Responsible Machine Learning (TSRML)},
pages = {},
year = {2022}
}
@article{Qin2022fusing,
author = {Qin, Zhenyue and Liu, Yang and Ji, Pan and Kim, Dongwoo and Wang, Lei and McKay, R. I. and Anwar, Saeed and Gedeon, Tom},
journal = {IEEE Transactions on Neural Networks and Learning Systems (TNNLS)},
title = {Fusing Higher-Order Features in Graph Neural Networks for Skeleton-Based Action Recognition},
year = {2022},
doi = {10.1109/TNNLS.2022.3201518},
url = {https://ieeexplore.ieee.org/document/9895208}
}
@inproceedings{ko2022esda,
title = {Efficient Scheduling of Data Augmentation for Deep Reinforcement Learning},
author = {Byungchan Ko and Jungseul Ok},
booktitle = NeurIPS,
pages = {},
year = {2022}
}
@inproceedings{cho2022rown,
title = {A Rotated Hyperbolic Wrapped Normal Distribution for Hierarchical Representation Learning},
author = {Seunghyuk Cho and Juyong Lee and Jaesik Park and Dongwoo Kim},
booktitle = NeurIPS,
pages = {},
year = {2022},
url = {https://arxiv.org/abs/2205.13371}
}
@inproceedings{kim2022learning2,
title = {Learning Debiased Classifier with Biased Committee},
author = {Nayeong Kim and Sehyun Hwang and Sungsoo Ahn and Jaesik Park and Suha Kwak},
booktitle = NeurIPS,
pages = {},
year = {2022}
}
@inproceedings{kim2022towards,
title = {Towards Sequence-Level Training for Visual Tracking},
author = {Minji Kim and Seungkwan Lee and Jungseul Ok and Bohyung Han and Minsu Cho},
booktitle = ECCV,
year = {2022}
}
@inproceedings{hwang2022combating,
title = {Combating Label Distribution Shift for Active Domain Adaptation},
author = {Sehyun Hwang and Sohyun Lee and Sungyeon Kim and Jungseul Ok and Suha Kwak},
booktitle = ECCV,
year = {2022}
}
@inproceedings{qin2022strengthen,
title = {Strengthening Skeletal Action Recognizers via Leveraging Temporal Patterns},
author = {Zhenyue Qin and Pan Ji and Dongwoo Kim and Yang Liu and Saeed Anwar and Tom Gedeon},
booktitle = {European Conference on Computer Vision, Workshop on Real-World Surveillance (RWS)},
pages = {},
year = {2022},
url = {https://arxiv.org/abs/2205.14405}
}
@inproceedings{kim2022learning,
title = {Learning Debiased Classifier with Biased Committee},
author = {Nayeong Kim and Sehyun Hwang and Sungsoo Ahn and Jaesik Park and Suha Kwak},
booktitle = {International Conference on Machine Learning, Workshop on Spurious Correlations, Invariance, and Stability},
pages = {},
year = {2022}
}
@inproceedings{son2022disentangling,
title = {Disentangling Sources of Risk for Distributional Multi-Agent Reinforcement Learning},
author = {Kyunghwan Son and Junsu Kim and Sungsoo Ahn and Roben Delos Reyes and Yung Yi and Jinwoo Shin},
booktitle = ICML,
year = {2022}
}
@inproceedings{mjeong2022detection,
author = {Moon Jeong Park and Jungseul Ok and Yo-Seb Jeon and Dongwoo Kim},
title = {MetaSSD: Meta-Learned Self-Supervised Detection},
booktitle = ISIT,
year = {2022},
url = {http://arxiv.org/abs/2205.15271}
}
@inproceedings{jae2022audio-sp,
title = {Learning Continuous Representation of Audio for Arbitrary Scale Super Resolution},
author = {Jaechang Kim* and Yunjoo Lee* and Seunghoon Hong and Jungseul Ok},
booktitle = ICASSP,
year = {2022},
url = {https://arxiv.org/abs/2111.00195}
}
@inproceedings{ahn2022spanning,
title = {Spanning Tree-based Graph Generation for Molecules},
author = {Sungsoo Ahn and Binghong Chen and Tianzhe Wang and Le Song},
booktitle = ICLR,
year = {2022},
url = {https://openreview.net/forum?id=H6ATjJ0TKdf}
}
@inproceedings{kim2022what,
title = {What Makes Better Augmentation Strategies? Augment Difficult but Not too Different},
author = {Jaehyung Kim and Dongyeop Kang and Sungsoo Ahn and Jinwoo Shin},
booktitle = ICLR,
year = {2022},
url = {https://openreview.net/forum?id=Ucx3DQbC9GH}
}
@inproceedings{ho2022crowds,
title = {Robust Deep Learning from Crowds with Belief Propagation},
author = {Hoyoung Kim* and Seunghyuk Cho* and Dongwoo Kim and Jungseul Ok},
booktitle = AISTATS,
year = {2022},
url = {https://arxiv.org/abs/2111.00734}
}
@inproceedings{suho2022band,
title = {Multi-armed Bandit Algorithm against Strategic Replication},
author = {Suho Shin and Seungjoon Lee and Jungseul Ok},
booktitle = AISTATS,
year = {2022},
url = {https://arxiv.org/abs/2110.12160}
}
@inproceedings{ahn2017gauging,
title = {Gauging variational inference},
author = {Ahn, Sungsoo and Chertkov, Michael and Shin, Jinwoo},
booktitle = NeurIPS,
pages = {2881--2890},
year = {2017}
}
@article{ahn2017maximum,
title = {Maximum weight matching using odd-sized cycles: Max-product belief propagation and half-integrality},
author = {Ahn, Sungsoo and Chertkov, Michael and Gelfand, Andrew E and Park, Sejun and Shin, Jinwoo},
journal = {IEEE Transactions on Information Theory},
volume = {64},
number = {3},
pages = {1471--1480},
year = {2017},
publisher = {IEEE}
}
@inproceedings{ahn2018bucket,
title = {Bucket renormalization for approximate inference},
author = {Ahn, Sungsoo and Chertkov, Michael and Weller, Adrian and Shin, Jinwoo},
booktitle = ICML,
pages = {109--118},
year = {2018}
}
@inproceedings{ahn2016synthesis,
title = {Synthesis of {MCMC} and belief propagation},
author = {Ahn, Sungsoo and Chertkov, Michael and Shin, Jinwoo},
booktitle = NeurIPS,
pages = {1453--1461},
year = {2016}
}
@inproceedings{ahn2019variational,
title = {Variational information distillation for knowledge transfer},
author = {Ahn, Sungsoo and Hu, Shell Xu and Damianou, Andreas and Lawrence, Neil D and Dai, Zhenwen},
booktitle = CVPR,
pages = {9163--9171},
year = {2019}
}
@inproceedings{ahn2015minimum,
title = {Minimum weight perfect matching via blossom belief propagation},
author = {Ahn, Sungsoo and Park, Sejun and Chertkov, Michael and Shin, Jinwoo},
booktitle = NeurIPS,
pages = {1288--1296},
year = {2015}
}
@inproceedings{ahn2018gauged,