Decoupled Representations with Knowledge Fusion
- DRKF is a modeling pattern that decouples heterogeneous data into distinct, task-specific representations before structured fusion.
- It strategically separates retrieval and generation views as well as modality-specific from modality-agnostic features to manage conflicting information needs.
- Empirical evaluations in multimodal emotion recognition and related tasks show DRKF improves accuracy and robustness over unified embedding approaches.
Searching arXiv for the cited papers and related DRKF work. to=arxiv_search.search 招商总代json code: {"7query7 OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7", "7max_results7 7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7query7} to=arxiv_search.search _天天json code: {"7query7 Representations with Knowledge Fusion7\7 OR 7\7 OR 7\7 and modality-Agnostic7\7 "7max_results7 7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7query7} Decoupled Representations with Knowledge Fusion (DRKF) denotes a modeling pattern in which a system first separates heterogeneous information into distinct representational views and then recombines those views through an explicit fusion mechanism. In the supplied literature, this pattern appears as decoupled retrieval- and generation-oriented chunk views in retrieval-augmented generation, as modality-exclusive and modality-agnostic subspaces in asynchronous multimodal video understanding, and as task-relevant shared and modality-specific factors in multimodal emotion recognition; the name “DRKF” is used explicitly for a multimodal emotion recognition framework built from an Optimized Representation Learning module and a Knowledge Fusion module (&&&7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7&&&, &&&7max_results7&&&, &&&7query7&&&).
7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7. Conceptual scope and defining structure
Across the cited works, DRKF is not a single operator but a recurring architectural schema. The decoupling step separates information that should not be forced into one undifferentiated embedding: retrieval versus generation views in HeteRAG, modality-exclusive versus modality-agnostic factors in MEA, and shared versus modality-specific task-relevant emotion information in DRKF. The fusion step then recombines these separated views in a task-dependent manner rather than by naive concatenation.
| Work | Decoupling axis | Fusion mechanism |
|---|---|---|
| HeteRAG | short chunks for generation vs context-enriched chunks for retrieval | chunk, multi-granular context, and metadata are fused for retrieval |
| MEA | modality-exclusive vs modality-agnostic representations | hierarchical cross-modal attention and Decoupled Graph Fusion |
| DRKF | task-relevant shared vs modality-specific features from speech and text | Fusion Encoder, Emotion Discrimination, Emotion Classification |
The common rationale is that different stages or modalities have different statistical and semantic requirements. HeteRAG states that retrieval prefers complete, context-rich representations, whereas generation prefers short, focused, context-light chunks. MEA states that modality heterogeneity makes undifferentiated multimodal fusion unreliable and indistinguishable. DRKF states that multimodal emotion recognition requires both task-relevant shared emotional information and task-relevant modality-specific information while suppressing task-irrelevant noise (&&&7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7&&&, &&&7max_results7&&&, &&&7query7&&&).
A recurring misconception is that decoupling means permanently isolating branches. The cited systems do not do this. HeteRAG maps retrieved chunk IDs back to short chunk text for prompting the LLM, MEA performs graph-based message passing after decoupling, and DRKF fuses optimized speech and text sequences with a self-attention-based Fusion Encoder. Decoupling therefore functions as a precondition for more structured fusion rather than as an alternative to fusion.
7max_results7. Representation decoupling mechanisms
In HeteRAG, decoupling is stage-specific. A document corpus PRESERVED_PLACEHOLDER_7query7^ is segmented into short chunks PRESERVED_PLACEHOLDER_7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7, and each chunk has two representations: a retrieval-oriented fused view and a generation-oriented short chunk view. The retrieval embedding is defined as
PRESERVED_PLACEHOLDER_7max_results7^
whereas generation uses only the focal chunk,
PRESERVED_PLACEHOLDER_7query7^
This is a decoupling between a compound retrieval object and a minimal text snippet for generation (&&&7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7&&&).
In MEA, decoupling is factorized into modality-exclusive and modality-agnostic spaces. Exclusive representations are produced by separate encoders,
PRESERVED_PLACEHOLDER_7\7^
while agnostic representations are produced by a shared encoder,
PRESERVED_PLACEHOLDER_7 OR \7^
The paper explicitly frames this as feature decoupling and disentangled representations. Independence between the exclusive and agnostic spaces is promoted with an HSIC disparity constraint, and modality specificity versus modality invariance is enforced with a double-discriminator strategy (&&&7max_results7&&&).
In DRKF for multimodal emotion recognition, decoupling is motivated by an information-theoretic decomposition of task-relevant multimodal information:
PRESERVED_PLACEHOLDER_7 OR \7^
with
The architecture operationalizes this through speech and text encoders, progressive modality augmentation via residual autoencoders, and contrastive mutual information estimation between original and augmented views within each modality and between the two modalities. This setup is intended to emphasize task-relevant shared and private information while suppressing noise (&&&7query7&&&).
7query7. Knowledge fusion as the second stage
The fusion stage in HeteRAG occurs on the retrieval side. For each short chunk, the retriever receives the chunk itself, multi-granular contextual signals such as local neighbors and section or document-level context, and metadata such as titles, headings, subjects, abstracts, and keywords. HeteRAG also introduces adaptive prompt tuning with hierarchy-specific soft prompts,
so that generic retrievers such as E7 OR \7, BGE, and Jina can learn how to interpret the roles of focal text, context, and metadata in the fused sequence. The generation model never sees the retrieval-side fused representation; it sees only short retrieved chunks (&&&7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7&&&).
In MEA, fusion is split across two levels. Hierarchical Cross-Modal Attention constructs agnostic representations through multi-granularity cross-modal interaction, using Modality Reinforcement Units to transfer information between asynchronous sequences. After decoupling, Decoupled Graph Fusion performs message passing in two graphs: a heterogeneous graph over modality-exclusive nodes and a homogeneous graph over modality-agnostic nodes. For the exclusive graph, semantic strength and knowledge transfer are defined by
followed by aggregation into PRESERVED_PLACEHOLDER_7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7query7; the agnostic graph is constructed analogously for PRESERVED_PLACEHOLDER_7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7. Final prediction uses the concatenation PRESERVED_PLACEHOLDER_7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7max_results7^ (&&&7max_results7&&&).
In DRKF, the Knowledge Fusion module contains a lightweight self-attention-based Fusion Encoder, an Emotion Discrimination submodule, and an Emotion Classification submodule. The Fusion Encoder operates on
PRESERVED_PLACEHOLDER_7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7query7^
with a learnable classification token and separator tokens. Through self-attention, the fused representation at PRESERVED_PLACEHOLDER_7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7\7^ implicitly identifies a dominant modality while integrating complementary information from the other modality. The Emotion Discrimination submodule is trained on shuffled speech-text pairs to predict whether the pair is emotionally consistent or inconsistent, thereby forcing the fused representation to retain inconsistency cues even when dominant-modality selection is imperfect (&&&7query7&&&).
7\7. DRKF in multimodal emotion recognition
The explicitly named DRKF framework targets conversational multimodal emotion recognition from speech and text. Speech is encoded with a wav7max_results7vec7max_results7 encoder into
PRESERVED_PLACEHOLDER_7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7 OR \7^
and text is encoded with RoBERTa-large into
PRESERVED_PLACEHOLDER_7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7 OR \7^
Global embeddings are obtained by average pooling, and residual autoencoders produce augmented sequences PRESERVED_PLACEHOLDER_7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)77^ and PRESERVED_PLACEHOLDER_7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)78. Progressive augmentation is supervised by a subspace-similarity term,
PRESERVED_PLACEHOLDER_7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)79
and a label-alignment term,
PRESERVED_PLACEHOLDER_7max_results7query7^
combined as PRESERVED_PLACEHOLDER_7max_results7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7.
Contrastive mutual information estimation then uses projection-space vectors
PRESERVED_PLACEHOLDER_7max_results7max_results7^
and InfoNCE-style losses for intra-modal speech, intra-modal text, and inter-modal speech-text alignment. The batchwise CMIE objective is
PRESERVED_PLACEHOLDER_7max_results7query7^
The total optimization target is
PRESERVED_PLACEHOLDER_7max_results7\7^
The empirical evaluation uses IEMOCAP, MELD, and M7query7ED. On IEMOCAP, DRKF is reported as “Ours(ORKF)” and achieves PRESERVED_PLACEHOLDER_7max_results7 OR \7, PRESERVED_PLACEHOLDER_7max_results7 OR \7, and PRESERVED_PLACEHOLDER_7max_results77, compared with PRESERVED_PLACEHOLDER_7max_results78 for DBT, PRESERVED_PLACEHOLDER_7max_results79 for LLMSER, and PRESERVED_PLACEHOLDER_7query7query7^ for DBT. On MELD, it reports PRESERVED_PLACEHOLDER_7query7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7, PRESERVED_PLACEHOLDER_7query7max_results7, and PRESERVED_PLACEHOLDER_7query7query7, compared with PRESERVED_PLACEHOLDER_7query7\7, PRESERVED_PLACEHOLDER_7query7 OR \7, and PRESERVED_PLACEHOLDER_7query7 OR \7^ for HiMul-LGG. On M7query7ED, it reports Precision PRESERVED_PLACEHOLDER_7query77, Recall PRESERVED_PLACEHOLDER_7query78, PRESERVED_PLACEHOLDER_7query79, PRESERVED_PLACEHOLDER_7\7query7, and PRESERVED_PLACEHOLDER_7\7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7, compared with Precision PRESERVED_PLACEHOLDER_7\7max_results7, Recall PRESERVED_PLACEHOLDER_7\7query7, PRESERVED_PLACEHOLDER_7\7\7, PRESERVED_PLACEHOLDER_7\7 OR \7, and PRESERVED_PLACEHOLDER_7\7 OR \7^ for SAMS. The ablations further show that Progressive CMIE outperforms direct CMIE, self-attention fusion outperforms bidirectional cross-attention, and adding Emotion Discrimination improves IEMOCAP, MELD, and M7query7ED metrics; for example, in one comparison IEMOCAP ACC increases from PRESERVED_PLACEHOLDER_7\77^ to PRESERVED_PLACEHOLDER_7\78, and M7query7ED PRESERVED_PLACEHOLDER_7\79 increases from PRESERVED_PLACEHOLDER_7 OR \7query7^ to PRESERVED_PLACEHOLDER_7 OR \7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7^ (&&&7query7&&&).
7 OR \7. Related instantiations in multimodal video and retrieval-augmented generation
MEA can be read as a concrete instantiation of the same pattern for asynchronous multimodal video understanding. Its input sequences are language, visual, and acoustic streams,
PRESERVED_PLACEHOLDER_7 OR \7max_results7^
processed by temporal 7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7D convolution, positional embedding, and BiLSTM. Predictive Self-Attention and a Weighted Attention Layer refine modality-exclusive features, Hierarchical Cross-Modal Attention constructs modality-agnostic features, HSIC and adversarial losses enforce decoupling, and Decoupled Graph Fusion combines modality-level nodes. The model is reported to achieve new SOTA on MOSI, MOSEI, and IEMOCAP, with MOSI results PRESERVED_PLACEHOLDER_7 OR \7query7, PRESERVED_PLACEHOLDER_7 OR \7\7, PRESERVED_PLACEHOLDER_7 OR \7 OR \7, PRESERVED_PLACEHOLDER_7 OR \7 OR \7, and PRESERVED_PLACEHOLDER_7 OR \77, and MOSEI results PRESERVED_PLACEHOLDER_7 OR \78, PRESERVED_PLACEHOLDER_7 OR \79, PRESERVED_PLACEHOLDER_7 OR \7query7, PRESERVED_PLACEHOLDER_7 OR \7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7, and PRESERVED_PLACEHOLDER_7 OR \7max_results7. Its ablations show that removing HSIC lowers MOSI PRESERVED_PLACEHOLDER_7 OR \7query7^ from PRESERVED_PLACEHOLDER_7 OR \7\7^ to PRESERVED_PLACEHOLDER_7 OR \7 OR \7^ and MOSEI PRESERVED_PLACEHOLDER_7 OR \7 OR \7^ from PRESERVED_PLACEHOLDER_7 OR \77^ to PRESERVED_PLACEHOLDER_7 OR \78, removing the adversarial losses reduces MOSI PRESERVED_PLACEHOLDER_7 OR \79 to 7query7, removing the exclusive or agnostic branch lowers performance further, and replacing DGF with simple concatenation yields about 7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7^ on MOSI and 7max_results7^ on MOSEI instead of 7query7^ and 7\7^ (&&&7max_results7&&&).
HeteRAG extends the same logic to retrieval-augmented generation. It uses short chunks as atomic units for generation while constructing context-enriched retrieval inputs from chunk text, local neighbors, structural context, and metadata. The retrieval model is a dense bi-encoder trained with InfoNCE contrastive loss and scaled cosine similarity, while adaptive prompt tuning introduces hierarchy-specific soft prompts for heterogeneous retrieval inputs. On BEIR tasks—SciFact, NF-Corpus, and Trec-COVID—HeteRAG reports average gains of 7 OR \7^ nDCG@7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7^ and 7 OR \7^ nDCG@7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7query7^ versus naive RAG. On Trec-COVID with BGE and chunk size 7 OR \7\7, Naive RAG obtains 7 for nDCG@7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7/@7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7query7, whereas HeteRAG obtains 8. In end-to-end QA on PopQA, NQ, SQuAD, TriviaQA, and HotpotQA using Wiki7max_results7query7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)78 and generators such as Llama7query7-8B-Instruct, Mistral-8B-Instruct, and Gemma-9B-Instruct, HeteRAG consistently improves EM, F7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7, and Recall over no RAG and naive RAG; for Llama7query7-8B on NQ, it reports EM 9, F7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7^ 7query7, and Recall 7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7, compared with 7max_results7, 7query7, and 7\7^ for naive RAG and 7 OR \7, 7 OR \7, and 7 without RAG (&&&7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7&&&).
These two works show that the DRKF pattern is not confined to emotion recognition. In MEA, the central distinction is between shared and modality-specific latent factors under temporal asynchrony. In HeteRAG, the distinction is between what should support retrieval and what should be exposed to the generator. This suggests that DRKF is better understood as an architectural principle for managing heterogeneity than as a domain-specific recipe.
7 OR \7. Empirical lessons, misconceptions, and open problems
The empirical record across the three papers supports three recurring lessons. First, decoupling alone is insufficient. MEA shows that removing DGF or HCA degrades performance, and DRKF shows that adding Emotion Discrimination improves results over a Fusion Encoder without that regularizer. HeteRAG likewise improves not merely by shortening chunks but by compensating retrieval with multi-granular context and metadata. A plausible implication is that the decisive step is not separation by itself but separation followed by structured recombination (&&&7max_results7&&&, &&&7query7&&&, &&&7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7&&&).
Second, the “shared” component should not be treated as the only useful component. In MEA, removing either modality-exclusive or modality-agnostic representations reduces performance; in DRKF, modality-specific emotional cues remain critical because real-world samples can be emotionally inconsistent across modalities. HeteRAG makes an analogous point at the pipeline level: retrieval profits from redundancy and broader context, but generation deteriorates when that same redundancy is passed verbatim into the LLM. This directly contradicts the common assumption that one unified representation is always optimal.
Third, the current literature leaves open several scaling and robustness issues. DRKF is evaluated only in the bimodal audio-text setting and does not yet report trimodal extensions or missing-modality handling. MEA requires all modalities present at training and inference, and its graph fusion operates at modality level with three nodes, so scaling to many modalities or finer-grained node sets would require careful design. HeteRAG highlights limited domain coverage, a focus on retrieval-side optimization, and the need for further validation on code, logs, and multimodal documents; it also suggests prompt token compression and more sophisticated multi-vector DRKF as future directions (&&&7query7&&&, &&&7max_results7&&&, &&&7id:(Jiang et al., 3 Aug 2025) OR id:(Yang et al., 12 Apr 2025) OR id:(Yang et al., 2024)7&&&).
Within this literature, DRKF therefore names both a specific multimodal emotion recognition framework and a broader design principle: decouple representational roles that have conflicting objectives, then apply a fusion mechanism that preserves complementarity, suppresses noise, and remains sensitive to inconsistency. The cited works differ in modality, task, and optimization strategy, but they converge on the same structural claim: heterogeneous evidence is most useful when it is neither prematurely collapsed into a single space nor left unfused after disentanglement.