PPT Fusion: Pyramid Patch Transformerfor a Case Study in Image Fusion
Yu Fu, TianYang Xu, XiaoJun Wu, Josef Kittler

TL;DR
This paper introduces the Patch Pyramid Transformer (PPT), a novel architecture that combines local patch-based and global pyramid features to improve image fusion performance, outperforming existing methods without needing retraining for different tasks.
Contribution
The paper proposes a new Patch Pyramid Transformer that effectively captures local and non-local image features for versatile image fusion applications, with superior experimental results.
Findings
Achieves state-of-the-art results on multiple image fusion benchmarks.
Demonstrates robustness across different fusion tasks without retraining.
Outperforms existing fusion methods in key evaluation metrics.
Abstract
The Transformer architecture has witnessed a rapid development in recent years, outperforming the CNN architectures in many computer vision tasks, as exemplified by the Vision Transformers (ViT) for image classification. However, existing visual transformer models aim to extract semantic information for high-level tasks, such as classification and detection.These methods ignore the importance of the spatial resolution of the input image, thus sacrificing the local correlation information of neighboring pixels. In this paper, we propose a Patch Pyramid Transformer(PPT) to effectively address the above issues.Specifically, we first design a Patch Transformer to transform the image into a sequence of patches, where transformer encoding is performed for each patch to extract local representations. In addition, we construct a Pyramid Transformer to effectively extract the non-local…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image Fusion Techniques · Visual Attention and Saliency Detection · Remote-Sensing Image Classification
MethodsAttention Is All You Need · Linear Layer · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Adam · Layer Normalization · Byte Pair Encoding · Label Smoothing · Residual Connection · Dense Connections
