Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brandontrabucco authored Jun 18, 2024
1 parent dbcdc9c commit ea784ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Watch our talk for a quick introduction!

Data augmentation is one of the most prevalent tools in deep learning, underpinning many recent advances. The standard approach to data augmentation combines simple transformations like rotations and flips to generate new images from existing ones. However, current augmentations cannot alter the high-level semantic attributes, such as animal species present in a scene, to enhance the diversity of data. We improve diversity in data augmentation with image-to-image transformations parameterized by pre-trained text-to-image diffusion models. Our method edits images using an off-the-shelf diffusion model, and generalizes to novel visual concepts from a few labelled examples.

[Preprint](https://arxiv.org/abs/2302.07944) | [ICLR 2024 Manuscript](https://openreview.net/forum?id=ZWzUA9zeAg) | [Site](btrabuc.co/da-fusion)
[ICLR 2024 Manuscript](https://openreview.net/forum?id=ZWzUA9zeAg) | [Site](btrabuc.co/da-fusion) | [Leafy Spurge Dataset](leafy-spurge-dataset.github.io)

## Installation

Expand Down

0 comments on commit ea784ad

Please sign in to comment.