Recent AI research papers with accessible summaries. Updated daily from arXiv, summarized for developers who don't read papers regularly.
Wentao Zhang, Liliana Hotsko, Woojeong Kim et al.
Instead of calling large language models for every fuzzy task, you can compile a natural-language specification once into a tiny reusable neural artifact that runs locally and cheaply—shifting from per-input problem solving to one-time function compilation.
This paper introduces Program-as-Weights (PAW), a method to compile natural-language function specifications into small, locally-executable neural adapters. A 4B compiler generates parameter-efficient adapters that run on a lightweight 0.6B interpreter, matching the performance of much larger models while using 50x less memory and running efficiently on consumer hardware like MacBook M3.
Yuxuan Li, Lingxi Xie, Xinyue Huo et al.
Reasoning models can improve speaker identification in video by combining multiple modalities and contextual evidence, outperforming traditional audio-only approaches on challenging cases.
This paper tackles speaker recognition in long-form TV dramas by introducing DramaSR-532K, a large benchmark with 532K annotated dialogue lines, and DramaSR-LRM, a reasoning-based approach that combines audio, text, and visual information to accurately identify which character is speaking. The method works especially well on short utterances where voice alone isn't reliable.
Cunxi Yu, Chenhui Deng, Nathaniel Pinckney et al.
Hardware design can be automated using agentic AI that evolves code repositories with built-in validation and state management, though current benchmarks don't capture the full complexity of production chip design.
HORIZON is an AI agent framework that automatically designs hardware by treating it as code evolution in a git repository. The system uses a Markdown specification to guide an agent loop that modifies Verilog code, tracks changes through git operations, and validates designs against acceptance criteria.
Abdolazim Rezaei, Mehdi Sookhak, Mahboobeh Haghparast
By combining parameter-efficient fine-tuning (LoRA) with multimodal fusion of urban context, you can build accurate traffic prediction models that use fewer trainable parameters without sacrificing performance.
This paper presents PEHT, a traffic prediction model that combines Transformers with urban mobility data to forecast cellular network demand. It uses LoRA to reduce parameters while a multimodal fusion strategy integrates congestion and mobility information, achieving better accuracy than existing methods on real telecom data.
Ruizhong Qiu, Yinglong Xia, Dongqi Fu et al.
Combining graph-based user co-engagement patterns with semantic tokenization creates more accurate user interest representations for generative recommendation systems at scale.
This paper presents G2Rec, a framework that improves generative recommendation systems by better organizing user behavior and item information. It combines graph-based user interaction patterns with semantic tokenization to help recommendation models understand what users want next, without needing labeled user interests.
Harshit Singh, Ayush Pratap Singh, Nityanand Mathur
You can add lifelong learning to frozen TTS models by storing pronunciation fixes in a memory network instead of updating weights—enabling fast adaptation to new proper nouns without retraining.
FlowEdit enables text-to-speech systems to learn and remember pronunciation corrections for proper nouns without retraining. It stores corrections as edits in a memory network, then retrieves and applies them at inference time, reducing pronunciation errors by 93% while keeping the original model frozen.
Jinsu Kim, Jihoon Tack, Noah Lee et al.
You can shrink language models for specific character personas by 50%+ while keeping 93.8% of role-playing quality, making multi-NPC applications practical without sacrificing character consistency.
This paper introduces Persona-Pruner, a technique that creates lightweight language models optimized for specific character roles by identifying and preserving only the persona-relevant parts of a full model. Unlike standard pruning that indiscriminately removes parameters, this method maintains role-playing quality while reducing computational cost—useful for applications with many NPCs.
Anthony Pineci, Yunzong Xu
A simple hidden-target-and-project strategy is provably optimal for inventory optimization with memory constraints, and viewing inventory as a one-dimensional queue dramatically simplifies the theoretical analysis.
This paper solves online inventory optimization—a practical problem where past inventory decisions constrain future actions—by maintaining a hidden target and projecting it onto feasible inventory levels. The method achieves optimal regret bounds on general convex capacity constraints, improving prior results and introducing a novel 'norm alignment' principle that simplifies the analysis.
Xintao Wang, Sirui Zheng, Hongqiu Wu et al.
Long-term multi-agent simulation can teach LLMs social intelligence—agents trained on years of simulated life experience show better understanding of human-like social behavior and role-playing tasks.
Agentopia simulates 100 AI agents living together for 10 simulated years, learning from social interactions and personal growth. The framework trains language models using a 'life reward' signal based on agent well-being, showing that agents develop realistic social behaviors and that this training improves the underlying model's ability to handle social reasoning tasks.
Jamie J. Alnasir
AI workflows on HPC systems need different optimization strategies than traditional scientific computing: focus on containerization for portability, smart job scheduling, explicit feedback mechanisms, and I/O efficiency rather than just raw compute throughput.
This guide offers twelve practical strategies for running AI workloads efficiently on HPC clusters. It addresses the unique challenges of AI workflows—which are iterative and data-driven—compared to traditional scientific computing, covering containerization, job scheduling, feedback loops, and file I/O optimization to help researchers build scalable, reproducible AI pipelines.
Alireza Kheirandish, Jihoon Hong, Sara Fridovich-Keil
You can detect subtle distribution shifts in medical images by measuring how differently a diffusion model's prior and posterior distributions behave—no need for labeled anomaly examples or calibration data.
This paper introduces KLIP, a method for detecting when images deviate from expected distributions in medical imaging and other inverse problems. It uses diffusion models to spot both whole-image anomalies and localized abnormalities (like tumors in CT scans) without needing examples of the shifted distribution beforehand.
Ruotong Liao, Guowen Huang, Qing Cheng et al.
You can steer video generation at inference time by identifying and leveraging natural turning points in the diffusion denoising process—no retraining needed, and it scales better with more events.
This paper presents TunerDiT, a method for generating videos with multiple sequential events from text descriptions without requiring additional training. By identifying key moments in the diffusion process where text conditioning affects different aspects of video generation, the authors use strategic masking and prompt fusion to control event boundaries and transitions in long-form videos.