Papers for

photography software developers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Image system improves bright highlights by extending dynamic range gradually

Recurrent Dynamic Range Extension

Abstract: We present an approach to progressively extend the highlights of an image. Instead of reconstructing the full dynamic range of a complex scene directly, we learn a simpler task first: We extend the dynamic range of an input image by a single exposure value. Once this is mastered, we retrieve the full HDR image for the scene by executing our network recurrently, progressively increasing the dynamic range of the input. Our formulation is agnostic to the input dynamic range and targets a bounded output domain. This enables us to use widely available RAW images for the reconstruction task and adapt adversarial losses to construct realistic images. By incorporating Memory Replay for backpropagation, we can train our network recurrently over multiple inference stages and reduce reconstruction errors. As a consequence, our system reconstructs challenging long-tailed HDR scenes robustly and shows powerful recovery of bright light sources and highlights.

Fri 11 SeptComputer Vision and Pattern RecognitionGraphics
The gist
Capturing very bright parts of a scene well is hard with normal cameras. The authors created a method that improves images step-by-step by brightening them a little at a time. Their system learns how to enhance images gradually and can be run multiple times to reveal details in extremely bright areas. This approach works with common RAW photos and produces realistic results even in difficult lighting. They also made the training smarter by remembering past improvements to reduce mistakes.
Open 2609.13135v1

Progressive model improves fine grained image quality understanding

From Glance to Scrutiny: Progressive Distortion Reasoning for Fine-Grained Image Quality Assessment

Abstract: Multi-modal large language models (MLLMs) have demonstrated significant potential in image quality assessment (IQA) by bridging visual perception with descriptive evaluations. However, existing approaches mainly focus on holistic quality prediction, often functioning as black boxes that provide limited insight into where distortions occur and how they affect perceived quality, hindering fine-grained analysis of localized and heterogeneous degradations. We propose GS-IQA, a framework that reformulates IQA as a progressive Where--What--How diagnosis, emulating the human perceptual process from an initial glance to closer scrutiny. Since a severity judgment is meaningful only for a correctly localized and recognized region, we realize this progression through a two-stage reinforcement learning paradigm that respects such dependencies: the glance stage uses a perception-gated reward to establish where degradations lie and what they are, activating severity feedback only once both are correct, while the scrutiny stage introduces online reward-conditioned degradation generation to synthesize hard examples targeted at the model's perceptual bottlenecks, sharpening its discrimination of subtle severity variations. To enable systematic evaluation, we construct Diag-Bench, a region-level IQA benchmark of about 25K curated samples spanning 12 distortion types and five ordinal severity levels. Extensive experiments show that GS-IQA consistently surpasses state-of-the-art methods in distortion localization, recognition, and severity estimation, and that its diagnostic representations transfer effectively to conventional global quality prediction across diverse external benchmarks. Code and data will be released.

Tue 8 SeptComputer Vision and Pattern Recognition
The gist
Image quality assessment tries to judge how good or bad a picture looks, especially when it has problems like blurriness or noise. This paper presents a new approach that mimics how humans first quickly notice where issues are, then carefully analyze what kind of problems they are and how severe. The authors created a model that learns this step-by-step process and also generates challenging examples to get better at spotting subtle differences. They also built a large benchmark to test this kind of detailed image analysis. Their method outperforms previous ones in finding and describing image distortions precisely.
Open 2609.08316v1