Overview of Selected CVPR 2024 Papers
Computer vision is making leaps forward with generative models, reinforcement learning, and super-resolution techniques.
Overview of Selected CVPR 2024 Papers
Computer vision is making leaps forward with generative models, reinforcement learning, and super-resolution techniques.
Researchers are now able to animate still images with natural, life like motion, predict dynamics like wind or force effects, and even let users customize the results. In photography, reinforcement learning is helping cameras automatically adjust exposure in real time, delivering sharper images even in fast-changing light. Meanwhile, super-resolution reconstruction is overcoming sensor limitations, turning low-resolution Bayer-pattern data into high-quality color images for real-time applications.
Together, these innovations show how AI is making visual systems smarter, faster, and more creative — paving the way for the next generation of computer vision.
1. Generative Image Dynamics
Award: Best Paper Award, CVPR 2024 Authors: Zhengqi Li, Richard Tucker, Noah Snavely, Aleksander Holynski
Paper:https://openaccess.thecvf.com/content/CVPR2024/html/Li_Generative_Image_Dynamics_CVPR_2024_paper.html?utm_source=chatgpt.com GitHub: https://github.com/fltwr/generative-image-dynamics
From the title “Generative Image Dynamics”, we can see that this research focuses on predicting image dynamics using generative models. The goal is to generate natural-looking videos from still images, particularly for objects such as trees, flowers, and candles that move vividly when influenced by wind or other external forces.

Based on existing research suggesting that natural object motion can be expressed through frequency-dependent positional changes, the author analyzes images in the frequency domain and enables the denoising model to predict spectral curves. This allows us to understand how each pixel in the image moves across different frequency regions.

For training data, the author personally collected 3,000 videos featuring natural movements. Using an Optical Flow model, they predicted how each pixel would move to generate ground-truth data.
Through this approach, compared with prior research where consistency of generated frames deteriorated as video length increased, the method enables the creation of naturally repeating videos. It can also be extended to produce videos that respond dynamically to user input.
2. Learning to Control Camera Exposure via Reinforcement Learning (DRL-AE)
Authors: Kyunghyun Lee, Ukcheol Shin, Byeong-Uk Lee
Paper: https://arxiv.org/abs/2404.01636?utm_source=chatgpt.com
At CVPR 2024, the paper “Learning to Control Camera Exposure via Reinforcement Learning” introduced a low-level vision framework that uses deep reinforcement learning (DRL) to dynamically adjust camera exposure in real time. Traditional auto-exposure modules rely on simple algorithms and often fail under rapidly changing lighting, which impacts tasks like SLAM and visual odometry.

The study highlights that many vision tasks — such as detection, depth estimation, nd 3D reconstruction — depend heavily on input quality, yet real-world images often suffer from underexposure, backlighting, or motion blur. To address this, the authors fix the aperture while allowing a trained RL agent to adjust shutter speed and ISO sensitivitThe method uses a lightweight 3-layer fully connected network that processes intensity history features. Training is based on Soft Actor-Critic (SAC), with a reward balancing brightness, noise, and frame-to-frame stability.

To overcome data scarcity, the authors varied illumination in controlled setups and applied curriculum learning and data augmentatioThis framework enables fast, robust, and adaptive exposure control, producing consistently better image quality in challenging conditions and improving the reliability of downstream vision applications.
3. Super-Resolution Reconstruction from Bayer-Pattern Spike Streams
Authors: Yanchen Dong, Ruiqin Xiong, Jian Zhang, Zhaofei Yu, Xiaopeng Fan, Shuyuan Zhu, Tiejun Huang
“Super-Resolution Reconstruction from Bayer-Pattern Spike Streams”, presented by a Peking University team at CVPR 2024, addresses the spatial resolution limits of color spike cameras, which stem from the Bayer filter pattern and the binary nature of spike signals. These constraints make it difficult to directly reconstruct high-resolution color images.
The proposed system forms a complete pipeline that includes Bayer spike representation, motion estimation, super-resolution enhancement, and color-consistent reconstruction. It combines local temporal spike sequences with global spatial context to enrich the representation, while extracting features separately for red, green, and blue channels based on the Bayer layout and sub-pixel motion cues. A residual refinement module further improves texture recovery and reduces motion estimation errors.

In the fusion stage, temporal–spatial features across color channels are integrated to generate images with global consistency and fine details. Key components, such as Temporal Pixel Search, upsampling, and feature refinement, allow the model to capture precise spatiotemporal information and reconstruct high-quality images.

This work represents the first systematic approach to super-resolution reconstruction from Bayer-pattern spike streams. It significantly enhances the effective resolution of color spike cameras and holds promise for computational photography, high-resolution imaging, and real-time vision applications.
메타데이터
- post_id
- e79c63a6d534
- slug
- overview-of-selected-cvpr-2024-papers-e79c63a6d534
- url
- https://medium.com/@jaykim0604/overview-of-selected-cvpr-2024-papers-e79c63a6d534
- canonical_url
- https://medium.com/@jaykim0604/overview-of-selected-cvpr-2024-papers-e79c63a6d534
- author_url
- https://medium.com/@jaykim0604
- status
- ok
- fetched_at
- 2026-06-15 20:49:13