Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
- Before using the dataset, please visit: https://github.com/LMMMEng/CaRE.
|
| 6 |
+
|
| 7 |
+
- If you find this dataset useful for your research, please cite:
|
| 8 |
+
|
| 9 |
+
```
|
| 10 |
+
@inproceedings{lou2026scaling,
|
| 11 |
+
title={Scaling Continual Learning to 300+ Tasks with Bi-Level Routing Mixture-of-Experts},
|
| 12 |
+
author={Lou, Meng and Fu, Yunxiang and Yu, Yizhou},
|
| 13 |
+
booktitle={International Conference on Machine Learning},
|
| 14 |
+
year={2026},
|
| 15 |
+
}
|
| 16 |
+
|
| 17 |
+
@inproceedings{zhang2022benchmarking,
|
| 18 |
+
title={Benchmarking omni-vision representation through the lens of visual realms},
|
| 19 |
+
author={Zhang, Yuanhan and Yin, Zhenfei and Shao, Jing and Liu, Ziwei},
|
| 20 |
+
booktitle={European Conference on Computer Vision},
|
| 21 |
+
year={2022},
|
| 22 |
+
}
|
| 23 |
+
```
|