-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathcitations.bib
1835 lines (1573 loc) · 86.6 KB
/
citations.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
@inproceedings{JainMBAP22,
author = {Ajay Jain and Ben Mildenhall and Jonathan T. Barron and Pieter Abbeel and Ben Poole},
title = {Zero-Shot Text-Guided Object Generation with Dream Fields},
booktitle = {Conference on Computer Vision and Pattern Recognition (CVPR)},
year = {2022}
}
@article{Sanghi21_CLIPForge,
author = {Aditya Sanghi and Hang Chu and Joseph G. Lambourne and Ye Wang and Chin{-}Yi Cheng and Marco Fumero},
title = {{CLIP-Forge}: Towards Zero-Shot Text-to-Shape Generation},
journal = {https://arxiv.org/abs/2110.02624},
year = {2021}
}
@article{wang2022_clipnerf,
author = {Can Wang and Menglei Chai and Mingming He and Dongdong Chen and Jing Liao},
title = {{CLIP-NeRF}: Text-and-Image Driven Manipulation of Neural Radiance Fields},
journal = {https://arxiv.org/abs/2112.05139},
year = {2021}
}
@article{jo2021_cgnerf,
author = {Kyungmin Jo and Gyumin Shim and Sanghun Jung and Soyoung Yang and Jaegul Choo},
title = {{CG-NeRF}: Conditional Generative Neural Radiance Fields},
journal = {https://arxiv.org/abs/2112.03517},
year = {2021}
}
@article{lee2022_pclipnerf,
author = {Han-Hung Lee and Angel X. Chang},
title = {Understanding Pure CLIP Guidance for Voxel Grid NeRF Models},
journal = {https://arxiv.org/abs/2209.15172},
year = {2022}
}
@inproceedings{ChenCLZJ22_tanto,
author = {Yongwei Chen and Rui Chen and Jiabao Lei and Yabin Zhang and Kui Jia},
title = {{TANGO}: Text-driven Photorealistic and Robust 3D Stylization via Lighting Decomposition},
booktitle = {Conference on Neural Information Processing System (NeurIPS)},
year = {2022}
}
@inproceedings{cheng2023_sdfusion,
author = {Yen-Chi Cheng and Hsin-Ying Lee and Sergey Tulyakov and Alexander Schwing and Liangyan Gui},
title = {{SDFusion}: Multimodal 3D Shape Completion, Reconstruction, and Generation},
booktitle = {Conference on Computer Vision and Pattern Recognition (CVPR)},
year = {2023}
}
@article{li2022_3ddesigner,
author = {Gang Li and Heliang Zheng and Chaoyue Wang and Chang Li and Changwen Zheng and Dacheng Tao},
title = {{3DDesigner}: Towards Photorealistic 3D Object Generation and Editing with Text-guided Diffusion Models},
journal = {https://arxiv.org/abs/2211.14108},
year = {2022}
}
@inproceedings{poole2022_dreamfusion,
author = {Ben Poole and Ajay Jain and Jonathan T. Barron and Ben Mildenhall},
title = {{DreamFusion}: Text-to-3D using 2D Diffusion},
booktitle = {International Conference on Learning Representations (ICLR)},
year = {2023}
}
@article{xu2023_dream3d,
author = {Jiale Xu and Xintao Wang and Weihao Cheng and Yan-Pei Cao and Ying Shan and Xiaohu Qie and Shenghua Gao},
title = {{Dream3D}: Zero-Shot Text-to-3D Synthesis Using 3D Shape Prior and Text-to-Image Diffusion Models},
journal = {https://arxiv.org/abs/2212.14704},
year = 2023
}
@article{wang2022_nerfart,
author = {Can Wang and Ruixiang Jiang and Menglei Chai and Mingming He and Dongdong Chen and Jing Liao},
title = {NeRF-Art: Text-Driven Neural Radiance Fields Stylization},
journal = {https://arxiv.org/abs/2212.08070},
year = {2022}
}
@article{watson2022_novel,
author = {Daniel Watson and William Chan and Ricardo Martin-Brualla and Jonathan Ho and Andrea Tagliasacchi and Mohammad Norouzi},
title = {Novel View Synthesis with Diffusion Models},
journal = {https://arxiv.org/abs/2210.04628},
year = {2022}
}
@article{xu2023_neurallift360,
author = {Dejia Xu and Yifan Jiang and Peihao Wang and Zhiwen Fan and Yi Wang and Zhangyang Wang},
title = {{NeuralLift-360}: Lifting An In-the-wild 2D Photo to A 3D Object with 360{\deg} Views},
journal = {https://arxiv.org/abs/2211.16431},
year = {2023}
}
@article{nichol2022_pointe,
author = {Alex Nichol and Heewoo Jun and Prafulla Dhariwal and Pamela Mishkin and Mark Chen},
title = {{Point-E}: A System for Generating 3D Point Clouds from Complex Prompts},
journal = {https://arxiv.org/abs/2212.08751},
year = {2023}
}
@article{metzer2022_latentnerf,
author = {Gal Metzer and Elad Richardson and Or Patashnik and Raja Giryes and Daniel Cohen-Or},
title = {Latent-NeRF for Shape-Guided Generation of 3D Shapes and Textures},
journal = {https://arxiv.org/abs/2211.07600},
year = {2022}
}
@inproceedings{lin2023_magic3d,
author = {Chen-Hsuan Lin and Jun Gao and Luming Tang and Towaki Takikawa and Xiaohui Zeng and Xun Huang and Karsten Kreis and Sanja Fidler and Ming-Yu Liu and Tsung-Yi Lin},
title = {{Magic3D}: High-Resolution Text-to-3D Content Creation},
booktitle = {Conference on Computer Vision and Pattern Recognition (CVPR)},
year = {2023}
}
@inproceedings{melaskyriazi2023_realfusion,
author = {Luke Melas-Kyriazi and Christian Rupprecht and Iro Laina and Andrea Vedaldi},
title = {{RealFusion}: 360{\deg} Reconstruction of Any Object from a Single Image},
booktitle = {Conference on Computer Vision and Pattern Recognition (CVPR)},
year = {2023}
}
@article{saxena2023_monocular,
author = {Saurabh Saxena and Abhishek Kar and Mohammad Norouzi and David J. Fleet},
title = {Monocular Depth Estimation using Diffusion Models},
journal = {https://arxiv.org/abs/2302.14816},
year = {2023}
}
@inproceedings{zhou2023_sparsefusion,
author = {Zhizhuo Zhou and Shubham Tulsiani},
title = {SparseFusion: Distilling View-conditioned Diffusion for 3D Reconstruction},
booktitle = {Conference on Computer Vision and Pattern Recognition (CVPR)},
year = {2023}
}
@inproceedings{gu2023_nerfdiff,
author = {Jiatao Gu and Alex Trevithick and Kai-En Lin and Josh Susskind and Christian Theobalt and Lingjie Liu and Ravi Ramamoorthi},
title = {{NerfDiff}: Single-image View Synthesis with NeRF-guided Distillation from 3D-aware Diffusion},
booktitle = { International Conference on Machine Learning},
year = {2023}
}
@inproceedings{wang2022_score,
author = {Haochen Wang and Xiaodan Du and Jiahao Li and Raymond A. Yeh and Greg Shakhnarovich},
title = {Score Jacobian Chaining: Lifting Pretrained 2D Diffusion Models for 3D Generation},
booktitle = {Conference on Computer Vision and Pattern Recognition (CVPR)},
year = {2023}
}
@inproceedings{wu2023_highfidelity,
author = {Menghua Wu and Hao Zhu and Linjia Huang and Yiyu Zhuang and Yuanxun Lu and Xun Cao},
title = {High-Fidelity 3D Face Generation from Natural Language Descriptions},
booktitle = {Conference on Computer Vision and Pattern Recognition (CVPR)},
year = {2023}
}
@inproceedings{richardson2023_texture,
author = {Elad Richardson and Gal Metzer and Yuval Alaluf and Raja Giryes and Daniel Cohen-Or},
title = {{TEXTure}: Text-Guided Texturing of 3D Shape},
booktitle = {Special Interest Group on Computer Graphics and Interactive Techniques},
year = {2023}
}
@inproceedings{deng2022_nerdi,
author = {Congyue Deng and Chiyu Jiang and Charles R. Qi and Xinchen Yan and Yin Zhou and Leonidas Guibas and Dragomir Anguelov},
title = {{NeRDi}: Single-View NeRF Synthesis with Language-Guided Diffusion as General Image Priors},
booktitle = {Conference on Computer Vision and Pattern Recognition (CVPR)},
year = {2023}
}
@inproceedings{wynn2023_diffusionerf,
author = {Jamie Wynn and Daniyar Turmukhambetov},
title = {{DiffusioNeRF}: Regularizing Neural Radiance Fields with Denoising Diffusion Models},
booktitle = {Conference on Computer Vision and Pattern Recognition (CVPR)},
year = {2023},
}
@inproceedings{kim2023_datid3d,
author = {Gwanghyun Kim and Se Young Chun},
title = {{DATID-3D}: Diversity-Preserved Domain Adaptation Using Text-to-Image Diffusion for 3D Generative Model},
booktitle = {Conference on Computer Vision and Pattern Recognition (CVPR)},
year = {2023}
}
@inproceedings{watson2022_novel,
author = {Daniel Watson and William Chan and Ricardo Martin-Brualla and Jonathan Ho and Andrea Tagliasacchi and Mohammad Norouzi},
title = {Novel View Synthesis with Diffusion Models},
booktitle = {International Conference on Learning Representations (ICLR)},
year = {2023}
}
@article{wang2023_prolificdreamer,
author = {Zhengyi Wang and Cheng Lu and Yikai Wang and Fan Bao and Chongxuan Li and Hang Su and Jun Zhu},
title = {{ProlificDreamer}: High-Fidelity and Diverse Text-to-3D Generation with Variational Score Distillation},
journal = {https://arxiv.org/abs/2305.16213},
year = {2023}
}
@article{wang2022_rodin,
author = {Tengfei Wang and Bo Zhang and Ting Zhang and Shuyang Gu and Jianmin Bao and Tadas Baltrusaitis and Jingjing Shen and Dong Chen and Fang Wen and Qifeng Chen and Baining Guo},
title = {Rodin: A Generative Model for Sculpting 3D Digital Avatars Using Diffusion},
journal = {https://arxiv.org/abs/2212.06135},
year = {2023}
}
@article{xiang2023_3daware,
author = {Jianfeng Xiang and Jiaolong Yang and Binbin Huang and Xin Tong},
title = {3D-aware Image Generation using 2D Diffusion Models},
journal = {https://arxiv.org/abs/2303.17905},
year = {2023}
}
@inproceedings{tang2023_makeit3d,
author = {Junshu Tang and Tengfei Wang and Bo Zhang and Ting Zhang and Ran Yi and Lizhuang Ma and Dong Chen},
title = {Make-It-3D: High-Fidelity 3D Creation from A Single Image with Diffusion Prior},
booktitle = {International Conference on Computer Vision {ICCV}},
year = {2023}
}
@article{armandpour2023_reimagine,
author = {Mohammadreza Armandpour and Ali Sadeghian and Huangjie Zheng and Amir Sadeghian and Mingyuan Zhou},
title = {Re-imagine the Negative Prompt Algorithm: Transform 2D Diffusion into 3D, alleviate Janus problem and Beyond},
journal = {https://arxiv.org/abs/2304.04968},
year = {2023}
}
@article{singer2023_textto4d,
author = {Uriel Singer and Shelly Sheynin and Adam Polyak and Oron Ashual and Iurii Makarov and Filippos Kokkinos and Naman Goyal and Andrea Vedaldi and Devi Parikh and Justin Johnson and Yaniv Taigma},
title = {Text-To-4D Dynamic Scene Generation},
journal = {https://arxiv.org/abs/2301.11280},
year = {2023}
}
@article{chan2023_generative,
author = {Eric R. Chan and Koki Nagano and Matthew A. Chan and Alexander W. Bergman and Jeong Joon Park and Axel Levy and Miika Aittala and Shalini De Mello and Tero Karras and Gordon Wetzstein},
title = {Generative Novel View Synthesis with 3D-Aware Diffusion Models},
journal = {https://arxiv.org/abs/2304.02602},
year = {2023}
}
@article{zhang2023_text2nerf,
author = {Jingbo Zhang and Xiaoyu Li and Ziyu Wan and Can Wang and Jing Liao},
title = {{Text2NeRF}: Text-Driven 3D Scene Generation with Neural Radiance Fields},
journal = {https://arxiv.org/abs/2305.11588},
year = {2023}
}
@article{qian2023_magic123,
author = {Guocheng Qian and Jinjie Mai and Abdullah Hamdi and Jian Ren and Aliaksandr Siarohin and Bing Li and Hsin-Ying Lee and Ivan Skorokhodov and Peter Wonka and Sergey Tulyakov and Bernard Ghanem},
title = {{Magic123}: One Image to High-Quality 3D Object Generation Using Both 2D and 3D Diffusion Priors},
journal = {https://arxiv.org/abs/2306.17843},
year = {2023}
}
@inproceedings{raj2023_dreambooth3d,
author = {Amit Raj and Srinivas Kaza and Ben Poole and Michael Niemeyer and Nataniel Ruiz and Ben Mildenhall and Shiran Zada and Kfir Aberman and Michael Rubinstein and Jonathan Barron and Yuanzhen Li and Varun Jampan},
title = {{DreamBooth3D}: Subject-Driven Text-to-3D Generation},
booktitle = {International Conference on Computer Vision {ICCV}},
year = {2023}
}
@article{liu2023_zero1to3,
author = {Ruoshi Liu and Rundi Wu and Basile Van Hoorick and Pavel Tokmakov and Sergey Zakharov and Carl Vondrick},
title = {{Zero-1-to-3}: Zero-shot One Image to 3D Object},
journal = {https://arxiv.org/abs/2303.11328},
year = {2023}
}
@article{weng2023_zeroavatar,
author = {Zhenzhen Weng and Zeyu Wang and Serena Yeung},
title = {{ZeroAvatar}: Zero-shot 3D Avatar Generation from a Single Image},
journal = {https://arxiv.org/abs/2305.16411}
year = {2023}
}
@inproceedings{jiang2023_avatarcraft,
author = {Ruixiang Jiang and Can Wang and Jingbo Zhang and Menglei Chai and Mingming He and Dongdong Chen and Jing Liao},
title = {{AvatarCraft}: Transforming Text into Neural Human Avatars with Parameterized Shape and Pose Control},
booktitle = {International Conference on Computer Vision {ICCV}},
year = {2023}
}
@article{gao2023_textdeformer,
author = {William Gao and Noam Aigerman and Thibault Groueix and Vladimir G. Kim and Rana Hanocka},
title = {{TextDeformer}: Geometry Manipulation using Text Guidance},
journal = {https://arxiv.org/abs/2304.13348},
year = {2023}
}
@inproceedings{lorraine2023_att3d,
author = {Jonathan Lorraine and Kevin Xie and Xiaohui Zeng and Chen-Hsuan Lin and Towaki Takikawa and Nicholas Sharp and Tsung-Yi Lin and Ming-Yu Liu and Sanja Fidler and James Lucas},
title = {ATT3D: Amortized Text-to-3D Object Synthesis},
booktitle = {International Conference on Computer Vision {ICCV}},
year = {2023}
}
@article{zhao2023_michelangelo,
author = {Zibo Zhao and Wen Liu and Xin Chen and Xianfang Zeng and Rui Wang and Pei Cheng and Bin Fu and Tao Chen and Gang Yu and Shenghua Gao},
title = {Michelangelo: Conditional 3D Shape Generation based on Shape-Image-Text Aligned Latent Representation},
journal = {https://arxiv.org/abs/2306.17115},
year = {2023}
}
@article{chou2023_diffusionsdf,
author = {Gene Chou and Yuval Bahat and Felix Heide},
title = {{Diffusion-SDF}: Conditional Generative Modeling of Signed Distance Functions},
journal = {https://arxiv.org/abs/2211.13757},
year = {2023}
}
@article{zhu2023_hifa,
author = {Junzhe Zhu and Peiye Zhuang},
title = {{HiFA}: High-fidelity Text-to-3D with Advanced Diffusion Guidance},
journal = {https://arxiv.org/abs/2305.18766},
year = {2023}
}
@article{kerr2023_lerf,
author = {Justin Kerr and Chung Min Kim and Ken Goldberg and Angjoo Kanazawa and Matthew Tancik},
title = {LERF: Language Embedded Radiance Fields},
journal = {https://arxiv.org/abs/2303.09553},
year = {2023}
}
@article{haque2023_instructnerf2nerf,
author = {Ayaan Haque and Matthew Tancik and Alexei A. Efros and Aleksander Holynski and Angjoo Kanazawa},
title = {Instruct-NeRF2NeRF: Editing 3D Scenes with Instructions},
journal = {https://arxiv.org/abs/2303.12789},
year = {2023}
}
@article{seo2023_let,
author = {Junyoung Seo and Wooseok Jang and Min-Seop Kwak and Jaehoon Ko and Hyeonsu Kim and Junho Kim and Jin-Hwa Kim and Jiyoung Lee and Seungryong Kim},
title = {Let 2D Diffusion Model Know 3D-Consistency for Robust Text-to-3D Generation},
journal = {https://arxiv.org/abs/2303.07937},
year = {2023}
}
@article{tang2023_mvdiffusion,
author = {Shitao Tang and Fuyang Zhang and Jiacheng Chen and Peng Wang and Yasutaka Furukawa},
title = {{MVDiffusion}: Enabling Holistic Multi-view Image Generation with Correspondence-Aware Diffusion},
journal = {https://arxiv.org/abs/2307.01097},
year = {2023}
}
@article{liu2023_one2345,
author = {Minghua Liu and Chao Xu and Haian Jin and Linghao Chen and Mukund Varma T and Zexiang Xu and Hao Su},
title = {{One-2-3-45}: Any Single Image to 3D Mesh in 45 Seconds without Per-Shape Optimization},
journal = {https://arxiv.org/abs/2306.16928},
year = {2023}
}
@article{tsalicoglou2023_textmesh,
author = {Christina Tsalicoglou and Fabian Manhardt and Alessio Tonioni and Michael Niemeyer and Federico Tombari},
title = {{TextMesh}: Generation of Realistic 3D Meshes From Text Prompts},
journal = {https://arxiv.org/abs/2304.12439},
year = {2023}
}
@article{{xu2023_promptfree,
author = {Xingqian Xu and Jiayi Guo and Zhangyang Wang and Gao Huang and Irfan Essa and Humphrey Shi},
title = {{Prompt-Free Diffusion}: Taking "Text" out of Text-to-Image Diffusion Models},
journal = {https://arxiv.org/abs/2305.16223},
year = {2023}
}
@article{fridman2023_scenescape,
author = {Rafail Fridman and Amit Abecasis and Yoni Kasten and Tali Dekel},
title = {{SceneScape}: Text-Driven Consistent Scene Generation},
journal = {https://arxiv.org/abs/2302.01133},
year = {2023}
}
@article{{hyung2023_local,
author = {Junha Hyung and Sungwon Hwang and Daejin Kim and Hyunji Lee and Jaegul Choo},
title = {Local 3D Editing via 3D Distillation of CLIP Knowledg},
journal = {https://arxiv.org/abs/2306.12570},
year = {2023}
}
@inproceedings{Mohammad2022_clipmesh,
author = {Nasir Mohammad Khalid and Tianhao Xie and Eugene Belilovsky and Tiberiu Popa},
title = {{CLIP-Mesh}: Generating textured meshes from text using pretrained image-text models},
booktitle = {Special Interest Group on Computer Graphics and Interactive Techniques-Asia},
year = {2022}
}
@article{höllein2023_text2room,
author = {Lukas Höllein and Ang Cao and Andrew Owens and Justin Johnson and Matthias Nießner},
title = {{Text2Room}: Extracting Textured 3D Meshes from 2D Text-to-Image Models},
journal = {https://arxiv.org/abs/2303.11989},
year = {2023}
}
@article{chen2023_singlestage,
author = {Hansheng Chen and Jiatao Gu and Anpei Chen and Wei Tian and Zhuowen Tu and Lingjie Liu and Hao Su},
title = {Single-Stage Diffusion NeRF: A Unified Approach to 3D Generation and Reconstruction},
journal = {https://arxiv.org/abs/2304.06714},
year = {2023}
}
@article{jun2023_shape,
author = {Heewoo Jun and Alex Nichol},
title = {Shap-E: Generating Conditional 3D Implicit Functions},
journal = {https://arxiv.org/abs/2305.02463},
year = {2023}
}
@article{sanghi2023_sketchashape,
author = {Aditya Sanghi and Pradeep Kumar Jayaraman and Arianna Rampini and Joseph Lambourne and Hooman Shayani and Evan Atherton and Saeid Asgari Taghanaki},
title = {{Sketch-A-Shap}e: Zero-Shot Sketch-to-3D Shape Generation},
journal = {https://arxiv.org/abs/2307.03869},
year = {2023}
}
@article{zhou2023_repaintner,
author = {Xingchen Zhou and Ying He and F. Richard Yu and Jianqiang Li and You Li},
title = {{RePaint-NeRF}: NeRF Editting via Semantic Masks and Diffusion Models},
journal = {https://arxiv.org/abs/2306.05668},
year = {2023}
}
@article{chen2023_text2tex,
author = {Chen, Dave Zhenyu and Siddiqui, Yawar and Lee, Hsin-Ying and Tulyakov, Sergey and Nie{\ss}ner, Matthias},
title = {{Text2Tex}: Text-driven Texture Synthesis via Diffusion Models},
journal = {arXiv preprint arXiv:2303.11396},
year = {2023}
}
@article{{ntavelis2023_autodecoding,
author = {Evangelos Ntavelis and Aliaksandr Siarohin and Kyle Olszewski and Chaoyang Wang and Luc Van Gool and Sergey Tulyakov},
title = {AutoDecoding Latent 3D Diffusion Models},
journal = {https://arxiv.org/abs/2307.05445},
year = {2023}
}
@article{{shao2023_control4d,
author = {Ruizhi Shao and Jingxiang Sun and Cheng Peng and Zerong Zheng and Boyao Zhou and Hongwen Zhang and Yebin Liu},
title = {{Control4D}: Dynamic Portrait Editing by Learning 4D GAN from 2D Diffusion-based Editor},
journal = {https://arxiv.org/abs/2305.20082},
year = {2023}
}
@article{yoo2023_dreamsparse,
author = {Paul Yoo and Jiaxian Guo and Yutaka Matsuo and Shixiang Shane Gu},
title = {{DreamSparse}: Escaping from Plato's Cave with 2D Frozen Diffusion Model Given Sparse Views},
journal = {https://arxiv.org/abs/2306.03414},
year = {2023}
}
@article{chen2023_fantasia3d,
author = {Rui Chen and Yongwei Chen and Ningxin Jiao and Kui Jia},
title = {{Fantasia3D}: Disentangling Geometry and Appearance for High-quality Text-to-3D Content Creation},
journal = {https://arxiv.org/abs/2303.13873},
year = {2023}
}
@article{zhang2023_dreamface,
author = {Longwen Zhang and Qiwei Qiu and Hongyang Lin and Qixuan Zhang and Cheng Shi and Wei Yang and Ye Shi and Sibei Yang and Lan Xu and Jingyi Yu},
title = {{DreamFace}: Progressive Generation of Animatable 3D Faces under Text Guidance},
journal = {https://arxiv.org/abs/2304.03117},
year = {2023}
}
@article{cohenbar2023_setthescene,
author = {Dana Cohen-Bar and Elad Richardson and Gal Metzer and Raja Giryes and Daniel Cohen-Or},
title = {Set-the-Scene: Global-Local Training for Generating Controllable NeRF Scenes},
journal = {https://arxiv.org/abs/2303.13450},
year = {2023}
}
@article{han2023_headsculpt,
author = {Xiao Han and Yukang Cao and Kai Han and Xiatian Zhu and Jiankang Deng and Yi-Zhe Song and Tao Xiang and Kwan-Yee K. Wong},
title = {{HeadSculpt}: Crafting 3D Head Avatars with Text},
journal = {https://arxiv.org/abs/2306.03038},
year = {2023}
}
@article{luo2023_scalable,
author = {Tiange Luo and Chris Rockwell and Honglak Lee and Justin Johnson},
title = {Scalable 3D Captioning with Pretrained Models},
journal = {https://arxiv.org/abs/2306.07279},
year = {2023}
}
@article{xu2023_instructp2p,
author = {Jiale Xu and Xintao Wang and Yan-Pei Cao and Weihao Cheng and Ying Shan and Shenghua Gao},
title = {{InstructP2P}: Learning to Edit 3D Point Clouds with Text Instructions},
journal = {https://arxiv.org/abs/2306.07154},
year = {2023}
}
@article{hwang2023_faceclipnerf,
author = {Sungwon Hwang and Junha Hyung and Daejin Kim and Min-Jung Kim and Jaegul Choo},
title = {{FaceCLIPNeRF}: Text-driven 3D Face Manipulation using Deformable Neural Radiance Fields},
journal = {https://arxiv.org/abs/2307.11418},
year = {2023}
}
@article{hong20233d_llm,
author = {Yining Hong and Haoyu Zhen and Peihao Chen and Shuhong Zheng and Yilun Du and Zhenfang Chen and Chuang Gan},
title = {{3D-LLM}: Injecting the 3D World into Large Language Model},
journal = {https://arxiv.org/abs/2307.12981},
year = {2023}
}
@article{yu2023_pointsto3d,
author = {haohui Yu and Qiang Zhou and Jingliang Li and Zhe Zhang and Zhibin Wang and Fan Wang},
title = {{Points-to-3D}: Bridging the Gap between Sparse Points and Shape-Controllable Text-to-3D Generation},
journal = {https://arxiv.org/abs/2307.13908},
year = {2023}
}
@article{kirch2023_rgbdfusion,
author = {Sascha Kirch and Valeria Olyunina and Jan Ondřej and Rafael Pagés and Sergio Martin and Clara Pérez-Molina},
title = {RGB-D-Fusion: Image Conditioned Depth Diffusion of Humanoid Subjects},
journal = {https://arxiv.org/abs/2307.15988},
year = {2023}
}
@article{deitke2022_objaverse,
author = {Matt Deitke and Dustin Schwenk and Jordi Salvador and Luca Weihs and Oscar Michel and Eli VanderBilt and Ludwig Schmidt and Kiana Ehsani and Aniruddha Kembhavi and Ali Farhadi},
title = {Objaverse: A Universe of Annotated 3D Objects},
journal = {https://arxiv.org/abs/2212.08051},
year = {2022}
}
@article{deitke2023_objaversexl,
author = {Matt Deitke and Ruoshi Liu and Matthew Wallingford and Huong Ngo and Oscar Michel and Aditya Kusupati and Alan Fan and Christian Laforte and Vikram Voleti and Samir Yitzhak Gadre and Eli VanderBilt and Aniruddha Kembhavi and Carl Vondrick and Georgia Gkioxari and Kiana Ehsani and Ludwig Schmidt and Ali Farhadi},
title = {Objaverse-XL: A Universe of 10M+ 3D Objects},
journal = {https://arxiv.org/abs/2307.05663},
year = {2023}
}
@inproceedings{wu2023_highfidelity,
author = {Menghua Wu and Hao Zhu and Linjia Huang and Yiyu Zhuang and Yuanxun Lu and Xun Cao},
title = {High-Fidelity 3D Face Generation from Natural Language Descriptions},
booktitle = {Conference on Computer Vision and Pattern Recognition (CVPR)},
year = {2023}
}
@inproceedings{li20233_dqd,
author = {Yuhan Li and Yishun Dou and Xuanhong Chen and Bingbing Ni and Yilin Sun and Yutian Liu and Fuzhen Wang},
title = {{3DQD}: Generalized Deep 3D Shape Prior via Part-Discretized Diffusion Process},
booktitle = {Conference on Computer Vision and Pattern Recognition (CVPR)},
year = {2023}
}
@article{zhang2023_avatarverse,
author = {Huichao Zhang and Bowen Chen and Hao Yang and Liao Qu and Xu Wang and Li Chen and Chao Long and Feida Zhu and Kang Du and Min Zheng},
title = {{AvatarVerse}: High-quality & Stable 3D Avatar Creation from Text and Pose},
journal = {https://arxiv.org/abs/2308.03610},
year = {2023}
}
@article{kolotouros2023_dreamhuman,
author = {Nikos Kolotouros and Thiemo Alldieck and Andrei Zanfir and Eduard Gabriel Bazavan and Mihai Fieraru and Cristian Sminchisescu},
title = {{DreamHuman}: Animatable 3D Avatars from Text},
journal = {https://arxiv.org/abs/2306.09329},
year = {2023}
}
@inproceedings{kim2023_podia3d,
author = {Gwanghyun Kim and Ji Ha Jang and Se Young Chun},
title = {{PODIA-3D}: Domain Adaptation of 3D Generative Model Across Large Domain Gap Using Pose-Preserved Text-to-Image Diffusion},
booktitle = {International Conference on Computer Vision {ICCV}},
year = {2023}
}
@inproceedings{kim2023_chupa,
author = {Byungjun Kim and Patrick Kwon and Kwangho Lee and Myunggi Lee and Sookwan Han and Daesik Kim and Hanbyul Joo},
title = {{Chupa}: Carving 3D Clothed Humans from Skinned Shape Priors using 2D Diffusion Probabilistic Models},
booktitle = {International Conference on Computer Vision {ICCV}},
year = {2023}
}
@article{huang2023_tech,
author = {Yangyi Huang and Hongwei Yi and Yuliang Xiu and Tingting Liao and Jiaxiang Tang and Deng Cai and Justus Thies},
title = {{TeCH}: Text-guided Reconstruction of Lifelike Clothed Humans},
journal = {https://arxiv.org/abs/2308.08545},
year = {2023}
}
@article{Hu2023_humanLiff,
author = {Hu Shoukang and Hong Fangzhou and Hu Tao and Pan Liang and Mei Haiyi and Xiao Weiye and Yang Lei and Liu Ziwei},
title = {{HumanLiff}: Layer-wise 3D Human Generation with Diffusion Model},
journal = {ArXiv preprint},
year = {2023}
}
@article{liao2023_tada,
author = { Liao Tingting and Yi Hongwei and Xiu Yuliang and Jiaxiang Tang and Huang Yangyi and Thies Justus and Black, Michael J},
title = {{TADA!}: Text to Animatable Digital Avatars},
journal = {ArXiv preprint},
year = {2023}
}
@article{xu2023_matlaber,
author = {Xudong Xu and Zhaoyang Lyu and Xingang Pan and Bo Dai},
title = {{MATLABER}: Material-Aware Text-to-3D via LAtent BRDF auto-EncodeR},
journal = {https://arxiv.org/abs/2308.09278},
year = {2023}
}
@article{chen2023_it3d,
author = {Yiwen Chen and Chi Zhang and Xiaofeng Yang and Zhongang Cai and Gang Yu and Lei Yang and Guosheng Lin},
title = {{IT3D}: Improved Text-to-3D Generation with Explicit View Synthesis},
journal = {https://arxiv.org/abs/2308.11473},
year = {2023}
}
@inproceedings{abdelreheem2023_satr,
author = {Ahmed Abdelreheem and Ivan Skorokhodov and Maks Ovsjanikov and Peter Wonka},
title = {{SATR}: Zero-Shot Semantic Segmentation of 3D Shapes},
booktitle = {International Conference on Computer Vision {ICCV}},
year = {2023}
}
@inproceedings{huang2023_oneshot,
author = {Yangyi Huang and Hongwei Yi and Weiyang Liu and Haofan Wang and Boxi Wu and Wenxiao Wang and Binbin Lin and Debing Zhang and Deng Cai},
title = {One-shot Implicit Animatable Avatars with Model-based Priors},
booktitle = {International Conference on Computer Vision {ICCV}},
year = {2023}
}
@article{shi2023_MVDream,
author = {Shi Yichun and Wang Peng and Ye Jianglong and Mai Long and Li Kejie and Yang Xiao},
title = {{MVDream}: Multi-view Diffusion for 3D Generation},
journal = {https://arxiv.org/abs/2308.16512},
year = {2023}
}
@article{xu2023_pointllm,
author = {Xu Runsen and Wang Xiaolong and Wang Tai and Chen Yilun and Pang Jiangmiao and Lin Dahua},
title = {{PointLLM}: Empowering Large Language Models to Understand Point Clouds},
journal = {https://arxiv.org/abs/2308.16911},
year = {2023}
}
@inproceedings{yu2023_texture,
author = {Xin Yu and Peng Dai and Wenbo Li and Lan Ma and Zhengzhe Liu and Xiaojuan Qi},
title = {Texture Generation on 3D Meshes with Point-UV Diffusion},
booktitle = {International Conference on Computer Vision {ICCV}},
year = {2023}
}
@article{liu2023_syncdreamer,
author = {Yuan Liu and Cheng Lin and Zijiao Zeng and Xiaoxiao Long and Lingjie Liu and Taku Komura and Wenping Wang},
title = {{SyncDreamer}: Generating Multiview-consistent Images from a Single-view Image},
journal = {https://arxiv.org/abs/2309.03453},
year = {2023}
}
@article{hwang2023text2_control3d,
author = {Sungwon Hwang and Junha Hyung and Jaegul Cho},
title = {{Text2Control3D}: Controllable 3D Avatar Generation in Neural Radiance Fields using Geometry-Guided Text-to-Image Diffusion Model},
journal = {https://arxiv.org/abs/2309.03550},
year = {2023}
}
@article{zhang2023_textguided,
author = {Hao Zhang and Yao Feng and Peter Kulits and Yandong Wen and Justus Thies and Michael J. Black},
title = {{TECA}: ext-Guided Generation and Editing of Compositional 3D Avatars},
journal = {https://arxiv.org/abs/2309.07125},
year = {2023}
}
@article{svitov2023dinar,
author = {David Svitov and Dmitrii Gudkov and Renat Bashirov and Victor Lempitsky},
title = {{DINAR}: Diffusion Inpainting of Neural Textures for One-Shot Human Avatars},
journal = {https://arxiv.org/abs/2303.09375},
year = {2023}
}
@article{cao2023_large_vocabulary,
author = {Ziang Cao and Fangzhou Hong and Tong Wu and Liang Pan and Ziwei Liu},
title = {Large-Vocabulary 3D Diffusion Model with Transformer},
journal = {https://arxiv.org/abs/2309.07920},
year = {2023}
}
@article{yi2023progressive,
author = {Han Yi and Zhedong Zheng and Xiangyu Xu and Tat-seng Chua},
title = {Progressive Text-to-3D Generation for Automatic 3D Prototyping},
journal = {https://arxiv.org/abs/2309.14600},
year = {2023}
}
@article{tang2023_dreamgaussian,
author = {Han Yi and Zhedong Zheng and Xiangyu Xu and Tat-seng Chua},
title = {{DreamGaussian}: Generative Gaussian Splatting for Efficient 3D Content Creation},
journal = {https://arxiv.org/abs/2309.16653},
year = {2023}
}
@inproceedings{tyszkiewicz2023_gecco,
author = {Michal J. Tyszkiewicz and Pascal Fua and Eduard Trulls},
title = {{GECCO}: Geometrically-Conditioned Point Diffusion Models},
booktitle = {International Conference on Computer Vision {ICCV}},
year = {2023}
}
@article{li2023_sweetdreamer,
author = {Weiyu Li and Rui Chen and Xuelin Chen and Ping Tan},
title = {{SweetDreamer}: Aligning Geometric Priors in 2D Diffusion for Consistent Text-to-3D},
journal = {https://arxiv.org/abs/2310.02596},
year = {2023}
}
@article{huang2023_humannorm,
author = {Xin Huang and Ruizhi Shao and Qi Zhang and Hongwen Zhang and Ying Feng and Yebin Liu and Qing Wang},
title = {{HumanNorm}: Learning Normal Diffusion Model for High-quality and Realistic 3D Human Generation},
journal = {https://arxiv.org/abs/2310.01406},
year = {2023}
}
@article{lin2023_consistent123,
author = {Yukang Lin and Haonan Han and Chaoqun Gong and Zunnan Xu and Yachao Zhang and Xiu Li},
title = {Consistent123: One Image to Highly Consistent 3D Asset Using Case-Aware Diffusion Priors},
journal = {https://arxiv.org/abs/2309.17261},
year = {2023}
}
@article{yi2023_gaussiandreamer,
author = {Taoran Yi and Jiemin Fang and Guanjun Wu and Lingxi Xie and Xiaopeng Zhang and Wenyu Liu and Qi Tian and Xinggang Wang},
title = {{GaussianDreamer}: Fast Generation from Text to 3D Gaussian Splatting with Point Cloud Priors},
journal = {https://arxiv.org/abs/2310.08529},
year = {2023}
}
@article{chen2023_textto3d,
author = {Zilong Chen and Feng Wang and Huaping Liu},
title = {Text-to-3D using Gaussian Splatting},
journal = {https://arxiv.org/abs/2309.16585},
year = {2023}
}
@article{cheng2023_progressive3d,
author = {Xinhua Cheng and Tianyu Yang and Jianan Wang and Yu Li and Lei Zhang and Jian Zhang and Li Yuan},
title = {Progressive3D: Progressively Local Editing for Text-to-3D Content Creation with Complex Semantic Prompts},
journal = {https://arxiv.org/abs/2310.11784},
year = {2023}
}
@article{sun2023_3dgpt,
author = {Chunyi Sun and Junlin Han and Weijian Deng and Xinlong Wang and Zishan Qin and Stephen Gould},
title = {3D-GPT: Procedural 3D Modeling with Large Language Models},
journal = {https://arxiv.org/abs/2310.12945},
year = {2023}
}
@article{shi2023zero123pp,
author = {Ruoxi Shi and Hansheng Chen and Zhuoyang Zhang and Minghua Liu and Chao Xu and Xinyue Wei and Linghao Chen and Chong Zeng and Hao Su},
title = {Zero123++: a Single Image to Consistent Multi-view Diffusion Base Model},
journal = {https://arxiv.org/abs/2310.15110},
year = {2023}
}
@article{sun2023dreamcraft3d,
author = {Jingxiang Sun and Bo Zhang and Ruizhi Shao and Lizhen Wang and Wen Liu and Zhenda Xie and Yebin Liu},
title = {DreamCraft3D: Hierarchical 3D Generation with Bootstrapped Diffusion Prior},
journal = {https://arxiv.org/abs/2310.16818},
year = {2023}
}
@article{babu2023_hyperfields,
author = {Sudarshan Babu and Richard Liu and Avery Zhou and Michael Maire and Greg Shakhnarovich and Rana Hanocka},
title = {HyperFields: Towards Zero-Shot Generation of NeRFs from Text},
journal = {https://arxiv.org/abs/2310.17075},
year = {2023}
}
@article{{pan2023_ehr3D,
author = {Zijie Pan and Jiachen Lu and Xiatian Zhu and Li Zhang},
title = {Enhancing High-Resolution 3D Generation through Pixel-wise Gradient Clipping},
journal = {https://arxiv.org/abs/2310.12474},
year = {2023}
}
@article{{yu2023_csd,
author = {Xin Yu and Yuan-Chen Guo and Yangguang Li and Ding Liang and Song-Hai Zhang and Xiaojuan Qi},
title = {Text-to-3D with classifier score distillation},
journal = {https://arxiv.org/abs/2310.19415},
year = {2023}
}
@article{{katzir2023_noisefree,
author = {Xin Yu and Yuan-Chen Guo and Yangguang Li and Ding Liang and Song-Hai Zhang and Xiaojuan Qi},
title = {Noise-Free Score Distillation},
journal = {https://arxiv.org/abs/22310.17590},
year = {2023}
}
@article{yuan2023_customnet,
author = {Ziyang Yuan and Mingdeng Cao and Xintao Wang and Zhongang Qi and Chun Yuan and Ying Shan},
title = {CustomNet: Zero-shot Object Customization with Variable-Viewpoints in Text-to-Image Diffusion Models},
journal = {https://arxiv.org/abs/22310.17590},
year = {2023}
}
@article{jiang2023_consistent4d,
author = {Yanqin Jiang and Li Zhang and Jin Gao and Weimin Hu and Yao Yao},
title = {Consistent4D: Consistent 360{\deg} Dynamic Object Generation from Monocular Video},
journal = {https://arxiv.org/abs/2311.02848},
year = {2023}
}
@article{hong2023_lrm,
author = {Yicong Hong and Kai Zhang and Jiuxiang Gu and Sai Bi and Yang Zhou and Difan Liu and Feng Liu and Kalyan Sunkavalli and Trung Bui and Hao Tan},
title = {{LRM}: Large Reconstruction Model for Single Image to 3D},
journal = {https://arxiv.org/abs/2311.04400},
year = {2023}
}
@article{liu2023_one2345,
author = {Minghua Liu and Ruoxi Shi and Linghao Chen and Zhuoyang Zhang and Chao Xu and Xinyue Wei and Hansheng Chen and Chong Zeng and Jiayuan Gu and Hao Su},
title = {{One-2-3-45++}: Fast Single Image to 3D Objects with Consistent Multi-View Generation and 3D Diffusion},
journal = {https://arxiv.org/abs/2311.07885},
year = {2023}
}
@article{liang2023_luciddreamer,
author = {Yixun Liang and Xin Yang and Jiantao Lin and Haodong Li and Xiaogang Xu and Yingcong Chen},
title = {{LucidDreamer}: Towards High-Fidelity Text-to-3D Generation via Interval Score Matching},
journal = {https://arxiv.org/abs/2311.11284},
year = {2023}
}
@article{feng2023_magicdreamer,
author = {Lincong Feng and Muyu Wang and Maoyu Wang and Kuo Xu and Xiaoli Liu},
title = {{MetaDreamer}: Efficient Text-to-3D Creation With Disentangling Geometry and Texture},
journal = {https://arxiv.org/abs/2311.10123},
year = {2023}
}
@article{guo2023decorated,
title={Decorate3D: Text-Driven High-Quality Texture Generation for Mesh Decoration in the Wild},
author={Yanhui Guo and Xinxin Zuo and Peng Dai and Juwei Lu and Xiaolin Wu and Li Cheng and Youliang Yan and Songcen Xu and Xiaofei Wu},
booktitle={Thirty-seventh Conference on Neural Information Processing Systems},
year={2023},
url={https://openreview.net/forum?id=1recIOnzOF}
}
@article{bahmani_20234dfy,
author = {Lincong Feng and Muyu Wang and Maoyu Wang and Kuo Xu and Xiaoli Liu},
title = {{4D-fy}: Text-to-4D Generation Using Hybrid Score Distillation Sampling},
journal = {https://arxiv.org/abs/2311.17984},
year = {2023}
}
@article{sauer2023_adversarial,
author = {Axel Sauer and Dominik Lorenz and Andreas Blattmann and Robin Rombach},
title = {Adversarial Diffusion Distillation},
journal = {https://arxiv.org/abs/2311.17042},
year = {2023}
}
@article{liu2023_humangaussian,
author = {Xian Liu and Xiaohang Zhan and Jiaxiang Tang and Ying Shan and Gang Zeng and Dahua Lin and Xihui Liu and Ziwei Liu},
title = {HumanGaussian: Text-Driven 3D Human Generation with Gaussian Splatting},
journal = {https://arxiv.org/abs/2311.17061},
year = {2023}
}
@article{siddiqui2023_meshgpt,
author = {Yawar Siddiqui and Antonio Alliegro and Alexey Artemov and Tatiana Tommasi and Daniele Sirigatti and Vladislav Rosov and Angela Dai and Matthias Nießner},
title = {MeshGPT: Generating Triangle Meshes with Decoder-Only Transformers},
journal = {https://arxiv.org/abs/2311.15475},
year = {2023}
}
@article{zhou2023_dreampropeller,
author = {Linqi Zhou and Andy Shih and Chenlin Meng and Stefano Ermon},
title = {DreamPropeller: Supercharge Text-to-3D Generation with Parallel Sampling},
journal = {https://arxiv.org/abs/2311.17082},
year = {2023}
}
@article{wu2023_hyperdreamer,
author = {Tong Wu and Zhibing Li and Shuai Yang and Pan Zhang and Xinggang Pan and Jiaqi Wang and Dahua Lin and Ziwei Liu},
title = {{HyperDreamer}: Hyper-Realistic 3D Content Generation and Editing from a Single Image},
journal = {https://arxiv.org/abs/2312.04543},
year = {2023}
}
@article{ma2023_xdreamer,
author = {Yiwei Ma and Yijun Fan and Jiayi Ji and Haowei Wang and Xiaoshuai Sun and Guannan Jiang and Annan Shu and Rongrong Ji},
title = {{X-Dreamer}: Creating High-quality 3D Content by Bridging the Domain Gap Between Text-to-2D and Text-to-3D Generation},
journal = {https://arxiv.org/abs/2312.00085},
year = {2023}
}
@article{wu2023_textguided,
author = {Yunjie Wu and Yapeng Meng and Zhipeng Hu and Lincheng Li and Haoqian Wu and Kun Zhou and Weiwei Xu and Xin Yu},
title = {Text-Guided 3D Face Synthesis From Generation to Editing},
journal = {https://arxiv.org/abs/2312.00375},
year = {2023}
}
@article{guo2023_stabledreamer,
author = {Pengsheng Guo and Hans Hao and Adam Caccavale and Zhongzheng Ren and Edward Zhang and Qi Shan and Aditya Sankar and Alexander G. Schwing and Alex Colburn and Fangchang Ma},
title = {{StableDreamer}: Taming Noisy Score Distillation Sampling for Text-to-3D},
journal = {https://arxiv.org/abs/2312.02189},
year = {2023}
}
@article{wan2023_cad,
author = {Ziyu Wan and Despoina Paschalidou and Ian Huang and Hongyu Liu and Bokui Shen and Xiaoyu Xiang and Jing Liao and Leonidas Guibas},
title = {{CAD}: Photorealistic 3D Generation via Adversarial Distillation},
journal = {https://arxiv.org/abs/2312.06663},
year = {2023}
}
@article{qiu2023_richdreamer,
author = {Lingteng Qiu and Guanying Chen and Xiaodong Gu and Qi Zuo and Mutian Xu and Yushuang Wu and Weihao Yuan and Zilong Dong and Liefeng Bo and Xiaoguang Han},
title = {{RichDreamer}: A Generalizable Normal-Depth Diffusion Model for Detail Richness in Text-to-3D},
journal = {https://arxiv.org/abs/2311.16918},
year = {2023}
}
@article{prabhu2023_inpaint3d,
author = {Kira Prabhu and Jane Wu and Lynn Tsai and Peter Hedman and Dan B Goldman and Ben Poole and Michael Broxton},
title = {{Inpaint3D}: 3D Scene Content Generation using 2D Inpainting Diffusion},
journal = {https://arxiv.org/abs/2312.03869},
year = {2023}
}
@article{ding2023_textto3d,
author = {Lihe Ding and Shaocong Dong and Zhanpeng Huang and Zibin Wang and Yiyuan Zhang and Kaixiong Gong and Dan Xu and Tianfan Xue},
title = {Text-to-3D Generation with Bidirectional Diffusion using both 2D and 3D priors},
journal = {https://arxiv.org/abs/2312.04963},
year = {2023}
}
@article{xu2023_seeavatar,
author = {Yuanyou Xu and Zongxin Yang and Yi Yang},
title = {SEEAvatar: Photorealistic Text-to-3D Avatar Generation with Constrained Geometry and Appearance},
journal = {https://arxiv.org/abs/2312.08889},
year = {2023}
}
@article{ouyang2023_text2immersion,
author = {Hao Ouyang and Kathryn Heal and Stephen Lombardi and Tiancheng Sun},
title = {{Text2Immersion}: Generative Immersive Scene with 3D Gaussians},
journal = {https://arxiv.org/abs/2312.09242},
year = {2023}
}
@article{zhang2023repaint123,
author = {Hao Ouyang and Kathryn Heal and Stephen Lombardi and Tiancheng Sun},
title = {{Repaint123}: Fast and High-quality One Image to 3D Generation with Progressive Controllable 2D Repainting},
journal = {https://arxiv.org/abs/2312.13271},
year = {2023}
}
@article{huang2023customizeit3d,
author = {Nan Huang and Ting Zhang and Yuhui Yuan and Dong Chen and Shanghang Zhang},
title = {{Customize-It-3D}: High-Quality 3D Creation from A Single Image Using Subject-Specific Knowledge Prior},
journal = {https://arxiv.org/abs/2312.11535},
year = {2023}
}
@article{youwang2023paintit,
author = {Kim Youwang and Tae-Hyun Oh and Gerard Pons-Moll},
title = {{Paint-it}: Text-to-Texture Synthesis via Deep Convolutional Texture Map Optimization and Physically-Based Rendering},
journal = {https://arxiv.org/abs/2312.11360},
year = {2023}
}
@article{yuan2023gavatar,
author = {Ye Yuan and Xueting Li and Yangyi Huang and Shalini De Mello and Koki Nagano and Jan Kautz and Umar Iqbal},
title = {{GAvatar}: Animatable 3D Gaussian Avatars with Implicit Mesh Learning},
journal = {https://arxiv.org/abs/2312.11461},
year = {2023}
}
@article{tang2023stable,
author = {Boshi Tang and Jianan Wang and Zhiyong Wu and Lei Zhang},
title = {Stable Score Distillation for High-Quality 3D Generation},
journal = {https://arxiv.org/abs/2312.09305},
year = {2023}
}
@article{simon2023hypervoltran,
author = {Christian Simon and Sen He and Juan-Manuel Perez-Rua and Frost Xu and Amine Benhalloum and Tao Xiang},
title = {{Hyper-VolTran}: Fast and Generalizable One-Shot Image to 3D Object Structure via HyperNetworks},
journal = {https://arxiv.org/abs/2312.16218},
year = {2023}
}
@article{woo2023harmonyview,
author = {Sangmin Woo and Byeongjun Park and Hyojun Go and Jin-Young Kim and Changick Kim},
title = {HarmonyView: Harmonizing Consistency and Diversity in One-Image-to-3D},
journal = {https://arxiv.org/abs/2312.15980},
year = {2023}
}
@article{woo2023harmonyview,
author = {Sangmin Woo and Byeongjun Park and Hyojun Go and Jin-Young Kim and Changick Kim},
title = {HarmonyView: Harmonizing Consistency and Diversity in One-Image-to-3D},
journal = {https://arxiv.org/abs/2312.15980},
year = {2023}