-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrefs.bib
829 lines (727 loc) · 26.4 KB
/
refs.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
@misc{2017-Guide-to-RF-cal,
author = {Dang Ha The Hien},
title = {A guide to receptive field arithmetic for Convolutional Neural Networks},
urldate = {2017-4-6},
year = 2017,
url = {https://bit.ly/2MLtWQ6},
}
@misc{2018-VGG-16-RF-cal,
author = {Qin, Zike},
title = {Calculate Receptive Field for VGG16},
urldate = {2018-10-11},
year = 2018,
url = {https://bit.ly/2BMg1Tq},
}
@misc{2019-Diff-Conv,
author = {Bai, Kunlun},
title = {A Comprehensive Introduction to Different Types of Convolutions in Deep Learning},
urldate = {2019-02-12},
year = 2019,
url = {https://bit.ly/2PkRQUk},
}
@incollection{2012-AlexNet,
title = {ImageNet Classification with Deep Convolutional Neural Networks},
author = {Alex Krizhevsky and Sutskever, Ilya and Hinton, Geoffrey E},
booktitle = {Advances in Neural Information Processing Systems 25},
pages = {1097--1105},
year = {2012},
publisher = {Curran Associates, Inc.},
address ={USA},
url = {http://papers.nips.cc/paper/4824-imagenet-classification-with-deep-convolutional-neural-networks.pdf}
}
@article{2017-MobileNet-v1,
author = {{Howard}, Andrew G. and {Zhu}, Menglong and {Chen}, Bo and
{Kalenichenko}, Dmitry and {Wang}, Weijun and {Weyand}, Tobias and
{Andreetto}, Marco and {Adam}, Hartwig},
title = "{MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications}",
journal = {arXiv},
volume = {\emph{arXiv: 1704.04861}},
year = {2017},
}
@article{2018-MobileNet-v2,
author = {Sandler, Mark and Howard, Andrew and Zhu, Menglong and Zhmoginov, Andrey and Chen, Liang-Chieh},
title = {MobileNetV2: Inverted Residuals and Linear Bottlenecks},
journal = {arXiv},
volume = {\emph{arXiv: 1801.04381}},
year = {2018},
}
@article{2019-MobileNet-v3,
author = {Howard, Andrew and Sandler, Mark and Chu, Grace and Chen, Liang-Chieh and Chen, Bo and Tan, Mingxing and Wang, Weijun and Zhu, Yukun and Pang, Ruoming and Vasudevan, Vijay and Le, Quoc and Adam, Hartwig},
title = {Searching for MobileNetV3},
journal = {arXiv},
volume = {\emph{arXiv: 1905.02244}},
year = {2019},
}
@article{2016-Guide-Conv,
author = {Dumoulin, Vincent and Visin, Francesco},
title = {A Guide to Convolution Arithmetic for Deep Learning},
journal = {arXiv},
volume = {\emph{arXiv: 1603.07285}},
year = {2016},
}
@misc{2017-FC-BP,
author = {Johnson, Justin},
title = {Backpropagation for a Linear Layer},
urldate = {2017-04-19},
year = 2017,
url = {https://stanford.io/32R86QQ},
}
@misc{2018-NMS,
author = {Maj, Michal},
title = {Object Detection and Image Classification with YOLO},
urldate = {2018-09},
year = 2018,
url = {https://bit.ly/362rAns},
}
@article{2017-Soft-NMS,
author = {Bodla, Navaneeth and Singh, Bharat and Chellappa Rama and Davis, Larry S.},
title = {Improving Object Detection With One Line of Code},
journal = {arXiv},
volume = {\emph{arXiv: 1704.04503}},
year = {2017},
}
@article{2018-Softer-NMS,
author = {He, Yihui and Zhu, Chenchen and Wang, Jianren and Savvides, Marios and Zhang, Xiangyu},
title = {Bounding Box Regression with Uncertainty for Accurate Object Detection},
journal = {arXiv},
volume = {\emph{arXiv: 1809.08545}},
year = {2018},
}
@misc{2018-Sigmoid,
author = {Chakraborty, Arunava},
title = {Derivative of the Sigmoid function},
urldate = {2018-07-08},
url = {https://bit.ly/36appOS},
}
@article{2015-YOLO-v1,
author = {Redmon, Joseph and Divvala Santosh and Girshick, Ross and Farhad,i Ali},
title = {You Only Look Once: Unified, Real-Time Object Detection},
journal = {arXiv},
volume = {\emph{arXiv: 1506.02640}},
year = {2015},
}
@article{2016-YOLO-v2,
author = {Redmon, Joseph and Farhadi Ali},
title = {YOLO 9000: Better, Faster, Stronger},
journal = {arXiv},
volume = {\emph{arXiv: 1612.08242}},
year = {2016},
}
@article{2015-Fast-RCNN,
author = {Girshick, Ross},
title = {Fast R-CNN},
journal = {arXiv},
volume = {\emph{arXiv: 1504.08083}},
year = {2015},
}
@article{2015-Faster-RCNN,
author = {Ren, Shaoqing and He, Kaiming and Girshick, Ross and Sun, Jian},
title = {Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks},
journal = {arXiv},
volume = {\emph{arXiv: 1506.01497}},
year = {2015},
}
@article{2018-YOLO-v3,
author = {Redmon, Joseph and Farhadi Ali},
title = {YOLOv3: An Incremental Improvement},
journal = {arXiv},
volume = {\emph{arXiv: 1804.02767}},
year = {2018},
}
@article{2016-FPN,
author = {Lin, Tsung-Yi and Doll{\'a}r, Piotr and Girshick, Ross},
title = {Feature Pyramid Networks for Object Detection},
journal = {arXiv},
volume = {\emph{arXiv: 1612.03144}},
year = {2016},
}
@article{2013-RCNN,
author = {Girshick, Ross and Donahue, Jeff and Darrell, Trevor and Malik, Jitendra},
title = {Rich Feature Hierarchies for Accurate Object Detection and Semantic Segmentation},
journal = {arXiv},
volume = {\emph{arXiv: 1311.2524}},
year = {2013},
}
@article{2015-SSD,
author = {Liu, Wei and Anguelov, Dragomir and Erhan, Dumitru and Szegedy, Christian and Reed, Scott and Fu, Cheng-Yang and Berg, Alexander C.},
title = {SSD: Single Shot MultiBox Detector},
journal = {arXiv},
volume = {\emph{arXiv: 1512.02325}},
year = {2015},
}
@article{2017-RetinaNet,
author = {Lin, Tsung-Yi and Goyal, Priya and Girshich, Ross and He, Kaiming and Doll{\'a}r, Piotr},
title = {Focal Loss for Dense Object Detection},
journal = {arXiv},
volume = {\emph{arXiv: 1708.02002}},
year = {2017},
}
@article{2015-BN,
author = {Ioffe, Sergey and Szegedy, Christian},
title = {Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift},
journal = {arXiv},
volume = {\emph{arXiv: 1502.03167}},
year = {2015},
}
@article{2018-GN,
author = {Wu, Yuxin and He, Kaiming},
title = {Group Normalization},
journal = {arXiv},
volume = {\emph{arXiv: 1803.08494}},
year = {2018},
}
@article{2017-DSSD,
author = {Fu, Cheng-Yang and Liu, Wei and Ranga, Ananth and Tyagi, Ambrish and Berg, Alexander C.},
title = {DSSD: Deconvolutional Single Shot Detector},
journal = {arXiv},
volume = {\emph{arXiv: 1701.06659}},
year = {2017},
}
@article{2018-BN-help-opt,
author = {Santurkar, Shibani and Tsipras, Dimitris and Ilyas, Andrew and Madry, Aleksander},
title = {How Does Batch Normalization Help Optimization?},
journal = {arXiv},
volume = {\emph{arXiv: 1805.11604}},
year = {2018},
}
@article{2017-Mask-RCNN,
author = {He, Kaiming and Gkioxari, Georgia and Doll{\'a}r, Piotr and Girshich, Ross},
title = {Mask R-CNN},
journal = {arXiv},
volume = {\emph{arXiv: 1703.06870}},
year = {2017},
}
@article{2016-R-FCN,
author = {Dai, Jifeng and Li, Yi and He, Kaiming and Sun, Jian},
title = {R-FCN: Object Detection via Region-based Fully Convolutional Networks},
journal = {arXiv},
volume = {\emph{arXiv: 1605.06409}},
year = {2016},
}
@article{2017-Light-head,
author = {Li, Zeming and Peng, Chao and Yu, Gand and Zhang, Xiangyu and Deng, Yangdong and Sun, Jian},
title = {Light-Head R-CNN: In Defense of Two-stage Object Detector},
journal = {arXiv},
volume = {\emph{arXiv: 1711.07264}},
year = {2017},
}
@article{2019-Double-head,
author = {Wu, Yue and Chen, Yinpeng and Yuan, Lu and Liu, Zicheng and Wang, Lijuan and Li, Hongzhi and Fu, Yun},
title = {Rethinking Classification and Localization in R-CNN},
journal = {arXiv},
volume = {\emph{arXiv: 1904.06493}},
year = {2019},
}
@article{2017-Cascade-RCNN,
author = {Cai, Zhaowei and Vasconcelos, Nuno},
title = {Cascade R-CNN: Delving into High Quality Object Detection},
journal = {arXiv},
volume = {\emph{arXiv: 1712.00726}},
year = {2017},
}
@article{2018-CornerNet,
author = {Law, Hei and Deng, Jia},
title = {CornerNet: Detecting Objects as Paired Keypoints},
journal = {arXiv},
volume = {\emph{arXiv: 1808.01244}},
year = {2018},
}
@article{2019-ExtremeNet,
author = {Zhou, Xingyi and Zhuo, Jiacheng and Kr\"{a}henb\"{u}hl, Philipp},
title = {Bottom-up Object Detection by Grouping Extreme and Center Points},
journal = {arXiv},
volume = {\emph{arXiv: 1901.08043}},
year = {2019},
}
@article{2019-CenterNet,
author = {Zhou, Xingyi and Wang, Dequan and Kr\"{a}henb\"{u}hl, Philipp},
title = {Object as Points},
journal = {arXiv},
volume = {\emph{arXiv: 1904.07850}},
year = {2019},
}
@article{2019-FCOS,
author = {Tian, Zhi and Shen, Chunhua and Chen, Hao and He, Tong},
title = {FCOS: Fully Convolutional One-Stage Object Detection},
journal = {arXiv},
volume = {\emph{arXiv: 1904.01355}},
year = {2019},
}
@article{2016-IoU-loss,
author = {Yu, Jiahui and Jiang, Yuning and Wang, Zhangyang and Cao, Zhimin and Huang, Thomas},
title = {UnitBox: An Advanced Object Detection Network},
journal = {arXiv},
volume = {\emph{arXiv: 1608.01471}},
year = {2016},
}
@article{2019-LapNet,
author = {Chabot, Florian and Chaouch, Mohamed and Pham, Quoc Cuong},
title = {LapNet: Automatic Balanced Loss and Optimal Assignment for Real-Time Dense Object Detection},
journal = {arXiv},
volume = {\emph{arXiv: 1911.01149}},
year = {2019},
}
@article{2017-RefineDet,
author = {Zhang, Shifeng and Wen, Yongyin and Bian, Xiao and Lei, Zhen and Li, Stan Z.},
title = {Single-Shot Refinement Neural Network for Object Detection},
journal = {arXiv},
volume = {\emph{arXiv: 1711.06897}},
year = {2017},
}
@article{2018-Grid-R-CNN,
author = {Lu, Xin and Li, Buyu and Yue, Yuxin and Li, Quanquan and Yan, Junjie},
title = {Grid R-CNN},
journal = {arXiv},
volume = {\emph{arXiv: 1811.12030}},
year = {2018},
}
@article{2019-GIoU-loss,
author = {Rezatofighi, Hamid and Tsoi, Nathan and Gwak, JunYoung and Sadeghian, Amir and Reid, Ian and Savarese, Silvio},
title = {Generalized Intersection over Union: A Metric and A Loss for Bounding Box Regression},
journal = {arXiv},
volume = {\emph{arXiv: 1902.09630}},
year = {2019},
}
@article{2019-Distance-IoU-loss,
author = {Zheng, Zhaohui and Wang, Ping and Liu, Wei and Li, Jinze and Ye, Rongguang and Ren, Dongwei},
title = {Distance-IoU Loss: Faster and Better Learning for Bounding Box Regression},
journal = {arXiv},
volume = {\emph{arXiv: 1911.08287}},
year = {2019},
}
@article{2017-SNIP,
author = {Singh, Bharat and Davis. Larry},
title = {An Analysis of Scale Invariance in Object Detection-SNIP},
journal = {arXiv},
volume = {\emph{arXiv: 1711.08189}},
year = {2017},
}
@article{2018-SNIPER,
author = {Singh, Bharat and Najibi, Mahyar and Davis. Larry},
title = {SNIPER: Efficient Multi-Scale Training},
journal = {arXiv},
volume = {\emph{arXiv: 1805.09300}},
year = {2018},
}
@article{2019-TridentNet,
author = {Li, Yanghao and Chen, Yuntao and Wang, Naiyan and Zhang, Zhaoxiang},
title = {Scale-Aware Trident Networks for Object Detection},
journal = {arXiv},
volume = {\emph{arXiv: 1901.01892}},
year = {2019},
}
@article{2019-CSN,
author = {He, Zewen and Huang, He and Wu, Yudong and Huang, Guan and Zhang, Wensheng},
title = {Consistent Scale Normalization for Object Recognition},
journal = {arXiv},
volume = {\emph{arXiv: 1908.07323}},
year = {2019},
}
@article{2019-FSAF,
author = {Zhu, Chenchen and He, Yihui and Savvides, Marios},
title = {Feature Selective Anchor-Free Module for Single-Shot Object Detection},
journal = {arXiv},
volume = {\emph{arXiv: 1903.00621}},
year = {2019},
}
@article{2019-GA-RPN,
author = {Wang, Jiaqi and Chen, Kai and Yang, Shuo and Loy, Chen and Lin, Dahua},
title = {Region Proposal by Guided Anchoring},
journal = {arXiv},
volume = {\emph{arXiv: 1901.03278}},
year = {2019},
}
@article{2019-ASFF,
author = {Liu, Songtao and Huang, Di and Wang, Yunhong},
title = {Learning Spatial Fusion for Single-Shot Object Detection},
journal = {arXiv},
volume = {\emph{arXiv: 1911.09516}},
year = {2019},
}
@article{2019-Sampling-Free,
author = {Chen, Joya and Liu, Dong and Xu, Tong and Zhang, Shilong and Wu, Shiwei and Luo, Bin and Peng, Xuezheng and Chen, Enhong},
title = {Is Sampling Heuristics Necessary in Training Deep Object Detectors},
journal = {arXiv},
volume = {\emph{arXiv: 1909.04868}},
year = {2019},
}
@article{2019-SAPD,
author = {Zhu, Chenchen and Chen, Fangyi and Shen, Zhiqiang and Savvides, Marios},
title = {Soft Anchor-Point Object Detection},
journal = {arXiv},
volume = {\emph{arXiv: 1911.12448}},
year = {2019},
}
@article{2019-FoveaBox,
author = {Kong, Tao and Sun, Fuchun and Liu, Huaping and Jiang, Yuning and Shi, Jianbo},
title = {FoveaBox: Beyond Anchor-based Object Detector},
journal = {arXiv},
volume = {\emph{arXiv: 1904.03797}},
year = {2019},
}
@article{2018-PANet,
author = {Liu, Shu and Qi, Lu and Qin, Haifeng and Shi, Jianping and Jia, Jiaya},
title = {Path Aggregation Network for Instance Segmentation},
journal = {arXiv},
volume = {\emph{arXiv: 1803.01534}},
year = {2018},
}
@article{2019-AugFPN,
author = {Guo, Chaoxu and Fan, Bin and Zhang, Qian and Xiang, Shiming and Pan, Chunhong},
title = {AugFPN: Improving Multi-scale Feature Learning for Object Detection},
journal = {arXiv},
volume = {\emph{arXiv: 1912.05384}},
year = {2019},
}
@inproceedings{2019-LTR,
author = {Tan, Zhiyu and Nie, Xuecheng and Qian, Qi and Li, Nan and Li, Hao},
title = {Learning to Rank Proposals for Object Detection},
booktitle = {The IEEE International Conference on Computer Vision(ICCV)},
address = {South Korea},
year = {2019},
}
@article{2019-MFPN,
author = {Liang, Tingting and Wang, Yongtao and Zhao, Qijie and Zhang, Huan and Tang, Zhi and Ling, Haibin},
title = {MFPN: A Novel Mixture Feature Pyramid Network Of Multiple Architectures For Object Detection},
journal = {arXiv},
volume = {\emph{arXiv: 1912.09748}},
year = {2019},
}
@article{2019-ATSS,
author = {Zhang, Shifeng and Chi, Cheng and Yao, Yongqiang and Lei, Zhen and Li, Stan Z.},
title = {Bridging the Gap Between Anchor-based and Anchor-free Detection via Adaptive Training Sample Selection},
journal = {arXiv},
volume = {\emph{arXiv: 1912.02424}},
year = {2019},
}
@article{2019-SABL,
author = {Wang, Jiaqi and Zhang, Wenwei and Cao, Yuhang and Chen, Kai and Pang, Jiangmiao and Gong, Tao},
title = {Side-Aware Boundary Localization for More Precise Object Detection},
journal = {arXiv},
volume = {\emph{arXiv: 1912.04260}},
year = {2019},
}
@article{2018-BoT,
author = {He, Tong and Zhang, Zhi and Zhang, Hang and Zhang, Zhongyue and Xie, Junyuan and Li, Mu},
title = {Bag of Tricks for Image Classification with Convolutional Neural Networks},
journal = {arXiv},
volume = {\emph{arXiv: 1812.01187}},
year = {2018},
}
@article{2017-SENet,
author = {Hu, Jie and Shen, Li and Albanie, Samuel and Sun, Gang and Wu, Enhua},
title = {Squeeze-and-Excitation Networks},
journal = {arXiv},
volume = {\emph{arXiv: 1709.01507}},
year = {2017},
}
@article{2019-SKNet,
author = {Li, Xiang and Wang, Wenhai and Hu, Xiaolin and Yang, Jian},
title = {Selective Kernel Networks},
journal = {arXiv},
volume = {\emph{arXiv: 1903.06586}},
year = {2019},
}
@article{2018-AutoAugment,
author = {Cubuk, Ekin and Zoph, Barret and Man{\'{e}}, Dandelion and Vasudevan, Vijay and Le Quoc},
title = {AutoAugment: Learning Augmentation Strategies from Data},
journal = {arXiv},
volume = {\emph{arXiv: 1805.09501}},
year = {2018},
}
@article{2017-mixup,
author = {Zhang, Hongyi and Cisse, Moustapha and Dauphin, Yann and Lopez-Paz, David},
title = {mixup: Beyond Empirical Risk Minimization},
journal = {arXiv},
volume = {\emph{arXiv: 1710.09412}},
year = {2017},
}
@article{2015-inception-v2-v3,
author = {Szegedy, Christian and Vanhoucke, Vincent and Ioffe, Sergey and Shlens, Jonathon},
title = {Rethinking the Inception Architecture for Computer Vision},
journal = {arXiv},
volume = {\emph{arXiv: 1512.00567}},
year = {2015},
}
@article{2020-GridMask,
author = {Chen, Pengguang and Liu, Shu and Zhao, Hengshuang and Jia, Jiaya},
title = {GridMask Data Augmentation},
journal = {arXiv},
volume = {\emph{arXiv: 2001.04086}},
year = {2020},
}
@article{2018-DropBlock,
author = {Ghiasi, Golnaz and Lin, Tsungyi and Le, Quoc},
title = {DropBlock: A Regularization Method for Convolutional Networks},
journal = {arXiv},
volume = {\emph{arXiv: 1810.12890}},
year = {2018},
}
@article{2020-NETNet,
author = {Li, Yazhao and Pang, Yanwei and Shen, Jiabing and Cao, Jiale and Shao, Ling},
title = {NETNet: Neighbor Erasing and Transferring Network for Better Single Shot Object Detection},
journal = {arXiv},
volume = {\emph{arXiv: 2001.06690}},
year = {2020},
}
@article{2017-DES,
author = {Zhang, Zhishuai and Qiao, Siyuan and Xie, Cihang and Shen, Wei and Wang, Bo and Yuille, Alan},
title = {Single-Shot Object Detection with Enriched Semantics},
journal = {arXiv},
volume = {\emph{arXiv: 1712.00433}},
year = {2017},
}
@article{2017-RFBNet,
author = {Liu, Songtao and Huang, Di and Wang, Yunhong},
title = {Receptive Field Block Net for Accurate and Fast Object Detection},
journal = {arXiv},
volume = {\emph{arXiv: 1711.07767}},
year = {2017},
}
@inproceedings{2018-STDN,
author = {Zhou, Peng and Ni, Bingbing and Geng, Cong and Hu, Jianguo and Xu, Yi},
title = {Scale-Transferrable Object Detection},
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition(CVPR)},
month = {June},
year = {2018}
}
@inproceedings{2019-HSD,
author = {Cao, Jiale and Pang, Yanwei and Han, Jungong and Li, Xuelong},
title = {Hierarchical Shot Detector},
booktitle = {The IEEE International Conference on Computer Vision (ICCV)},
month = {October},
year = {2019}
}
@inproceedings{2019-LFIP,
author = {Pang, Yanwei and Wang, Tiancai and Anwer, Rao Muhammad and Khan, Fahad Shahbaz and Shao, Ling},
title = {Efficient Featurized Image Pyramid Network for Single Shot Detector},
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2019}
}
@inproceedings{2018-PFPNet,
author = {Kim, Seung-Wook and Kook, Hyong-Keun and Sun, Jee-Young and Kang, Mun-Cheon and Ko, Sung-Jea},
title = {Parallel Feature Pyramid Network for Object Detection},
booktitle = {The European Conference on Computer Vision (ECCV)},
month = {September},
year = {2018}
}
@inproceedings{2019-LSN,
author = {Wang, Tiancai and Anwer, Rao Muhammad and Cholakkal, Hisham and Khan, Fahad Shahbaz and Pang, Yanwei and Shao, Ling},
title = {Learning Rich Features at High-Speed for Single-Shot Object Detection},
booktitle = {The IEEE International Conference on Computer Vision (ICCV)},
month = {October},
year = {2019}
}
@inproceedings{2019-EFGRNet,
author = {Nie, Jing and Anwer, Rao Muhammad and Cholakkal, Hisham and Khan, Fahad Shahbaz and Pang, Yanwei and Shao, Ling},
title = {Enriched Feature Guided Refinement Network for Object Detection},
booktitle = {The IEEE International Conference on Computer Vision (ICCV)},
month = {October},
year = {2019}
}
@article{2017-RON,
author = {Kong, Tao and Sun, Fuchun and Yao, Anbang and Liu, Huaping and Lu, Ming and Chen, Yurong},
title = {RON: Reverse Connection with Objectness Prior Networks for Object Detection},
journal = {arXiv},
volume = {\emph{arXiv: 1707.01691}},
year = {2017},
}
@article{2018-BPN,
author = {Wu, Xiongwei and Zhang, Daoxin and Zhu, Jianke and Hoi, Steven},
title = {Single-Shot Bidirectional Pyramid Networks for High-Quality Object Detection},
journal = {arXiv},
volume = {\emph{arXiv: 1803.08208}},
year = {2018},
}
@article{2019-EfficientNet,
author = {Tan, Mingxing and Le, Quoc},
title = {EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks},
journal = {arXiv},
volume = {\emph{arXiv: 1905.11946}},
year = {2019},
}
@article{2014-GAN,
author = {Goodfellow, Ian and Pouget-Abadie, Jean and Mirza, Mehdi and Xu, Bing and Warde-Farley, David and Ozair, Sherjil and Courville, Aaron and Bengio, Yoshua},
title = {Generative Adversarial Nets},
journal = {arXiv},
volume = {\emph{arXiv: 1406.2661}},
year = {2014},
}
@article{2014-cGAN,
author = {Mirza, Mehdi and Osindero, Simon},
title = {Conditional Generative Adversarial Nets},
journal = {arXiv},
volume = {\emph{arXiv: 1411.1784}},
year = {2014},
}
@article{2016-ACGAN,
author = {Odena, Augustus and Olah, Christopher and Shlens, Jonathon},
title = {Conditional Image Synthesis With Auxiliary Classifier GANs},
journal = {arXiv},
volume = {\emph{arXiv: 1610.09585}},
year = {2016},
}
@article{2018-Projection-cGAN,
author = {Miyato, Takeru and Koyama, Masanori},
title = {cGANs with Projection Discriminator},
journal = {arXiv},
volume = {\emph{arXiv: 1802.05637}},
year = {2018},
}
@article{2018-SN,
author = {Miyato, Takeru and Kataoka, Toshiki and Koyama, Masanori and Yoshida, Yuichi},
title = {Spectral Normalization for Generative Adversarial Networks},
journal = {arXiv},
volume = {\emph{arXiv: 1802.05957}},
year = {2018},
}
@article{2018-SAGAN,
author = {Zhang, Han and Goodfellow, Ian and Metaxas, Dimitris and Odena, Augustus},
title = {Self-Attention Generative Adversarial Networks},
journal = {arXiv},
volume = {\emph{arXiv: 1805.08318}},
year = {2018},
}
@article{2017-TURR,
author = {Heusel, Martin and Ramsauer, Hubert and Unterthiner, Thomas and Nessler, Bernhard},
title = {GANs Trained by a Two Time-Scale Update Rule Converge to a Local Nash Equilibrium},
journal = {arXiv},
volume = {\emph{arXiv: 1706.08500}},
year = {2017},
}
@article{2018-BigGAN,
author = {Brock, Andrew and Donahue, Jeff and Simonyan, Karen},
title = {Large Scale GAN Training for High Fidelity Natural Image Synthesis},
journal = {arXiv},
volume = {\emph{arXiv: 1809.11096}},
year = {2018},
}
@article{2016-IS,
author = {Salimans, Tim and Goodfellow, Ian and Zaremba, Wojciech and Cheung, Vicki and Radford, Alec and Chen, Xi},
title = {Improved Techniques for Training GANs},
journal = {arXiv},
volume = {\emph{arXiv: 1606.03498}},
year = {2016},
}
@article{2019-CRGAN,
author = {Zhang, Han and Zhang, Zihao and Odena, Augustus and Lee, Honglak},
title = {Consistency Regularization for Generative Adversarial Networks},
journal = {arXiv},
volume = {\emph{arXiv: 1910.12027}},
year = {2019},
}
@article{2020-ICR,
author = {Zhao, Zhengli and Singh, Sameer and Lee, Honglak and Zhang, Zihao and Odena, Augustus and Zhang, Han},
title = {Improved Consistency Regularization for GANs},
journal = {arXiv},
volume = {\emph{arXiv: 2002.04724}},
year = {2020},
}
@article{2016-pix2pix,
author = {Isola, Phillip and Zhu, Junyan and Zhou, Tinghui and Efros, Alexei},
title = {Image-to-image Translation with Conditional Adversarial Networks},
journal = {arXiv},
volume = {\emph{arXiv: 1611.07004}},
year = {2016},
}
@article{2015-DCGAN,
author = {Radford, Alec and Metz, Luke and Chintala, Soumith},
title = {Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks},
journal = {arXiv},
volume = {\emph{arXiv: 1511.06434}},
year = {2015},
}
@article{2017-ProGAN,
author = {Karras, Tero and Aila, Timo and Laine, Samuli and Lehtinen, Jaakko},
title = {Progressive Growing of GANs for Improved Quality, Stability and Variation},
journal = {arXiv},
volume = {\emph{arXiv: 1710.10196}},
year = {2017},
}
@article{2017-WGAN-GP,
author = {Gulrajani, Ishaan and Ahmed, Faruk and Arjovsky, Martin and Dumoulin, Vincent and Courville, Aaron},
title = {Improved Training of Wasserstein GANs},
journal = {arXiv},
volume = {\emph{arXiv: 1704.00028}},
year = {2017},
}
@article{2018-StyleGAN,
author = {Karras, Tero and Laine, Samuli and Ailo, Timo},
title = {A Style-Based Generator Architecture for Generative Adversarial Networks},
journal = {arXiv},
volume = {\emph{arXiv: 1812.04948}},
year = {2018},
}
@article{2019-StyleGAN2,
author = {Karras, Tero and Laine, Samuli and Aittala, Miika and Hellsten, Janne},
title = {Analyzing and Improving the Image Quality of StyleGAN},
journal = {arXiv},
volume = {\emph{arXiv: 1912.04958}},
year = {2019},
}
@article{2017-ShuffleNet,
author = {Zhang, Xiangyu and Zhou, Xinyu and Lin, Mengxiao and Sun, Jian},
title = {ShuffleNet: An Extremely Efficient Convolutional Neural Network for Mobile Devices},
journal = {arXiv},
volume = {\emph{arXiv: 1707.01083}},
year = {2017},
}
@article{2018-ShuffleNet-v2,
author = {Ma, Ningning and Zhang, Xiangyu and Zheng, Haitao and Sun, Jian},
title = {ShuffleNet V2: Practical Guidelines for Efficient CNN Architecture Design},
journal = {arXiv},
volume = {\emph{arXiv: 1807.11164}},
year = {2018},
}
@article{2016-SqueezeNet,
author = {Iandola, Forrest and Han, Song and Moskewicz, Matthew and Ashraf, Khalid and Dally, William and Keutzer, Kurt},
title = {SqueezeNet: AlexNet-level accuracy with 50x fewer parameters and <0.5MB model size},
journal = {arXiv},
volume = {\emph{arXiv: 1602.07360}},
year = {2016},
}
@article{2016-Xception,
author = {Chollet, Francois},
title = {Xception: Deep Learning with Depthwise Separable Convolutions},
journal = {arXiv},
volume = {\emph{arXiv: 1610.02357}},
year = {2016},
}
@article{2018-MnasNet,
author = {Tan, Mingxing and Chen, Bo and Pang, Ruoming and Vasudevan, Vijay and Sandler, Mark and Howard, Andrew and Le, Quoc},
title = {MnasNet: Platform-Aware Neural Architecture Search for Mobile},
journal = {arXiv},
volume = {\emph{arXiv: 1807.11626}},
year = {2018},
}
@article{2019-GhostNet,
author = {Han, Kai and Wang, Yunhe and Tian, Qi and Guo, Jianyuan and Xu, Chunjing and Xu, Chang},
title = {GhostNet: More Features from Cheap Operations},
journal = {arXiv},
volume = {\emph{arXiv: 1911.11907}},
year = {2019},
}
@article{2020-VarifocalNet,
author = {Zhang, Haoyang and Wang, Ying and Dayoub, Feras and Sunderhauf, Niko},
title = {VarifocalNet: An IoU-aware Dense Object Detector},
journal = {arXiv},
volume = {\emph{arXiv: 2008.13367}},
year = {2020},
}
@article{2024-DEIM,
author = {Huang, Shihua and Lu, Zhichao and Cun, Xiaodong and Yu, Yongjun and
Zhou, Xiao and Shen, Xi},
title = {DEIM: DETR with Improved Matching for Fast Convergence},
journal = {arXiv},
volume = {\emph{arXiv: 2412.04234}},
year = {2024},
}
@article{2017-Attention,
author = {Vaswani, Ashish and Shazeer, Noam and Parmar, Niki and Uszkoreit,
Jakob and Jones, Llion and Gomez, Aidan and Kaiser, Lukasz and Polosukhin, Illia},
title = {Attention Is All You Need},
journal = {arXiv},
volume = {\emph{arXiv: 1706.03762}},
year = {2017},
}