From 5c90b9374c26a1ab21c78527ff094fd9d0551280 Mon Sep 17 00:00:00 2001 From: hyppku Date: Fri, 24 May 2024 10:44:08 +0800 Subject: [PATCH 1/2] 2024-05-24 10:44:08 --- .idea/.gitignore | 8 ++++++++ .idea/awesome-semi-supervised-learning.iml | 8 ++++++++ .idea/inspectionProfiles/Project_Default.xml | 19 +++++++++++++++++++ .../inspectionProfiles/profiles_settings.xml | 6 ++++++ .idea/misc.xml | 4 ++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ files/img_classification.md | 5 +++++ 8 files changed, 64 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/awesome-semi-supervised-learning.iml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..35410ca --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/awesome-semi-supervised-learning.iml b/.idea/awesome-semi-supervised-learning.iml new file mode 100644 index 0000000..d0876a7 --- /dev/null +++ b/.idea/awesome-semi-supervised-learning.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..13589d2 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,19 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..5e80905 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..309f3c1 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/files/img_classification.md b/files/img_classification.md index a985bd2..6ae3743 100644 --- a/files/img_classification.md +++ b/files/img_classification.md @@ -6,6 +6,11 @@ [[pdf]](https://ojs.aaai.org/index.php/AAAI/article/view/29068/30023) [[code]](https://github.com/NJUyued/SoC4SS-FGVC) - Yue Duan, Zhen Zhao, Lei Qi, Luping Zhou, Lei Wang, Yinghuan Shi. *AAAI 2024* + +- Towards Realistic Long-tailed Semi-supervised Learning in an Open World. + [[pdf]](https://arxiv.org/abs/2405.14516) + [[code]](https://github.com/heyuanpengpku/ROLSSL) + - Yuanpeng He, Lijian Li, Yali Bi, Tianxiang Zhan, Chi-Man Pun, Wenpin Jiao, Zhi Jin. *arXiv 2024* ### 2023 From 94d4bebc054c0e23f37842d0775d3ee5174c7580 Mon Sep 17 00:00:00 2001 From: hyppku Date: Fri, 24 May 2024 10:44:32 +0800 Subject: [PATCH 2/2] 2024-05-24 10:44:32 --- .idea/.gitignore | 8 -------- .idea/awesome-semi-supervised-learning.iml | 8 -------- .idea/inspectionProfiles/Project_Default.xml | 19 ------------------- .../inspectionProfiles/profiles_settings.xml | 6 ------ .idea/misc.xml | 4 ---- .idea/modules.xml | 8 -------- .idea/vcs.xml | 6 ------ 7 files changed, 59 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/awesome-semi-supervised-learning.iml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 35410ca..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# 默认忽略的文件 -/shelf/ -/workspace.xml -# 基于编辑器的 HTTP 客户端请求 -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/awesome-semi-supervised-learning.iml b/.idea/awesome-semi-supervised-learning.iml deleted file mode 100644 index d0876a7..0000000 --- a/.idea/awesome-semi-supervised-learning.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 13589d2..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 105ce2d..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 5e80905..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 309f3c1..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file