RoCo-ACE: Rollout-Conditioned Online Distillation for Retention-Aware Knowledge Injection
RoCo-ACE introduces a rollout-conditioned online distillation objective for knowledge injection in MLLMs, addressing drift in non-updated behaviors. It uses reference-free/reference-conditioned likelihood contrast to reallocate distillation weight to reference-supported rollout tokens. ACE adds sparse reference-side anchored correction for omitted authoritative anchors without full-answer imitation. Across three knowledge-injection settings and six retention benchmarks, RoCo-ACE achieves the bes
Analysis
TL;DR
- RoCo-ACE introduces a rollout-conditioned online distillation objective for knowledge injection in MLLMs, addressing drift in non-updated behaviors.
- It uses reference-free/reference-conditioned likelihood contrast to reallocate distillation weight to reference-supported rollout tokens.
- ACE adds sparse reference-side anchored correction for omitted authoritative anchors without full-answer imitation.
- Across three knowledge-injection settings and six retention benchmarks, RoCo-ACE achieves the best injected-knowledge accuracy while retaining base model performance.
Why It Matters
This work is relevant because it tackles a critical challenge in updating pretrained models with new knowledge: balancing accurate knowledge injection with preserving existing capabilities. By refining online distillation techniques, RoCo-ACE offers a more precise method for adapting MLLMs to domain-specific or factual updates without catastrophic forgetting, which is vital for deploying reliable, up-to-date AI systems in dynamic environments.
Technical Details
- Rollout-Conditioned Distillation: Unlike uniform reference-conditioned distillation, RoCo-ACE dynamically adjusts supervision by comparing same-rollout reference-free and reference-conditioned likelihoods, emphasizing tokens supported by references.
- Sparse Anchored Correction (ACE): This component addresses omitted authoritative facts from rollouts by anchoring corrections on reference-side targets, avoiding reliance on full-answer imitation that may introduce noise.
- Evaluation Setup: Tested across three knowledge-injection scenarios (e.g., factual updates, domain adaptation), six retention benchmarks measuring preserved capabilities, multiple baselines (e.g., standard fine-tuning, vanilla online distillation), and various base MLLM architectures.
- Key Outcome: The method outperforms baselines in injected-knowledge accuracy while maintaining retention metrics close to the original base model, demonstrating effective balance between updating and preserving knowledge.
Industry Insight
For AI practitioners, RoCo-ACE highlights the importance of nuanced distillation strategies when updating large language models—prioritizing token-level supervision over blanket imitation can reduce drift and improve adaptability. As organizations increasingly rely on MLLMs for specialized tasks, adopting such retention-aware knowledge injection methods will be critical to ensuring models remain both current and reliable without costly retraining from scratch.
Disclaimer: The above content is generated by AI and is for reference only.