AI & ML Papers
33K subscribers
7.11K photos
533 videos
24 files
7.78K links
Advancing research in Machine Learning – practical insights, tools, and techniques for researchers.

Admin: @HusseinSheikho || @Hussein_Sheikho
Download Telegram
AI & ML Papers
Photo
🔥 EverMemOS: A Self-Organizing Memory Operating System for Structured Long-Horizon Reasoning

💡 The paper introduces EverMemOS, a self-organizing memory operating system designed to enhance the long-term interaction capabilities of large language models. The problem addressed is that current large language models have limited context windows, making it difficult to sustain coherent behavior over extended interactions. Existing memory systems store isolated records and retrieve fragments, which limits their ability to consolidate evolving user states and resolve conflicts.

The method proposed by EverMemOS involves an engram-inspired lifecycle for computational memory, which includes three main components: Episodic Trace Formation, Semantic Consolidation, and Reconstructive Recollection. Episodic Trace Formation converts dialogue streams into memory cells that capture episodic traces, atomic facts, and time-bounded foresight signals. Semantic Consolidation organizes these memory cells into thematic scenes, distilling stable semantic structures and updating user profiles. Reconstructive Recollection performs scene-guided agentic retrieval to compose the necessary and sufficient context for downstream reasoning.

The results show that EverMemOS achieves state-of-the-art performance on memory-augmented reasoning tasks, as demonstrated by experiments on LoCoMo and LongMemEval. Additionally, a profile study on PersonaMem v2 and qualitative case studies illustrate the chat-oriented capabilities of EverMemOS, such as user profiling and foresight. The code for EverMemOS is available, making it possible for others to build upon and extend this work. Overall, the paper presents a significant contribution to the development of large language models, enabling them to engage in more coherent and effective long-term interactions.


📅 Published on Jan 5

🔗 Links:
• arXiv: https://arxiv.org/abs/2601.02163
• PDF: https://arxiv.org/pdf/2601.02163
• GitHub: https://github.com/EverMind-AI/EverMemOS 4.4k

━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus

#SelfOrganizingMemory #LongHorizonReasoning #LargeLanguageModels #MemoryOperatingSystem #StructuredReasoning
AI & ML Papers
Photo
🔥 Qwen3-TTS Technical Report

💡 The Qwen3-TTS series presents advanced multilingual text-to-speech models with voice cloning and controllable speech generation capabilities. The problem addressed by this research is the need for efficient and high-quality text-to-speech models that can support multiple languages and allow for fine-grained control over the output speech.

The method used to address this problem is a dual-track LM architecture, which enables real-time synthesis, coupled with two specialized speech tokenizers. The first tokenizer, Qwen-TTS-Tokenizer-25Hz, emphasizes semantic content and enables streaming waveform reconstruction. The second tokenizer, Qwen-TTS-Tokenizer-12Hz, achieves extreme bitrate reduction and ultra-low-latency streaming, enabling immediate first-packet emission.

The Qwen3-TTS models were trained on over 5 million hours of speech data spanning 10 languages. The results of the research indicate state-of-the-art performance across diverse objective and subjective benchmarks, including the TTS multilingual test set, InstructTTSEval, and a long speech test set. The models support state-of-the-art 3-second voice cloning and description-based control, allowing for the creation of entirely novel voices and fine-grained manipulation over the output speech.

The researchers have released both tokenizers and models under the Apache 2.0 license to facilitate community research and development. Overall, the Qwen3-TTS series presents a significant contribution to the field of text-to-speech synthesis, offering advanced multilingual and controllable speech generation capabilities.


📅 Published on Jan 22

🔗 Links:
• arXiv: https://arxiv.org/abs/2601.15621
• PDF: https://arxiv.org/pdf/2601.15621
• GitHub: https://github.com/QwenLM/Qwen3-TTS 11.2k

🤖 Models citing this paper:
https://huggingface.co/Qwen/Qwen3-TTS-12Hz-1.7B-CustomVoice
https://huggingface.co/Qwen/Qwen3-TTS-12Hz-1.7B-Base
https://huggingface.co/Qwen/Qwen3-TTS-12Hz-1.7B-VoiceDesign

📊 Datasets citing this paper:
https://huggingface.co/datasets/Izzyzlin/CFSDD

🚀 Spaces citing this paper:
https://huggingface.co/spaces/Qwen/Qwen3-TTS
https://huggingface.co/spaces/Sovenok-Hacker/Qwen3-TTS
https://huggingface.co/spaces/katyado/Qwen3-TTS

━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus

#MultilingualTextToSpeech #VoiceCloningTechnology #ControllableSpeechGeneration #DualTrackLMArchitecture #TextToSpeechSynthesis
1
AI & ML Papers
Photo
🔥 Bitnet.cpp: Efficient Edge Inference for Ternary LLMs

💡 The paper introduces Bitnet.cpp, a system designed to improve edge inference for ternary large language models. Ternary large language models, such as BitNet b1.58, have gained attention but efficient edge inference for these models is still lacking. The main challenge is that mixed-precision matrix multiplication, which is a significant part of the inference time, is not optimized for ternary models.

To address this issue, Bitnet.cpp uses a novel mixed-precision matrix multiplication library that enables efficient and lossless inference. The library has two key components: the Ternary Lookup Table, which reduces spatial inefficiencies, and Int2 with a Scale, which ensures lossless edge inference.

The experiments show that Bitnet.cpp significantly outperforms full-precision and low-bit baselines, achieving up to a 6.25 times increase in speed over full-precision baselines and up to 2.32 times increase in speed over low-bit baselines. The system is publicly available, providing a practical solution for the efficient deployment of edge large language models. Additionally, the paper expands the Ternary Lookup Table to an element-wise lookup table for low-bit large language models, showing its potential for further improvement.

Overall, the paper contributes to the field by providing a novel and efficient solution for edge inference in ternary large language models, setting new benchmarks and offering a publicly available system for practical deployment.


📅 Published on Feb 17, 2025

🔗 Links:
• arXiv: https://arxiv.org/abs/2502.11880
• PDF: https://arxiv.org/pdf/2502.11880
• GitHub: https://github.com/microsoft/BitNet 38.9k

🤖 Models citing this paper:
https://huggingface.co/Lgr54HFi/chimera

🚀 Spaces citing this paper:
https://huggingface.co/spaces/knoxel/bitnet-b158-cpu-explorer
https://huggingface.co/spaces/knoxel/bitnet-cpp-explorer

━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus

#TernaryLLMs #EdgeInferenceOptimization #MixedPrecisionMatrixMultiplication #EfficientInferenceSystems #TernaryNeuralNetworks
1
AI & ML Papers
Photo
🔥 Agent S2: A Compositional Generalist-Specialist Framework for Computer Use Agents

💡 The paper introduces Agent S2, a novel compositional framework designed to improve the performance of computer use agents that automate digital tasks by interacting with graphical user interfaces. Current agents face challenges such as imprecise grounding of GUI elements, difficulties with long-horizon task planning, and performance bottlenecks due to relying on single generalist models. To address these challenges, Agent S2 delegates cognitive responsibilities across various generalist and specialist models. The framework uses a Mixture-of-Grounding technique to achieve precise GUI localization and Proactive Hierarchical Planning to dynamically refine action plans in response to evolving observations. The evaluations demonstrate that Agent S2 achieves state-of-the-art performance on three prominent computer use benchmarks, with relative improvements of 18.9% and 32.7% over leading baseline agents on the OSWorld 15-step and 50-step evaluation. Additionally, Agent S2 generalizes effectively to other operating systems and applications, surpassing previous best methods by 52.8% on WindowsAgentArena and by 16.52% on AndroidWorld. The code for Agent S2 is available, making it possible for others to build upon and further improve the framework. Overall, the paper contributes a novel approach to improving the performance of computer use agents, with significant implications for enhancing human productivity by automating digital tasks.


📅 Published on Apr 1, 2025

🔗 Links:
• arXiv: https://arxiv.org/abs/2504.00906
• PDF: https://arxiv.org/pdf/2504.00906
• Project Page: https://www.simular.ai/articles/agent-s2-technical-review
• GitHub: https://github.com/simular-ai/Agent-S 11.1k

━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus

#CompositionalAI #GraphicalUserInterfaceAutomation #GeneralistSpecialistModels #MixtureOfGrounding #HierarchicalTaskPlanning
1
AI & ML Papers
Photo
🔥 DFlash: Block Diffusion for Flash Speculative Decoding

💡 The paper introduces DFlash, a speculative decoding framework designed to improve the speed of large language models while maintaining their quality. The problem with current large language models is that they require sequential decoding, which leads to high latency and poor GPU utilization. Speculative decoding has been proposed as a solution, where a fast draft model generates outputs that are then verified in parallel by the target model. However, existing speculative decoding methods still rely on sequential drafting, which limits their speedup.

To address this, the authors propose using a lightweight block diffusion model for parallel drafting. This model generates draft tokens in a single forward pass and conditions the draft model on context features extracted from the target model. The result is a framework that enables efficient drafting with high-quality outputs and higher acceptance rates.

The experiments show that DFlash achieves significant speedup over existing autoregressive methods, with over 6x lossless acceleration across a range of models and tasks. This is up to 2.5x higher speedup than the state-of-the-art speculative decoding method. The method contributes to improving the efficiency of large language models, making them more suitable for practical applications. Overall, DFlash offers a promising solution for speeding up large language models without sacrificing their performance.


📅 Published on Feb 5

🔗 Links:
• arXiv: https://arxiv.org/abs/2602.06036
• PDF: https://arxiv.org/pdf/2602.06036
• Project Page: https://z-lab.ai/projects/dflash/
• GitHub: https://github.com/z-lab/dflash 3.1k

🤖 Models citing this paper:
https://huggingface.co/z-lab/Qwen3.6-27B-DFlash
https://huggingface.co/z-lab/Qwen3.6-35B-A3B-DFlash
https://huggingface.co/z-lab/Qwen3.5-27B-DFlash

🚀 Spaces citing this paper:
https://huggingface.co/spaces/Jackrong/qwen36-eval

━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus

#SpeculativeDecoding #BlockDiffusionModels #LargeLanguageModels #ParallelDecodingTechniques #FlashSpeculativeDecoding
AI & ML Papers
Photo
🔥 ARIS: Autonomous Research via Adversarial Multi-Agent Collaboration

💡 The paper introduces ARIS, an open source research harness that enables autonomous research through adversarial multi agent collaboration. The problem addressed is the reliability of long term research outcomes, particularly in cases where AI generated claims may be unsupported or misreported. The central failure mode in long horizon research workflows is not a visible breakdown but rather a plausible unsupported success, where a long running agent can produce claims with incomplete or misreported evidential support.

To address this problem, ARIS uses a cross model adversarial collaboration approach, where an executor model drives forward progress while a reviewer from a different model family critiques intermediate artifacts and requests revisions. The ARIS architecture consists of three layers: the execution layer, which provides reusable skills and model integrations, the orchestration layer, which coordinates end to end workflows, and the assurance layer, which checks the integrity of experimental claims and ensures that they are supported by evidence.

The assurance layer includes a three stage process for checking claims, as well as a five pass scientific editing pipeline, mathematical proof checks, and visual inspection of rendered PDFs. The system also includes a prototype self improvement loop that records research traces and proposes harness improvements, which are adopted only after reviewer approval.

The contributions of the paper are the introduction of the ARIS research harness, which provides a reliable and autonomous way to conduct research, and the demonstration of its effectiveness in ensuring the integrity of research outcomes. The paper also highlights the importance of adversarial collaboration in ensuring the reliability of AI generated research claims. Overall, the paper presents a significant contribution to the field of autonomous research, providing a framework for ensuring the reliability and integrity of research outcomes.


📅 Published on May 4

🔗 Links:
• arXiv: https://arxiv.org/abs/2605.03042
• PDF: https://arxiv.org/pdf/2605.03042
• Project Page: https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep
• GitHub: https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep 8.2k

━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus

#AutonomousResearch #AdversarialMultiAgentCollaboration #ArtificialIntelligenceReliability #LongTermResearchOutcomes #MultiAgentSystems
🔥 PersonaLive! Expressive Portrait Image Animation for Live Streaming

💡 The paper proposes a novel framework called PersonaLive for real-time portrait animation in live streaming scenarios. Current diffusion-based portrait animation models focus on visual quality and expression realism but neglect generation latency and real-time performance, limiting their application in live streaming. To address this, PersonaLive uses a hybrid approach with implicit signals, including implicit facial representations and 3D implicit keypoints, to control image-level motion. The framework also employs a fewer-step appearance distillation strategy to reduce appearance redundancy and improve inference efficiency. Additionally, PersonaLive introduces an autoregressive micro-chunk streaming generation paradigm with a sliding training strategy and a historical keyframe mechanism to enable low-latency and stable long-term video generation. The results show that PersonaLive achieves state-of-the-art performance with a significant speedup of up to 7-22 times over prior diffusion-based portrait animation models, making it suitable for real-time live streaming applications.


📅 Published on Dec 12, 2025

🔗 Links:
• arXiv: https://arxiv.org/abs/2512.11253
• PDF: https://arxiv.org/pdf/2512.11253
• GitHub: https://github.com/GVCLab/PersonaLive 3.0k

🤖 Models citing this paper:
https://huggingface.co/huaichang/PersonaLive
https://huggingface.co/suryatmodulus/PersonaLive
https://huggingface.co/Darell0009/SuperCam_Models

🚀 Spaces citing this paper:
https://huggingface.co/spaces/seawolf2357/personalive

━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus

#PortraitAnimation #LiveStreamingTechnology #RealTimeImageProcessing #FacialExpressionAnalysis #ImageAnimationTechniques
AI & ML Papers
Photo
🔥 Beyond SFT-to-RL: Pre-alignment via Black-Box On-Policy Distillation for Multimodal RL

💡 The paper introduces PRISM, a three-stage pipeline designed to mitigate distributional drift in multimodal models. The standard approach of supervised fine-tuning followed by reinforcement learning with verifiable rewards often results in distributional drift, which can lead to poor performance in multimodal reasoning tasks. This drift occurs because supervised fine-tuning does not preserve the model's original capabilities and does not faithfully match the supervision distribution, and this problem is exacerbated in multimodal reasoning where perception errors and reasoning failures follow distinct drift patterns.

To address this issue, PRISM inserts an explicit distribution-alignment stage between supervised fine-tuning and reinforcement learning. This stage uses a black-box adversarial game between the policy and a Mixture-of-Experts discriminator with dedicated perception and reasoning experts. The game provides disentangled corrective signals that steer the policy toward the supervision distribution without requiring access to teacher logits.

The authors use a large number of public demonstrations for supervised fine-tuning, but they curate additional high-quality demonstrations for the distribution alignment stage. They evaluate PRISM on several multimodal benchmarks and reinforcement learning algorithms, and the results show that PRISM consistently improves downstream performance. Specifically, PRISM improves average accuracy by 4.4 and 6.0 points over the baseline approach on two different model sizes. The code, data, and model checkpoints are publicly available, making it easy for others to reproduce and build upon the results. Overall, PRISM offers a new approach to mitigating distributional drift in multimodal models, and its results demonstrate the effectiveness of this approach in improving performance on multimodal reasoning tasks.


📅 Published on May 1

🔗 Links:
• arXiv: https://arxiv.org/abs/2604.28123
• PDF: https://arxiv.org/pdf/2604.28123
• Project Page: https://xiao4579.github.io/PRISM/
• GitHub: https://github.com/XIAO4579/PRISM 55

🤖 Models citing this paper:
https://huggingface.co/prism-vlm/Qwen3-VL-4B-Instruct-SFT-PRISM-GRPO
https://huggingface.co/prism-vlm/Qwen3-VL-4B-Instruct-SFT-PRISM-GSPO
https://huggingface.co/prism-vlm/Qwen3-VL-4B-Instruct-SFT-PRISM-DAPO

📊 Datasets citing this paper:
https://huggingface.co/datasets/prism-vlm/gemini_public_mmr1
https://huggingface.co/datasets/prism-vlm/gemini_distill
https://huggingface.co/datasets/prism-vlm/rl_dataset

━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus

#MultimodalReinforcementLearning #OnPolicyDistillation #BlackBoxDistillation #DistributionalDriftMitigation #MultimodalReasoningTasks
🔥 UniVidX: A Unified Multimodal Framework for Versatile Video Generation via Diffusion Priors

💡 The paper introduces UniVidX, a unified multimodal framework for versatile video generation using video diffusion model priors. The problem with existing methods is that they train separate models for each task, limiting the modeling of correlations across different modalities. UniVidX addresses this issue by formulating pixel-aligned tasks as conditional generation in a shared multimodal space, allowing it to adapt to modality-specific distributions while preserving the native priors of the video diffusion model.

The framework consists of three key designs: Stochastic Condition Masking, Decoupled Gated LoRA, and Cross-Modal Self-Attention. Stochastic Condition Masking enables omni-directional conditional generation by randomly partitioning modalities into clean conditions and noisy targets during training. Decoupled Gated LoRA preserves the strong priors of the video diffusion model by introducing per-modality LoRAs that are activated when a modality serves as the generation target. Cross-Modal Self-Attention facilitates information exchange and inter-modal alignment by sharing keys and values across modalities while keeping modality-specific queries.

The authors instantiate UniVidX in two domains: UniVid-Intrinsic for RGB videos and intrinsic maps, and UniVid-Alpha for blended RGB videos and their constituent RGBA layers. The results show that both models achieve performance competitive with state-of-the-art methods across distinct tasks and generalize robustly to in-the-wild scenarios, even when trained on fewer than 1000 videos. Overall, UniVidX provides a unified framework for versatile video generation, allowing for more efficient and effective modeling of correlations across different modalities.


📅 Published on May 1

🔗 Links:
• arXiv: https://arxiv.org/abs/2605.00658
• PDF: https://arxiv.org/pdf/2605.00658
• Project Page: https://houyuanchen111.github.io/UniVidX.github.io/
• GitHub: https://github.com/houyuanchen111/UniVidX 93

🤖 Models citing this paper:
https://huggingface.co/houyuanchen/UniVidX

━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus

#MultimodalVideoGeneration #VideoDiffusionModels #ConditionalGeneration #CrossModalLearning #MultimodalFusionArchitectures
🔥 MolmoAct2: Action Reasoning Models for Real-world Deployment

💡 The paper presents MolmoAct2, an open action reasoning model for robotics that improves upon previous systems in several ways. Current vision-language-action models aim to provide a single generalist controller for robots, but they have limitations, such as being closed, requiring expensive hardware, or having high latency. MolmoAct2 addresses these issues by introducing several new components, including a specialized vision-language-model backbone called MolmoER, which is trained on a large corpus of data and is designed for spatial and embodied reasoning. The model also includes three new datasets, including the largest open bimanual dataset to date, and an open-weight action tokenizer called OpenFAST. The architecture of the model has been redesigned to include a continuous-action expert and an adaptive-depth reasoning variant called MolmoThink, which reduces latency by only re-predicting depth tokens for scene regions that change between timesteps. The results of the paper show that MolmoAct2 outperforms strong baselines in several simulation and real-world benchmarks, and the model weights, training code, and training data are released for use by others. Overall, MolmoAct2 is a fully open action reasoning model that is designed for practical deployment and advances the state of the art in robotics.


📅 Published on May 4

🔗 Links:
• arXiv: https://arxiv.org/abs/2605.02881
• PDF: https://arxiv.org/pdf/2605.02881
• Project Page: https://allenai.org/blog/molmoact2
• GitHub: https://github.com/allenai/molmoact2 90

🤖 Models citing this paper:
https://huggingface.co/allenai/MolmoAct2
https://huggingface.co/allenai/MolmoAct2-SO100_101
https://huggingface.co/allenai/Molmo2-ER

📊 Datasets citing this paper:
https://huggingface.co/datasets/allenai/13122025-tool-04
https://huggingface.co/datasets/allenai/13122025-cut-10
https://huggingface.co/datasets/allenai/28112025-yam-01

🚀 Spaces citing this paper:
https://huggingface.co/spaces/allenai/dataset-stats
https://huggingface.co/spaces/allenai/lerobot-visualizer-v3

━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://xn--r1a.website/PaperNexus

#RoboticsActionReasoning #VisionLanguageModels #EmbodiedAI #BimanualRobotics #SpatialReasoning