Hi everyone,
I’m a master’s student in computer science at the University of Information Technology (VNU-HCM, Vietnam). I’m submitting my first paper to arXiv (cs.CV, cross-list eess.IV), so I need an endorsement.
Paper: The Clipping Trap: A Silent Failure Mode in Overfitted Neural Image Codecs
Preprint (Zenodo): https://doi.org/10.5281/zenodo.22997667 Code and measurements: GitHub - hungtr8076/the-clipping-trap: Code and measurements for 'The Clipping Trap: A Silent Failure Mode in Overfitted Neural Image Codecs' · GitHub
Short summary: Overfitted codecs such as Cool-chic and C3 clamp the decoder output inside the loop that is differentiated. On bright, low-contrast photos and on screen content, the distortion gradient can become exactly zero. The encoder then only reduces the rate and returns a flat color image, with no error raised. PSNR, SSIM, MS-SSIM and LPIPS score these outputs no higher than the constant image, so no absolute threshold catches them. A straight-through estimator removes the failure at ≤0.1% BD-rate on Kodak, and the bitstream stays identical for the unmodified decoder. The repo includes a small script that recomputes every number in the paper.
If you can endorse for cs.CV and think the work fits, the code is KGU7X3 (enter it at arxiv.org/auth/endorse after logging in to arXiv). I’m also happy to hear any feedback on the paper, including criticism.
Thank you,
Hung Tran