Daily Research

Paper of the Day

A lightweight reading queue for AI papers that connect to memory systems, efficient models, agent infrastructure, trustworthy interfaces, and the learning path behind Oxygen AI.

Paper of the DayarXiv:2605.12013

L2P: Unlocking Latent Potential for Pixel Generation

Zhennan Chen, Junwei Zhu, Xu Chen, Jiangning Zhang, Jiawei Chen, Zhuoqi Zeng, Wei Zhang, Chengjie Wang, Jian Yang, and Ying Tai

Computer Vision and Artificial Intelligence

L2P studies a latent-to-pixel transfer approach for pixel-space diffusion models. The authors freeze intermediate layers from pretrained latent diffusion models, train shallow layers for latent-to-pixel transfer, and report native high-resolution generation without the usual VAE bottleneck.

Why it matters: A useful paper for thinking about how much prior knowledge can be transferred without retraining an entire generative model from scratch.

Paper of the DayOpenBMB MiniCPM technical report

BitCPM-CANN: Native 1.58-Bit Large Language Model Training on Ascend NPU

BitCPM Team

Efficient Models and Systems Infrastructure

BitCPM-CANN documents native 1.58-bit large language model training on Ascend NPU infrastructure. It sits in the MiniCPM ecosystem and is useful for readers tracking practical work on ternary and ultra-low-bit model efficiency.

Why it matters: A good companion read for the blog's efficient-models thread: it connects model compression, training systems, and hardware-aware deployment.