Temporal Rate Reduction Clustering for Human Motion Segmentation
June 27, 2025 ยท View on GitHub
๐ฅ News ๐ฅ
[2025.6.26] Our paper is accepted by ICCV 2025! The paper is now accessible at arXiv.
๐ About TR2C
jointly learns structured representations and affinity to segment the frame sequences in video. Specifically, the structured representations learned by maintain temporally consistent and align well with a Union-of-Subspaces structure, which is favorable for the Human Motion Segmentation task.
# Run on Weizmann dataset
python train.py --data weiz
# Run on Keck dataset
python train.py --data keck
# Run on UT dataset
python train.py --data ut
# Run on MAD dataset
python train.py --data mad
# Run on YouTube dataset
python train.py --data youtube
๐ License
Our code is distributed under the CC BY-NC 4.0 license.