paper-with-me

Papers

DARTS: Double Attention Reference-based Transformer for Super-resolution

2023-07-17 · Masoomeh Aslahishahri, Jordan Ubbens, Ian Stavness

We present DARTS, a transformer model for reference-based image super-resolution. DARTS learns joint representations of two image distributions to enhance the content of low-resolution input images through matching correspondences learned from high-resolution reference images. Current state-of-the-art techniques in reference-based image super-resolution are based on a multi-network, multi-stage architecture. In this work, we adapt the double attention block from the GAN literature, processing the two visual streams separately and combining self-attention and cross-attention blocks through a gating attention strategy. Our work demonstrates how the attention mechanism can be adapted for the particular requirements of reference-based image super-resolution, significantly simplifying the architecture and training pipeline. We show that our transformer-based model performs competitively with state-of-the-art models, while maintaining a simpler overall architecture and training process. In particular, we obtain state-of-the-art on the SUN80 dataset, with a PSNR/SSIM of 29.83 / .809. These results show that attention alone is sufficient for the RSR task, without multiple purpose-built subnetworks, knowledge distillation, or multi-stage training.

📄 PDF Abstract BibTeX arXiv:2307.08837

Code (1)

bia006/darts 공식 구현 pytorch

Tasks

Image Super-ResolutionKnowledge DistillationSSIMSuper-Resolution

Methods 이 논문이 사용한 방법론

Low-resolution input 설명 없음
DARTS Differentiable Architecture Search (DART) is a method for efficient architecture search. The search space is made continuous so that the architecture can be optimized with…

Similar Papers 제목 키워드 기반

G-DARTS-A: Groups of Channel Parallel Sampling with Attention

2020-10-16 · Zhaowen Wang, Wei zhang, Zhiming Wang

Differentiable Architecture Search (DARTS) provides a baseline for searching effective network architectures based gradient, but it is accompanied by huge computational overhead in searching and training network architec…

GPU

DARTS-GT: Differentiable Architecture Search for Graph Transformers with Quantifiable Instance-Specific Interpretability Analysis

2025-10-16 · Shruti Sarika Chakraborty, Peter Minary arxiv

Graph Transformers (GTs) have emerged as powerful architectures for graph-structured data, yet remain constrained by rigid designs and lack quantifiable interpretability. Current state-of-the-art GTs commit to fixed GNN …

HiTSR: A Hierarchical Transformer for Reference-based Super-Resolution

2024-08-30 · Masoomeh Aslahishahri, Jordan Ubbens, Ian Stavness

In this paper, we propose HiTSR, a hierarchical transformer model for reference-based image super-resolution, which enhances low-resolution input images by learning matching correspondences from high-resolution reference…

Image Super-ResolutionKnowledge DistillationReference-based Super-ResolutionSSIM+1

OStr-DARTS: Differentiable Neural Architecture Search based on Operation Strength

2024-09-22 · Le Yang, Ziwei Zheng, Yizeng Han, Shiji Song 외

Differentiable architecture search (DARTS) has emerged as a promising technique for effective neural architecture search, and it mainly contains two steps to find the high-performance architecture: First, the DARTS super…

AttributeNeural Architecture Search

Efficient Architecture Search via Bi-level Data Pruning

2023-12-21 · Chongjun Tu, Peng Ye, Weihao Lin, Hancheng Ye 외

Improving the efficiency of Neural Architecture Search (NAS) is a challenging but significant task that has received much attention. Previous works mainly adopted the Differentiable Architecture Search (DARTS) and improv…

Neural Architecture Search