paper-with-me

Papers

MPDiT: Multi-Patch Global-to-Local Transformer Architecture For Efficient Flow Matching and Diffusion Model

2026-03-27 · Quan Dao, Dimitris Metaxas arxiv

Transformer architectures, particularly Diffusion Transformers (DiTs), have become widely used in diffusion and flow-matching models due to their strong performance compared to convolutional UNets. However, the isotropic design of DiTs processes the same number of patchified tokens in every block, leading to relatively heavy computation during training process. In this work, we introduce a multi-patch transformer design in which early blocks operate on larger patches to capture coarse global context, while later blocks use smaller patches to refine local details. This hierarchical design could reduces computational cost by up to 50% in GFLOPs while achieving good generative performance. In addition, we also propose improved designs for time and class embeddings that accelerate training convergence. Extensive experiments on the ImageNet dataset demonstrate the effectiveness of our architectural choices. Code is released at: https://github.com/quandao10/MPDiT

📄 PDF Abstract BibTeX arXiv:2603.26357

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Locally Shifted Attention With Early Global Integration

2021-12-09 · Shelly Sheynin, Sagie Benaim, Adam Polyak, Lior Wolf

Recent work has shown the potential of transformers for computer vision applications. An image is first partitioned into patches, which are then used as input tokens for the attention mechanism. Due to the expensive quad…

image-classificationImage Classification

Local-Global Shifting Vision Transformers

2021-09-29 · Shelly Sheynin, Sagie Benaim, Adam Polyak, Lior Wolf

Recent work has shown the potential of transformers for computer vision applications. An image is first partitioned into patches, which are then used as input tokens for the attention mechanism. Due to the expensive quad…

image-classificationImage Classification

Global-Local Transformer for Brain Age Estimation

2021-09-03 · Sheng He, P. Ellen Grant, Yangming Ou

Deep learning can provide rapid brain age estimation based on brain magnetic resonance imaging (MRI). However, most studies use one neural network to extract the global information from the whole input image, ignoring th…

Age Estimation

GiT: Graph Interactive Transformer for Vehicle Re-identification

2021-07-12 · Fei Shen, Yi Xie, Jianqing Zhu, Xiaobin Zhu 외

Transformers are more and more popular in computer vision, which treat an image as a sequence of patches and learn robust global features from the sequence. However, pure transformers are not entirely suitable for vehicl…

Person Re-IdentificationVehicle Re-Identification

Hierarchical Vision Transformer Enhanced by Graph Convolutional Network for Image Classification

2026-04-18 · Haibin Jiao arxiv

Vision Transformer (ViT) has brought new breakthroughs to the field of image classification by introducing the self-attention mechanism and Graph Convolutional Networks(GCN) have been proposed and successfully applied in…

Image Classification