paper-with-me

홈 › Papers

Perceive, Understand and Restore: Real-World Image Super-Resolution with Autoregressive Multimodal Generative Models

2025-03-14 · Hongyang Wei, Shuaizheng Liu, Chun Yuan, Lei Zhang

By leveraging the generative priors from pre-trained text-to-image diffusion models, significant progress has been made in real-world image super-resolution (Real-ISR). However, these methods tend to generate inaccurate and unnatural reconstructions in complex and/or heavily degraded scenes, primarily due to their limited perception and understanding capability of the input low-quality image. To address these limitations, we propose, for the first time to our knowledge, to adapt the pre-trained autoregressive multimodal model such as Lumina-mGPT into a robust Real-ISR model, namely PURE, which Perceives and Understands the input low-quality image, then REstores its high-quality counterpart. Specifically, we implement instruction tuning on Lumina-mGPT to perceive the image degradation level and the relationships between previously generated image tokens and the next token, understand the image content by generating image semantic descriptions, and consequently restore the image by generating high-quality image tokens autoregressively with the collected information. In addition, we reveal that the image token entropy reflects the image structure and present a entropy-based Top-k sampling strategy to optimize the local structure of the image during inference. Experimental results demonstrate that PURE preserves image content while generating realistic details, especially in complex scenes with multiple objects, showcasing the potential of autoregressive multimodal generative models for robust Real-ISR. The model and code will be available at https://github.com/nonwhy/PURE.

📄 PDF Abstract BibTeX arXiv:2503.11073

Code (1)

nonwhy/pure 공식 구현 pytorch

Tasks

Image Super-ResolutionSuper-Resolution

Methods 이 논문이 사용한 방법론

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…

Similar Papers 제목 키워드 기반

PromptRestorer: A Prompting Image Restoration Method with Degradation Perception

2023-09-21 · NeurIPS 2023 11

We show that raw degradation features can effectively guide deep restoration models, providing accurate degradation priors to facilitate better restoration. While networks that do not consider them for restoration forget…

Restore3D: Breathing Life into Broken Objects with Shape and Texture Restoration

2026-07-01 · Xiaolong Shen, Zongxin Yang, Yi Yang arxiv

Restoring incomplete or damaged 3D objects is crucial for cultural heritage preservation, occluded object reconstruction, and artistic design. Existing methods primarily focus on geometric completion, often neglecting te…

Joint Face Image Restoration and Frontalization for Recognition

2021-05-12 · Xiaoguang Tu, Jian Zhao, Qiankun Liu, Wenjie Ai 외

In real-world scenarios, many factors may harm face recognition performance, e.g., large pose, bad illumination,low resolution, blur and noise. To address these challenges, previous efforts usually first restore the low-…

DecoderFace RecognitionImage Restoration

Perceive-IR: Learning to Perceive Degradation Better for All-in-One Image Restoration

2024-08-28 · Xu Zhang, Jiaqi Ma, Guoli Wang, Qian Zhang 외

Existing All-in-One image restoration methods often fail to perceive degradation types and severity levels simultaneously, overlooking the importance of fine-grained quality perception. Moreover, these methods often util…

AllImage RestorationPrompt Learning

Restorer: Removing Multi-Degradation with All-Axis Attention and Prompt Guidance

2024-06-18 · Jiawei Mao, Juncheng Wu, Yuyin Zhou, Xuesong Yin 외

There are many excellent solutions in image restoration.However, most methods require on training separate models to restore images with different types of degradation.Although existing all-in-one models effectively addr…

AllDeblurringDenoisingImage Restoration+1