228 research outputs found
Forgedit: Text Guided Image Editing via Learning and Forgetting
Text guided image editing on real images given only the image and the target
text prompt as inputs, is a very general and challenging problem, which
requires the editing model to reason by itself which part of the image should
be edited, to preserve the characteristics of original image, and also to
perform complicated non-rigid editing. Previous fine-tuning based solutions are
time-consuming and vulnerable to overfitting, limiting their editing
capabilities. To tackle these issues, we design a novel text guided image
editing method, Forgedit. First, we propose a novel fine-tuning framework which
learns to reconstruct the given image in less than one minute by vision
language joint learning. Then we introduce vector subtraction and vector
projection to explore the proper text embedding for editing. We also find a
general property of UNet structures in Diffusion Models and inspired by such a
finding, we design forgetting strategies to diminish the fatal overfitting
issues and significantly boost the editing abilities of Diffusion Models. Our
method, Forgedit, implemented with Stable Diffusion, achieves new
state-of-the-art results on the challenging text guided image editing benchmark
TEdBench, surpassing the previous SOTA method Imagic with Imagen, in terms of
both CLIP score and LPIPS score. Codes are available at
https://github.com/witcherofresearch/Forgedit.Comment: Codes are available at https://github.com/witcherofresearch/Forgedi
Mildly explosive autoregression with anti-persistent errors
Ministry of Education, Singapore under its Academic Research Funding Tier
BeMap: Balanced Message Passing for Fair Graph Neural Network
Fairness in graph neural networks has been actively studied recently.
However, existing works often do not explicitly consider the role of message
passing in introducing or amplifying the bias. In this paper, we first
investigate the problem of bias amplification in message passing. We
empirically and theoretically demonstrate that message passing could amplify
the bias when the 1-hop neighbors from different demographic groups are
unbalanced. Guided by such analyses, we propose BeMap, a fair message passing
method, that leverages a balance-aware sampling strategy to balance the number
of the 1-hop neighbors of each node among different demographic groups.
Extensive experiments on node classification demonstrate the efficacy of BeMap
in mitigating bias while maintaining classification accuracy. The code is
available at https://github.com/xiaolin-cs/BeMap.Comment: Accepted at the Second Learning on Graphs Conference (LoG 2023
- …