> Paper: LIMSSR: LLM-Driven Sequence-to-Score Reasoning under Training-Time Incomplete Multimodal Observations > Authors: Huangbiao Xu, Huanqiu Wu, Xiao Ke, Yuxin Peng > arXiv: 2605.00434 | 2026-04-29
---
1. The Unrealistic "God's-Eye View" Assumption
Imagine training a multimodal model:
What existing methods assume:
- At training time, every sample has complete modalities
- Image + text + audio, all present
- Cross-modal alignment is learned from complete data
- Some samples only have images
- Some only have text
- Some have both but missing audio
- Fully complete data is rarely available
- Either discard incomplete samples (wasting data)
- Or train on incomplete data with poor results
- A method that doesn't rely on complete modalities is needed
- The model is trained on complete data
- Some modalities go missing at test time
- Learned cross-modal knowledge can fill the gaps
- There is no complete-modality reference at all
- You cannot learn "modality A corresponds to modality B"
- Because often only modality A exists, without B
- Unimodal samples: the LLM assesses their "quality"
- Bimodal samples: the LLM assesses their "consistency"
- Every sample contributes supervision signal 4. Progressive learning: Start with simple unimodal tasks and gradually transition to complex multimodal tasks, with no need for a leap to full pairing
- Some students only have textbooks (unimodal)
- Some have textbooks and lab equipment (bimodal)
- A good teacher doesn't require the "full set" to teach
- Instead, each student gets guidance appropriate to their resources
- Reconstruction methods: train a model to reconstruct missing modalities, but there is no reference to judge whether the reconstruction is right
- Contrastive methods: require positive/negative pairs, which are hard to construct from incomplete data, limiting effectiveness
- No pairing required: LLM knowledge is not tied to specific pairs; its general semantic understanding can evaluate unseen combinations
- Flexible scoring: not binary right/wrong but continuous scores — a richer supervision signal
- Scalable: the LLM handles various modality combinations; adding a new modality needs no redesign; the framework is general
- The best teachers aren't the ones with the most materials
- But those who extract the most value from limited resources
- The LLM as "teacher" demonstrates exactly this ability
But in reality:
The dilemma of existing methods:
---
2. Why Training-Time Incompleteness Is Harder
Testing-time incompleteness:
Training-time incompleteness:
Specific challenges:
1. Lack of cross-modal supervision — no ground truth for "this image corresponds to this text" since no pairing exists in the training data 2. Uncertain inter-modal relations — without complete pairs, the image-text relationship cannot be learned 3. Evaluation difficulty — no "correct answer" exists, so standard supervised learning fails
---
3. LIMSSR: LLM-Driven Sequence-to-Score Reasoning
Core idea:
> Without complete modality pairs, use an LLM as a "teacher" to generate scoring supervision for incompletely observed samples.
Technical approach:
1. Sequence-to-Score: Instead of predicting missing modalities, the model scores the existing modality sequence — "how plausible is this image-text combination?" 2. LLM as a scorer: Leverages the rich semantic knowledge of pretrained LLMs, which can assess whether an image caption and a text are consistent even without having seen that specific pair 3. Exploiting incomplete training data:
Analogy — a teacher with a class of students:
---
4. Why LLM Scoring Beats Traditional Approaches
Problems with traditional incomplete multimodal learning:
LIMSSR's advantages:
---
5. A Feynman-Style Judgment: Good Teachers Don't Need Perfect Materials
Feynman said:
> "Knowing the name of something and truly understanding something are completely different."
In incomplete learning:
> "Traditional methods need a 'complete reference answer' for training — like needing perfect textbooks to teach. LIMSSR's insight is that a good teacher (the LLM) can provide valuable guidance even with imperfect materials."
This reflects the essence of education:
6. Takeaway Questions
If you work with incomplete data or multimodal learning, ask yourself:
1. Does my method assume complete modalities at training time? 2. Am I wasting incomplete samples? 3. Could external knowledge (e.g., an LLM) generate supervision for incomplete data? 4. Does a sequence-to-score framework fit my task?
LIMSSR reminds us: in the real world, complete data is a luxury — incomplete data is the norm.
When a model learns from "incompleteness," it gains the ability to survive in the real world. LLM-driven sequence-to-score reasoning offers an elegant path for this kind of learning.
In an incomplete world, the best learner is not the one who needs the most information, but the one who extracts the most value from limited information.