๐ค AI Summary
In high-cost, low-bandwidth regions, web images incur excessive data usage and slow loading times, hindering information accessibility and digital inclusion. To address this, we propose PixLiftโa novel image optimization framework based on โserver-side downsampling + client-side lightweight AI-based super-resolution.โ Its key innovation is the first deployment of lightweight super-resolution models (ESRGAN, Real-ESRGAN, SwinIR) within browser extensions, enabling dynamic, transparent, and real-time image downscaling and reconstruction across mainstream websites. Evaluated on 71.4k real-world web pages and validated via user studies, PixLift reduces image data traffic by 62% on average while preserving perceptual quality: PSNR and SSIM remain close to original images, and 92% of users cannot discern quality degradation. By leveraging end-device computation to substitute for network bandwidth, PixLift delivers an efficient, backward-compatible, and high-fidelity web image acceleration solution for resource-constrained environments.
๐ Abstract
Accessing the internet in regions with expensive data plans and limited connectivity poses significant challenges, restricting information access and economic growth. Images, as a major contributor to webpage sizes, exacerbate this issue, despite advances in compression formats like WebP and AVIF. The continued growth of complex and curated web content, coupled with suboptimal optimization practices in many regions, has prevented meaningful reductions in web page sizes. This paper introduces PixLift, a novel solution to reduce webpage sizes by downscaling their images during transmission and leveraging AI models on user devices to upscale them. By trading computational resources for bandwidth, PixLift enables more affordable and inclusive web access. We address key challenges, including the feasibility of scaled image requests on popular websites, the implementation of PixLift as a browser extension, and its impact on user experience. Through the analysis of 71.4k webpages, evaluations of three mainstream upscaling models, and a user study, we demonstrate PixLift's ability to significantly reduce data usage without compromising image quality, fostering a more equitable internet.