diffusion-transformers

Tag

Cards List
#diffusion-transformers

Exploring Diffusion Transformers for Cross-Modal Augmentation in Multimodal Brain State Decoding

arXiv cs.AI · 2026-09-12 Cached

The paper proposes CoMA-DiT, a bidirectional cross-modal Diffusion Transformer for latent augmentation in multimodal brain state decoding, which enhances performance in tasks like auditory attention decoding and emotion recognition by using paired modalities as mutual supervisory signals.

0 favorites 0 likes
#diffusion-transformers

Marigold V2: Revisiting Diffusion Transformers for Monocular Depth Estimation

Hugging Face Daily Papers · 2026-09-08 Cached

Marigold V2 repurposes diffusion transformers for monocular depth estimation via single-step inference and a novel fine-tuning protocol, achieving sharper depth maps and significant improvements on benchmarks like KITTI and ETH3D.

0 favorites 0 likes
#diffusion-transformers

Scaling Muon for Diffusion Transformers

arXiv cs.LG · 2026-08-24 Cached

This paper scales the Muon optimizer for Diffusion Transformers from 1.3B to 15B parameters, introducing Periodic Row-wise Muon to reduce computational overhead while preserving generative quality improvements over AdamW.

0 favorites 0 likes
#diffusion-transformers

HelloWorld: Enabling Socially Interactive Characters in Video World Models

Hugging Face Daily Papers · 2026-08-05 Cached

HelloWorld is a video world model that enables socially interactive characters, allowing users to prompt on-screen characters to respond via a single button press. It uses self-distillation and training-free cross-attention masking to naturalize interactions, and introduces HelloWorldBench for evaluation.

0 favorites 0 likes
#diffusion-transformers

MiniWorld: Democratizing the Training of Video World Models from Scratch

Hugging Face Daily Papers · 2026-08-02 Cached

MiniWorld is a reproducible framework for training video world models from scratch using a block-causal Video Diffusion Transformer with Flow Matching, enabling efficient streaming generation and trainable in days on a single 8-GPU server.

0 favorites 0 likes
#diffusion-transformers

Sol-Attn: Accelerating Video Generation Inference via On-the-Fly Attention Sparsification

Hugging Face Daily Papers · 2026-07-27 Cached

Sol-Attn introduces a training-free method to sparsify attention for video generation inference, achieving over 2x speedup by dynamically selecting key-value blocks during online softmax with minimal quality loss.

0 favorites 0 likes
#diffusion-transformers

Text Template Tokens Are Implicit Semantic Registers in Diffusion Transformers

Hugging Face Daily Papers · 2026-07-21 Cached

This paper investigates how text template tokens in diffusion transformers (DiTs) act as implicit semantic registers that causally maintain object identity during denoising, and proposes a training-free pruning rule that removes 20% of attention FLOPs with minimal performance drop.

0 favorites 0 likes
#diffusion-transformers

Appearance Pointers -- Multimodal Region Control of Diffusion Transformers

Hugging Face Daily Papers · 2026-07-21 Cached

Introduces appearance pointers, compact tokens that guide Diffusion Transformers to apply correct appearance cues at specified spatial locations, enabling modality-agnostic localized multimodal control without retraining the base model.

0 favorites 0 likes
#diffusion-transformers

From RGB Generation to Dense Field Readout: Pixel-Space Dense Prediction with Text-to-Image Models

Hugging Face Daily Papers · 2026-07-09 Cached

ReChannel adapts pretrained diffusion transformers (e.g., FLUX-Klein) for dense prediction tasks by mapping tokens directly to pixel-space patches, achieving state-of-the-art results on trimap-free matting, KITTI depth, and referring segmentation with minimal additional parameters.

0 favorites 0 likes
#diffusion-transformers

Registers Matter for Pixel-Space Diffusion Transformers

Hugging Face Daily Papers · 2026-07-06 Cached

This paper explores the use of register tokens in pixel-space Diffusion Transformers (DiTs), finding they improve feature map quality despite DiTs lacking patch-token outliers. The authors propose Register Guidance, a technique to amplify register contributions for better visual structure.

0 favorites 0 likes
#diffusion-transformers

UltraFlux: Data-Model Co-Design for High-quality Native 4K Text-to-Image Generation across Diverse Aspect Ratios

arXiv cs.AI · 2026-07-02 Cached

UltraFlux introduces a data-model co-design approach for native 4K text-to-image generation across diverse aspect ratios, addressing positional encoding, VAE compression, and optimization challenges. It outperforms existing open-source baselines and matches proprietary models like Seedream 4.0.

0 favorites 0 likes
#diffusion-transformers

OrbitQuant: Data-Agnostic Quantization for Image and Video Diffusion Transformers

Hugging Face Daily Papers · 2026-07-02 Cached

OrbitQuant introduces a data-agnostic quantization method for diffusion transformers that eliminates the need for recalibration across timesteps and modalities, achieving state-of-the-art post-training quantization at low-bit settings for models like FLUX.1 and CogVideoX.

0 favorites 0 likes
#diffusion-transformers

From SRA to Self-Flow: Data Augmentation or Self-Supervision?

Hugging Face Daily Papers · 2026-07-02 Cached

This paper investigates the mechanisms behind self-alignment methods in diffusion transformers, revealing that performance improvements from methods like Self-Flow primarily come from data augmentation along the noise dimension rather than token interactions between noise levels. The authors introduce Attention Separation to demonstrate this and propose an effective design combining self-representation alignment with dual-timestep augmentation.

0 favorites 0 likes
#diffusion-transformers

Quality-Aware Modulation for Diffusion Transformers

arXiv cs.LG · 2026-07-01 Cached

Proposes Quality Representation Module (QRM), a lightweight transformer module that injects quality-aware signals into diffusion transformer modulation to improve image fidelity and prompt alignment without changing the backbone or sampling schedule.

0 favorites 0 likes
#diffusion-transformers

SpheRoPE: Zero-Shot Optimization-Free 360 Panorama Generation with Spherical RoPE

Hugging Face Daily Papers · 2026-06-30 Cached

This paper introduces SpheRoPE, a zero-shot and optimization-free framework that injects spherical priors into pre-trained diffusion transformers to generate 360 panoramic images and videos, overcoming topological constraints without retraining.

0 favorites 0 likes
#diffusion-transformers

PhysiFormer: Learning to Simulate Mechanics in World Space

Hugging Face Daily Papers · 2026-06-25 Cached

PhysiFormer uses coordinate-space diffusion to generate physically-plausible 3D object motions without explicit inductive biases, enabling efficient multi-object reasoning and generalization to complex materials and geometries.

0 favorites 0 likes
#diffusion-transformers

DiffusionBench: Towards Holistic Evaluation of Generative Diffusion Transformers

Hacker News Top · 2026-06-24 Cached

Introduces DiffusionBench, a unified benchmark for holistic evaluation of generative diffusion transformers, supporting multiple generation tasks and providing standardized training and evaluation.

0 favorites 0 likes
#diffusion-transformers

DiffusionBench: On Holistic Evaluation of Diffusion Transformers

Hugging Face Daily Papers · 2026-06-23 Cached

Researchers introduce NanoGen, a unified framework for training and evaluating diffusion transformers, and propose DiffusionBench, a holistic benchmark combining ImageNet class-conditional and text-to-image generation to better assess progress in generative modeling.

0 favorites 0 likes
#diffusion-transformers

Studying FLUX in diffusers library was hard, so I built a smaller open-source version [P]

Reddit r/MachineLearning · 2026-06-20 Cached

A simplified open-source PyTorch implementation of FLUX diffusion transformers with verifiable line-by-line source mappings, designed for educational purposes.

0 favorites 0 likes
#diffusion-transformers

MMDiff: Extending Diffusion Transformers for Multi-Modal Generation

Hugging Face Daily Papers · 2026-06-15 Cached

MMDiff extends frozen diffusion transformers into multi-modal generative systems using lightweight decoders, achieving significant improvements in semantic segmentation and other perceptual tasks through multi-timestep feature fusion.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback