paper-with-me

Papers

Distilling Implicit Multimodal Knowledge into Large Language Models for Zero-Resource Dialogue Generation

2024-05-16 · Bo Zhang, Hui Ma, Jian Ding, Jian Wang, Bo Xu, Hongfei Lin

Integrating multimodal knowledge into large language models (LLMs) represents a significant advancement in dialogue generation capabilities. However, the effective incorporation of such knowledge in zero-resource scenarios remains a substantial challenge due to the scarcity of diverse, high-quality dialogue datasets. To address this, we propose the Visual Implicit Knowledge Distillation Framework (VIKDF), an innovative approach aimed at enhancing LLMs for enriched dialogue generation in zero-resource contexts by leveraging implicit multimodal knowledge. VIKDF comprises two main stages: knowledge distillation, using an Implicit Query Transformer to extract and encode visual implicit knowledge from image-text pairs into knowledge vectors; and knowledge integration, employing a novel Bidirectional Variational Information Fusion technique to seamlessly integrate these distilled vectors into LLMs. This enables the LLMs to generate dialogues that are not only coherent and engaging but also exhibit a deep understanding of the context through implicit multimodal cues, effectively overcoming the limitations of zero-resource scenarios. Our extensive experimentation across two dialogue datasets shows that VIKDF outperforms existing state-of-the-art models in generating high-quality dialogues. The code is available at https://github.com/zhangbo-nlp/VIKDF.

📄 PDF Abstract BibTeX arXiv:2405.10121

Code (1)

zhangbo-nlp/vikdf 공식 구현 pytorch

Tasks

Dialogue GenerationKnowledge Distillation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Connecting Giants: Synergistic Knowledge Transfer of Large Multimodal Models for Few-Shot Learning

2025-10-13 · Hao Tang, Shengfeng He, Jing Qin arxiv

Few-shot learning (FSL) addresses the challenge of classifying novel classes with limited training samples. While some methods leverage semantic knowledge from smaller-scale models to mitigate data scarcity, these approa…

Few-Shot Learning

LLM and GNN are Complementary: Distilling LLM for Multimodal Graph Learning

2024-06-03 · Junjie Xu, Zongyu Wu, Minhua Lin, Xiang Zhang 외

Recent progress in Graph Neural Networks (GNNs) has greatly enhanced the ability to model complex molecular structures for predicting properties. Nevertheless, molecular data encompasses more than just graph structures, …

Graph LearningLanguage ModelingLanguage ModellingLarge Language Model

Distilling Transitional Pattern to Large Language Models for Multimodal Session-based Recommendation

2025-04-13 · Jiajie Su, Qiyong Zhong, Yunshan Ma, Weiming Liu 외

Session-based recommendation (SBR) predicts the next item based on anonymous sessions. Traditional SBR explores user intents based on ID collaborations or auxiliary content. To further alleviate data sparsity and cold-st…

Mutual Information EstimationSession-Based Recommendations

Incomplete Modality Disentangled Representation for Ophthalmic Disease Grading and Diagnosis

2025-02-17 · Chengzhi Liu, Zile Huang, Zhe Chen, Feilong Tang 외

Ophthalmologists typically require multimodal data sources to improve diagnostic accuracy in clinical decisions. However, due to medical device shortages, low-quality data and data privacy concerns, missing data modaliti…

Diagnostic

A Comprehensive Survey on Knowledge Distillation of Diffusion Models

2023-04-09 · Weijian Luo

Diffusion Models (DMs), also referred to as score-based diffusion models, utilize neural networks to specify score functions. Unlike most other probabilistic models, DMs directly model the score functions, which makes th…

Knowledge DistillationSurvey