paper-with-me

Papers

Rosetta: Composable Native Multimodal Pretraining

2026-07-01 · Xiangyue Liu, Zijian Zhang, Miles Yang, Zhao Zhong, Liefeng Bo, Ping Tan arxiv

Achieving true artificial general intelligence requires foundation models capable of integrating new modalities without forgetting prior knowledge. However, accommodating continuous generative objectives alongside discrete understanding tasks causes severe gradient conflicts. Existing architectures, including standard Mixture-of-Experts (MoE), are highly susceptible to representation overwriting. Even structurally partitioned paradigms like Mixture-of-Transformers (MoT) remain vulnerable to catastrophic forgetting, severely impeding multimodal scalability. In this work, we introduce Rosetta, a composable native multimodal pretraining framework designed for seamless and non-destructive modality expansion. Rosetta adopts a modular paradigm where core foundational knowledge is preserved within global shared experts, while modality-specific capabilities are distributed across plug-and-play experts. To guarantee non-destructive composition, we propose Momentum-Anchored Orthogonal Projection (MAOP). MAOP leverages the optimizer's momentum state as an implicit semantic anchor, selectively neutralizing conflicting gradient components from new modalities while preserving synergistic updates. Extensive evaluations demonstrate that, while standard MoE and MoT architectures suffer catastrophic forgetting of previously acquired knowledge, Rosetta robustly preserves established language and visual understanding. Furthermore, it delivers superior image generation and unlocks cross-modal synergy, paving the way for truly composable and unified multimodal foundation models. To facilitate further multimodal research, we release our code and checkpoints to the community. Project page at https://rosetta-lmm.github.io/.

📄 PDF Abstract BibTeX arXiv:2607.00293

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generation

Similar Papers 제목 키워드 기반

Rosetta at AlexandriaX-2026: LoRA-Adapted NileChat for Context-Aware Dialectal Arabic Dialogue Translation

2026-09-09 · Nada Esmaeil, Fathima Rena, Sibi Subhash, Osama Elgendy 외 arxiv

This paper describes the Rosetta system for Subtask 1 (Context-Aware English-to-Dialectal Arabic Dialogue Translation) of the AlexandriaX shared task, participating in both constrained and unconstrained tracks. The appro…

Neuron Populations Exhibit Divergent Selectivity with Scale

2026-06-02 · Amil Dravid, Yasaman Bahri, Alexei A. Efros, Yossi Gandelsman arxiv

We investigate whether neuron populations within neural networks evolve predictably with scale, extending scaling laws beyond macroscopic observables such as loss. To probe this question, we study Rosetta Neurons, a prev…

CodeRosetta: Pushing the Boundaries of Unsupervised Code Translation for Parallel Programming

2024-10-27 · Ali TehraniJamsaz, Arijit Bhattacharjee, Le Chen, Nesreen K. Ahmed 외

Recent advancements in Large Language Models (LLMs) have renewed interest in automatic programming language translation. Encoder-decoder transformer models, in particular, have shown promise in translating between differ…

Code TranslationDecoderTranslation

i-Code: An Integrative and Composable Multimodal Learning Framework

2022-05-03 · ZiYi Yang, Yuwei Fang, Chenguang Zhu, Reid Pryzant 외

Human intelligence is multimodal; we integrate visual, linguistic, and acoustic signals to maintain a holistic worldview. Most current pretraining methods, however, are limited to one or two modalities. We present i-Code…

Contrastive LearningVideo Understanding

RosettaSearch: Multi-Objective Inference-Time Search for Protein Sequence Design

2026-04-19 · Meghana Kshirsagar, Allen Nie, Ching-An Cheng, Fanglei Xue 외 arxiv

We introduce RosettaSearch, an inference-time multi-objective optimization approach for backbone conditioned protein sequence design. We use large language models (LLMs) as a generative optimizer within a search algorith…