Skip to content

Commit 246464f

Browse files
committed
Update some tags
1 parent fafdd32 commit 246464f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/publications.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const publications: Publication[] = [
2727
paper: "https://arxiv.org/abs/2412.14695",
2828
abstract: "We propose LResNet, a new residual connection in the Lorentz formulation of hyperbolic spaces. With provable properties including guaranteed numerical stability and generalizing previous methods, LresNet addresses previous limitations such as runtime inefficiencies, numerical instability, mapping errors, and lack of geometric meaning on the manifolds.",
2929
impact: "Beyond theoretical guarantees, we demonstrate the improvements achieved by LResNet in building hyperbolic deep learning models, where we conduct extensive experiments to show its superior performance in graph and image modalities across CNNs, GNNs, and graph Transformers.",
30-
tags: [Tag.MultiModalFoundationModel],
30+
tags: [Tag.GeometricAndGraphLearning, Tag.MultiModalFoundationModel],
3131
},
3232
{
3333
title: "D-Edit: An Item is Worth a Prompt: Versatile Image Editing with Disentangled Control",
@@ -63,7 +63,7 @@ export const publications: Publication[] = [
6363
paper: "https://arxiv.org/pdf/2404.01340",
6464
abstract: "We developed a novel and adaptable Channel Clustering Module (CCM), which dynamically groups channels characterized by intrinsic similarities and leverages cluster identity, instead of channel identity, to improve time series forecasting performance.",
6565
impact: "Extensive experiments demonstrate that CCM with mainstream time series forecasting models can (1) boost the performance of time series forecasting by an average margin of 2.4% and 7.2% on long-term and short-term forecasting; (2) enable more accurate zero-shot forecasting; (3) uncover intrinsic time series patterns among channels and improve interpretability of complex time series models.",
66-
tags: [],
66+
tags: [Tag.Applications],
6767
},
6868
{
6969
title: "Learning High-Order Relationships of Brain Regions",

0 commit comments

Comments
 (0)