kaist-dmlab / CrossMatch

Implementation of the paper "Context Consistency Regularization for Label Sparsity in Time Series" (ICML'23)
MIT License
20 stars 17 forks source link

Other downstream tasks? #2

Closed itouchz closed 8 months ago

itouchz commented 8 months ago

Can we apply CrossMatch to other downstream supervised learning, such as forecasting and regression?

YoojuShin commented 8 months ago

Yes, you can only use context-additive augmentation only for other tasks. Just modify the final loss would be enough for other tasks.