Skip to content

Commit d5ac5a2

Browse files
committed
adjust order
1 parent b936deb commit d5ac5a2

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

config/publications.ts

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,20 @@ export const publications: Publication[] = [
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.",
3030
tags: [Tag.MultiModalFoundationModel],
3131
},
32+
{
33+
title: "D-Edit: An Item is Worth a Prompt: Versatile Image Editing with Disentangled Control",
34+
authors:
35+
"Aosong Feng, Weikang Qiu, Jinbin Bai,Xiao Zhang, Zhen Dong, Kaicheng Zhou, Rex Ying, and Leandros Tassiulas",
36+
venue: "AAAI 2025",
37+
page: "dedit",
38+
paper: "https://arxiv.org/abs/2403.04880",
39+
code: "https://github.com/collovlabs/d-edit",
40+
tags: [Tag.Applications],
41+
abstract:
42+
"D-Edit is a novel framework for diffusion-based image editing framework that disentangles image-prompt into item-prompt associations, enabling precise and harmonious edits across image, achieving state-of-the-art results in a unified, versatile approach.",
43+
impact:
44+
"The proposed method is a unified editing framework that supports image-based, text-based, mask-based editing, and item removal within a single cohesive system.",
45+
},
3246
{
3347
title: "Protein-Nucleic Acid Complex Modeling with Frame Averaging Transformer",
3448
authors: "Tinglin Huang, Zhenqiao Song, Rex Ying, Wengong Jin",
@@ -186,18 +200,4 @@ export const publications: Publication[] = [
186200
impact: "The proposed algorithm is theoretically guaranteed and can consistently improve nine contrastive learning methods across graph, image, and language modalities.",
187201
tags: []
188202
},
189-
{
190-
title: "D-Edit: An Item is Worth a Prompt: Versatile Image Editing with Disentangled Control",
191-
authors:
192-
"Aosong Feng, Weikang Qiu, Jinbin Bai,Xiao Zhang, Zhen Dong, Kaicheng Zhou, Rex Ying, and Leandros Tassiulas",
193-
venue: "AAAI 2025",
194-
page: "dedit",
195-
paper: "https://arxiv.org/abs/2403.04880",
196-
code: "https://github.com/collovlabs/d-edit",
197-
tags: [Tag.Applications],
198-
abstract:
199-
"D-Edit is a novel framework for diffusion-based image editing framework that disentangles image-prompt into item-prompt associations, enabling precise and harmonious edits across image, achieving state-of-the-art results in a unified, versatile approach.",
200-
impact:
201-
"The proposed method is a unified editing framework that supports image-based, text-based, mask-based editing, and item removal within a single cohesive system.",
202-
},
203203
];

0 commit comments

Comments
 (0)