SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2509.25033 · NeurIPS · 2025

VT-FSL: Bridging Vision and Text with LLMs for Few-Shot Learning

Yilong Yin, Wenhao Li, Qiangchang Wang, Xianjing Meng, Zhibin Wu

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 8 functions out of this paper's own repositories and ran 7 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
peacelwh/VT-FSL — 7 of 8
FunctionStatusWhere it lives
Attention Ran peacelwh/VT-FSL/model/visformer.py
code served (permissive licence) · get_code("1bd6240830af49b9")
BatchNorm Ran peacelwh/VT-FSL/model/visformer.py
code served (permissive licence) · get_code("05eede504e344a58")
Block Ran peacelwh/VT-FSL/model/visformer.py
code served (permissive licence) · get_code("35404f99093e9ae8")
LayerNorm Ran peacelwh/VT-FSL/model/visformer.py
code served (permissive licence) · get_code("f24f0f4817b7e363")
Mlp Ran peacelwh/VT-FSL/model/visformer.py
code served (permissive licence) · get_code("131a8f7d31012a1a")
PatchEmbed Ran peacelwh/VT-FSL/model/visformer.py
code served (permissive licence) · get_code("0578657979bade6e")
_ntuple Ran peacelwh/VT-FSL/model/visformer.py
code served (permissive licence) · get_code("671adf4caf15b9fd")
Visformer Not yet run peacelwh/VT-FSL/model/visformer.py
code served (permissive licence) · get_code("0bd7a408a095f860")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Few-shot learning (FSL) aims to recognize novel concepts from only a few labeled support samples. Recent studies enhance support features by incorporating additional semantic information (e.g., class descriptions) or designing complex semantic fusion modules. However, these methods still suffer from hallucinating semantics that contradict the visual evidence due to the lack of grounding in actual instances, resulting in noisy guidance and costly corrections. To address these issues, we propose a novel framework, bridging Vision and Text with LLMs for Few-Shot Learning (VT-FSL), which constructs precise cross-modal prompts conditioned on Large Language Models (LLMs) and support images, seamlessly integrating them through a geometry-aware alignment mechanism. It mainly consists of Cross-modal Iterative Prompting (CIP) and Cross-modal Geometric Alignment (CGA). Specifically, the CIP conditions an LLM on both class names and support images to generate precise class descriptions iteratively in a single structured reasoning pass. These descriptions not only enrich the semantic understanding of novel classes but also enable the zero-shot synthesis of semantically consistent images. The descriptions and synthetic images act respectively as complementary textual and visual prompts, providing high-level class semantics and low-level intra-class diversity to compensate for limited support data. Furthermore, the CGA jointly aligns the fused textual, support, and synthetic visual representations by minimizing the kernelized volume of the 3-dimensional parallelotope they span. It captures global and nonlinear relationships among all representations, enabling structured and consistent multimodal integration. The proposed VT-FSL method establishes new state-of-the-art performance across ten diverse benchmarks, including standard, cross-domain, and fine-grained few-shot learning scenarios. Code is available at https://github.com/peacelwh/VT-FSL.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2509.25033")
get_code_for_paper("2509.25033")
have("2509.25033")

Connect an agent — have() is free.