Dataset Card for Conditional Latent Coding (CLC)
Dataset Description
- Repository: GitHub - ydchen0806/CLC
- Paper: Conditional Latent Coding with Learnable Synthesized Reference for Deep Image Compression (AAAI25 Oral)
- Authors: Siqi Wuβ , Yinda Chenβ , Dong Liu, Zhihai He*
- Contact: [email protected]
Overview
This repository contains datasets and pre-trained models for the Conditional Latent Coding (CLC) framework, a state-of-the-art deep image compression method. The implementation is built on CompressAI and TCM.
Dataset Structure
Core Components
Reference Features (
flicker_features.pkl
):- Precomputed feature dictionary using spatial pyramid pooling and k-means clustering
- Format: Pickle file containing clustered image features
Training Dataset (
Flickr2K.hdf5
):- Contains 2,650 high-resolution images (256Γ256 patches)
- HDF5 structure:
/Flickr2K βββ image_0001 βββ image_0002 βββ ...
Pre-trained Models:
- Multiple rate points (0.0025-0.05 bpp):
0.0025checkpoint_best.pth.tar
0.05checkpoint_best.pth.tar
- Compatibility: PyTorch 1.7+ with CUDA support
- Multiple rate points (0.0025-0.05 bpp):
π Citation
If you use this model or find it useful, please cite:
@article{wu2025conditional,
title={Conditional Latent Coding with Learnable Synthesized Reference for Deep Image Compression},
author={Wu, Siqi and Chen, Yinda and Liu, Dong and He, Zhihai},
journal={AAAI Conference on Artificial Intelligence},
year={2025}
}
π§ Contact
For questions or collaborations, feel free to reach out:
- GitHub: CLC Repository
- Email: [email protected]
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The model has no library tag.