Seeking arXiv cs.CV endorsement: a silent failure mode in overfitted neural image codecs (code + data public) Master's student Hung Tran of the University of Information Technology (VNU-HCM, Vietnam) is seeking an arXiv cs.CV endorsement for his preprint 'The Clipping Trap: A Silent Failure Mode in Overfitted Neural Image Codecs,' posted to Zenodo under DOI 10.5281/zenodo.22997667 with code and measurements on GitHub. The paper reports that overfitted codecs such as Cool-chic and C3 clamp the decoder output inside the differentiated loop, so on bright, low-contrast photos and screen content the distortion gradient can become exactly zero and the encoder returns a flat color image with no error raised, a failure PSNR, SSIM, MS-SSIM and LPIPS do not catch. Tran reports that a straight-through estimator removes the failure at ≤0.1% BD-rate on Kodak while keeping the bitstream identical for the unmodified decoder, and the endorsement code is KGU7X3. 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 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 https://github.com/hungtr8076/the-clipping-trap 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