AIBullisharXiv – CS AI · Jun 237/10
🧠Researchers introduce ScalingAttention, a training-free framework that optimizes video diffusion transformers by discovering stable, sparse attention patterns encoded in model weights rather than computing them dynamically. The method achieves up to 1.90X speedup while maintaining superior video generation fidelity, addressing a critical computational bottleneck in AI-generated video production.
AIBullisharXiv – CS AI · Jun 97/10
🧠Researchers introduce AHA-WAM, an asynchronous world-action model for robot manipulation that decouples world prediction from action execution at different temporal frequencies. The system achieves 92.80% success on RoboTwin benchmarks and 78.3% on real-world tasks while operating at 24.17 Hz with 4.59x faster inference than existing approaches.
AIBullisharXiv – CS AI · Jun 17/10
🧠SANA-Streaming introduces a real-time video editing system that achieves 24 FPS at 1280x704 resolution on consumer GPUs through a hybrid diffusion transformer architecture and specialized optimization for NVIDIA hardware. The breakthrough combines algorithmic improvements in temporal consistency with system-level co-design, enabling practical applications in live broadcasting and gaming that were previously computationally infeasible.
🏢 Nvidia
AIBullisharXiv – CS AI · May 77/10
🧠Researchers present JoyAI-Image, a unified multimodal foundation model that combines visual understanding, text-to-image generation, and image editing through a spatially enhanced architecture. The model achieves state-of-the-art performance across multiple benchmarks while advancing spatial reasoning capabilities, positioning unified visual models as promising infrastructure for future applications like vision-language-action systems.
AIBullisharXiv – CS AI · Mar 37/104
🧠Researchers have developed BWCache, a training-free method that accelerates Diffusion Transformer (DiT) video generation by up to 6× through block-wise feature caching and reuse. The technique exploits computational redundancy in DiT blocks across timesteps while maintaining visual quality, addressing a key bottleneck in real-world AI video generation applications.
AIBullisharXiv – CS AI · Feb 277/106
🧠Researchers introduce Dual-Iterative Preference Optimization (Dual-IPO), a new method that iteratively improves both reward models and video generation models to create higher-quality AI-generated videos better aligned with human preferences. The approach enables smaller 2B parameter models to outperform larger 5B models without requiring manual preference annotations.
AINeutralarXiv – CS AI · Jun 236/10
🧠Researchers introduce DiT-Reward, a reward model derived from pretrained Diffusion Transformers that outperforms existing benchmarks like HPSv3 for evaluating text-to-image generation quality. The approach demonstrates that representations learned during generative model training transfer effectively to reward prediction tasks, achieving measurable improvements in preference prediction accuracy and inference speed.
🧠 Stable Diffusion
AINeutralarXiv – CS AI · Jun 196/10
🧠Researchers introduced BrainG3N, a dual-purpose tokenizer combining a masked autoencoder encoder with a CNN decoder to generate clinically informative 3D brain MRI images. Pretrained on over 35,000 volumes across multiple disease categories and acquisition sites, the model simultaneously excels at downstream clinical tasks and enables controllable, conditional medical image generation.
AIBullisharXiv – CS AI · Jun 106/10
🧠Researchers propose a temporal-control methodology for video diffusion transformers that enables explicit editing of time progression, motion speed, and temporal dynamics without retraining the underlying model. The approach augments pretrained DiT architectures with a lightweight temporal module, maintaining generative quality while expanding creative control capabilities.
AINeutralarXiv – CS AI · Jun 16/10
🧠Researchers introduce TunerDiT, a training-free method for improving text-to-video generation with multiple sequential events by identifying critical steering points in diffusion transformer denoising and applying progressive prompt fusion techniques. The approach achieves state-of-the-art performance across benchmark metrics while enabling fine-tuned control over video consistency versus event separation.
AINeutralarXiv – CS AI · May 296/10
🧠Researchers introduce SafeDIG, a safety steering framework designed to make text-to-image diffusion transformers like FLUX.1 and Stable Diffusion 3.5 resistant to generating harmful content. The method uses sparse autoencoders and adaptive decoding to maintain safety controls across different risk domains while preserving image quality.
🧠 Stable Diffusion
AIBullisharXiv – CS AI · May 126/10
🧠Researchers have identified why diffusion transformers (DiTs) degrade in quality during multi-turn image editing and proposed VAE-LFA, a training-free alignment method that operates in VAE latent space to suppress accumulated semantic drift. The solution works with both white-box and black-box models by aligning low-frequency components across editing rounds while preserving high-frequency details.
AIBullisharXiv – CS AI · May 116/10
🧠Researchers introduce AdaCorrection, a framework that improves the efficiency of Diffusion Transformers (DiTs) used in image and video generation by adaptively correcting cached features during inference. The method maintains generation quality while reducing computational costs through intelligent cache reuse without requiring retraining or additional supervision.
AIBullisharXiv – CS AI · Mar 96/10
🧠Researchers introduce Dynamic Chunking Diffusion Transformer (DC-DiT), a new AI model that adaptively processes images by allocating more computational resources to detail-rich regions and fewer to uniform backgrounds. The system improves image generation quality while reducing computational costs by up to 16x compared to traditional diffusion transformers.
AIBullishHugging Face Blog · Jul 306/105
🧠The article discusses memory-efficient implementation of Diffusion Transformers using Quanto quantization library integrated with Diffusers. This technical advancement enables running large-scale AI image generation models with reduced memory requirements, making them more accessible for deployment.