Pith. sign in

REVIEW 3 major objections 4 minor 80 references

Knowledge injection into multimodal models can be made both more accurate and less disruptive by splitting supervision into contrastively reweighted rollout tokens and sparse anchored correction for omitted facts, rather than fitting the fu

Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →

T0 review · deepseek-v4-flash

2026-08-02 11:43 UTC pith:OVS7YZEN

load-bearing objection Solid incremental contribution to MLLM knowledge injection; strong experimental breadth, but the RoCo contrast has a prompt confound that weakens the mechanism story, while the ACE component and retention results hold up. the 3 major comments →

arxiv 2607.24771 v1 pith:OVS7YZEN submitted 2026-06-10 cs.AI cs.LG

RoCo-ACE: Rollout-Conditioned Online Distillation for Retention-Aware Knowledge Injection

classification cs.AI cs.LG
keywords knowledge injectionmultimodal large language modelsonline distillationrollout-conditioned distillationanchored cross-entropycatastrophic forgettinginjection-retention trade-offfactual anchors
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

When a multimodal model must absorb new facts, directly fine-tuning the full authoritative answer improves accuracy on those facts but degrades other capabilities. The paper argues that the right supervision is finer-grained: train on the model's own rollouts, but give extra weight to rollout tokens that become more likely when the teacher sees the authoritative reference, and separately correct the specific factual spans the rollout omits. The paper reports that this combination, RoCo-ACE, reaches the highest injected-knowledge accuracy among compared methods on three knowledge-injection settings while keeping retention close to the base model's. The central message is that selective, span-level supervision can shift the injection–retention trade-off in the model's favor.

Core claim

The central claim is that the trade-off between acquiring injected facts and preserving old behavior is governed by supervision granularity, not just by update constraints. On a student rollout, the method computes, for each token, the log-likelihood difference between a teacher conditioned on the authoritative reference and one that is not; positive differences identify reference-supported tokens, and the resulting weights concentrate distillation there. For facts the rollout omits, the method extracts compact factual spans from the reference and applies cross-entropy only to those anchor tokens, weighting absent or weakly covered anchors more heavily. The paper shows this outperforms unifo

What carries the argument

The load-bearing identity is the same-rollout likelihood contrast Δ_{i,t} = log q_ref(y_{i,t}) − log q_base(y_{i,t}), where the two teacher views score the same student-generated prefix with and without the authoritative reference in the prompt; this contrast is converted into dense per-token distillation weights that concentrate gradient mass on reference-supported rollout tokens. Complementing it is the anchor-correction mechanism: the reference is segmented into compact factual spans, each span gets a coverage score against the rollout, and omitted or weakly matched spans receive higher weight in a sparse cross-entropy loss over only those reference anchor tokens. Together the two mechani

Load-bearing premise

The method depends on the assumption that the reference-conditioned teacher's likelihood contrast and the string-based span matching identify factual content rather than generic answer style — if the teacher mostly rewards style-matched wording, the reweighting amplifies noise, and exact-string anchor matching can reinforce spans that do not correspond to true reference facts.

What would settle it

Run a reference-conditioned teacher on rollouts whose wording is style-matched but fact-free (for example, referencing a different entity with identical phrasing); if high-contrast tokens are not the true fact-bearing tokens, the method's injection gains should disappear. Concretely, the paper's own mismatched-reference control — feeding the teacher a shuffled reference from another example — drops entity/news accuracy from 27.6 to 18.5, showing the signal is reference-specific; a token-level precision audit of high-weight spans against human-annotated factual spans would settle whether the me

Watch this falsifier — get emailed when new claim-graph text bears on it.

If this is right

  • If the central claim holds, knowledge injection no longer requires choosing between full-answer fitting and conservative updates: selective span-level supervision achieves both higher injected-knowledge accuracy and retention near the base model.
  • Uniform online distillation leaves injection on the table; adding reference-conditioned contrast reweighting alone raises entity/news accuracy from 20.9 to 23.7, and the sparse anchor term raises it further to 27.6.
  • Adding the full reference as a supervised target is less effective and hurts retention more than correcting only extracted anchors, implying that anchor sparsity itself is a load-bearing design choice.
  • The method depends on an authoritative reference, so it targets entity-, event-, and domain-fact updates expressed as compact text spans; label-only or very short-answer settings have a weaker anchor signal.
  • Across six retention benchmarks and three settings, the reported retention average stays within roughly one point of the base model, suggesting the trade-off shift is consistent rather than benchmark-specific.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • A testable extension: if style imitation rather than fact acquisition drives forgetting, then rewriting the same facts in diverse styles and applying the same anchored correction should reduce retention drift further; the paper does not run this experiment.
  • The same token-level contrast could double as a diagnostic: high-weight rollout tokens mark claims the model already reaches with reference support, which might be useful for spotting hallucination-prone generations before deployment.
  • The anchor signal is currently string-based; grounding anchors in image evidence (OCR or region supervision) could strengthen correction for visual facts, but the paper leaves this as future work.
  • An open direction is combining the objective with parameter-efficient updates; the paper uses full language-side updates, so whether the supervision granularity also makes low-rank adapters sufficient is not established.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

3 major / 4 minor

Summary. The manuscript proposes RoCo-ACE, a two-term objective for knowledge injection in MLLMs. RoCo reweights tokens of an on-policy student rollout using the log-likelihood contrast between a reference-conditioned and a reference-free teacher (Eqs. 2--4); ACE adds a sparse cross-entropy loss on extracted reference spans weighted by rollout coverage (Eqs. 5--7). Experiments on EVOKE, VP, and Sci with Qwen3-VL-8B, Qwen3-VL-30B, and InternVL3.5-8B, six retention benchmarks, and a hyperparameter grid report the best injected-knowledge accuracy among compared methods with retention close to the base model.

Significance. If the claims hold, the paper makes a useful contribution to knowledge injection by identifying supervision granularity as a bottleneck in online distillation and by providing a mechanism that combines rollout reweighting with sparse anchored correction. The experimental breadth is a genuine strength: three injection settings, two Qwen3-VL scales plus InternVL3.5-8B, component ablations, mismatched-reference and fixed-teacher controls, and an explicit hyperparameter sensitivity grid. However, the main empirical claims depend on an unvalidated LLM judge and on a teacher-prompt comparison that is not as clean as stated in Eq. (1); additionally, the reported retention differences are small and are presented without variance estimates. These issues are addressable within the scope of the manuscript, but they need to be resolved before the central claim can be accepted.

major comments (3)
  1. [§3.2, Eq. (1); Appendix K] Eq. (1) claims that the two teacher views “differ only in whether the authoritative reference a_i is included in the prompt context.” Appendix K states that the reference-conditioned teacher uses a long instruction wrapper (“Target Question:”, “Response to the target question:”, “Generate a new answer…”, “Do not contradict…”) while the base teacher uses “the original student input without the authoritative reference.” Thus Δ_i,t also encodes instruction-following format, not only reference-induced factual support. The mismatched-reference control (Table 2, 18.5 EVOKE) preserves the wrapper but changes reference semantics, so it does not remove this confound. Because the +2.8-point EVOKE gain of RoCo over SDFT and the mechanism of Eqs. (3)–(4) are attributed to reweighting reference-supported tokens, this is load-bearing. Please add a base-teacher control that uses the same instruction wr
  2. [§4.1 Evaluation metrics; Appendices I and G] The primary injection metric is an LLM judge (Qwen3-30B-A3B-Instruct-2507) with no reported human agreement, second-judge consistency, or bias analysis. Appendix G itself states that “judge-agreement or human-audit results should be reported when the benchmark setting allows them.” Since all main injection conclusions rest on this binary factual-consistency label, the paper should report agreement on a sample of responses (e.g., 100–200 items) and, ideally, a second judge, to rule out the possibility that gains reflect style matching to the reference wording rather than fact acquisition.
  3. [§4.2, Tables 1, 2, 4, 8–10] All experimental results are single-run point estimates with no error bars, confidence intervals, or multiple seeds. Several key comparisons are small (e.g., RoCo-ACE Ret. Avg. 56.5 vs. base 57.2 on EVOKE; VP and Sci retention differences of 0.1–0.5 points). Without repeated-seed averages and variance estimates, the claim of “keeping evaluated retention close to the base model” and the relative ordering of methods are not statistically supported. Please provide at least three seeds for the main tables and for the core ablations, with standard deviations or confidence intervals.
minor comments (4)
  1. [References] “The F ourteenth International Conference” appears in the KeepLoRA reference; typo and spacing also occur in “LLaV A-OneVision” and “Correspondence:Jun Lan”.
  2. [Table 1] The base-model row lacks spacing between numbers (e.g., “16.457.269.957.273.157.2”), making the table hard to read.
  3. [Appendix A, Table 3] The 30.8% “reference-supported” token share is definitional because the category is defined by Δ_i,t > τ. The paper already cautions that this is a diagnostic, but the sentence “showing how RoCo-ACE allocates supervision” could be misread as independent evidence; please add an explicit caveat that this share is a consequence of the threshold, not a validation of the contrast.
  4. [§3.2, Eq. (1)] The notation q_i,t_base(v) = q_ϕ(v | x_i, I_i, y_i,<t) is clear, but the prose “differ only in whether the authoritative reference a_i is included” conflicts with Appendix K; rewording this sentence would prevent the inconsistency.

Circularity Check

0 steps flagged

No significant circularity: the objective is a training signal evaluated against external benchmarks; the closest items are a definitional diagnostic and a prompt confound, neither load-bearing.

full rationale

RoCo-ACE's contribution is an empirical training objective, not a derivation that returns its own inputs. Equations (2)-(3) define token weights from a teacher likelihood contrast, and Eqs. (5)-(7) define anchor weights and an anchor CE loss; both are supervision signals, not fitted predictions of the EVOKE metric. EVOKE/VP/Sci accuracies are produced by an external LLM judge on a benchmark evaluation set (Appendix I), and the six retention benchmarks are explicitly held out of injection training (Appendix H: 'no retention benchmark examples are mixed into the injection training set'). Table 2's ablations separate SDFT, RoCo, ACE, SFT, fixed-teacher, and mismatched-reference controls, so the central comparison (RoCo-ACE 27.6 vs. SDFT 20.9 on EVOKE, with similar retention) is an empirical contrast, not a circular reduction. The only definitional element is Appendix A's diagnostic, which labels tokens with Δi,t>τ as 'reference-supported' and counts their share (30.8%); the paper explicitly frames this as a weight-assignment diagnostic rather than independent evidence, and the main claims do not rest on that percentage. The Appendix K prompt-template difference (the reference-conditioned teacher adds instruction text beyond the reference) is a construct-validity threat to the claim that Δ isolates factual support, but a confound is not a circular derivation. Hyperparameter selection on EVOKE (Table 11) raises selection-bias concerns but does not make any stated prediction equal an input by construction. No load-bearing self-citation chain is present: SDFT, KORE, and the benchmarks are external to the author set, and Appendix G's note about judge-agreement is a self-acknowledged limitation rather than circular reasoning.

Axiom & Free-Parameter Ledger

8 free parameters · 5 axioms · 0 invented entities

The method introduces no new physical or architectural entities. Its contribution is a training objective with multiple free hyperparameters selected on the EVOKE benchmark. The central empirical claim rests on domain assumptions about reference quality, span extractability, exact-string coverage, EMA teacher reliability, and LLM-judge validity.

free parameters (8)
  • λ_ACE = 0.2 (default; grid 0.0, 0.2, 1.0)
    Controls the weight of the anchored cross-entropy loss. Selected as the best injection-retention balance on EVOKE; more aggressive settings lower Ret. Avg.
  • β_miss = 5.0 (default; grid 3.0, 5.0, 7.0)
    Controls how much extra weight missing anchors receive. Tuned on EVOKE in Table 11.
  • τ = 0.2 (default; grid 0.1, 0.2, 0.4)
    Contrast margin for the RoCo weight. Selected as best on EVOKE; smaller margins are too permissive and larger ones too conservative.
  • w0 = 1.0
    Floor token weight in the RoCo objective (Eq. 3). Hand-chosen constant.
  • β_Δ = 1.0
    Scaling factor for the contrast signal in Eq. 3. Hand-chosen constant.
  • u0 = 1.0
    Base weight for extracted anchor spans in Eq. 5. Hand-chosen constant.
  • EMA decay = 0.999
    Exponential-moving-average teacher update coefficient. Chosen for stable online distillation.
  • num_generations = 1
    Single on-policy rollout per prompt. Assumption that one sample exposes sufficient supervision signal.
axioms (5)
  • domain assumption The authoritative reference answer is semantically aligned with the prompt and contains the target facts to be injected.
    Appendix G admits that noisy, overly broad, or stylistically biased references can cause RoCo to amplify the wrong signal and ACE to reinforce incorrect spans.
  • domain assumption Tokenizer-level span extraction and normalized exact-string matching reliably identify factual units and their coverage in the rollout.
    Appendix A constructs spans from contiguous CJK/Latin/digit tokens and uses exact normalized string matching for ρ_i(s,y_i); this assumes factual facts are compact and lexically matched.
  • domain assumption The LLM judge produces reliable binary correctness labels for open-ended injection responses.
    EVOKE accuracy uses Qwen3-30B-A3B-Instruct as judge; no judge-agreement or human-audit results are reported, and Appendix G notes such results should be reported when possible.
  • domain assumption An EMA-synchronized teacher provides stable and meaningful reference-conditioned next-token distributions.
    The teacher is updated after every step with EMA decay 0.999; the method assumes this tracks the student without degenerating.
  • domain assumption The student rollout exposes a meaningful split between reference-supported, generic, and omitted-anchor tokens.
    The entire method relies on this supervision split, illustrated in Figure 2 and quantified in the Appendix A diagnostic.

pith-pipeline@v1.3.0-alltime-deepseek · 21831 in / 6984 out tokens · 79004 ms · 2026-08-02T11:43:59.982769+00:00 · methodology

0 comments
read the original abstract

Knowledge injection updates pretrained MLLMs with new factual or domain-specific knowledge, but fitting full authoritative answers can cause drift in non-updated behavior. Online distillation mitigates this drift by training on model-generated rollouts, yet uniform reference-conditioned distillation provides coarse supervision: it can under-emphasize reference-supported rollout tokens and supervise omitted facts only indirectly. We introduce RoCo-ACE, a rollout-conditioned online distillation objective for knowledge injection. RoCo uses same-rollout reference-free/reference-conditioned likelihood contrast to reallocate additional distillation weight to reference-supported rollout tokens, while ACE adds sparse reference-side anchored correction for authoritative anchors omitted from the rollout without full-answer imitation. Across three knowledge-injection settings, six retention benchmarks, multiple baselines, and multiple base models, RoCo-ACE achieves the best injected-knowledge accuracy among compared methods while keeping evaluated retention close to the base model.

Figures

Figures reproduced from arXiv: 2607.24771 by Huijia Zhu, Jianfu Zhang, Jun Lan, KeDong Xiu, Shuheng Zhou, Wei Li, Weiqiang Wang, Yan Hong, Zhongcai Lyu.

Figure 1
Figure 1. Figure 1: Motivation of RoCo-ACE. The upper panel illustrates the injection–retention trade-off among direct fitting, constrained updating, online distillation, and our variants. RoCo-ACE improves this trade-off by combining same-rollout likelihood contrast with sparse anchored correction. The lower panel shows an EVOKE example where RoCo-ACE recovers more authoritative anchors than SFT and SDFT (Shenfeld et al., 20… view at source ↗
Figure 2
Figure 2. Figure 2: Overview of RoCo-ACE. The student samples an on-policy rollout that mixes generic or non-target visual spans, reference-supported factual spans, and omitted authoritative anchors. RoCo scores the same rollout under reference-free and reference-conditioned teacher views, then uses their likelihood contrast to assign larger distillation weights to reference-supported rollout tokens. ACE complements this roll… view at source ↗
Figure 3
Figure 3. Figure 3: Radar comparison on EVOKE. The red axis reports injected-knowledge accuracy, and the other axes report evaluated retention on six held-out mul￾timodal and safety benchmarks. Scores are normal￾ized for visualization; exact values are reported in Ap￾pendix B. RoCo-ACE improves injected-knowledge ac￾curacy while keeping evaluated retention close to online￾distillation and retention-oriented baselines. vative … view at source ↗
Figure 4
Figure 4. Figure 4: Representative EVOKE example illustrating [PITH_FULL_IMAGE:figures/full_fig_p008_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: Radar comparison on VP, showing target knowledge injection and general capability retention across six multimodal benchmarks. out distillation would place its rollout-side loss over all valid rollout tokens, most of which are not contrast-activated in this diagnostic. RoCo in￾stead reallocates additional distillation weight to reference-supported rollout tokens, while ACE sup￾plies sparse correction for om… view at source ↗

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

80 extracted references · 3 canonical work pages

  1. [2]

    Jean-Baptiste Alayrac, Jeff Donahue, Pauline Luc, Antoine Miech, Iain Barr, Yana Hasson, Karel Lenc, Arthur Mensch, Katherine Millican, Malcolm Reynolds, Roman Ring, Eliza Rutherford, Serkan Cabi, Tengda Han, Zhitao Gong, Sina Samangooei, Marianne Monteiro, Jacob Menick, Sebastian Borgeaud, and 8 others. 2022. https://proceedings.neurips.cc/paper_files/pa...

  2. [3]

    Jinze Bai, Shuai Bai, Shusheng Yang, Shijie Wang, Sinan Tan, Peng Wang, Junyang Lin, Chang Zhou, and Jingren Zhou. 2023. https://arxiv.org/abs/2308.12966 Qwen-VL : A versatile vision-language model for understanding, localization, text reading, and beyond . arXiv preprint arXiv:2308.12966

  3. [7]

    Lin Chen, Jinsong Li, Xiaoyi Dong, Pan Zhang, Yuhang Zang, Zehui Chen, Haodong Duan, Jiaqi Wang, Yu Qiao, Dahua Lin, and Feng Zhao. 2024. https://arxiv.org/abs/2403.20330 Are we on the right way for evaluating large vision-language models? In Advances in Neural Information Processing Systems

  4. [8]

    Fung, and Steven C

    Wenliang Dai, Junnan Li, Dongxu Li, Anthony Meng Huat Tiong, Junqi Zhao, Weisheng Wang, Boyang Li, Pascale N. Fung, and Steven C. H. Hoi. 2023. https://proceedings.neurips.cc/paper_files/paper/2023/hash/9a6a435e75419a836fe47ab6793623e6-Abstract-Conference.html InstructBLIP : Towards general-purpose vision-language models with instruction tuning . In Advan...

  5. [10]

    Geoffrey Hinton, Oriol Vinyals, and Jeff Dean. 2015. https://arxiv.org/abs/1503.02531 Distilling the knowledge in a neural network . In NIPS Deep Learning and Representation Learning Workshop

  6. [11]

    Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen-Zhu, Yuanzhi Li, Shean Wang, Lu Wang, and Weizhu Chen

    Edward J. Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen-Zhu, Yuanzhi Li, Shean Wang, Lu Wang, and Weizhu Chen. 2022. https://openreview.net/forum?id=nZeVKeeFYf9 LoRA : Low-rank adaptation of large language models . In International Conference on Learning Representations

  7. [14]

    Rusu, Kieran Milan, John Quan, Tiago Ramalho, Agnieszka Grabska-Barwinska, Demis Hassabis, Claudia Clopath, Dharshan Kumaran, and Raia Hadsell

    James Kirkpatrick, Razvan Pascanu, Neil Rabinowitz, Joel Veness, Guillaume Desjardins, Andrei A. Rusu, Kieran Milan, John Quan, Tiago Ramalho, Agnieszka Grabska-Barwinska, Demis Hassabis, Claudia Clopath, Dharshan Kumaran, and Raia Hadsell. 2017. https://doi.org/10.1073/pnas.1611835114 Overcoming catastrophic forgetting in neural networks . Proceedings of...

  8. [15]

    Bo Li, Yuanhan Zhang, Dong Guo, Renrui Zhang, Feng Li, Hao Zhang, Kaichen Zhang, Yanwei Li, Ziwei Liu, and Chunyuan Li. 2024. https://arxiv.org/abs/2408.03326 LLaVA-OneVision : Easy visual task transfer . arXiv preprint arXiv:2408.03326

  9. [17]

    Junnan Li, Dongxu Li, Silvio Savarese, and Steven C. H. Hoi. 2023. https://proceedings.mlr.press/v202/li23q.html 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, pages 19730--19742

  10. [18]

    Zhizhong Li and Derek Hoiem. 2016. https://doi.org/10.1007/978-3-319-46493-0_37 Learning without forgetting . In Proceedings of the European Conference on Computer Vision, pages 614--629. Springer

  11. [19]

    Haotian Liu, Chunyuan Li, Qingyang Wu, and Yong Jae Lee. 2023. https://proceedings.neurips.cc/paper_files/paper/2023/hash/6dcf277ea32ce3288914faf369fe6de0-Abstract-Conference.html Visual instruction tuning . In Advances in Neural Information Processing Systems, volume 36

  12. [22]

    Mao-Lin Luo, Zi-Hao Zhou, Yi-Lin Zhang, Yuanyu Wan, Min-Ling Zhang, and Tong Wei. 2026. https://openreview.net/forum?id=T3Vc5fkTzV Keeplora: Continual learning with residual gradient adaptation . In The Fourteenth International Conference on Learning Representations

  13. [24]

    Long Ouyang, Jeffrey Wu, Xu Jiang, Diogo Almeida, Carroll Wainwright, Pamela Mishkin, Chong Zhang, Sandhini Agarwal, Katarina Slama, Alex Ray, John Schulman, Jacob Hilton, Fraser Kelton, Luke Miller, Maddie Simens, Amanda Askell, Peter Welinder, Paul Christiano, Jan Leike, and Ryan Lowe. 2022. https://proceedings.neurips.cc/paper_files/paper/2022/hash/b1e...

  14. [31]

    Haochen Wang, Xiangtai Li, Zilong Huang, Anran Wang, Jiacong Wang, Tao Zhang, Jiani Zheng, Sule Bai, Zijian Kang, Jiashi Feng, Zhuochen Wang, and Zhaoxiang Zhang. 2026. https://openreview.net/forum?id=zwMpimSZEq Traceable evidence enhanced visual grounded reasoning: Evaluation and method . In The Fourteenth International Conference on Learning Representations

  15. [33]

    Shipeng Wang, Xiaorong Li, Jian Sun, and Zongben Xu. 2021. https://openaccess.thecvf.com/content/CVPR2021/html/Wang_Training_Networks_in_Null_Space_of_Feature_Covariance_for_Continual_CVPR_2021_paper.html Training networks in null space of feature covariance for continual learning . In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern ...

  16. [34]

    Penghao Wu and Saining Xie. 2024. https://openaccess.thecvf.com/content/CVPR2024/html/Wu_V_Guided_Visual_Search_as_a_Core_Mechanism_in_Multimodal_CVPR_2024_paper.html V *: Guided visual search as a core mechanism in multimodal llms . In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 13084--13094

  17. [35]

    Weixiang Wu, Dongxu Wang, Renze Xu, Xinnan Ma, Zhen Zeng, Xiaoshuai Guo, Gao Huang, and Yinghui Wang. 2025. https://aclanthology.org/2025.emnlp-main.41/ Automating steering for safe multimodal large language models . In Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing

  18. [40]

    Advances in Neural Information Processing Systems , year=

    Refusal in Language Models Is Mediated by a Single Direction , author=. Advances in Neural Information Processing Systems , year=

  19. [41]

    International Conference on Learning Representations , year=

    Understanding and Enhancing Safety Mechanisms of LLMs via Safety-Specific Neuron , author=. International Conference on Learning Representations , year=

  20. [42]

    International Conference on Machine Learning , year=

    The Geometry of Refusal in Large Language Models: Concept Cones and Representational Independence , author=. International Conference on Machine Learning , year=

  21. [43]

    arXiv preprint arXiv:2505.20977 , year=

    Evaluating and Steering Modality Preferences in Multimodal Large Language Model , author=. arXiv preprint arXiv:2505.20977 , year=

  22. [44]

    arXiv preprint arXiv:2507.11878 , year=

    LLMs Encode Harmfulness and Refusal Separately , author=. arXiv preprint arXiv:2507.11878 , year=

  23. [45]

    arXiv preprint arXiv:2511.08379 , year=

    SOM Directions are Better than One: Multi-Directional Refusal Suppression in Language Models , author=. arXiv preprint arXiv:2511.08379 , year=

  24. [46]

    arXiv preprint arXiv:2410.03415 , year=

    Surgical, Cheap, and Flexible: Mitigating False Refusal in Language Models via Single Vector Ablation , author=. arXiv preprint arXiv:2410.03415 , year=

  25. [47]

    arXiv preprint arXiv:2502.07823 , year=

    Representation Bending for Large Language Model Safety , author=. arXiv preprint arXiv:2502.07823 , year=

  26. [48]

    Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing , year=

    Automating Steering for Safe Multimodal Large Language Models , author=. Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing , year=

  27. [49]

    arXiv preprint arXiv:2402.04249 , year=

    HarmBench: A Standardized Evaluation Framework for Automated Red Teaming and Robust Refusal , author=. arXiv preprint arXiv:2402.04249 , year=

  28. [50]

    arXiv preprint arXiv:2405.20947 , year=

    OR-Bench: An Over-Refusal Benchmark for Large Language Models , author=. arXiv preprint arXiv:2405.20947 , year=

  29. [51]

    arXiv preprint arXiv:2602.12533 , year=

    AMPS: Adaptive Modality Preference Steering via Functional Entropy , author=. arXiv preprint arXiv:2602.12533 , year=

  30. [52]

    arXiv preprint arXiv:2602.04896 , year=

    Steering Externalities: Benign Activation Steering Unintentionally Increases Jailbreak Risk for Large Language Models , author=. arXiv preprint arXiv:2602.04896 , year=

  31. [53]

    2025 , howpublished=

    Heretic: Fully Automatic Censorship Removal for Language Models , author=. 2025 , howpublished=

  32. [54]

    arXiv preprint arXiv:2406.14144 , year=

    Finding Safety Neurons in Large Language Models , author=. arXiv preprint arXiv:2406.14144 , year=

  33. [55]

    Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing , year=

    mDPO: Conditional Preference Optimization for Multimodal Large Language Models , author=. Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing , year=

  34. [56]

    arXiv preprint arXiv:2503.14189 , year=

    Towards Harmless Multimodal Assistants with Blind Preference Optimization , author=. arXiv preprint arXiv:2503.14189 , year=

  35. [57]

    arXiv preprint arXiv:2503.17682 , year=

    Safe RLHF-V: Safe Reinforcement Learning from Multi-modal Human Feedback , author=. arXiv preprint arXiv:2503.17682 , year=

  36. [58]

    arXiv preprint arXiv:2505.17306 , year=

    Refusal Direction is Universal Across Safety-Aligned Languages , author=. arXiv preprint arXiv:2505.17306 , year=

  37. [59]

    arXiv preprint arXiv:2602.04448 , year=

    RASA: Routing-Aware Safety Alignment for Mixture-of-Experts Models , author=. arXiv preprint arXiv:2602.04448 , year=

  38. [60]

    arXiv preprint arXiv:2509.09660 , year=

    Steering MoE LLMs via Expert (De)Activation , author=. arXiv preprint arXiv:2509.09660 , year=

  39. [61]

    arXiv preprint arXiv:2505.24449 , year=

    When Large Multimodal Models Confront Evolving Knowledge: Challenges and Pathways , author=. arXiv preprint arXiv:2505.24449 , year=

  40. [62]

    arXiv preprint arXiv:2510.19316 , year=

    KORE: Enhancing Knowledge Injection for Large Multimodal Models via Knowledge-Oriented Augmentations and Constraints , author=. arXiv preprint arXiv:2510.19316 , year=

  41. [63]

    arXiv preprint arXiv:2601.19897 , year=

    Self-Distillation Enables Continual Learning , author=. arXiv preprint arXiv:2601.19897 , year=

  42. [64]

    arXiv preprint arXiv:2306.08543 , year=

    MiniLLM: Knowledge Distillation of Large Language Models , author=. arXiv preprint arXiv:2306.08543 , year=

  43. [65]

    arXiv preprint arXiv:2306.13649 , year=

    On-Policy Distillation of Language Models: Learning from Self-Generated Mistakes , author=. arXiv preprint arXiv:2306.13649 , year=

  44. [66]

    arXiv preprint arXiv:2602.12275 , year=

    On-Policy Context Distillation for Language Models , author=. arXiv preprint arXiv:2602.12275 , year=

  45. [67]

    arXiv preprint arXiv:2601.18734 , year=

    Self-Distilled Reasoner: On-Policy Self-Distillation for Large Language Models , author=. arXiv preprint arXiv:2601.18734 , year=

  46. [68]

    arXiv preprint arXiv:2603.05433 , year=

    CRISP: Compressed Reasoning via Iterative Self-Policy Distillation , author=. arXiv preprint arXiv:2603.05433 , year=

  47. [69]

    arXiv preprint arXiv:2604.03128 , year=

    Self-Distilled RLVR , author=. arXiv preprint arXiv:2604.03128 , year=

  48. [70]

    arXiv preprint arXiv:2604.02288 , year=

    Unifying Group-Relative and Self-Distillation Policy Optimization via Sample Routing , author=. arXiv preprint arXiv:2604.02288 , year=

  49. [71]

    arXiv preprint arXiv:2604.00626 , year=

    A Survey of On-Policy Distillation for Large Language Models , author=. arXiv preprint arXiv:2604.00626 , year=

  50. [72]

    and Shen, Yelong and Wallis, Phillip and Allen-Zhu, Zeyuan and Li, Yuanzhi and Wang, Shean and Wang, Lu and Chen, Weizhu , booktitle=

    Hu, Edward J. and Shen, Yelong and Wallis, Phillip and Allen-Zhu, Zeyuan and Li, Yuanzhi and Wang, Shean and Wang, Lu and Chen, Weizhu , booktitle=. 2022 , url=

  51. [73]

    Advances in Neural Information Processing Systems , volume=

    Training Language Models to Follow Instructions with Human Feedback , author=. Advances in Neural Information Processing Systems , volume=. 2022 , url=

  52. [74]

    NIPS Deep Learning and Representation Learning Workshop , year=

    Distilling the Knowledge in a Neural Network , author=. NIPS Deep Learning and Representation Learning Workshop , year=

  53. [75]

    arXiv preprint arXiv:2503.02659 , year=

    Put the Space of LoRA Initialization to the Extreme to Preserve Pre-trained Knowledge , author=. arXiv preprint arXiv:2503.02659 , year=

  54. [76]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

    Training Networks in Null Space of Feature Covariance for Continual Learning , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=. 2021 , url=

  55. [77]

    arXiv preprint arXiv:2506.05453 , year=

    MLLM-CL: Continual Learning for Multimodal Large Language Models , author=. arXiv preprint arXiv:2506.05453 , year=

  56. [78]

    arXiv preprint arXiv:2508.06202 , year=

    LoRA in LoRA: Towards Parameter-Efficient Architecture Expansion for Continual Visual Instruction Tuning , author=. arXiv preprint arXiv:2508.06202 , year=

  57. [79]

    The Fourteenth International Conference on Learning Representations , year=

    KeepLoRA: Continual Learning with Residual Gradient Adaptation , author=. The Fourteenth International Conference on Learning Representations , year=

  58. [80]

    arXiv preprint arXiv:2402.12851 , year=

    MoELoRA: Contrastive Learning Guided Mixture of Experts on Parameter-Efficient Fine-Tuning for Large Language Models , author=. arXiv preprint arXiv:2402.12851 , year=

  59. [81]

    arXiv preprint arXiv:2505.02486 , year=

    SEFE: Superficial and Essential Forgetting Eliminator for Multimodal Continual Instruction Tuning , author=. arXiv preprint arXiv:2505.02486 , year=

  60. [82]

    Proceedings of the AAAI Conference on Artificial Intelligence , volume=

    Divide, Conquer and Combine: A Training-Free Framework for High-Resolution Image Perception in Multimodal Large Language Models , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=. 2025 , url=

  61. [83]

    The Fourteenth International Conference on Learning Representations , year=

    Traceable Evidence Enhanced Visual Grounded Reasoning: Evaluation and Method , author=. The Fourteenth International Conference on Learning Representations , year=

  62. [84]

    2024 , url=

    Wu, Penghao and Xie, Saining , booktitle=. 2024 , url=

  63. [85]

    arXiv preprint arXiv:2402.14804 , year=

    Measuring Multimodal Mathematical Reasoning with the MATH-Vision Dataset , author=. arXiv preprint arXiv:2402.14804 , year=

  64. [86]

    Advances in Neural Information Processing Systems , year=

    Are We on the Right Way for Evaluating Large Vision-Language Models? , author=. Advances in Neural Information Processing Systems , year=

  65. [87]

    Chen, Liang and Xie, Weichu and Liang, Yiyan and He, Hongfeng and Zhao, Hans and Yang, Zhibo and Huang, Zhiqi and Wu, Haoning and Lu, Haoyu and charles, Y. and Bao, Yiping and Fan, Yuantao and Li, Guopeng and Shen, Haiyang and Chen, Xuanzhong and Xu, Wendong and Si, Shuzheng and Cai, Zefan and Chai, Wenhao and Huang, Ziqi and Liu, Fangfu and Liu, Tianyu a...

  66. [88]

    Advances in Neural Information Processing Systems , volume=

    Flamingo: A Visual Language Model for Few-Shot Learning , author=. Advances in Neural Information Processing Systems , volume=. 2022 , url=

  67. [89]

    Li, Junnan and Li, Dongxu and Savarese, Silvio and Hoi, Steven C. H. , booktitle=. 2023 , url=

  68. [90]

    and Hoi, Steven C

    Dai, Wenliang and Li, Junnan and Li, Dongxu and Tiong, Anthony Meng Huat and Zhao, Junqi and Wang, Weisheng and Li, Boyang and Fung, Pascale N. and Hoi, Steven C. H. , booktitle=. 2023 , url=

  69. [91]

    Advances in Neural Information Processing Systems , volume=

    Visual Instruction Tuning , author=. Advances in Neural Information Processing Systems , volume=. 2023 , url=

  70. [92]

    2024 , url=

    Li, Bo and Zhang, Yuanhan and Guo, Dong and Zhang, Renrui and Li, Feng and Zhang, Hao and Zhang, Kaichen and Li, Yanwei and Liu, Ziwei and Li, Chunyuan , journal=. 2024 , url=

  71. [93]

    2023 , url=

    Bai, Jinze and Bai, Shuai and Yang, Shusheng and Wang, Shijie and Tan, Sinan and Wang, Peng and Lin, Junyang and Zhou, Chang and Zhou, Jingren , journal=. 2023 , url=

  72. [94]

    arXiv preprint arXiv:2505.09388 , year=

  73. [95]

    2025 , url=

    Bai, Shuai and others , journal=. 2025 , url=

  74. [96]

    2024 , address=

    Wang, Taowen and Liu, Yiyang and Liang, James Chenhao and Zhao, Junhan and Cui, Yiming and Mao, Yuning and Nie, Shaoliang and Liu, Jiahao and Feng, Fuli and Xu, Zenglin and Han, Cheng and Huang, Lifu and Wang, Qifan and Liu, Dongfang , booktitle=. 2024 , address=. doi:10.18653/v1/2024.emnlp-main.218 , url=

  75. [97]

    Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing , pages=

    Concept-skill Transferability-based Data Selection for Large Vision-Language Models , author=. Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing , pages=. 2024 , address=. doi:10.18653/v1/2024.emnlp-main.291 , url=

  76. [98]

    2024 , address=

    Liu, Haowei and Zhang, Xi and Xu, Haiyang and Shi, Yaya and Jiang, Chaoya and Yan, Ming and Zhang, Ji and Huang, Fei and Yuan, Chunfeng and Li, Bing and Hu, Weiming , booktitle=. 2024 , address=. doi:10.18653/v1/2024.emnlp-main.1250 , url=

  77. [99]

    2024 , address=

    Pi, Renjie and Han, Tianyang and Zhang, Jianshu and Xie, Yueqi and Pan, Rui and Lian, Qing and Dong, Hanze and Zhang, Jipeng and Zhang, Tong , booktitle=. 2024 , address=. doi:10.18653/v1/2024.emnlp-main.895 , url=

  78. [100]

    2024 , publisher=

    Liu, Xin and Zhu, Yichen and Gu, Jindong and Lan, Yunshi and Yang, Chao and Qiao, Yu , booktitle=. 2024 , publisher=. doi:10.1007/978-3-031-72992-8_22 , url=

  79. [101]

    Proceedings of the National Academy of Sciences , volume=

    Overcoming catastrophic forgetting in neural networks , author=. Proceedings of the National Academy of Sciences , volume=. 2017 , doi=

  80. [102]

    Proceedings of the European Conference on Computer Vision , pages=

    Learning without Forgetting , author=. Proceedings of the European Conference on Computer Vision , pages=. 2016 , publisher=