Preprint
Machine Learning

Color Pass-Through via Camera-Display Coupling

Ruikang Li, Molin Li, Jiarui Wu, Zhe Wei, Pengpeng Liu, Tianfan Xue
July 14, 2026

0

Citations

0

Influential Citations

Venue

2026

Year

Abstract

When a real-world scene is captured by a smartphone camera and viewed on its screen, the displayed image often differs noticeably from the original scene in color, brightness, and contrast. This gap persists despite substantial advances in both modern cameras and displays. A key reason is that most pipelines factor the high-dimensional capture-to-display process into two separately calibrated camera and display stages, and then connect them through low-dimensional color transforms, leading to information bottlenecks and inevitable error accumulation. To address this systemic challenge, we propose Color Pass-Through, an end-to-end learned framework that operates directly on captured images. Our key insight is to treat the camera and display as a coupled system rather than calibrating them in isolation. Coupling the camera and display yields two practical advantages: (1) it brings the entire real-world scenes to the display via end-to-end optimization, and (2) it allows efficient one-step calibration for each distinct observer via complete capture-to-display path. We validate Color Pass-Through using both digital and human observers. Compared with representative baselines, our method achieves an average gain of +2.0 points on a 5-point user study and more than 2x improvement on quantitative metrics, demonstrating improved reproduction of the perceived color of the original scene.

Analysis

Why This Paper Matters

Color reproduction from camera to display remains a persistent challenge in consumer electronics. Despite advances in sensor and screen technology, the perceived mismatch between real-world scenes and their digital representations is a common frustration. This paper identifies a fundamental flaw in traditional pipelines: the separation of camera and display calibration, which introduces information bottlenecks and error accumulation. By proposing an end-to-end learned framework that treats the camera and display as a coupled system, the authors address a systemic issue that has been largely overlooked.

The significance lies in the shift from modular, low-dimensional color transforms to a holistic, data-driven approach. This not only improves accuracy but also simplifies calibration—each observer can be calibrated in a single step. For AI practitioners, this work demonstrates the power of end-to-end learning in a domain traditionally dominated by handcrafted pipelines.

Technical Contributions

  • Coupled system modeling: Instead of calibrating camera and display separately, the framework optimizes them jointly, preserving the high-dimensional information of the original scene.
  • End-to-end optimization: The model operates directly on captured images, learning a mapping that accounts for both capture and display characteristics simultaneously.
  • One-step calibration: For each distinct observer (e.g., different display or viewing condition), the complete capture-to-display path is calibrated in a single step, reducing complexity.
  • Validation with digital and human observers: The method is evaluated both quantitatively and via user studies, providing robust evidence of its effectiveness.

Results

Color Pass-Through achieves an average gain of +2.0 points on a 5-point user study compared to representative baselines. On quantitative metrics, the method shows more than 2x improvement, indicating substantially better reproduction of perceived color, brightness, and contrast. These results are consistent across both digital and human observer evaluations, underscoring the practical viability of the approach.

Significance

This work has broad implications for consumer imaging, AR/VR, and any application where accurate color reproduction is critical. By demonstrating that end-to-end learning can outperform modular calibration, it encourages a rethinking of traditional image processing pipelines. The one-step calibration feature is particularly valuable for personalized displays or adaptive systems. Future work could explore real-time deployment on mobile devices and extension to video streams.