From c780d3b32ab2ed5026ee884bd38f70e65b9c92a1 Mon Sep 17 00:00:00 2001 From: NJUyued Date: Thu, 25 Apr 2024 11:22:07 +0800 Subject: [PATCH] update AAAI 2024 --- files/img_classification.md | 8 ++++++++ files/other_papers.md | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/files/img_classification.md b/files/img_classification.md index 3c046a2..a985bd2 100644 --- a/files/img_classification.md +++ b/files/img_classification.md @@ -1,10 +1,18 @@ ## Image Classification +### 2024 +- Roll with the Punches: Expansion and Shrinkage of Soft Label Selection for Semi-supervised Fine-Grained Learning. + [[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* + ### 2023 - Towards Semi-supervised Learning with Non-random Missing Labels. [[pdf]](https://arxiv.org/pdf/2308.08872.pdf) + [[code]](https://github.com/NJUyued/PRG4SSL-MNAR) + [[zhihu]](https://zhuanlan.zhihu.com/p/653555164) - Yue Duan, Zhen Zhao, Lei Qi, Luping Zhou, Lei Wang, Yinghuan Shi. *ICCV 2023* - Semi-supervised learning made simple with self-supervised clustering. diff --git a/files/other_papers.md b/files/other_papers.md index f4fe191..9fefb24 100644 --- a/files/other_papers.md +++ b/files/other_papers.md @@ -1,5 +1,11 @@ ## Other +### 2024 +- PG-LBO: Enhancing High-Dimensional Bayesian Optimization with Pseudo-Label and Gaussian Process Guidance. + [[pdf]](https://ojs.aaai.org/index.php/AAAI/article/download/29018/29931) + [[code]](https://github.com/TaicaiChen/PG-LBO) + - Taicai Chen, Yue Duan, Dong Li, Lei Qi, Yinghuan Shi, Yang Gao. *AAAI 2024* + ### 2022 - SemiFL: Semi-Supervised Federated Learning for Unlabeled Clients with Alternate Training.