CCGR: Cross-Covariate Gait Recognition

July 6, 2026 ยท View on GitHub

CCGR: Cross-Covariate Gait Recognition

Official project page for the CCGR benchmark and CCGR-3D.

AAAI 2024 Knowledge-Based Systems 2026 Dataset License

Overview

Cross-covariate gait recognition aims to identify people under large appearance and acquisition changes, including clothing, carrying conditions, body-shape variations, viewpoints, and other practical covariates.

This project brings together the CCGR benchmark, CCGR-Mini, and CCGR-3D for cross-covariate gait recognition.

ComponentDescription
CCGRA large-scale cross-covariate gait benchmark with dense view and covariate annotations.
CCGR-MiniA compact subset of CCGR for faster research iteration while preserving covariate diversity.
CCGR-3DAn extension of CCGR for studying robust cross-covariate gait recognition with 3D data.

News

  • 2026: 3D Gallery for Cross-Covariate Gait Recognition was published in Knowledge-Based Systems.
  • 2024: Cross-Covariate Gait Recognition: A Benchmark was accepted by AAAI 2024.

Papers

PaperVenueLinks
3D Gallery for Cross-Covariate Gait RecognitionKnowledge-Based Systems, 2026DOI
Cross-Covariate Gait Recognition: A BenchmarkAAAI 2024AAAI / arXiv

Dataset Access

The released data are provided for non-commercial research use. Please follow the dataset license and cite the corresponding papers when using CCGR, CCGR-Mini, or CCGR-3D.

CCGR

CCGR contains 970 subjects, about 1.6 million sequences, 33 views, and 53 covariates. It provides multiple gait modalities, including RGB, silhouette, parsing, and pose.

Data typeAccess
Derived data: silhouette, parsing, poseBaidu Netdisk ngcw / OneDrive
Raw RGB dataPlease sign the RGB data usage agreement and send it to chengyulong@csu.edu.cn.

CCGR-Mini

CCGR-Mini is a lightweight subset of CCGR. It keeps 970 subjects, 47,884 sequences, 53 covariates, and 33 views, while retaining one randomly selected view for each covariate of each subject.

Data typeAccess
Derived data: silhouette, parsing, poseBaidu Netdisk ei8e / OneDrive
Raw RGB dataBaidu Netdisk oyqf / OneDrive

CCGR-3D

CCGR-3D extends CCGR for evaluating cross-covariate gait recognition with 3D data. It provides multiple processed modalities, including silhouette, pose, parsing, SMPL, and skeleton. When using CCGR-3D, please cite both the 2026 KBS paper and the original CCGR benchmark paper.

Data typeAccess
Processed data: silhouette, pose, parsing, SMPL, skeleton, point cloudBaidu Netdisk dci3
Raw RGB dataPlease sign the RGB data usage agreement and send it to chengyulong@csu.edu.cn.

Benchmark Results

CCGR

Silhouette input (%)

MethodR1hardR1easyR5hardR5easy
GaitSet25.335.346.758.9
GaitPart22.632.742.955.5
GaitGL23.135.239.954.1
GaitBase31.343.851.364.4
DeepGaitV242.555.263.275.2

Parsing input (%)

MethodR1hardR1easyR5hardR5easy
GaitSet31.642.854.867.0
GaitPart29.040.951.564.5
GaitGL28.442.146.661.4
GaitBase48.162.067.779.6
DeepGaitV258.871.877.087.0

CCGR-Mini

Silhouette input (%)

MethodR1mAPmINP
GaitSet13.7715.395.75
GaitPart8.0210.123.52
GaitGL17.5118.126.85
GaitBase26.9924.899.72
DeepGaitV239.3736.0116.77

Parsing input (%)

MethodR1mAPmINP
GaitSet18.0919.187.38
GaitPart10.6012.294.25
GaitGL22.5322.589.06
GaitBase38.9635.4816.08
DeepGaitV250.4346.5324.43

Citation

If this project is useful for your research, please cite the following papers.

@article{zou2026_3dgallery,
  title   = {3D Gallery for Cross-Covariate Gait Recognition},
  author  = {Zou, Shinan and Long, Chengyu and Guo, Fan and Tang, Jin},
  journal = {Knowledge-Based Systems},
  volume  = {339},
  pages   = {115576},
  year    = {2026},
  doi     = {10.1016/j.knosys.2026.115576}
}
@article{zou2024_ccgr,
  title   = {Cross-Covariate Gait Recognition: A Benchmark},
  author  = {Zou, Shinan and Fan, Chao and Xiong, Jianbo and Shen, Chuanfu and Yu, Shiqi and Tang, Jin},
  journal = {Proceedings of the AAAI Conference on Artificial Intelligence},
  volume  = {38},
  number  = {7},
  pages   = {7855--7863},
  year    = {2024},
  doi     = {10.1609/aaai.v38i7.28621}
}

License

The dataset is released for non-commercial research use under CC BY-NC-ND unless otherwise specified. Raw RGB data requires a signed usage agreement.

Notes

  • In the AAAI 2024 version of the CCGR paper, the positions of R5easy and R5hard in Table 2 were reversed. The results shown above use the corrected order.
  • In Table 3 of the AAAI 2024 version, the batch size of GaitBase and DeepGaitV2 was recorded incorrectly. The corrected results are shown above. These corrections do not affect the conclusions of the paper.

Contact

For questions about the dataset or paper, please contact zoushinan@csu.edu.cn.