Datasets:

Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
BestWJH commited on
Commit
8592b0d
·
verified ·
1 Parent(s): a90d249

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -7
README.md CHANGED
@@ -13,17 +13,20 @@ It was presented in the paper
13
 
14
  If you find it useful, we would appreciate it if you could cite our paper:
15
  ```
16
- @article{wu2025swift4d,
17
- title={Swift4D: Adaptive divide-and-conquer Gaussian Splatting for compact and efficient reconstruction of dynamic scene},
18
- author={Wu, Jiahao and Peng, Rui and Wang, Zhiyan and Xiao, Lu and Tang, Luyang and Yan, Jinbo and Xiong, Kaiqiang and Wang, Ronggang},
19
- journal={arXiv preprint arXiv:2503.12307},
20
- year={2025}
 
 
21
  }
22
 
23
- @article{wu2025localdygs,
24
  title={LocalDyGS: Multi-view Global Dynamic Scene Modeling via Adaptive Local Implicit Feature Decoupling},
25
  author={Wu, Jiahao and Peng, Rui and Jiao, Jianbo and Yang, Jiayu and Tang, Luyang and Xiong, Kaiqiang and Liang, Jie and Yan, Jinbo and Liu, Runling and Wang, Ronggang},
26
- journal={arXiv preprint arXiv:2507.02363},
 
27
  year={2025}
28
  }
29
  ```
 
13
 
14
  If you find it useful, we would appreciate it if you could cite our paper:
15
  ```
16
+ @inproceedings{
17
+ wu2025swiftd,
18
+ title={Swift4D: Adaptive divide-and-conquer Gaussian Splatting for compact and efficient reconstruction of dynamic scene},
19
+ author={Jiahao Wu and Rui Peng and Zhiyan Wang and Lu Xiao and Luyang Tang and Jinbo Yan and Kaiqiang Xiong and Ronggang Wang},
20
+ booktitle={The Thirteenth International Conference on Learning Representations},
21
+ year={2025},
22
+ url={https://openreview.net/forum?id=c1RhJVTPwT}
23
  }
24
 
25
+ @inproceedings{wu2025localdygs,
26
  title={LocalDyGS: Multi-view Global Dynamic Scene Modeling via Adaptive Local Implicit Feature Decoupling},
27
  author={Wu, Jiahao and Peng, Rui and Jiao, Jianbo and Yang, Jiayu and Tang, Luyang and Xiong, Kaiqiang and Liang, Jie and Yan, Jinbo and Liu, Runling and Wang, Ronggang},
28
+ booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision},
29
+ pages={9519--9529},
30
  year={2025}
31
  }
32
  ```