paper-with-me

홈 › Papers

DiC: Rethinking Conv3x3 Designs in Diffusion Models

2024-12-31 · CVPR 2025 1 · Yuchuan Tian, Jing Han, Chengcheng Wang, Yuchen Liang, Chao Xu, Hanting Chen

Diffusion models have shown exceptional performance in visual generation tasks. Recently, these models have shifted from traditional U-Shaped CNN-Attention hybrid structures to fully transformer-based isotropic architectures. While these transformers exhibit strong scalability and performance, their reliance on complicated self-attention operation results in slow inference speeds. Contrary to these works, we rethink one of the simplest yet fastest module in deep learning, 3x3 Convolution, to construct a scaled-up purely convolutional diffusion model. We first discover that an Encoder-Decoder Hourglass design outperforms scalable isotropic architectures for Conv3x3, but still under-performing our expectation. Further improving the architecture, we introduce sparse skip connections to reduce redundancy and improve scalability. Based on the architecture, we introduce conditioning improvements including stage-specific embeddings, mid-block condition injection, and conditional gating. These improvements lead to our proposed Diffusion CNN (DiC), which serves as a swift yet competitive diffusion architecture baseline. Experiments on various scales and settings show that DiC surpasses existing diffusion transformers by considerable margins in terms of performance while keeping a good speed advantage. Project page: https://github.com/YuchuanTian/DiC

📄 PDF Abstract BibTeX arXiv:2501.00603

Code (1)

yuchuantian/dic 공식 구현 pytorch

Tasks

Decoder

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Rethinking Layer-wise Feature Amounts in Convolutional Neural Network Architectures

2018-12-14 · Martin Mundt, Sagnik Majumder, Tobias Weis, Visvanathan Ramesh

We characterize convolutional neural networks with respect to the relative amount of features per layer. Using a skew normal distribution as a parametrized framework, we investigate the common assumption of monotonously …

General Classificationimage-classificationImage Classification

Rethinking Token Prediction: Tree-Structured Diffusion Language Model

2026-04-04 · Zihao Wu, Haoming Yang, Juncheng Dong, Vahid Tarokh arxiv

Discrete diffusion language models have emerged as a competitive alternative to auto-regressive language models, but training them efficiently under limited parameter and memory budgets remains challenging. Modern archit…

Timeline and Boundary Guided Diffusion Network for Video Shadow Detection

2024-08-21 · Haipeng Zhou, Honqiu Wang, Tian Ye, Zhaohu Xing 외

Video Shadow Detection (VSD) aims to detect the shadow masks with frame sequence. Existing works suffer from inefficient temporal learning. Moreover, few works address the VSD problem by considering the characteristic (i…

Shadow DetectionVideo Shadow Detection

Exploring Diffusion Transformer Designs via Grafting

2025-06-05 · Keshigeyan Chandrasegaran, Michael Poli, Daniel Y. Fu, Dongjun Kim 외

Designing model architectures requires decisions such as selecting operators (e.g., attention, convolution) and configurations (e.g., depth, width). However, evaluating the impact of these decisions on model quality requ…

Rethinking Layered Graphic Design Generation with a Top-Down Approach

2025-07-08 · Jingye Chen, Zhaowen Wang, Nanxuan Zhao, Li Zhang 외

Graphic design is crucial for conveying ideas and messages. Designers usually organize their work into objects, backgrounds, and vectorized text layers to simplify editing. However, this workflow demands considerable exp…