Next Article in Journal
Eye-Tracking and Emotion-Based Evaluation of Wardrobe Front Colors and Textures in Bedroom Interiors
Previous Article in Journal
Neuroplasticity-Informed Learning Under Cognitive Load: A Systematic Review of Functional Imaging, Brain Stimulation, and Educational Technology Applications
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

HISF: Hierarchical Interactive Semantic Fusion for Multimodal Prompt Learning

State Key Laboratory of Media Convergence and Communication, School of Information and Communication Engineering, Communication University of China, Beijing 100024, China
*
Authors to whom correspondence should be addressed.
Multimodal Technol. Interact. 2026, 10(1), 6; https://doi.org/10.3390/mti10010006
Submission received: 2 November 2025 / Revised: 10 December 2025 / Accepted: 16 December 2025 / Published: 6 January 2026

Abstract

Recent vision-language pre-training models, like CLIP, have been shown to generalize well across a variety of multitask modalities. Nonetheless, their generalization for downstream tasks is limited. As a lightweight adaptation approach, prompt learning could allow task transfer by optimizing only several learnable vectors and thus is more flexible for pre-trained models. However, current methods mainly concentrate on the design of unimodal prompts and ignore effective means for multimodal semantic fusion and label alignment, which limits their representation power. To tackle these problems, this paper designs a Hierarchical Interactive Semantic Fusion (HISF) framework for multimodal prompt learning. On top of frozen CLIP backbones, HISF injects visual and textual signals simultaneously in intermediate layers of a Transformer through a cross-attention mechanism as well as fitting category embeddings. This architecture realizes the hierarchical semantic fusion at the modality level with structural consistency kept at each layer. In addition, a Label Embedding Constraint and a Semantic Alignment Loss are proposed to promote category consistency while alleviating semantic drift in training. Extensive experiments across 11 few-shot image classification benchmarks show that HISF improves the average accuracy by around 0.7% compared to state-of-the-art methods and has remarkable robustness in cross-domain transfer tasks. Ablation studies also verify the effectiveness of each proposed part and their combination: hierarchical structure, cross-modal attention, and semantic alignment collaborate to enrich representational capacity. In conclusion, the proposed HISF is a new hierarchical view for multimodal prompt learning and provides a more lightweight and generalizable paradigm for adapting vision-language pre-trained models.

1. Introduction

Massive vision-language pre-trained models like CLIP [1] have recently made great progress in multimodal understanding. Trained from hundreds of millions of image-text pairs [2], these models learn to align visual and textual information into a shared semantics space and thus provide exciting zero-shot generalization performance across many different recognition tasks. Large-scale models need to be adapted further downstream, and fine-tuning such large models is expensive and data-consuming, which implies the exploration of parameter-efficient adaptation techniques.
Swift learning has recently become a popular option for knowledge transfer while preserving small differences in the model, which allows only limited parameter updating [3]. With the addition of a few learnable prompt vectors, these methods condition the frozen backbone to execute new tasks without changing its base structure. Previous methods, such as CoOp [4] (Context Optimization) and Co-CoOp [5] (Conditional CoOp), have worked successfully by leveraging task-specific textual prompts. However, these methods are bound to single-modality optimization, and they often do not generalize well to unseen categories or cross-domain scenarios due to the insufficient multi-level multimodal interaction and semantic alignment.
To overcome these limitations, the most recent studies have extended prompt learning to a multimodal space. Representative methods MaPLe [6] and LAMM [7] have provided visual as well as text prompts, which led to better semantical correspondence between the modalities. However, these methods still suffer from shallow semantic fusion–prompts are injected at most to the input level, and their cross-modal associations are only partially captured in the Transformer framework [8,9,10]. Accordingly, the method has difficulty in modeling hierarchical semantic relations and deep (inter)action between visual and textual representations.
In this paper, we present a Hierarchical Interactive Semantic Fusion (HISF) framework for fine-grained hierarchical multimodal prompt learning. Based on a frozen CLIP backbone, HISF extends it with a dual-branch prompt structure that enables the joint optimization of visual and textual prompts across multiple Transformer layers using cross-attention to fuse category embeddings and prompt tokens. This architecture can allow for the holistic semantic representation to be effectively propagated across the network in a top-down fashion, improving both intra-class correlation and inter-class discrimination of feature maps. There is also a Label Embedding Constraint and Semantic Alignment Loss to project the label embedding space into the representations learned from the prompt while training to prevent semantic drift as well as facilitating cross-domain generalization.
The main contributions of this work are summarized as follows:
  • Hierarchical Semantic Fusion Framework:
We propose a novel hierarchical prompt learning paradigm that injects multimodal prompts into multiple Transformer layers, allowing progressive semantic interaction between visual and textual modalities.
2.
Label-Guided Cross-Attention Mechanism:
A category embedding-guided cross-attention module is designed to dynamically align label semantics with multimodal prompts, achieving deep semantic binding between modalities.
3.
Semantic Alignment and Label Constraints:
We introduce a joint optimization scheme consisting of a Label Embedding Constraint and a Semantic Alignment Loss to maintain consistent semantic distribution between the label and prompt spaces.
4.
Parameter-Efficient and Robust Adaptation:
HISF requires updating only a small number of parameters while achieving superior performance on few-shot and cross-domain benchmarks, demonstrating both efficiency and generalization.
Extensive experiments on 11 benchmark datasets confirm that HISF consistently outperforms existing prompt learning methods, achieving approximately 0.7% improvement in average accuracy and stronger robustness under domain shifts. These results verify that hierarchical semantic fusion and cross-modal interaction are crucial for efficient and generalizable multimodal adaptation.

2. Related Work

2.1. Vision-Language Pre-Training

Recent progress has been made in this direction with the introduction of large-scale vision-language pre-training (VLP) [1,9,10,11,12,13], such as OSCAR [14], BLIP-2 [15], and LLaVA [16], that leads to notable improvements for multimodal grounding and transfer learning efficiency through object-semantic alignment and vision-language bootstrapping. In particular, bottom-up and top-down attention mechanisms [17] play a crucial role in visual reasoning tasks such as image captioning and VQA, providing fine-grained contextual grounding for subsequent multimodal adaptation. In early works, including CLIP [1] (Contrastive Language-Image Pre-training), ALIGN [18], and LiT [19], large-scale image-text pairs are used to jointly train visual and text encoders contrastively. The goal is to bring similar image-text pairs closer together in a shared semantic space and dissimilar pairs further apart, matching disparate modalities. These models have shown strong zero-shot generalization capacity, which can directly perform open-vocabulary recognition [1] based on the input without explicit fine-tuning.
However, those models are highly dependent on large-scale data [11] and computational capabilities that make them unsuitable in domain-specific or low-data settings. Fine-tuning these models on downstream tasks directly is inefficient and often leads to overfitting. As a result, parameter-efficient adaptation methods (in particular prompt learning) have received significant attention [20], which allow adapting to a new task by updating only a small set of additional parameters while keeping the pre-trained backbone fixed.

2.2. Prompt Learning

Prompt learning originates from natural language processing (NLP), where learnable textual tokens are inserted into the input sequence to guide the model toward specific tasks. Methods such as PET, P-Tuning, and Prefix-Tuning have proven that optimizing only a few prompt vectors can achieve performance comparable to full fine-tuning, dramatically reducing computational cost.
In the vision-language domain, this idea was first introduced to CLIP by CoOp [4] (Context Optimization), where hand-crafted textual templates were replaced by learnable contextual vectors (CoOp). As a result, this approach was able to achieve an effective enhancement of task-specific adaptation with efficiency. Nevertheless, CoOp’s learned prompts generalize poorly to new categories, as the optimization is only guided by base-class semantics. In order to address this limitation, Co-CoOp [5] (Conditional CoOp) introduced an image-conditioned prompt generator so that the learned prompts would be able to adjust on a per-sample basis. Subsequent works (e.g., PromptStyler [21], ProDA [22], and DualCoOp [23]) further explored distributional or style-aware prompt tuning. Other approaches, such as TextRefiner [24], CPT [25], and SPGFF [26], focused on fine-grained textual refinement and color-based grounding to enhance visual-text correspondence. Visual Prompting [27] further revealed that lightweight visual perturbations can serve as effective task prompts for frozen models, offering a complementary direction to textual prompt learning. More recently, CoPrompt [28] introduced a consistency-guided regularization strategy to improve generalization under few-shot conditions.
Despite these advances, most prompt learning methods focus exclusively on the textual modality. The visual encoder remains unchanged, and cross-modal semantic interactions are largely ignored. As a result, the learned prompts capture shallow contextual semantics but fail to fully exploit the complementary relationship between vision and language.

2.3. Multimodal Prompt Learning

To address the limitations of single-modality prompt learning, multimodal prompt learning (MMPL) [29] has emerged as a new paradigm that incorporates learnable prompts into both visual and textual branches. This design enables deeper semantic fusion and more balanced representation learning between modalities.
MaPLe (Multimodal Prompt Learning) [6] injected prompts into intermediate Transformer layers from both visual and textual encoders and captured them via hierarchical semantic connections. It proposed a single initialization sequence and modality-specific projections that guarantee consistency (between joint modalities) while maintaining flexibility between them. LAMM (Label Alignment for Multimodal Prompt Learning) [7] further augmented this pipeline with label embeddings and introduced a label-prompt alignment loss that explicitly aligns class semantics to the multimodal prompt. These techniques showed that alignment of semantics across modalities and class labels is a critical factor to enhance generalization in few-shot and cross-domain tasks.
Subsequent studies, such as MMRL [8], DualPrompt [30], and BiMMPL [31], have further explored multimodal fusion strategies, including bidirectional projection between visual and textual prompts. Broadly, deep multimodal fusion strategies have been categorized into encoder–decoder, attention mechanism, and graph-based methods, reflecting a shift towards more intricate interaction [32]. Other efficient fusion frameworks, such as PMF [33] and MMA [34], focus on improving cross-modal communication and balancing generalization with discriminability across Transformer layers. In addition, dynamic and efficient architectures, such as PCETL [35], demonstrate the necessity of balancing parameter efficiency and computational cost during model adaptation, highlighting the scalability issues in multimodal fusion. In addition, Multimodal Alignment Prompt (MmAP) [36] extends this idea to a multi-task setting, aligning visual and textual modalities of CLIP through shared and task-specific prompts. Furthermore, question-driven prompt generation [37] introduces a language-conditioned mechanism that utilizes large language models to enhance prompt informativeness and cross-modal alignment, offering new insights for integrating textual reasoning into visual prompt design. Building on these advances, MaPLe [6] and LAMM [7] established hierarchical multimodal prompting frameworks, which jointly align visual and textual semantics to enhance downstream adaptability.

2.4. Semantic Alignment and Label Embedding

Semantic alignment refers to the common objective across all multiple modalities learning tasks where visual and textual features correspond to matching semantics. Common prompt-instantiating methods based on contrastive objectives may generate prompts that drift semantically [33] (prompt embeddings become different from the true label semantics during training). To address this, recent methods have incorporated label embeddings as semantic anchors.
LAMM [7] introduced a label alignment mechanism to regularize the distribution of label embeddings and text prompts in one unified semantic space, leading to stabilized prompt optimization. Another branch of study proposed hierarchical semantic injection, e.g., DeepPrompt [29], where category embeddings are gradually integrated through Transformer layers. This not only helps the model capture high-level semantic abstraction but also fine-grained visual detail.
Building upon these ideas, our proposed HISF framework integrates label embeddings and cross-modal prompts through hierarchical attention layers. Similar hierarchical designs have also been discussed in recent works such as Hierarchical Prompt Tuning (HPT) [38], Learning with Enriched Inductive Biases (LwEIB) [39], and Slim Prompt-Averaged Consistency (SPAC) [40], which emphasize structured and consistent semantic learning across multiple levels of representation. Recent studies also emphasize the role of visual tokenization [41] and unsupervised prompt distillation [42] in strengthening semantic transfer, allowing models to better align class-level textual priors with image features. More recently, adaptive frameworks such as MetaPrompt [43] and ProVP [44] aimed to improve prompt robustness under domain shift by progressively refining category embeddings, providing complementary perspectives to our HISF approach.
By embedding category semantics into multiple levels of the Transformer, HISF achieves fine-grained semantic fusion and alleviates inconsistencies between visual and textual spaces.

2.5. Summary

In summary, vision-language pre-training provides a strong foundation for multimodal representation learning, while prompt learning offers a parameter-efficient path for task adaptation. Research has evolved from single-modal prompt optimization (e.g., CoOp, Co-CoOp) to multimodal prompt fusion (e.g., MaPLe, LAMM, MMRL), focusing increasingly on semantic alignment and hierarchical modeling.
Despite these advances, existing methods still face challenges in maintaining consistent cross-modal semantics throughout the Transformer architecture. Our proposed HISF framework addresses these limitations through hierarchical semantic fusion, label-guided cross-attention, and semantic alignment constraints, achieving more stable and generalized multimodal representation learning.

3. Method

In this section, we describe our proposed framework called Hierarchical Interactive Semantic Fusion (HISF) for multimodal prompt learning. HISF can improve the semantic consistency and hierarchical interaction between visual and textual modality in vision-language pre-trained models, such as CLIP. The framework is composed of three key modules including (1) Prompt Initialization to learn both visual and textual prompts, (2) semantic fusion to combine hierarchical semantics via cross-modal attention modulated between prompt tokens and category embeddings; (3) loss optimization by leveraging Label Embedding Constraint (LEC) and Semantic Alignment Loss (SAL) for semantic consistency between label space and prompt space.
The overall architecture of HISF is illustrated in Figure 1.

3.1. Overall Framework

Given an input image I and its associated category label y , the aim of HISF is to learn a well-mapped multimodal representation so that the visual features can be well coordinated with their textual counterparts in a shared semantic space. Specifically, the visual encoder f v · and text encoder f t · of CLIP are frozen, then we introduce learnable prompts to guide the model’s adaptation. The encoded image and text features can be denoted as:
z v = f v I , P v ,   z t = f t T , P t
where P v and P t denote the visual and textual prompts, respectively, and T denotes the tokenized text corresponding to category y . The HISF framework introduces hierarchical semantic fusion across the Transformer layers of both encoders. Category embeddings are injected via cross-attention modules to enhance inter-modal communication, ensuring consistent semantic representation across hierarchical levels. The encoders progressively integrate prompt-conditioned information, yielding the final modality-specific representations z v and z t , which encapsulate the fused visual and textual semantics for subsequent alignment and prediction modules.

3.2. Prompt Initialization

The Prompt Initialization module serves as the foundation for efficient adaptation. Instead of relying on hand-crafted textual templates (e.g., “a photo of a [class]”), we employ learnable context tokens initialized from a shared semantic space. These learnable tokens are divided into two branches:
Textual Prompts ( P t ), which are appended to the text encoder’s input sequence;
Visual Prompts ( P v ), which are inserted into the visual encoder’s token sequence.
Following MaPLe, the prompts are initialized using a shared embedding matrix P s R L p   ×   d , where L p is the number of prompt tokens and d is the embedding dimension. The shared matrix ensures initial semantic coherence between modalities.
To accommodate modality-specific characteristics, we apply two linear projections:
P v = W v P s ,   P t = W t P s
where W v and W t are learnable projection matrices for the visual and textual branches. This design allows the prompts to share a common initialization while learning modality-specific representations during optimization. Through this initialization, the HISF model gains a stable starting point for cross-modal alignment and reduces training instability typically observed in multimodal prompt learning.

3.3. Hierarchical Semantic Fusion

To overcome the limitations of shallow prompting, we propose a hierarchical semantic fusion strategy that injects label semantics progressively throughout the encoder layers. The detailed operational flow of this module is illustrated in Figure 2. Unlike standard methods that only optimize prompts at the input level, our design enables deep, layer-wise interaction between the learnable prompts and the fixed category semantics.
Specifically, prompts are inserted into the visual and textual Transformers at layer l L 1 , L 2 , L 3 , , L k , where k is the number of fusion layers. This allows progressive semantic interaction between visual tokens, textual prompts, and category embeddings.
To strengthen inter-modal communication, we introduce a cross-attention mechanism between prompts and label embedding.
For a given layer, the semantic fusion process is formulated as:
Q p = L a y e r N o r m ( P ) · W q
K l = E i · W k
V l = E i · W v
where W q , W k , and W v   are learnable projection matrices for the prompt vectors and Q p , K l , and V l correspond to the query, key, and value matrices. In HISF, the prompt tokens serve as queries Q p , while the label embeddings act as keys and values K l and V l .
The updated prompt representation at layer l is thus:
A t t n = S o f t m a x Q p · K l T d K V l
Following the cross-attention operation, we introduce a multi-layer perceptron (MLP) with a bottleneck design to perform residual semantic augmentation. This bottleneck structure functions as a non-linear projection, compressing the fused features into a lower-dimensional space before restoration. This process encourages the model to capture more compact and salient semantic representations. Meanwhile, the residual connection ensures that these augmentations refine, rather than replace the original prompt information. Consequently, this architecture improves gradient flow and stabilizes training, thereby facilitating faster convergence by efficiently integrating label-guided semantics. The calculation formula is as follows:
P f u s e d   = P + A t t n
P f i n a l   = P f u s e d   + M L P P f u s e d E i
The prompt vector after incorporating semantic information is denoted by P f u s e d , where the operation symbol represents concatenating the blended prompt vector with label information. This is then fed into a multilayer perceptron, and the final result P f i n a l     undergoes residual connection to yield the final prompt vector.
This operation allows category semantics to directly guide prompt optimization, aligning the representation of prompts with their corresponding class meanings. By performing this operation hierarchically across Transformer layers, HISF achieves multi-level semantic fusion, where shallow layers capture local appearance information and deeper layers encode abstract semantics. To explicitly operationalize this hierarchical injection, the process proceeds layer-by-layer within the encoder. Specifically, at each fusion layer l , the prompt tokens are first updated via the label-guided cross-attention and refined by the bottleneck MLP as described above. These semantically enriched prompts are then concatenated with the original image (or text) tokens to form the input for the subsequent Transformer block. This interaction repeats recursively across the k inserted layers. Finally, the outputs of the last Transformer layer are pooled to produce the global representations z v and z t , which now encapsulate the progressively fused semantic information from both modalities.
This hierarchical fusion mechanism not only enhances intra-class feature compactness but also promotes inter-class separability, which is crucial for few-shot recognition and cross-domain generalization.

3.4. Label Embedding and Semantic Alignment

A key innovation of HISF is the introduction of label embedding (LE) and semantic alignment (SA) mechanisms, which jointly constrain the relationship between prompts and category semantics.
Let E y R d denote the label embedding corresponding to category y . During training, we encourage the fused prompt representation P f i n a l to remain semantically close to the corresponding label embedding E i .
To achieve this, we define two complementary objectives:
1. Label Embedding Constraint ( L l e )—encourages the prompt embeddings to align with the label embedding in semantic space:
L L e   = 1 N i = 1 N | | P f i n a l   E i | | 2
2. Semantic Alignment Loss ( L s a )—ensures consistency between the multimodal representations derived from prompts and the textual embeddings:
L s a   = 1 N i = 1 N 1 c o s z v , z t
where z v and z t are the fused visual and textual features obtained after hierarchical semantic injection.
3. Class Prediction Loss ( L c l s )—dominates the recognition accuracy of classification tasks, enabling the representation features obtained through prompt vector concatenation to better approximate the actual content.
L c l s   = 1 N i = 1 N C E τ · s i m I x , f ( P f i n a l   + E i ) , y i
where τ is a parameter learned from CLIP, f is the CLIP encoder, and I x is the presentation of image, while the cross-entropy (CE) loss is applied for the similarity score.
We use the CLIP encoder f · and the representation of the image I x , along with a parameter τ learned from CLIP. A cross-entropy (CE) loss is applied to the resulting similarity score.
The combined objective function is then expressed as:
L t o t a l   = L c l s   + λ 1 · L L e + λ 1 · L s a
where L c l s denotes the original CLIP contrastive loss, and λ 1   and   λ 2 are the balancing hyperparameters.
This formulation jointly optimizes the multimodal alignment and the prompt-label semantic consistency, ensuring that the learned prompts faithfully capture category-level meaning while preserving cross-modal coherence.

3.5. Complexity Analysis

A critical concern in multimodal prompting is the computational overhead. In HISF, the CLIP backbone parameters remain frozen. The additional trainable parameters are primarily introduced by the linear projection matrices ( W q , W k , W v ) within the cross-attention modules across J fusion layers. Since each projection matrix has a dimension of D ·   D , the total parameter complexity scales with O   J · D 2 , which is negligible compared to the backbone size. Regarding inference, the label embeddings E i are static so that the key and value matrices in the cross-attention modules can be pre-computed and cached. Consequently, HISF maintains an inference speed comparable to standard prompting methods while significantly enhancing representation quality.

3.6. Optimization and Training Strategy

Regarding the training configuration, it is important to clarify the status of the model parameters. To preserve the generalized knowledge acquired during pre-training, the entire CLIP backbone and the initial label embeddings derived from class names are kept frozen. The learnable parameters are strictly limited to the specific modules introduced by our HISF framework: the prompt embedding matrix, the projection matrices in the cross-attention modules, and the weights of the bottleneck MLPs. These components are jointly updated to minimize the total loss.
We apply an episodic training strategy similar to few-shot learning, where each episode includes a small portion of the base categories to form tasks. The model generalizes to new classes by transferring the hierarchical semantics to them from category embeddings. To stabilize optimization, the learning rate of prompt parameters is greater than that of the projection layers, since prompts should adapt faster. The optimizer we use is SGD, where the weight decay is only applied to projection matrices. We employ mixed-precision training for all experiments due to efficiency reasons. To summarize, the model is evaluated out-of-the-box in a few-shot and cross-domain setting without any further fine-tuning and shows high generalization capability.

3.7. Discussion

The design motivation for HISF is to model hierarchical semantic relationships in the Transformer structure explicitly. As opposed to existing approaches that treat multimodal prompts as shallow tokens, HISF integrates category-conditioned cross-attention across multiple layers of the model and therefore enables it to iteratively refine its understanding of multimodality. The hierarchical fusion structure not only strengthens the expressiveness of intra-modal features but also preserves the alignment of semantics between two modalities. Moreover, with the novel Label Embedding Constraint and Semantic Alignment Loss optimization process, we can successively regularize the learning procedure without overfitting on these tasks and achieve strong generalization to both few-shot and cross-domain settings.
In summary, HISF establishes a general and extensible framework for multimodal prompt learning, where hierarchical semantic fusion and label-guided attention serve as the core mechanisms driving efficient and interpretable model adaptation.

4. Experiments

We conduct extensive experiments to verify the effectiveness of our HISF method on 11 widely adopted image classification benchmarks. The datasets are Caltech101, ImageNet, OxfordPets, StanfordCars, Flowers102, Food101, FGVCAircraft, SUN397, UCF101, DTD, and EuroSAT. To ensure reproducibility and statistical reliability, all results reported in this paper are the average of 3 independent runs with different random seeds. All evaluations are conducted under the few-shot learning setup: we take 16 samples (called a 16-shot setting) for each class as the training set and report performance on the remaining samples. In cross-dataset transfer experiments, models learned from ImageNet are directly tested on the other datasets without any further fine-tuning to evaluate generalization stability.

4.1. Experimental Hyperparameters

We use the pre-trained ViT-B/16 model as our CLIP backbone. The dimension of the text modality embedding is 512, while the image modality embedding is 768. Prompt tokens are placed from a particular Transformer layer (the index of this layer and the number of prompt tokens are described in the source settings). All models are trained for 50 epochs by setting the batch size to 4. We use SGD implemented in PyTorch (https://pytorch.org/) (Meta AI, Menlo Park, CA, USA) as the optimizer with a learning rate of 0.0035. We perform experiments with the NVIDIA A800 GPU (NVIDIA Corporation, Santa Clara, CA, USA).

4.2. Base-to-Novel Generalization Evaluation

For base-to-novel generalization, we adopt the same data split as in MaPLe, where the dataset classes are split into base and novel classes, with 16 shots per class. The entire evaluation is performed in two steps. At the first stage, a subset of classes is chosen as (base) classes, and the model is trained on a few-shot sample belonging to those base classes. For stage two, the classes outside of state one are regarded as novel classes; we adapt on K-shot support samples from these novel classes and test on the remaining novel-class samples. We report accuracy for the base class, novel class, and their mean (H.M). The specific comparison results over 11 datasets are shown in Table 1. For all baseline methods, we report the officially published results from the original papers to ensure a fair and consistent comparison. To validate the effectiveness of our proposed hierarchical fusion mechanism, we performed a paired t-test comparing HISF with its direct baseline MaPLe across the 11 datasets. The analysis yields a p-value < 0.05, indicating that our method is statistically significant and robust compared to the baseline, validating the efficacy of the proposed architectural changes.

4.3. Cross-Dataset Transfer Evaluation

For the cross-dataset transfer evaluation, we adopt these 11 datasets. We first conduct a few-shot protocol training for the models on ImageNet and then directly measure the generalization performance of the trained models across datasets on the remaining ten datasets. As shown in Table 2, HISF demonstrates varying degrees of improvement across different datasets. Notably, on datasets with significant domain shifts from the pre-training data, such as EuroSAT, HISF achieves remarkable gains compared to state-of-the-art methods like MaPLe. This validates that our hierarchical semantic fusion and label-guided alignment effectively bridge the domain gap by enforcing robust semantic consistency.
Regarding the mixed results on fine-grained datasets like Food101 and StanfordCars, where HISF performs competitively but does not show the same magnitude of improvement, we attribute this to the strong regularization effect of our design. Methods without explicit semantic constraints (e.g., CoOp) may allow the learnable prompts to drift significantly from the original text embeddings to overfit the specific visual nuances of these datasets. In contrast, HISF incorporates Label Embedding Constraints (LECs) and Semantic Alignment Loss (SAL) to strictly prevent such semantic drift. While this strict alignment might slightly limit the model’s flexibility to overfit fine-grained features in domains similar to the pre-training data, it is precisely this mechanism that guarantees the superior generalization ability observed in unseen and distinct domains (EuroSAT). Thus, the results reflect a deliberate trade-off prioritizing robust generalizability over task-specific overfitting.

4.4. Domain Generalization Evaluation

Domain generalization: We test generalized performance on ImageNet and directly train on the source domain (ImageNet), without fine-tuning the model with target data. These test sets have the same class labels as ImageNet but involve distributional shifts. Table 3 shows the domain transfer performance of our method and other comparisons, including CLIP, CoOp, Co-CoOp, MaPLe, PromptSRC, and HISF. HISF is competitive across domain-shifted benchmarks, as reflected in Table 3 with their average numbers (e.g., on ImageNet, HISF reaches 72.20% (source)), and it improves over baselines for all the other domain shifts, like ImageNet-Sketch, ImageNet-A, ImageNet-R, and on six of the eight subsets from Imagenet-V2. This highlights the relatively higher robustness of HISF to distributional variations.

4.5. Ablation Studies

We perform a series of ablation experiments to analyze the contributions of individual design choices and loss components. The ablation studies include (1) prompt insertion depth; (2) HISF module effectiveness (Prompt Initialization PI and semantic fusion SF); and (3) loss term influences.

4.5.1. Prompt Insertion Depth

When inserting prompts into the final layers, the decline in performance is a common phenomenon observed in deep prompt learning. It is widely understood that Transformer-based models capture increasingly abstract and task-specific semantic features in deeper layers. Injecting learnable parameters at this late stage may disrupt the well-established feature space generated by the pre-trained backbone, as the added prompts have less opportunity to integrate seamlessly with the hierarchical feature extraction process. Effectively, the prompt information injected too late might conflict with the highly refined final representations, rather than guiding them, leading to suboptimal performance. The curve is given in Figure 3 (prompt depth vs. average accuracy).

4.5.2. HISF Component Effectiveness

We validate the effort of HISF components by performing module-wise ablation. PI represents the Prompt initialization, and SF is short for semantic fusion. Results of HISF on the MaPLe experimental setting and its ablated variants are shown in Table 4. The ablative studies confirm the significance of each module towards HISF’s performance. Taking out the Prompt Initialization module (w/o PI), there are negligible shifts in base and novel accuracies under the MaPLe setting, indicating that shared initialization has a stabilizing effect at the beginning of training. Without the semantic fusion module (w/o SF), we obtain another remarkable performance drop, verifying that the hierarchical approach plays a critical role in aligning modalities. The model achieves the best performance when both PI and SF are exploited (PI + SF) (Base 85.39, Novel 76.12, H.M 80.75), showing that prompt initialization and semantic fusion are complementary: The former establishes a consistent semantic entry point to each task, while the latter imposes deep cross-modal interplays for enhanced discrimination ability and generalizability.

4.5.3. Loss Component Influence

We test to what extent the three loss terms (label embedding loss, Semantic Alignment Loss, and classification loss) contribute to overall performance by conducting experiments to remove each part independently. The performance degrades significantly if we remove the label embedding loss, which suggests that this loss is crucial for learning discriminative class-specific representations. The degradation of cross-dataset transfer performance and domain generalization if the Semantic Alignment Loss is disabled: The model’s inference accuracy on the target datasets decreases, which shows that it can help in forming more effective semantic correspondence across different datasets for distributional change robustness. The quantitative results in Table 5 collectively confirm that the three losses facilitate together to make a contribution to the base-to-novel generalization, cross-dataset transfer, and domain robustness; the combinational effect from them is crucial to obtain the performance in experiments of HISF.

4.6. Summary

The above experiments show the effectiveness of HISF under several evaluation protocols. HISF outperforms existing methods on base-to-novel generalization, cross-dataset transfer, and domain generalization. Ablation studies confirm the efficacy of timely insertion depth, Prompt Initialization, semantic fusion, and the joint loss design. These findings empirically support our claim that the hierarchical semantic injection and label-constrained alignment work together to enhance visual identification with language-based meta-training for prompt-based adaptation of vision-language pre-trained models.

5. Conclusions

In this work, we present a new multimodal prompt learning framework called HISF (Hierarchical Interleaved Semantic Fusion). In this paper, we propose a hierarchical semantic fusion (HISF) to make bidirectional information flow between visual and textual modality, thus substantially improving fine-grained semantic alignment. With hierarchical fusion and label-guided learning, richer multimodal interaction is captured, and better generalization in base as well as novel categories is obtained.
In particular, the PI module gives a uniform initialization, which stabilizes training and prevents overfitting in few-shot cases, while the SF module learns multi-level semantics to facilitate deeper interaction between modalities. Moreover, a label embedding and semantic alignment-based joint optimization approach can prevent information loss and discriminate the learned features effectively.
Extensive experiments conducted on eleven benchmark datasets validate the effectiveness of HISF compared to existing prompt learning methods. Ablation results further confirm that each proposed component contributes meaningfully to performance improvement, particularly in maintaining semantic coherence and enhancing model adaptability under limited data conditions.
Limitations: Despite these advantages, we acknowledge certain limitations. First, the explicit semantic constraints may limit performance on tasks requiring extreme fine-grained discrimination, where visual features diverge from pre-trained linguistic descriptions (e.g., Food101). Second, while parameter-efficient, the cross-attention mechanism introduces a slight increase in training latency compared to static prompting methods like CoOp. Future work will explore adaptive constraint mechanisms to dynamically balance generalization and task-specific fitting. We believe that the proposed framework offers a promising direction for developing more generalizable and interpretable multimodal prompt learning systems.

Author Contributions

H.F. and C.L. contributed equally to the conception, development, writing, editing, and analysis of this manuscript. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The original contributions presented in this study are included in the article. Further inquiries can be directed to the corresponding authors.

Acknowledgments

During the preparation of this manuscript, the author(s) used ChatGPT-4 for the purposes of structuring the manuscript. The authors have reviewed and edited the output and take full responsibility for the content of this publication.

Conflicts of Interest

The authors declare no conflicts of interest.

Abbreviations

The following abbreviations are used in this manuscript:
HISFHierarchical Interactive Semantic Fusion
PIPrompt Initialization
LELabel Embedding
LALabel Alignment

References

  1. Radford, A.; Kim, J.W.; Hallacy, C.; Ramesh, A.; Goh, G.; Agarwal, S.; Sastry, G.; Askell, A.; Mishkin, P.; Clark, J.; et al. Learning transferable visual models from natural language supervision. In Proceedings of the 38th International Conference on Machine Learning, Virtual Event, 18–24 July 2021; pp. 8748–8763. [Google Scholar]
  2. Chen, F.; Zhang, D.; Han, M.; Chen, X.; Shi, J.; Xu, S.; Xu, B. VLP: A survey on vision-language pre-training. Mach. Intell. Res. 2023, 20, 38–56. [Google Scholar] [CrossRef]
  3. Gu, Y.; Han, X.; Liu, Z.; Huang, M. PPT: Pre-trained prompt tuning for few-shot learning. In Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics, Dublin, Ireland, 22–27 May 2022; pp. 8410–8423. [Google Scholar] [CrossRef]
  4. Zhou, K.; Yang, J.; Loy, C.C.; Liu, Z. Learning to prompt for vision-language models. Int. J. Comput. Vis. 2022, 130, 2337–2348. [Google Scholar] [CrossRef]
  5. Zhou, K.; Yang, J.; Loy, C.C.; Liu, Z. Conditional prompt learning for vision-language models. In Proceedings of the 2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), New Orleans, LA, USA, 18–24 June 2022; pp. 16795–16804. [Google Scholar] [CrossRef]
  6. Khattak, M.U.; Rasheed, H.; Maaz, M.; Khan, S.; Khan, F.S. MaPLe: Multi-modal prompt learning. In Proceedings of the 2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Vancouver, BC, Canada, 17–24 June 2023; pp. 19113–19122. [Google Scholar] [CrossRef]
  7. Gao, J.; Ruan, J.; Xiang, S.; Yu, Z.; Ji, K.; Xie, M.; Liu, T.; Fu, Y. LAMM: Label alignment for multi-modal prompt learning. Proc. AAAI Conf. Artif. Intell. 2024, 38, 1815–1823. [Google Scholar] [CrossRef]
  8. Liu, Y.; Deng, Y.; Liu, A.; Liu, Y.; Li, S. Fine-grained multi-modal prompt learning for vision–language models. Neurocomputing 2025, 636, 130028. [Google Scholar] [CrossRef]
  9. Guo, Y.; Gu, X. MMRL: Multi-modal representation learning for vision-language models. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Nashville, TN, USA, 11–15 June 2025; pp. 25015–25025. [Google Scholar]
  10. Chen, S.; Ge, C.; Tong, Z.; Wang, J.; Song, Y.; Wang, J.; Luo, P. AdaptFormer: Adapting vision transformers for scalable visual recognition. In Proceedings of the 36th International Conference on Neural Information Processing Systems, New Orleans, LA, USA, 28 November–9 December 2022; pp. 16664–16678. [Google Scholar]
  11. Du, Y.; Liu, Z.; Li, J.; Zhao, W.X. A survey of vision-language pre-trained models. In Proceedings of the Thirty-First International Joint Conference on Artificial Intelligence (IJCAI 2022), Vienna, Austria, 23–29 July 2022; pp. 5436–5443. [Google Scholar] [CrossRef]
  12. Schuhmann, C.; Vencu, R.; Beaumont, R.; Kaczmarczyk, R.; Mullis, C.; Jitsev, J.; Komatsuzaki, A. LAION-400M: Open dataset of clip-filtered 400 million image-text pairs. In Proceedings of the 35th International Conference on Neural Information Processing Systems (NeurIPS 2021), Virtual Event, 6–14 December 2021; pp. 1–5. [Google Scholar]
  13. Yang, A.; Pan, J.; Lin, J.; Men, R.; Zhang, J.; Zhou, J.; Zhou, C. Chinese CLIP: Contrastive vision-language pretraining in Chinese. arXiv 2022, arXiv:2211.01335. [Google Scholar] [CrossRef]
  14. Li, X.; Yin, X.; Li, C.; Zhang, P.; Hu, X.; Zhang, L.; Wang, L.; Hu, H.; Dong, L.; Wei, F.; et al. OSCAR: Object-semantics aligned pre-training for vision-language tasks. In Proceedings of the 16th European Conference on Computer Vision—ECCV 2020, Glasgow, UK, 23–28 August 2020; pp. 121–137. [Google Scholar] [CrossRef]
  15. Li, J.; Li, D.; Savarese, S.; Hoi, S. BLIP-2: Bootstrapping language-image pre-training with frozen image encoders and large language models. In Proceedings of the 40th International Conference on Machine Learning, Honolulu, HI, USA, 23–29 July, 2023; pp. 19730–19742. [Google Scholar]
  16. Liu, H.; Li, C.; Wu, Q.; Lee, Y.J. Visual instruction tuning. In Proceedings of the 37th International Conference on Neural Information Processing Systems, New Orleans, LA, USA, 10–16 December 2023; pp. 34892–34916. [Google Scholar]
  17. Anderson, P.; He, X.; Buehler, C.; Teney, D.; Johnson, M.; Gould, S.; Zhang, L. Bottom-up and top-down attention for image captioning and visual question answering. In Proceedings of the 2018 IEEE/CVF Conference on Computer Vision and Pattern Recognition, Salt Lake City, UT, USA, 18–23 June 2018; pp. 6077–6086. [Google Scholar] [CrossRef]
  18. Jia, C.; Yang, Y.; Xia, Y.; Chen, Y.; Parekh, Z.; Pham, H.; Le, Q.; Sung, Y.H.; Li, Z.; Duerig, T. Scaling up visual and vision-language representation learning with noisy text supervision. In Proceedings of the 38th International Conference on Machine Learning, Virtual Event, 18–24 July 2021; pp. 4904–4916. [Google Scholar]
  19. Zhai, X.; Wang, X.; Mustafa, B.; Steiner, A.; Keysers, D.; Kolesnikov, A.; Beyer, L. LIT: Zero-shot transfer with locked-image text tuning. In Proceedings of the 2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVP), New Orleans, LA, USA, 18–24 June 2022; pp. 18102–18112. [Google Scholar] [CrossRef]
  20. Gao, P.; Geng, S.; Zhang, R.; Ma, T.; Fang, R.; Zhang, Y.; Li, H.; Qiao, Y. CLIP-Adapter: Better vision-language models with feature adapters. Int. J. Comput. Vis. 2024, 132, 581–595. [Google Scholar] [CrossRef]
  21. Cho, J.; Nam, G.; Kim, S.; Yang, H.; Kwak, S. PromptStyler: Prompt-driven style generation for source-free domain generalization. In Proceedings of the 2023 IEEE/CVF International Conference on Computer Vision (ICCV), Paris, France, 1–6 October 2023; pp. 15656–15666. [Google Scholar] [CrossRef]
  22. Lu, Y.; Liu, J.; Zhang, Y.; Liu, Y.; Tian, X. Prompt distribution learning. In Proceedings of the 2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), New Orleans, LA, USA, 18–24 June 2022; pp. 5196–5205. [Google Scholar] [CrossRef]
  23. Sun, X.; Hu, P.; Saenko, K. DualCoOp: Fast adaptation to multi-label recognition with limited annotations. In Proceedings of the 36th International Conference on Neural Information Processing Systems, New Orleans, LA, USA, 28 November–9 December 2022; pp. 30569–30582. [Google Scholar]
  24. Xie, J.; Zhang, Y.; Peng, J.; Huang, Z.; Cao, L. TextRefiner: Internal visual feature as efficient refiner for vision-language models prompt tuning. Proc. AAAI Conf. Artif. Intell. 2025, 39, 8718–8726. [Google Scholar] [CrossRef]
  25. Yao, Y.; Zhang, A.; Zhang, Z.; Liu, Z.; Chua, T.S.; Sun, M. CPT: Colorful prompt tuning for pre-trained vision-language models. AI Open 2024, 5, 30–38. [Google Scholar] [CrossRef]
  26. Zhang, J.; Wang, S. Text-guided visual prompt learning with semantic prompt generation and feature fusion. Neurocomputing 2025, 654, 131253. [Google Scholar] [CrossRef]
  27. Bahng, H.; Jahanian, A.; Sankaranarayanan, S.; Isola, P. Exploring visual prompts for adapting large-scale models. arXiv 2022, arXiv:2203.17274. [Google Scholar] [CrossRef]
  28. Roy, S.; Etemad, A. Consistency-guided prompt learning for vision-language models. arXiv 2023, arXiv:2306.01195. [Google Scholar] [CrossRef]
  29. Zhu, J.; Ruan, Y.; Chang, J.; Sun, W.; Wan, H.; Long, J.; Luo, C. Deep prompt multi-task network for abuse language detection. In Proceedings of the 27th International Conference on Pattern Recognition, Kolkata, India, 1–5 December 2024; pp. 249–263. [Google Scholar] [CrossRef]
  30. Wang, Z.; Zhang, Z.; Ebrahimi, S.; Sun, R.; Zhang, H.; Lee, C.Y.; Ren, X.; Su, G.; Perot, V.; Dy, J.; et al. DualPrompt: Complementary prompting for rehearsal-free continual learning. In Proceedings of the 17th European Conference on Computer Vision—ECCV 2022, Tel Aviv, Israel, 23–27 October 2022; pp. 631–648. [Google Scholar] [CrossRef]
  31. Yin, H.; Zhao, Y. Multi-modal prompt learning with bidirectional layer-wise prompt fusion. Inf. Fusion 2025, 117, 102919. [Google Scholar] [CrossRef]
  32. Zhao, F.; Zhang, C.; Geng, B. Deep Multimodal Data Fusion. ACM Comput. Surv. 2024, 56, 216. [Google Scholar] [CrossRef]
  33. Li, Y.; Quan, R.; Zhu, L.; Yang, Y. Efficient multimodal fusion via interactive prompting. In Proceedings of the 2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition, Vancouver, BC, Canada, 17–24 June 2023; pp. 2604–2613. [Google Scholar] [CrossRef]
  34. Yang, L.; Zhang, R.; Wang, Y.; Xie, X. MMA: Multi-modal adapter for vision-language models. In Proceedings of the 2024 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Seattle, WA, USA, 16–22 June 2024; pp. 23826–23837. [Google Scholar] [CrossRef]
  35. Wu, Q.; Yu, W.; Zhou, Y.; Huang, S.; Sun, X.; Ji, R. Parameter and computation efficient transfer learning for vision-language pre-trained models. In Proceedings of the 37th International Conference on Neural Information Processing Systems (NeurIPS 2023), New Orleans, LA, USA, 10–16 December 2023; pp. 41034–41050. [Google Scholar]
  36. Xin, Y.; Du, J.; Wang, Q.; Yan, K.; Ding, S. MmAP: Multi-modal alignment prompt for cross-domain multi-task learning. Proc. AAAI Conf. Artif. Intell. 2024, 38, 16076–16084. [Google Scholar] [CrossRef]
  37. Özdemir, Ö.; Akagündüz, E. Enhancing visual question answering through question-driven image captions as prompts. In Proceedings of the 2024 IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW), Seattle, WA, USA, 17–18 June 2024; pp. 1562–1571. [Google Scholar] [CrossRef]
  38. Wang, Y.; Jiang, X.; Cheng, D.; Li, D.; Zhao, C. Learning hierarchical prompt with structured linguistic knowledge for vision-language models. Proc. AAAI Conf. Artif. Intell. 2024, 38, 5749–5757. [Google Scholar] [CrossRef]
  39. Yang, L.; Zhang, R.; Chen, Q.; Xie, X. Learning with enriched inductive biases for vision-language models. Int. J. Comput. Vis. 2025, 133, 3746–3761. [Google Scholar] [CrossRef]
  40. He, S.; Wang, S.; Long, S. A slim prompt-averaged consistency prompt learning for vision–language model. Knowl. Based Syst. 2025, 310, 113011. [Google Scholar] [CrossRef]
  41. Wang, G.; Ge, Y.; Ding, X.; Kankanhalli, M.; Shan, Y. What makes for good visual tokenizers for large language models? arXiv 2023, arXiv:2305.12223. [Google Scholar] [CrossRef]
  42. Li, Z.; Li, X.; Fu, X.; Zhang, X.; Wang, W.; Chen, S.; Yang, J. PromptKD: Unsupervised prompt distillation for vision-language models. In Proceedings of the 2024 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Seattle, WA, USA, 16–22 June 2024; pp. 26607–26616. [Google Scholar] [CrossRef]
  43. Zhao, C.; Wang, Y.; Jiang, X.; Shen, Y.; Song, K.; Li, D.; Miao, A. Learning domain invariant prompt for vision-language models. IEEE Trans. Image Process. 2024, 33, 1348–1360. [Google Scholar] [CrossRef] [PubMed]
  44. Xu, C.; Zhu, Y.; Shen, H.; Chen, B.; Liao, Y.; Chen, X.; Wang, L. Progressive visual prompt learning with contrastive feature re-formation. Int. J. Comput. Vis. 2025, 133, 511–526. [Google Scholar] [CrossRef]
  45. Yao, H.; Zhang, R.; Xu, C. Visual-language prompt tuning with knowledge-guided context optimization. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Vancouver, BC, Canada, 17–24 June 2023; pp. 6757–6767. [Google Scholar] [CrossRef]
  46. Khattak, M.U.; Wasim, S.T.; Naseer, M.; Khan, S.; Yang, M.-H.; Khan, F.S. Self-regulating prompts: Foundational model adaptation without forgetting. In Proceedings of the 2023 IEEE/CVF International Conference on Computer Vision, Paris, France, 2–6 October 2023; pp. 15190–15200. [Google Scholar] [CrossRef]
  47. Yao, H.; Zhang, R.; Xu, C. TCP: Textual-based class-aware prompt tuning for visual-language model. In Proceedings of the 2024 IEEE/CVF Conference on Computer Vision and Pattern Recognition, Seattle, WA, USA, 17–21 June 2024; pp. 23438–23448. [Google Scholar] [CrossRef]
Figure 1. Overall architecture of the proposed HISF model. The model trains prompt vectors while keeping the text and visual encoders frozen. Prompt vectors are generated based on the input label and image embeddings and then concatenated with the corresponding modality representations before being fed into the CLIP encoders.
Figure 1. Overall architecture of the proposed HISF model. The model trains prompt vectors while keeping the text and visual encoders frozen. Prompt vectors are generated based on the input label and image embeddings and then concatenated with the corresponding modality representations before being fed into the CLIP encoders.
Mti 10 00006 g001
Figure 2. Detailed illustration of the Hierarchical Semantic Fusion module at a single Transformer layer. The prompt tokens from the previous layer, interacting with the frozen label embeddings, which act as keys and values via cross-attention. The fused features are then refined by a bottleneck MLP with a residual connection before being concatenated with image/text tokens for the next layer. The blue snowflake icon indicates frozen parameters, while the red flame icon denotes learnable parameters.
Figure 2. Detailed illustration of the Hierarchical Semantic Fusion module at a single Transformer layer. The prompt tokens from the previous layer, interacting with the frozen label embeddings, which act as keys and values via cross-attention. The fused features are then refined by a bottleneck MLP with a residual connection before being concatenated with image/text tokens for the next layer. The blue snowflake icon indicates frozen parameters, while the red flame icon denotes learnable parameters.
Mti 10 00006 g002
Figure 3. Ablation study on the effect of fusion depth. The plotted values represent the mean accuracy calculated over 3 independent runs using different random seeds. The error bars indicate the standard deviation for each data point.
Figure 3. Ablation study on the effect of fusion depth. The plotted values represent the mean accuracy calculated over 3 independent runs using different random seeds. The error bars indicate the standard deviation for each data point.
Mti 10 00006 g003
Table 1. Comparison of the proposed HISF method with recent state-of-the-art approaches across 11 benchmark datasets. Results for baseline methods are directly cited from their original publications to ensure fair comparison, while results of HISF are obtained from our own experiments.
Table 1. Comparison of the proposed HISF method with recent state-of-the-art approaches across 11 benchmark datasets. Results for baseline methods are directly cited from their original publications to ensure fair comparison, while results of HISF are obtained from our own experiments.
MethodAverageImageNetCaltech101OxfordPets
BaseNovelHMBaseNovelHMBaseNovelHMBaseNovelHM
CLIP [1]69.3474.2271.7072.4368.1470.2296.8494.0095.4091.1797.2694.12
CoOP [4]82.6963.2271.6676.4767.8871.9298.0089.8193.7393.6795.2994.47
CoOpOp [5]80.4771.6975.8375.9870.4373.1097.9693.8195.8495.2097.6996.43
ProDA [22]81.5672.3076.6575.4070.2372.7298.2793.2395.6895.4397.8396.62
KgCoOp [45]80.7373.6077.0075.8369.9672.7897.7294.3996.0394.6597.7696.18
MaPLe [6]82.2875.1478.5576.6670.5473.4797.7494.3696.0295.4397.7696.58
PromptSRC [46]84.2676.1079.9777.6070.7374.0198.1094.0396.0295.3397.3096.30
ProVP [44]85.2073.2278.7675.8269.2172.3698.9294.2196.5195.8797.6596.75
MP [43]83.6575.4879.0977.5270.8374.0298.1394.5896.3295.5397.0096.26
TCP [47]84.1375.3679.5177.2769.8773.3898.2394.6796.4294.6797.2095.92
MMA [34]83.2076.8079.8777.3171.0074.0298.4094.0096.1595.4098.0796.72
HISF85.3976.1280.7576.870.173.498.2094.696.495.796.996.3
MethodStanfordCarsFlower102Food101FGVCAircraft
BaseNovelHMBaseNovelHMBaseNovelHMBaseNovelHM
CLIP [1]63.3774.8968.6572.0877.8074.8390.1091.2290.6627.1936.2931.09
CoOP [4]78.1260.4068.1397.6059.6774.0688.3382.2685.1940.4422.3028.75
CoOpOp [5]70.4973.5972.0194.8771.7581.7190.7091.2990.9933.4123.7127.74
ProDA [22]74.7071.2072.9197.7068.6880.6690.3088.5789.4336.9034.1335.46
KgCoOp [45]71.7675.0473.3695.0074.7383.6590.5091.7091.0936.2133.5534.83
MaPLe [6]72.9474.0073.4795.9272.4682.5690.7192.0591.3837.4435.6136.50
PromptSRC [46]78.2774.9776.5898.0776.5085.9590.6791.5391.1042.7337.8740.15
ProVP [44]80.4367.9673.6798.4272.0683.2090.3290.9190.6147.0829.8736.55
MP [43]76.3475.0175.4897.6674.4984.5290.7491.8591.2940.1436.5138.24
TCP [47]80.8074.1377.3297.7375.5785.2390.5791.3790.9741.9734.4337.83
MMA [34]78.5073.1075.7097.7775.9385.4890.1391.3090.7140.5736.3338.33
HISF81.974.378.198.674.286.489.590.790.147.633.840.7
MethodSUN397DTDEuroSATUCF101
BaseNovelHMBaseNovelHMBaseNovelHMBaseNovelHM
CLIP [1]69.3675.3572.2353.2459.9056.3756.4864.0560.0370.5377.5073.85
CoOP [4]80.6065.8972.5179.4441.1854.2492.1954.7468.6984.6956.0567.46
CoOpOp [5]79.7476.8678.2777.0156.0064.8587.4960.0471.2182.3373.4577.64
ProDA [22]78.6776.9377.7980.6756.4866.4483.9066.0073.8885.2371.9778.04
KgCoOp [45]80.2976.5378.3677.5554.9964.3585.6464.3473.4882.8976.6779.65
MaPLe [6]80.8278.7079.7580.3659.1868.1694.0773.2382.3583.0078.6680.77
PromptSRC [46]82.6778.4780.5283.3762.9771.7592.9073.9082.3287.1078.8082.74
ProVP [44]80.6776.1178.3283.9559.0669.3497.1272.9183.2988.5675.5581.54
MP [43]82.2679.0480.6283.1058.0568.3593.5375.2183.3885.3377.7281.35
TCP [47]82.6378.2080.3582.7758.0768.2591.6374.7382.3287.1380.7783.83
MMA [34]82.2778.5780.3883.2065.6373.3885.4682.3483.8786.2380.0382.20
HISF83.579.381.483.664.874.297.377.587.486.681.283.9
Table 2. Comparison of HISF with existing methods in a cross-dataset setting. Baseline results are taken from the corresponding original papers, and HISF results are produced by our implementation.
Table 2. Comparison of HISF with existing methods in a cross-dataset setting. Baseline results are taken from the corresponding original papers, and HISF results are produced by our implementation.
MethodSourceTarget
ImageNetCaltechOxfordPetsStanford
Cars
Flowers
101
Food101FGVC
Aircraft
SUN397DTDEuroSATUCF101
CoOp [4]71.5193.7089.1464.5168.7185.3018.4768.1741.9246.3966.55
CoOpOp [5]71.0294.4390.1465.3271.8886.0622.9467.3645.7345.3768.21
MaPLe [6]70.7293.5390.4965.5772.2386.2024.7467.0146.4948.0668.69
PromptSRC [46]71.2793.6090.2565.7070.2586.1523.9067.1046.8745.5068.75
TCP [47]71.4093.9791.2564.4971.2186.6923.4567.1544.3551.4568.73
MMA [34]71.0093.8090.3066.1372.0786.1225.3368.1746.5749.2468.32
HISF72.2093.4990.3265.4072.4185.4124.3167.5745.9154.7068.41
Table 3. Comparison of HISF with existing methods in the domain generalization setting. Baseline results are taken from the corresponding original papers, and HISF results are produced by our implementation.
Table 3. Comparison of HISF with existing methods in the domain generalization setting. Baseline results are taken from the corresponding original papers, and HISF results are produced by our implementation.
MethodSourceTarget
ImageNet−S−A−R−V2
CLIP [1]66.7346.1547.7773.9660.83
CoOp [4]71.5147.9949.7175.2164.20
CoOpOp [5]71.0248.7550.6376.1864.07
Maple [6]70.7249.1550.9076.9864.07
PromptSRC [46]71.2749.5550.9077.8064.35
HISF72.2049.5151.2078.2164.43
Table 4. Evaluation of the impact of different HISF modules on model performance.
Table 4. Evaluation of the impact of different HISF modules on model performance.
MethodBaseNovelH.M
HISF (Maple setting)82.2875.1478.55
HISF (w/o PI)83.7675.5779.66
HISF (w/o SF)82.4574.9678.71
HISF (PI + SF)85.3976.1280.75
Table 5. Evaluation of the effect of different loss functions on model performance.
Table 5. Evaluation of the effect of different loss functions on model performance.
LCELSLLPH.M
79.41
80.75
80.67
80.35
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Feng, H.; Li, C. HISF: Hierarchical Interactive Semantic Fusion for Multimodal Prompt Learning. Multimodal Technol. Interact. 2026, 10, 6. https://doi.org/10.3390/mti10010006

AMA Style

Feng H, Li C. HISF: Hierarchical Interactive Semantic Fusion for Multimodal Prompt Learning. Multimodal Technologies and Interaction. 2026; 10(1):6. https://doi.org/10.3390/mti10010006

Chicago/Turabian Style

Feng, Haohan, and Chen Li. 2026. "HISF: Hierarchical Interactive Semantic Fusion for Multimodal Prompt Learning" Multimodal Technologies and Interaction 10, no. 1: 6. https://doi.org/10.3390/mti10010006

APA Style

Feng, H., & Li, C. (2026). HISF: Hierarchical Interactive Semantic Fusion for Multimodal Prompt Learning. Multimodal Technologies and Interaction, 10(1), 6. https://doi.org/10.3390/mti10010006

Article Metrics

Back to TopTop