English

Dataset Card for Conditional Latent Coding (CLC)

Dataset Description

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

  1. Reference Features (flicker_features.pkl):

    • Precomputed feature dictionary using spatial pyramid pooling and k-means clustering
    • Format: Pickle file containing clustered image features
  2. Training Dataset (Flickr2K.hdf5):

    • Contains 2,650 high-resolution images (256Γ—256 patches)
    • HDF5 structure:
      /Flickr2K
          β”œβ”€β”€ image_0001
          β”œβ”€β”€ image_0002
          └── ...
      
  3. 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

πŸ“œ 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:

Downloads last month

-

Downloads are not tracked for this model. How to track
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.

Dataset used to train cyd0806/CLC