πŸ€– AI Research Digest – 2026-04-20

LLM

PersonaVLM: Long-Term Personalized Multimodal LLMs

πŸ“„ Summary: PersonaVLM transforms general-purpose multimodal LLMs into personalized assistants by integrating memory extraction, reasoning over user preferences, and adaptive response generation. Unlike prior static personalization approaches, it captures users' evolving preferences and personality over extended interactions by maintaining and updating a personalized database of multimodal memories.

πŸ’‘ Key Insight: AI assistants can become genuinely personalized over time by remembering and reasoning about your past interactions rather than treating each conversation as isolated.

πŸ”— Read Paper


LangFlow: Continuous Diffusion Rivals Discrete in Language Modeling

πŸ“„ Summary: LangFlow closes the long-standing gap between continuous diffusion models and discrete language models by connecting embedding-space diffusion to Flow Matching theory. The method introduces a novel ODE-based evaluation framework and a learnable noise scheduler based on Gumbel distributions, achieving comparable performance to traditional discrete approaches.

πŸ’‘ Key Insight: Continuous diffusionβ€”long successful for imagesβ€”can now match discrete methods for text through better theoretical foundations and smarter noise scheduling.

πŸ”— Read Paper


KV Packet: Recomputation-Free Context-Independent KV Caching for LLMs

πŸ“„ Summary: KV Packet eliminates the computational overhead of reusing cached key-value states across different contexts by treating cached documents as immutable "packets" wrapped in lightweight trainable adapters. These adapters are trained via self-supervised distillation to seamlessly bridge context discontinuities without expensive recomputation.

πŸ’‘ Key Insight: You can reuse cached information from previous conversations without recalculating attention, dramatically speeding up LLM inference.

πŸ”— Read Paper


ML

HY-World 2.0: A Multi-Modal World Model for Reconstructing, Generating, and Simulating 3D Worlds

πŸ“„ Summary: HY-World 2.0 is a comprehensive world model framework that accepts diverse inputs (text, single images, multi-view images, or videos) and generates navigable 3D scenes using Gaussian Splatting. It combines four key innovations: panorama generation, trajectory planning, stereo reconstruction, and scene composition to produce high-fidelity, coherent 3D environments.