Skip to content

Commit

Permalink
add iwai2024layout
Browse files Browse the repository at this point in the history
  • Loading branch information
shunk031 committed Jul 3, 2024
1 parent 202a7cb commit 1418fc4
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 0 deletions.
33 changes: 33 additions & 0 deletions content/news/acceptance-to-eccv2024/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
# Documentation: https://docs.hugoblox.com/managing-content/

title: "Accepted our paper to ECCV2024"
subtitle: ""
summary: ""
authors: ["Shoma Iwai", "Atsuki Osanai", "Shunsuke Kitada", "Shinichiro Omachi"]
tags: ["News"]
categories: ["News"]
date: 2024-07-01T:38:30+09:00
lastmod: 2024-07-01T08:00:00+00:00
featured: false
draft: false

# Featured image
# To use, add an image named `featured.jpg/png` to your page's folder.
# Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight.
image:
caption: ""
focal_point: ""
preview_only: false

# Projects (optional).
# Associate this post with one or more of your projects.
# Simply enter your project's folder or file name without extension.
# E.g. `projects = ["internal-project"]` references `content/project/deep-learning/index.md`.
# Otherwise, set `projects = []`.
projects: []
---

The following paper has been accepted to the [ECCV2024](https://eccv.ecva.net/Conferences/2024).

- Shoma Iwai, Atsuki Osanai, Shunsuke Kitada, and Shinichiro Omachi. ["Layout-Corrector: Alleviating Layout Sticking Phenomenon in Discrete Diffusion Model"](/publication/iwai2024layout).
Binary file added content/publication/iwai2024layout/featured.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
70 changes: 70 additions & 0 deletions content/publication/iwai2024layout/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
---
# Documentation: https://docs.hugoblox.com/managing-content/

title: "Layout-Corrector: Alleviating Layout Sticking Phenomenon in Discrete Diffusion Model"
authors: ["Shoma Iwai", "Atsuki Osanai", "Shunsuke Kitada", "Shinichiro Omachi"]
author_notes: ["This work was conducted during the first author's internship at LY Corporation."]
date: 2024-07-01T08:00:00+00:00
doi: ""

# Schedule page publish date (NOT publication's date).
publishDate: 2024-07-01T08:00:00+00:00

# Publication type.
# Legend: 0 = Uncategorized; 1 = Conference paper; 2 = Journal article;
# 3 = Preprint / Working Paper; 4 = Report; 5 = Book; 6 = Book section;
# 7 = Thesis; 8 = Patent
publication_types: ["paper-conference"]

# Publication name and optional abbreviated publication name.
publication: "Proc. of the European Conference on Computer Vision. 2024."
publication_short: "ECCV2024"

abstract: "Layout generation is a task to synthesize a harmonious layout with elements characterized by attributes such as category, position, and size. Human designers experiment with the placement and modification of elements to create aesthetic layouts, however, we observed that current discrete diffusion models (DDMs) struggle to correct inharmonious layouts after they have been generated. In this paper, we first provide novel insights into layout sticking phenomenon in DDMs and then propose a simple yet effective layout-assessment module Layout-Corrector, which works in conjunction with existing DDMs to address the layout sticking problem. We present a learning-based module capable of identifying inharmonious elements within layouts, considering overall layout harmony characterized by complex composition. During the generation process, Layout-Corrector evaluates the correctness of each token in the generated layout, reinitializing those with low scores to the ungenerated state. The DDM then uses the high-scored tokens as clues to regenerate the harmonized tokens. Layout-Corrector, tested on common benchmarks, consistently boosts layout-generation performance when in conjunction with various state-of-the-art DDMs. Furthermore, our extensive analysis demonstrates that the Layout-Corrector (1) successfully identifies erroneous tokens, (2) acilitates control over the fidelity-diversity trade-off, and (3) significantly mitigates the performance drop associated with fast sampling"

# Summary. An optional shortened abstract.
summary: "Proc. of the European Conference on Computer Vision (ECCV2024). (**Acceptance rate = ??%**)"

tags: ["International Conference", "Refereed", "Layout Generation", "Discrete Diffusion Model", "International Publication"]
categories: ["Layout Generation", "Creative Graphic Design"]
featured: true

# Custom links (optional).
# Uncomment and edit lines below to show custom links.
# links:
# - name: Follow
# url: https://twitter.com
# icon_pack: fab
# icon: twitter

url_pdf:
url_code:
url_dataset:
url_poster:
url_project:
url_slides:
url_source:
url_video:

# Featured image
# To use, add an image named `featured.jpg/png` to your page's folder.
# Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight.
image:
caption: ""
focal_point: ""
preview_only: false

# Associated Projects (optional).
# Associate this publication with one or more of your projects.
# Simply enter your project's folder or file name without extension.
# E.g. `internal-project` references `content/project/internal-project/index.md`.
# Otherwise, set `projects: []`.
projects: []

# Slides (optional).
# Associate this publication with Markdown slides.
# Simply enter your slide deck's filename without extension.
# E.g. `slides: "example"` references `content/slides/example/index.md`.
# Otherwise, set `slides: ""`.
slides: ""
---

0 comments on commit 1418fc4

Please sign in to comment.