Skip to content

Commit

Permalink
adjust order
Browse files Browse the repository at this point in the history
  • Loading branch information
Boltzmachine committed Jan 1, 2025
1 parent b936deb commit d5ac5a2
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions config/publications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,20 @@ export const publications: Publication[] = [
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.",
tags: [Tag.MultiModalFoundationModel],
},
{
title: "D-Edit: An Item is Worth a Prompt: Versatile Image Editing with Disentangled Control",
authors:
"Aosong Feng, Weikang Qiu, Jinbin Bai,Xiao Zhang, Zhen Dong, Kaicheng Zhou, Rex Ying, and Leandros Tassiulas",
venue: "AAAI 2025",
page: "dedit",
paper: "https://arxiv.org/abs/2403.04880",
code: "https://github.com/collovlabs/d-edit",
tags: [Tag.Applications],
abstract:
"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.",
impact:
"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.",
},
{
title: "Protein-Nucleic Acid Complex Modeling with Frame Averaging Transformer",
authors: "Tinglin Huang, Zhenqiao Song, Rex Ying, Wengong Jin",
Expand Down Expand Up @@ -186,18 +200,4 @@ export const publications: Publication[] = [
impact: "The proposed algorithm is theoretically guaranteed and can consistently improve nine contrastive learning methods across graph, image, and language modalities.",
tags: []
},
{
title: "D-Edit: An Item is Worth a Prompt: Versatile Image Editing with Disentangled Control",
authors:
"Aosong Feng, Weikang Qiu, Jinbin Bai,Xiao Zhang, Zhen Dong, Kaicheng Zhou, Rex Ying, and Leandros Tassiulas",
venue: "AAAI 2025",
page: "dedit",
paper: "https://arxiv.org/abs/2403.04880",
code: "https://github.com/collovlabs/d-edit",
tags: [Tag.Applications],
abstract:
"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.",
impact:
"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.",
},
];

0 comments on commit d5ac5a2

Please sign in to comment.