yinboc/liif
Learning Continuous Image Representation with Local Implicit Image Function, in CVPR 2021 (Oral)
Encodes images as continuous functions via local implicit representations, enabling arbitrary resolution upsampling without retraining. The architecture combines a feature extraction backbone (EDSR or RDN) with coordinate-based MLPs that predict pixel values at any spatial location, trained end-to-end on DIV2K and CelebA-HQ. Supports flexible super-resolution across multiple upsampling factors (2×, 3×, 4×) and arbitrary output resolutions through a single trained model.
1,368 stars. No commits in the last 6 months.
Stars
1,368
Forks
157
Language
Python
License
BSD-3-Clause
Category
Last pushed
Aug 21, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/yinboc/liif"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
zhangyi-3/IDR
Self-Supervised Image Denoising via Iterative Data Refinement (CVPR2022)
XingangPan/deep-generative-prior
Code for deep generative prior (ECCV2020 oral)
mv-lab/swin2sr
[ECCV] Swin2SR: SwinV2 Transformer for Compressed Image Super-Resolution and Restoration. ...
eliahuhorwitz/DeepSIM
Official PyTorch implementation of the paper: "DeepSIM: Image Shape Manipulation from a Single...
cszn/FFDNet
FFDNet: Toward a Fast and Flexible Solution for CNN based Image Denoising (TIP, 2018)