From 1ba2d4359b521d2813ac7294356a8ec68f85fb71 Mon Sep 17 00:00:00 2001 From: miunangel Date: Sat, 11 Oct 2025 18:22:05 +0800 Subject: [PATCH] doc: Add icons --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index ce24d7d..9278432 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,8 @@ # MSGCoOp: Visual-Language Prompt Tuning with Knowledge-guided Context Optimization +[![Paper](https://img.shields.io/badge/arXiv-Paper-brightgreen.svg)](https://arxiv.org/abs/2507.21786) +[![Code](https://img.shields.io/badge/Code-GitHub-blueviolet.svg)](https://github.com/Rain-Bus/MSGCoOp) + ## Overview of MSGCoOp We introduce **Multi-prompt Semantic-Guided Context Optimization (MSGCoOp)**, a novel framework that advances CLIP-based prompt tuning for few-shot learning. MSGCoOp addresses the challenge of generalizing to novel classes efficiently, without heavy architectural modifications or expensive computation.