Status: Code is available, pretrained models coming soon.
Paper: Curvature-Guided Task Synergy for Skeleton-based Temporal Action Segmentation (ICLR 2026)
ArXiv/OpenReview: coming soon
CurvSeg restores cross-task synergy between action classification and boundary localization for skeleton-based temporal action segmentation by:
- using representation curvature as a geometric prior for boundary detection, and
- using localization to refine classification feature geometry via a bidirectional consistency objective,
plus an Expert-Driven Decoupling (EDD) module (Mixture-of-Experts) to provide task-adaptive features.
- Main tables / comparisons: coming soon
- Visualization examples: coming soon
- PyTorch 1.10.1 (required)
- Install PyTorch 1.10.1 (match your CUDA version).
- Install remaining dependencies:
pip install -r requirements.txtWe evaluate on:
- MCFS-22 / MCFS-130
- PKU-MMD
- LARa
Links: Google Driver
We provide one unified script for training + testing. For different datasets, we provide separate .sh launchers.
# Example (placeholder)
bash pku_sub.shPretrained models: coming soon
If you find this work helpful, please cite:
@inproceedings{curvseg2026,
title = {Curvature-Guided Task Synergy for Skeleton-based Temporal Action Segmentation},
author = {Coming soon},
booktitle = {International Conference on Learning Representations (ICLR)},
year = {2026}
}
This repository is released under the coming soon license. (Recommendation: choose a standard OSI-approved license before release.)
This codebase builds upon / refers to:
DeST (coming soon)
LaSA (coming soon)
Other dependencies: coming soon
