-
Notifications
You must be signed in to change notification settings - Fork 14
/
reference.bib
2480 lines (2272 loc) · 75.4 KB
/
reference.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
% ----------------SURVEY PAPERS---------------------
@article{xiang-etal-2023-deep,
author = {{Hanyu Xiang,
Qin Zou,
Muhammad Ali Nawaz,
Xianfeng Huang,
Fan Zhang, and
Hongkai Yu}},
title = {{Deep Learning for Image Inpainting: {A} Survey}},
journal = {Pattern Recognit.},
volume = {134},
pages = {109046},
year = {2023},
}
@article{quan-etal-2024-deep,
author = {{Weize Quan,
Jiaxi Chen,
Yanli Liu,
Dong{-}Ming Yan, and
Peter Wonka}},
title = {{Deep Learning-based Image and Video Inpainting: {A} Survey}},
journal = {CoRR},
volume = {abs/2401.03395},
year = {2024},
}
@inproceedings{yu-etal-2024-magic,
title={{Ma{GIC}: Multi-modality Guided Image Completion}},
author={{Yongsheng Yu, Hao Wang, Tiejian Luo, Heng Fan, and Libo Zhang}},
booktitle={ICLR},
year={2024},
page={1--25}
}
% ----------------VANILLA IMAGE INPAINTING---------------------
@inproceedings{pathak-etal-2016-context,
title = {{Context Encoders: Feature Learning by Inpainting}},
author = {{Pathak, Deepak, Krahenbuhl, Philipp, Donahue, Jeff, Darrell, Trevor, and Efros, Alexei A}},
booktitle = {CVPR},
pages = {2536--2544},
year = {2016}
}
@inproceedings{yang-etal-2017-high,
author = {{Chao Yang,
Xin Lu,
Zhe Lin,
Eli Shechtman,
Oliver Wang, and
Hao Li}},
title = {{High-Resolution Image Inpainting Using Multi-scale Neural Patch Synthesis}},
booktitle = {CVPR},
pages = {4076--4084},
year = {2017},
}
@inproceedings{yeh-etal-2017-semantic,
author = {{Raymond A. Yeh,
Chen Chen,
Teck{-}Yian Lim,
Alexander G. Schwing,
Mark Hasegawa{-}Johnson, and
Minh N. Do}},
title = {{Semantic Image Inpainting with Deep Generative Models}},
booktitle = {CVPR},
pages = {6882--6890},
year = {2017},
}
@inproceedings{yu-etal-2018-deepfill-v1,
author = {{Jiahui Yu,
Zhe Lin,
Jimei Yang,
Xiaohui Shen,
Xin Lu, and
Thomas S. Huang}},
title = {{Generative Image Inpainting With Contextual Attention}},
booktitle = {CVPR},
pages = {5505--5514},
year = {2018},
}
@inproceedings{gilbert-etal-2018-disentangling,
author = {{Andrew Gilbert,
John P. Collomosse,
Hailin Jin, and
Brian L. Price}},
title = {{Disentangling Structure and Aesthetics for Style-Aware Image Completion}},
booktitle = {CVPR},
pages = {1848--1856},
year = {2018},
}
@inproceedings{song-etal-2018-contextual,
author = {{Yuhang Song,
Chao Yang,
Zhe L. Lin,
Xiaofeng Liu,
Qin Huang,
Hao Li, and
C.{-}C. Jay Kuo}},
title = {{Contextual-Based Image Inpainting: Infer, Match, and Translate}},
booktitle = {ECCV},
volume = {11206},
pages = {3--18},
year = {2018},
}
@inproceedings{yan-etal-2018-shiftnet,
author = {{Zhaoyi Yan,
Xiaoming Li,
Mu Li,
Wangmeng Zuo, and
Shiguang Shan}},
title = {{Shift-Net: Image Inpainting via Deep Feature Rearrangement}},
booktitle = {ECCV},
volume = {11218},
pages = {3--19},
year = {2018},
}
@inproceedings{liu-etal-2018-image,
author = {{Guilin Liu,
Fitsum A. Reda,
Kevin J. Shih,
Ting{-}Chun Wang,
Andrew Tao, and
Bryan Catanzaro}},
title = {{Image Inpainting for Irregular Holes Using Partial Convolutions}},
booktitle = {ECCV},
volume = {11215},
pages = {89--105},
year = {2018},
}
@inproceedings{zhang-etal-2018-semantic,
author = {{Haoran Zhang,
Zhenzhen Hu,
Changzhi Luo,
Wangmeng Zuo, and
Meng Wang}},
title = {{Semantic Image Inpainting with Progressive Generative Networks}},
booktitle = {ACM MM},
pages = {1939--1947},
year = {2018},
}
@inproceedings{vo-etal-2018-structural,
author = {{Huy V. Vo,
Ngoc Q. K. Duong, and
Patrick P{\'{e}}rez}},
title = {{Structural inpainting}},
booktitle = {ACM MM},
pages = {1948--1956},
year = {2018},
}
@article{huang-etal-2018-photo,
author = {{Jun{-}Jie Huang and
Pier Luigi Dragotti}},
title = {{Photo Realistic Image Completion via Dense Correspondence}},
journal = {TIP},
volume = {27},
number = {11},
pages = {5234--5247},
year = {2018},
}
@inproceedings{zeng-etal-2019-learning,
author = {{Yanhong Zeng,
Jianlong Fu,
Hongyang Chao, and
Baining Guo}},
title = {{Learning Pyramid-Context Encoder Network for High-Quality Image Inpainting}},
booktitle = {CVPR},
pages = {1486--1494},
year = {2019},
}
@inproceedings{xiong-etal-2019-foreground,
author = {{Wei Xiong,
Jiahui Yu,
Zhe Lin,
Jimei Yang,
Xin Lu,
Connelly Barnes, and
Jiebo Luo}},
title = {{Foreground-Aware Image Inpainting}},
booktitle = {CVPR},
pages = {5840--5848},
year = {2019},
}
@inproceedings{sagong-etal-2019-pepsi,
author = {{Min{-}Cheol Sagong,
Yong{-}Goo Shin,
Seung{-}Wook Kim,
Seung Park, and
Sung{-}Jea Ko}},
title = {{{PEPSI} : Fast Image Inpainting With Parallel Decoding Network}},
booktitle = {CVPR},
pages = {11360--11368},
year = {2019},
}
@inproceedings{zheng-etal-2019-pluralistic,
author = {{Chuanxia Zheng,
Tat{-}Jen Cham, and
Jianfei Cai}},
title = {{Pluralistic Image Completion}},
booktitle = {CVPR},
pages = {1438--1447},
year = {2019},
}
@inproceedings{ren-etal-2019-structureflow,
author = {{Yurui Ren,
Xiaoming Yu,
Ruonan Zhang,
Thomas H. Li,
Shan Liu, and
Ge Li}},
title = {{StructureFlow: Image Inpainting via Structure-Aware Appearance Flow}},
booktitle = {CVPR},
pages = {181--190},
year = {2019},
}
@inproceedings{liu-etal-2019-coherent,
author = {{Hongyu Liu,
Bin Jiang,
Yi Xiao, and
Chao Yang}},
title = {{Coherent Semantic Attention for Image Inpainting}},
booktitle = {ICCV},
pages = {4169--4178},
year = {2019},
}
@inproceedings{xie-etal-2019-lbam,
author = {{Chaohao Xie,
Shaohui Liu,
Chao Li,
Ming{-}Ming Cheng,
Wangmeng Zuo,
Xiao Liu,
Shilei Wen, and
Errui Ding}},
title = {{Image Inpainting With Learnable Bidirectional Attention Maps}},
booktitle = {ICCV},
pages = {8857--8866},
year = {2019},
}
@inproceedings{li-etal-2019-generative,
author = {{Ang Li,
Jianzhong Qi,
Rui Zhang,
Xingjun Ma, and
Kotagiri Ramamohanarao}},
title = {{Generative Image Inpainting with Submanifold Alignment}},
booktitle = {IJCAI},
pages = {811--817},
year = {2019},
}
@inproceedings{ma-etal-2019-coarse,
author = {{Yuqing Ma,
Xianglong Liu,
Shihao Bai,
Lei Wang,
Dailan He, and
Aishan Liu}},
title = {{Coarse-to-Fine Image Inpainting via Region-wise Convolutions and Non-Local
Correlation}},
booktitle = {IJCAI},
pages = {3123--3129},
year = {2019},
}
@inproceedings{shen-etal-2019-single,
author = {{Ling Shen,
Richang Hong,
Haoran Zhang,
Hanwang Zhang, and
Meng Wang}},
title = {{Single-shot Semantic Image Inpainting with Densely Connected Generative
Networks}},
booktitle = {ACM MM},
pages = {1861--1869},
year = {2019},
}
@inproceedings{zhang-etal-2019-gain,
author = {{Jianfu Zhang,
Li Niu,
Dexin Yang,
Liwei Kang,
Yaoyi Li,
Weijie Zhao, and
Liqing Zhang}},
title = {{{GAIN:} Gradient Augmented Inpainting Network for Irregular Holes}},
booktitle = {ACM MM},
pages = {1870--1878},
year = {2019},
}
@inproceedings{guo-etal-2019-progressive,
author = {{Zongyu Guo,
Zhibo Chen,
Tao Yu,
Jiale Chen, and
Sen Liu}},
title = {{Progressive Image Inpainting with Full-Resolution Residual Network}},
booktitle = {ACM MM},
pages = {2496--2504},
year = {2019},
}
@inproceedings{hong-etal-2019-deep,
author = {{Xin Hong,
Pengfei Xiong,
Renhe Ji, and
Haoqiang Fan}},
title = {{Deep Fusion Network for Image Completion}},
booktitle = {ACM MM},
pages = {2033--2042},
year = {2019},
}
@inproceedings{zhao-etal-2020-uctgan,
author = {{Lei Zhao,
Qihang Mo,
Sihuan Lin,
Zhizhong Wang,
Zhiwen Zuo,
Haibo Chen,
Wei Xing, and
Dongming Lu}},
title = {{{UCTGAN:} Diverse Image Inpainting Based on Unsupervised Cross-Space
Translation}},
booktitle = {CVPR},
pages = {5740--5749},
year = {2020},
}
@inproceedings{yi-etal-2020-contextual,
author = {{Zili Yi,
Qiang Tang,
Shekoofeh Azizi,
Daesik Jang, and
Zhan Xu}},
title = {{Contextual Residual Aggregation for Ultra High-Resolution Image Inpainting}},
booktitle = {CVPR},
pages = {7505--7514},
year = {2020},
}
@inproceedings{li-etal-2020-rfrnet,
author = {{Jingyuan Li,
Ning Wang,
Lefei Zhang,
Bo Du, and
Dacheng Tao}},
title = {{Recurrent Feature Reasoning for Image Inpainting}},
booktitle = {CVPR},
pages = {7757--7765},
year = {2020},
}
@inproceedings{lahiri-etal-2020-prior,
author = {{Avisek Lahiri,
Arnav Kumar Jain,
Sanskar Agrawal,
Pabitra Mitra, and
Prabir Kumar Biswas}},
title = {{Prior Guided {GAN} Based Semantic Inpainting}},
booktitle = {CVPR},
pages = {13693--13702},
year = {2020},
}
@inproceedings{dhamo-etal-2020-semantic,
author = {{Helisa Dhamo,
Azade Farshad,
Iro Laina,
Nassir Navab,
Gregory D. Hager,
Federico Tombari, and
Christian Rupprecht}},
title = {{Semantic Image Manipulation Using Scene Graphs}},
booktitle = {CVPR},
pages = {5212--5221},
year = {2020},
}
@inproceedings{liu-etal-2020-medfe,
author = {{Hongyu Liu,
Bin Jiang,
Yibing Song,
Wei Huang, and
Chao Yang}},
title = {{Rethinking Image Inpainting via a Mutual Encoder-Decoder with Feature
Equalizations}},
booktitle = {ECCV},
volume = {12347},
pages = {725--741},
year = {2020},
}
@inproceedings{zeng-etal-2020-high,
author = {{Yu Zeng,
Zhe Lin,
Jimei Yang,
Jianming Zhang,
Eli Shechtman, and
Huchuan Lu}},
title = {{High-Resolution Image Inpainting with Iterative Confidence Feedback
and Guided Upsampling}},
booktitle = {ECCV},
volume = {12364},
pages = {1--17},
year = {2020},
}
@inproceedings{liao-etal-2020-guidance,
author = {{Liang Liao,
Jing Xiao,
Zheng Wang,
Chia{-}Wen Lin, and
Shin'ichi Satoh}},
title = {{Guidance and Evaluation: Semantic-Aware Image Inpainting for Mixed
Scenes}},
booktitle = {ECCV},
volume = {12372},
pages = {683--700},
year = {2020},
}
@inproceedings{pan-etal-2020-exploiting,
author = {{Xingang Pan,
Xiaohang Zhan,
Bo Dai,
Dahua Lin,
Chen Change Loy, and
Ping Luo}},
title = {{Exploiting Deep Generative Prior for Versatile Image Restoration and
Manipulation}},
booktitle = {ECCV},
volume = {12347},
pages = {262--277},
year = {2020},
}
@inproceedings{yang-etal-2020-learning,
author = {{Jie Yang,
Zhiquan Qi, and
Yong Shi}},
title = {{Learning to Incorporate Structure Knowledge for Image Inpainting}},
booktitle = {AAAI},
pages = {12605--12612},
year = {2020},
}
@inproceedings{yu-etal-2020-region,
author = {{Tao Yu,
Zongyu Guo,
Xin Jin,
Shilin Wu,
Zhibo Chen,
Weiping Li,
Zhizheng Zhang, and
Sen Liu}},
title = {{Region Normalization for Image Inpainting}},
booktitle = {AAAI},
pages = {12733--12740},
year = {2020},
}
@inproceedings{dapogny-etal-2020-missing,
author = {{Arnaud Dapogny,
Matthieu Cord, and
Patrick P{\'{e}}rez}},
title = {{The Missing Data Encoder: Cross-Channel Image Completion with Hide-and-Seek
Adversarial Network}},
booktitle = {AAAI},
pages = {10688--10695},
year = {2020},
}
@inproceedings{wang-etal-2020-image,
author = {{Jin Wang,
Chen Wang,
Qingming Huang,
Yunhui Shi,
Jian{-}Feng Cai,
Qing Zhu, and
Baocai Yin}},
title = {{Image Inpainting Based on Multi-frequency Probabilistic Inference
Model}},
booktitle = {ACM MM},
pages = {1--9},
year = {2020},
}
@article{wang-etal-2021-dynamic,
author = {{Ning Wang,
Yipeng Zhang, and
Lefei Zhang}},
title = {{Dynamic Selection Network for Image Inpainting}},
journal = {TIP},
volume = {30},
pages = {1784--1798},
year = {2021},
}
@article{wang-etal-2021-thanka,
author = {{Nianyi Wang,
Weilan Wang,
Wenjin Hu,
Aaron Fenster, and
Shuo Li}},
title = {{Thanka Mural Inpainting Based on Multi-Scale Adaptive Partial Convolution
and Stroke-Like Mask}},
journal = {TIP},
volume = {30},
pages = {3720--3733},
year = {2021},
}
@article{zhu-etal-2021-image,
author = {{Manyu Zhu,
Dongliang He,
Xin Li,
Chao Li,
Fu Li,
Xiao Liu,
Errui Ding, and
Zhaoxiang Zhang}},
title = {{Image Inpainting by End-to-End Cascaded Refinement With Mask Awareness}},
journal = {TIP},
volume = {30},
pages = {4855--4866},
year = {2021},}
}
@article{xu-etal-2021-texture,
author = {{Rui Xu,
Minghao Guo,
Jiaqi Wang,
Xiaoxiao Li,
Bolei Zhou, and
Chen Change Loy}},
title = {{Texture Memory-Augmented Deep Patch-Based Image Inpainting}},
journal = {TIP},
volume = {30},
pages = {9112--9124},
year = {2021},
}
@inproceedings{zhou-etal-2021-transfill,
author = {{Yuqian Zhou,
Connelly Barnes,
Eli Shechtman, and
Sohrab Amirghodsi}},
title = {{TransFill: Reference-Guided Image Inpainting by Merging Multiple Color
and Spatial Transformations}},
booktitle = {CVPR},
pages = {2266--2276},
year = {2021},
}
@inproceedings{wang-etal-2021-image,
author = {{Tengfei Wang,
Hao Ouyang, and
Qifeng Chen}},
title = {{Image Inpainting With External-Internal Learning and Monochromic Bottleneck}},
booktitle = {CVPR},
pages = {5120--5129},
year = {2021},
}
@inproceedings{liao-etal-2021-image,
author = {{Liang Liao,
Jing Xiao,
Zheng Wang,
Chia{-}Wen Lin, and
Shin'ichi Satoh}},
title = {{Image Inpainting Guided by Coherence Priors of Semantics and Textures}},
booktitle = {CVPR},
pages = {6539--6548},
year = {2021},
}
@inproceedings{liu-etal-2021-pdgan,
author = {{Hongyu Liu,
Ziyu Wan,
Wei Huang,
Yibing Song,
Xintong Han, and
Jing Liao}},
title = {{{PD-GAN:} Probabilistic Diverse {GAN} for Image Inpainting}},
booktitle = {CVPR},
pages = {9371--9381},
year = {2021},
}
@inproceedings{peng-etal-2021-generating,
author = {{Jialun Peng and
Dong Liu and
Songcen Xu and
Houqiang Li}},
title = {{Generating Diverse Structure for Image Inpainting With Hierarchical
{VQ-VAE}}},
booktitle = {CVPR},
pages = {10775--10784},
year = {2021},
}
@inproceedings{yu-etal-2021-batfill,
author = {{Yingchen Yu,
Fangneng Zhan,
Rongliang Wu,
Jianxiong Pan,
Kaiwen Cui,
Shijian Lu,
Feiying Ma,
Xuansong Xie, and
Chunyan Miao}},
title = {{Diverse Image Inpainting with Bidirectional and Autoregressive Transformers}},
booktitle = {ACM MM},
pages = {69--78},
year = {2021},
}
@inproceedings{guo-etal-2021-jpgnet,
author = {{Qing Guo,
Xiaoguang Li,
Felix Juefei{-}Xu,
Hongkai Yu,
Yang Liu, and
Song Wang}},
title = {{JPGNet: Joint Predictive Filtering and Generative Network for Image
Inpainting}},
booktitle = {ACM MM},
pages = {386--394},
year = {2021},
}
@inproceedings{suin-etal-2021-distillation,
author = {{Maitreya Suin,
Kuldeep Purohit, and
A. N. Rajagopalan}},
title = {{Distillation-Guided Image Inpainting}},
booktitle = {ICCV},
pages = {2461--2470},
year = {2021},
}
@inproceedings{yu-etal-2021-wavefill,
author = {{Yingchen Yu,
Fangneng Zhan,
Shijian Lu,
Jianxiong Pan,
Feiying Ma,
Xuansong Xie, and
Chunyan Miao}},
title = {{WaveFill: {A} Wavelet-based Generation Network for Image Inpainting}},
booktitle = {ICCV},
pages = {14094--14103},
year = {2021},
}
@inproceedings{zeng-etal-2021-crfill,
author = {{Yu Zeng,
Zhe Lin,
Huchuan Lu, and
Vishal M. Patel}},
title = {{CR-Fill: Generative Image Inpainting with Auxiliary Contextual Reconstruction}},
booktitle = {ICCV},
pages = {14144--14153},
year = {2021},
}
@inproceedings{wang-etal-2021-parallel,
author = {{Wentao Wang,
Jianfu Zhang,
Li Niu,
Haoyu Ling,
Xue Yang, and
Liqing Zhang}},
title = {{Parallel Multi-Resolution Fusion Network for Image Inpainting}},
booktitle = {ICCV},
pages = {14539--14548},
year = {2021},
}
@inproceedings{wan-etal-2021-ict,
author = {{Ziyu Wan,
Jingbo Zhang,
Dongdong Chen, and
Jing Liao}},
title = {{High-Fidelity Pluralistic Image Completion with Transformers}},
booktitle = {ICCV},
pages = {4672--4681},
year = {2021},
}
@inproceedings{zhang-etal-2021-context,
author = {{Wendong Zhang,
Junwei Zhu,
Ying Tai,
Yunbo Wang,
Wenqing Chu,
Bingbing Ni,
Chengjie Wang, and
Xiaokang Yang}},
title = {{Context-Aware Image Inpainting with Learned Semantic Priors}},
booktitle = {IJCAI},
pages = {1323--1329},
year = {2021},
}
@inproceedings{deng-etal-2021-learning,
author = {Ye Deng,
Siqi Hui,
Sanping Zhou,
Deyu Meng, and
Jinjun Wang},
title = {{Learning Contextual Transformer Network for Image Inpainting}},
booktitle = {ACM MM},
pages = {2529--2538},
year = {2021},
}
@inproceedings{zheng-etal-2021-gcmnet,
author = {{Huan Zheng,
Zhao Zhang,
Yang Wang,
Zheng Zhang,
Mingliang Xu,
Yi Yang, and
Meng Wang}},
title = {{GCM-Net: Towards Effective Global Context Modeling for Image Inpainting}},
booktitle = {ACM MM},
pages = {2586--2594},
year = {2021},
}
@inproceedings{chen-etal-2021-adaptive,
author = {{Shengjie Chen,
Zhenhua Guo, and
Bo Yuan}},
title = {{An Adaptive Iterative Inpainting Method with More Information Exploration}},
booktitle = {ACM MM},
pages = {3247--3256},
year = {2021},
}
@inproceedings{wu-etal-2021-adversarial,
author = {{Xingcai Wu,
Yucheng Xie,
Jiaqi Zeng,
Zhenguo Yang,
Yi Yu,
Qing Li, and
Wenyin Liu}},
title = {{Adversarial Learning with Mask Reconstruction for Text-Guided Image
Inpainting}},
booktitle = {ACM MM},
pages = {3464--3472},
year = {2021},
}
@inproceedings{zhao-etal-2021-large,
author = {{Shengyu Zhao,
Jonathan Cui,
Yilun Sheng,
Yue Dong,
Xiao Liang,
Eric I{-}Chao Chang, and
Yan Xu}},
title = {{Large Scale Image Completion via Co-Modulated Generative Adversarial
Networks}},
booktitle = {ICLR},
year = {2021},
}
@inproceedings{jam-etal-2021-rmnet,
author = {{Jireh Jam,
Connah Kendrick,
Vincent Drouard,
Kevin Walker,
Gee{-}Sern Hsu, and
Moi Hoon Yap}},
title = {{R-MNet: {A} Perceptual Adversarial Network for Image Inpainting}},
booktitle = {WACV},
pages = {2713--2722},
year = {2021},
}
@inproceedings{chen-etal-2021-multi,
author = {{Cong Chen,
Amos Lynn Abbott, and
Daniel J. Stilwell}},
title = {{Multi-Level Generative Chaotic Recurrent Network for Image Inpainting}},
booktitle = {WACV},
pages = {3625--3634},
year = {2021},
}
% TPAMI version
@article{pan-etal-2022-exploiting,
author = {{Xingang Pan,
Xiaohang Zhan,
Bo Dai,
Dahua Lin,
Chen Change Loy, and
Ping Luo}},
title = {{Exploiting Deep Generative Prior for Versatile Image Restoration and
Manipulation}},
journal = {TPAMI},
volume = {44},
number = {11},
pages = {7474--7489},
year = {2022},
}
@inproceedings{li-etal-2022-misf,
author = {{Xiaoguang Li,
Qing Guo,
Di Lin,
Ping Li,
Wei Feng, and
Song Wang}},
title = {{{MISF:} Multi-level Interactive Siamese Filtering for High-Fidelity
Image Inpainting}},
booktitle = {CVPR},
pages = {1859--1868},
year = {2022},
}
@inproceedings{li-etal-2022-mat,
author = {{Wenbo Li,
Zhe Lin,
Kun Zhou,
Lu Qi,
Yi Wang, and
Jiaya Jia}},
title = {{{MAT:} Mask-Aware Transformer for Large Hole Image Inpainting}},
booktitle = {CVPR},
pages = {10748--10758},
year = {2022},
}
@inproceedings{liu-etal-2022-reduce,
author = {{Qiankun Liu,
Zhentao Tan,
Dongdong Chen,
Qi Chu,
Xiyang Dai,
Yinpeng Chen,
Mengchen Liu,
Lu Yuan, and
Nenghai Yu}},
title = {{Reduce Information Loss in Transformers for Pluralistic Image Inpainting}},
booktitle = {CVPR},
pages = {11337--11347},
year = {2022},
}
@inproceedings{wang-etal-2022-dual,
author = {{Wentao Wang,
Li Niu,
Jianfu Zhang,
Xue Yang, and
Liqing Zhang}},
title = {{Dual-path Image Inpainting with Auxiliary {GAN} Inversion}},
booktitle = {CVPR},
pages = {11411--11420},
year = {2022},
}
@inproceedings{lugmayr-etal-2022-repaint,
author = {{Andreas Lugmayr,
Martin Danelljan,
Andr{\'{e}}s Romero,
Fisher Yu,
Radu Timofte, and
Luc Van Gool}},
title = {{RePaint: Inpainting using Denoising Diffusion Probabilistic Models}},
booktitle = {CVPR},
pages = {11451--11461},
year = {2022},
}
@inproceedings{zheng-etal-2022-tfill,
author = {{Chuanxia Zheng,
Tat{-}Jen Cham,
Jianfei Cai, and
Dinh Q. Phung}},
title = {{Bridging Global Context Interactions for High-Fidelity Image Completion}},
booktitle = {CVPR},
pages = {11502--11512},
year = {2022},
}
@inproceedings{kim-etal-2022-zoom-to-inpaint,
author = {{Soo Ye Kim,
Kfir Aberman,
Nori Kanazawa,
Rahul Garg,
Neal Wadhwa,
Huiwen Chang,
Nikhil Karnad,
Munchurl Kim, and
Orly Liba}},
title = {{Zoom-to-Inpaint: Image Inpainting with High-Frequency Details}},
booktitle = {CVPRW},
pages = {476--486},
year = {2022},
}
@inproceedings{yamashita-etal-2022-boundary,
author = {{Yohei Yamashita,
Kodai Shimosato, and
Norimichi Ukita}},
title = {{Boundary-aware Image Inpainting with Multiple Auxiliary Cues}},
booktitle = {CVPRW},
pages = {618--628},
year = {2022},
}
@inproceedings{cipolina-etal-2022-comparison,
author = {{Lucia Cipolina{-}Kun
Simone Caenazzo and
Gaston Mazzei}},
title = {{Comparison of CoModGANs, LaMa and {GLIDE} for Art Inpainting Completing
{M.C} Escher's Print Gallery}},
booktitle = {CVPR},
pages = {715--723},
year = {2022},
}
@inproceedings{cai-etal-2022-image,
author = {{Jiayin Cai,
Changlin Li,
Xin Tao, and
Yu{-}Wing Tai}},
title = {{Image Multi-Inpainting via Progressive Generative Adversarial Networks}},
booktitle = {CVPR Worshops},
pages = {977--986},
year = {2022},
}
@inproceedings{romero-etal-2022-nitire,
author = {{Andr{\'{e}}s Romero,
Angela Castillo,
Jose Abril{-}Nova,
Radu Timofte,
Ritwik Das,
Sanchit Hira,
Zhihong Pan,
Min Zhang,
Baopu Li,
Dongliang He,
Tianwei Lin,
Fu Li,
Chengyue Wu,
Xianming Liu,
Xinying Wang,
Yi Yu,
Jie Yang,
Rengang Li,
Yaqian Zhao,
Zhenhua Guo,
Baoyu Fan,
Xiaochuan Li,
Runze Zhang,
Zeyu Lu,
Junqin Huang,
Gang Wu,
Junjun Jiang,
Jiayin Cai,
Changlin Li,
Xin Tao,
Yu{-}Wing Tai,
Xiaoqiang Zhou, and
Huaibo Huang}},
title = {{{NTIRE} 2022 Image Inpainting Challenge: Report}},
booktitle = {CVPR Worshops},
pages = {1149--1181},
year = {2022},
}
@inproceedings{lu-etal-2022-glama,
author = {{Zeyu Lu,
Junjun Jiang,
Junqin Huang,