paper-with-me

Papers

TransRef: Multi-Scale Reference Embedding Transformer for Reference-Guided Image Inpainting

2023-06-20 · Taorong Liu, Liang Liao, Delin Chen, Jing Xiao, Zheng Wang, Chia-Wen Lin, Shin'ichi Satoh

Image inpainting for completing complicated semantic environments and diverse hole patterns of corrupted images is challenging even for state-of-the-art learning-based inpainting methods trained on large-scale data. A reference image capturing the same scene of a corrupted image offers informative guidance for completing the corrupted image as it shares similar texture and structure priors to that of the holes of the corrupted image. In this work, we propose a transformer-based encoder-decoder network, named TransRef, for reference-guided image inpainting. Specifically, the guidance is conducted progressively through a reference embedding procedure, in which the referencing features are subsequently aligned and fused with the features of the corrupted image. For precise utilization of the reference features for guidance, a reference-patch alignment (Ref-PA) module is proposed to align the patch features of the reference and corrupted images and harmonize their style differences, while a reference-patch transformer (Ref-PT) module is proposed to refine the embedded reference feature. Moreover, to facilitate the research of reference-guided image restoration tasks, we construct a publicly accessible benchmark dataset containing 50K pairs of input and reference images. Both quantitative and qualitative evaluations demonstrate the efficacy of the reference information and the proposed method over the state-of-the-art methods in completing complex holes. Code and dataset can be accessed at https://github.com/Cameltr/TransRef.

📄 PDF Abstract BibTeX arXiv:2306.11528

Code (1)

cameltr/transref 공식 구현 pytorch

Tasks

DecoderImage InpaintingImage Restoration

Methods 이 논문이 사용한 방법론

Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

TransRefer3D: Entity-and-Relation Aware Transformer for Fine-Grained 3D Visual Grounding

2021-08-05 · Dailan He, Yusheng Zhao, Junyu Luo, Tianrui Hui 외

Recently proposed fine-grained 3D visual grounding is an essential and challenging task, whose goal is to identify the 3D object referred by a natural language sentence from other distractive objects of the same category…

3D visual groundingRelationSentenceVisual Grounding

Async Learned User Embeddings for Ads Delivery Optimization

2024-06-09 · Mingwei Tang, Meng Liu, Hong Li, Junjie Yang 외

In recommendation systems, high-quality user embeddings can capture subtle preferences, enable precise similarity calculations, and adapt to changing preferences over time to maintain relevance. The effectiveness of reco…

Graph LearningRecommendation SystemsRetrieval

Unsupervised Multi-scale Expressive Speaking Style Modeling with Hierarchical Context Information for Audiobook Speech Synthesis

2022-10-01 · COLING 2022 10 · Xueyuan Chen, Shun Lei, Zhiyong Wu, Dong Xu 외

Naturalness and expressiveness are crucial for audiobook speech synthesis, but now are limited by the averaged global-scale speaking style representation. In this paper, we propose an unsupervised multi-scale context-sen…

Speech Synthesistext-to-speechText to Speech

Embed-Search-Align: DNA Sequence Alignment using Transformer Models

2023-09-20 · Pavan Holur, K. C. Enevoldsen, Shreyas Rajesh, Lajoyce Mboning 외

DNA sequence alignment involves assigning short DNA reads to the most probable locations on an extensive reference genome. This process is crucial for various genomic analyses, including variant calling, transcriptomics,…

Semantic SimilaritySemantic Textual Similarity

Perceptual Image Quality Assessment with Transformers

2021-04-30 · Manri Cheon, Sung-Jun Yoon, Byungyeon Kang, Junwoo Lee

In this paper, we propose an image quality transformer (IQT) that successfully applies a transformer architecture to a perceptual full-reference image quality assessment (IQA) task. Perceptual representation becomes more…

DecoderFull reference image quality assessmentFull-Reference Image Quality AssessmentImage Quality Assessment