Papers › Lyra: An Efficient and Speech-Centric Framework for Omni-Cognition

Lyra: An Efficient and Speech-Centric Framework for Omni-Cognition

12 Dec 2024arXiv:2412.09501archive 2025-07-28

Zhisheng Zhong, Chengyao Wang, Yuqi Liu, Senqiao Yang, Longxiang Tang, Yuechen Zhang, Jingyao Li, Tianyuan Qu, Yanwei Li, Yukang Chen, Shaozuo Yu, Sitong Wu, Eric Lo, Shu Liu, Jiaya Jia

As Multi-modal Large Language Models (MLLMs) evolve, expanding beyond single-domain capabilities is essential to meet the demands for more versatile and efficient AI. However, previous omni-models have insufficiently explored speech, neglecting its integration with multi-modality. We introduce Lyra, an efficient MLLM that enhances multimodal abilities, including advanced long-speech comprehension, sound understanding, cross-modality efficiency, and seamless speech interaction. To achieve efficiency and speech-centric capabilities, Lyra employs three strategies: (1) leveraging existing open-source large models and a proposed multi-modality LoRA to reduce training costs and data requirements; (2) using a latent multi-modality regularizer and extractor to strengthen the relationship between speech and other modalities, thereby enhancing model performance; and (3) constructing a high-quality, extensive dataset that includes 1.5M multi-modal (language, vision, audio) data samples and 12K long speech samples, enabling Lyra to handle complex long speech inputs and achieve more robust omni-cognition. Compared to other omni-methods, Lyra achieves state-of-the-art performance on various vision-language, vision-speech, and speech-language benchmarks, while also using fewer computational resources and less training data.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2412.09501")

Code

Syntology Ran 3 of 19 code samples harvested from 1 repository linked to this paper; 16 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 1 ran · fixture could not drive it.

By repository: official repository: 19 samples from 1 repository, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

dvlab-research/Lyra officialmentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

19 samples harvested; 3 ran; 0 honoured the contract we drafted; 16 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
1ran · fixture could not drive it
16unverified

Licence: 0 of the 19 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from dvlab-research/Lyra. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

extract_patches dvlab-research/Lyra/lyra/mm_utils.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · b0a851cae92754ff · report
get_chunk dvlab-research/Lyra/lyra/eval/model_lyra_image_speech.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 42a46570620cd9fa · report
split_list dvlab-research/Lyra/lyra/eval/model_lyra_image_speech.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 076c252c52cbb161 · report
auto_pad_images dvlab-research/Lyra/lyra/mm_utils.py official repository unverified Apache-2.0 (permissive) · 3c8823948724e269 · report
build_unit_tokenizer dvlab-research/Lyra/lyra/serve/model_worker.py official repository unverified Apache-2.0 (permissive) · 23e91c5c56d7ff80 · report
compute_softdtw dvlab-research/Lyra/lyra/model/soft_dtw_cuda.py official repository unverified Apache-2.0 (permissive) · 34f95bf62dff3ebd · report
compute_softdtw_backward dvlab-research/Lyra/lyra/model/soft_dtw_cuda.py official repository unverified Apache-2.0 (permissive) · ec64f40bfc12544a · report
forward_attn dvlab-research/Lyra/lyra/model/qwen2vl_top_attn.py official repository unverified Apache-2.0 (permissive) · 68283f6ff784cc32 · report
forward_layer dvlab-research/Lyra/lyra/model/qwen2vl_top_attn.py official repository unverified Apache-2.0 (permissive) · aebe8894bde0f55e · report
forward_model dvlab-research/Lyra/lyra/model/qwen2vl_top_attn.py official repository unverified Apache-2.0 (permissive) · 74e2126c3223cdd8 · report
img_to_base64 dvlab-research/Lyra/lyra/conversation.py official repository unverified Apache-2.0 (permissive) · f06df1307d1b0d63 · report
initialize_input_ids_for_generation dvlab-research/Lyra/lyra/model/builder.py official repository unverified Apache-2.0 (permissive) · 91cfc0ec83571808 · report
mov_to_base64 dvlab-research/Lyra/lyra/conversation.py official repository unverified Apache-2.0 (permissive) · 34782af36cf765e7 · report
pretty_print_semaphore dvlab-research/Lyra/lyra/utils.py official repository unverified Apache-2.0 (permissive) · 37899f22fb191b37 · report
resize_and_center_crop dvlab-research/Lyra/lyra/mm_utils.py official repository unverified Apache-2.0 (permissive) · c80358dff96c25ce · report
save_result dvlab-research/Lyra/lyra/eval/model_lyra_text_speech.py official repository unverified Apache-2.0 (permissive) · 7719de171ef38b85 · report
timed_run dvlab-research/Lyra/lyra/model/soft_dtw_cuda.py official repository unverified Apache-2.0 (permissive) · 89a318a54beb022e · report
violates_moderation dvlab-research/Lyra/lyra/utils.py official repository unverified Apache-2.0 (permissive) · f9939a84b9a65279 · report
wav_to_base64 dvlab-research/Lyra/lyra/conversation.py official repository unverified Apache-2.0 (permissive) · dc99ac2d1a2f8f6b · report

Tasks

MMEVisual Question AnsweringVisual Question Answering (VQA)

5 archive task tags without a task page not shown.

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Visual Question Answering MM-Vet Lyra-Pro GPT-4 score 71.4 #9 of 231 Archive leaderboard report
Visual Question Answering MM-Vet Lyra-Pro Params 74B #9 of 231 Archive leaderboard report
Visual Question Answering MM-Vet Lyra-Base GPT-4 score 63.5 #27 of 231 Archive leaderboard report
Visual Question Answering MM-Vet Lyra-Base Params 9B #27 of 231 Archive leaderboard report
Visual Question Answering MM-Vet Lyra-Mini GPT-4 score 51.2 #59 of 231 Archive leaderboard report
Visual Question Answering MM-Vet Lyra-Mini Params 3B #59 of 231 Archive leaderboard report
Visual Question Answering (VQA) EgoSchema Lyra-Pro Acc 75.8 #1 of 1 Archive leaderboard report
Visual Question Answering (VQA) MM-Vet Lyra-Pro Acc 71.4 #1 of 1 Archive leaderboard report
Visual Question Answering (VQA) MME Lyra-Pro Acc 2485 #1 of 1 Archive leaderboard report
Visual Question Answering (VQA) MVBench Lyra-Pro Acc 72.3 #1 of 1 Archive leaderboard report
Visual Question Answering (VQA) TextVQA Lyra-Pro Acc 83.5 #1 of 1 Archive leaderboard report
Visual Question Answering (VQA) Video MME Lyra-Pro Acc 69.9 #1 of 1 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections