← Search

Jinjin Gu

34 accepted papers

2026

EngiAgent: Fully Connected Coordination of LLM Agents for Solving Open-ended Engineering Problems with Feasible Solutions

ICML 2026poster

Engineering problem solving is central to real-world decision-making, requiring mathematical formulations that not only represent complex problems but also produce feasible solutions under data and physical constraints. Unlike mathematical problem solving, which operates on predefined formulations, …

Cited by 0SourceScholar
2026

Enhanced Latent-Space Adversarial Training for Super-Resolution

ICML 2026poster

Real-world super-resolution (SR) is challenging due to complex degradations. HYPIR, a recent state-of-the-art diffusion-based restoration model, struggles to deal with this task in a single step. Although a naive two-step cascade improves the results, over-saturation, limited fine-grained details, a…

Cited by 0SourceScholar
2026

Evaluating Parameter Efficient Methods for RLVR

ICML 2026poster

We systematically evaluate Parameter-Efficient Fine-Tuning (PEFT) methods under the paradigm of Reinforcement Learning with Verifiable Rewards (RLVR). RLVR incentivizes language models to enhance their reasoning capabilities through verifiable feedback; however, while methods like LoRA are commonly …

Cited by 0SourceScholar
2026

Hugging Carbon: Quantifying the Training Carbon Emissions of AI Models at Scale

ICML 2026poster

The scaling-law era has transformed artificial intelligence from research into a global industry, but its rapid growth raises concerns over energy usage, carbon emissions, and environmental sustainability. Unlike traditional sectors, the AI industry still lacks systematic carbon accounting methods t…

Cited by 0SourceScholar
2025

An Intelligent Agentic System for Complex Image Restoration Problems

ICLR 2025poster

Real-world image restoration (IR) is inherently complex and often requires combining multiple specialized models to address diverse degradations. Inspired by human problem-solving, we propose AgenticIR, an agentic system that mimics the human approach to image processing by following five key stages…

2025

Overcoming False Illusions in Real-World Face Restoration with Multi-Modal Guided Diffusion Model

ICLR 2025spotlight

We introduce a novel Multi-modal Guided Real-World Face Restoration (MGFR) technique designed to improve the quality of facial image restoration from low-quality inputs. Leveraging a blend of attribute text prompts, high-quality reference images, and identity information, MGFR can mitigate the gener…

Cited by 2SourcePDFScholar
2025

Teaching Large Language Models to Regress Accurate Image Quality Scores Using Score Distribution

CVPR 2025poster

With the rapid advancement of Multi-modal Large Language Models (MLLMs), MLLM-based Image Quality Assessment (IQA) methods have shown promising performance in linguistic quality description. However, current methods still fall short in accurately scoring image quality. In this work, we aim to levera…

2025

UniCon: Unidirectional Information Flow for Effective Control of Large-Scale Diffusion Models

ICLR 2025poster

We introduce UniCon, a novel architecture designed to enhance control and efficiency in training adapters for large-scale diffusion models. Unlike existing methods that rely on bidirectional interaction between the diffusion model and control adapter, UniCon implements a unidirectional flow from the…

Cited by 0SourcePDFScholar
2024

From News to Forecast: Integrating Event Analysis in LLM-Based Time Series Forecasting with Reflection

NeurIPS 2024poster

This paper introduces a novel approach that leverages Large Language Models (LLMs) and Generative Agents to enhance time series forecasting by reasoning across both text and time series data. With language as a medium, our method adaptively integrates social events into forecasting models, aligning…

2024

Low-Res Leads the Way: Improving Generalization for Super-Resolution by Self-Supervised Learning

CVPR 2024poster

For image super-resolution (SR) bridging the gap between the performance on synthetic datasets and real-world degradation scenarios remains a challenge. This work introduces a novel "Low-Res Leads the Way" (LWay) training framework merging Supervised Pre-training with Self-supervised Learning to enh…

Cited by 15SourcePDFScholar
2024

Recursive Generalization Transformer for Image Super-Resolution

ICLR 2024poster

Transformer architectures have exhibited remarkable performance in image super-resolution (SR). Since the quadratic computational complexity of the self-attention (SA) in Transformer, existing methods tend to adopt SA in a local region to reduce overheads. However, the local design restricts the glo…

2024

RestoreAgent: Autonomous Image Restoration Agent via Multimodal Large Language Models

NeurIPS 2024poster

Natural images captured by mobile devices often suffer from multiple types of degradation, such as noise, blur, and low light. Traditional image restoration methods require manual selection of specific tasks, algorithms, and execution sequences, which is time-consuming and may yield suboptimal resul…

Cited by 6SourcePDFScholar
2024

Scaling Up to Excellence: Practicing Model Scaling for Photo-Realistic Image Restoration In the Wild

CVPR 2024poster

We introduce SUPIR (Scaling-UP Image Restoration) a groundbreaking image restoration method that harnesses generative prior and the power of model scaling up. Leveraging multi-modal techniques and advanced generative prior SUPIR marks a significant advance in intelligent and realistic image restorat…

Cited by 49SourcePDFScholar
2024

Xformer: Hybrid X-Shaped Transformer for Image Denoising

ICLR 2024poster

In this paper, we present a hybrid X-shaped vision Transformer, named Xformer, which performs notably on image denoising tasks. We explore strengthening the global representation of tokens from different scopes. In detail, we adopt two types of Transformer blocks. The spatial-wise Transformer block…

2023

Accurate Image Restoration with Attention Retractable Transformer

ICLR 2023top-25%

Recently, Transformer-based image restoration networks have achieved promising improvements over convolutional neural networks due to parameter-independent global interactions. To lower computational cost, existing works generally limit self-attention computation within non-overlapping windows. Howe…

2023

Crafting Training Degradation Distribution for the Accuracy-Generalization Trade-off in Real-World Super-Resolution

ICML 2023poster

Super-resolution (SR) techniques designed for real-world applications commonly encounter two primary challenges: generalization performance and restoration accuracy. We demonstrate that when methods are trained using complex, large-range degradations to enhance generalization, a decline in accuracy…

Cited by 24SourcePDFScholar
2023

DegAE: A New Pretraining Paradigm for Low-Level Vision

CVPR 2023highlight

Self-supervised pretraining has achieved remarkable success in high-level vision, but its application in low-level vision remains ambiguous and not well-established. What is the primitive intention of pretraining? What is the core problem of pretraining in low-level vision? In this paper, we aim to…

2023

Dual Aggregation Transformer for Image Super-Resolution

ICCV 2023poster

Transformer has recently gained considerable popularity in low-level vision tasks, including image super-resolution (SR). These networks utilize self-attention along different dimensions, spatial or channel, and achieve impressive performance. This inspires us to combine the two dimensions in Transf…

Cited by 285PDFcodeScholar
2023

Hierarchical Integration Diffusion Model for Realistic Image Deblurring

NeurIPS 2023spotlight

Diffusion models (DMs) have recently been introduced in image deblurring and exhibited promising performance, particularly in terms of details reconstruction. However, the diffusion model requires a large number of inference iterations to recover the clean image from pure Gaussian noise, which consu…

2023

Masked Image Training for Generalizable Deep Image Denoising

CVPR 2023poster

When capturing and storing images, devices inevitably introduce noise. Reducing this noise is a critical task called image denoising. Deep learning has become the de facto method for image denoising, especially with the emergence of Transformer-based models that have achieved notable state-of-the-ar…

2023

Mitigating Artifacts in Real-World Video Super-resolution Models

AAAI 2023technical

The recurrent structure is a prevalent framework for the task of video super-resolution, which models the temporal dependency between frames via hidden states. When applied to real-world scenarios with unknown and complex degradations, hidden states tend to contain unpleasant artifacts and propagate…

2023

Networks are Slacking Off: Understanding Generalization Problem in Image Deraining

NeurIPS 2023poster

Deep deraining networks consistently encounter substantial generalization issues when deployed in real-world applications, although they are successful in laboratory benchmarks. A prevailing perspective in deep learning encourages using highly complex data for training, with the expectation that ric…

Cited by 8SourcePDFScholar
2023

Snow Removal in Video: A New Dataset and A Novel Method

ICCV 2023poster

Snowfall is a common weather phenomenon that can severely affect computer vision tasks by obscuring objects and scenes. However, existing deep learning-based snow removal methods are designed for single images only. In this paper, we target a more complex task -- video snow removal, which aims to re…

Cited by 22PDFcodeScholar
2022

Cross Aggregation Transformer for Image Restoration

NeurIPS 2022accept

Recently, Transformer architecture has been introduced into image restoration to replace convolution neural network (CNN) with surprising results. Considering the high computational complexity of Transformer with global attention, some methods use the local square window to limit the scope of self-a…

2022

Rethinking Alignment in Video Super-Resolution Transformers

NeurIPS 2022accept

The alignment of adjacent frames is considered an essential operation in video super-resolution (VSR). Advanced VSR models, including the latest VSR Transformers, are generally equipped with well-designed alignment modules. However, the progress of the self-attention mechanism may violate this commo…

2022

Super-Resolution by Predicting Offsets: An Ultra-Efficient Super-Resolution Network for Rasterized Images

ECCV 2022poster

"Rendering high-resolution (HR) graphics brings substantial computational costs. Efficient graphics super-resolution (SR) methods may achieve HR rendering with small computing resources and have attracted extensive research interests in industry and research communities. We present a new method for…

Cited by 7SourcePDFScholar
2022

Texture-Based Error Analysis for Image Super-Resolution

CVPR 2022poster

Evaluation practices for image super-resolution (SR) use a single-value metric, the PSNR or SSIM, to determine model performance. This provides little insight into the source of errors and model behavior. Therefore, it is beneficial to move beyond the conventional approach and reconceptualize evalua…

Cited by 19PDFScholar
2020

PIPAL: a Large-Scale Image Quality Assessment Dataset for Perceptual Image Restoration

ECCV 2020poster

Image quality assessment (IQA) is the key factor for the fast development of image restoration (IR) algorithms. The most recent IR methods based on Generative Adversarial Networks (GANs) have achieved significant improvement in visual performance, but also presented great challenges for quantitative…

Cited by 232SourcePDFScholar