Skip to content

Commit

Permalink
add pdf and arxiv link and fix bibtex
Browse files Browse the repository at this point in the history
  • Loading branch information
iftrush committed Jan 24, 2025
1 parent c3844a1 commit f17f57d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 26 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ If you find our research useful for your work please cite:
@article{
author = {Cheng, Kan Jen and Li, Tingle and Anumanchipalli, Gopala},
title = {Audio Texture Manipulation by Exemplar-Based Analogy},
journal = {ArXiv},
year = {2024},
year = {2025},
booktitle = {2025 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}
}
```

Expand Down
47 changes: 23 additions & 24 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<body>

<section class="hero">
<div class="hero-body">
<div class="hero-body" style="padding-bottom: 0rem;">
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column has-text-centered">
Expand All @@ -50,24 +50,24 @@ <h1 class="title is-1 publication-title">Audio Texture Manipulation <br>by Exemp
<div class="column has-text-centered">
<div class="publication-links">
<!-- PDF Link. -->
<!-- <span class="link-block">
<a href="https://arxiv.org/pdf/2011.12948"
<span class="link-block">
<a href="https://arxiv.org/pdf/2501.12385"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
<span>Paper</span>
</a>
</span> -->
<!-- <span class="link-block">
<a href="https://arxiv.org/abs/2011.12948"
</span>
<span class="link-block">
<a href="https://arxiv.org/abs/2501.12385"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="ai ai-arxiv"></i>
</span>
<span>arXiv</span>
</a>
</span> -->
</span>
<!-- Video Link. -->
<!-- <span class="link-block">
<a href="https://www.youtube.com/watch?v=MrKrnHhk8IA"
Expand Down Expand Up @@ -107,47 +107,46 @@ <h1 class="title is-1 publication-title">Audio Texture Manipulation <br>by Exemp
</section>



<section class="section">
<div class="container is-max-desktop">
<!-- Abstract. -->
<!-- Analogy. -->
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Abstract</h2>
<h2 class="title is-3">Manipulation by Analogy</h2>
<div class="content has-text-justified">
<!-- <video controls="controls" poster="./static/poster/analogy.png"> -->
<video width="100%" autoplay loop muted playsinline>
<source src="./static/videos/teaser.mp4" type="video/mp4">
</video>
<p>
Audio texture manipulation involves modifying the perceptual characteristics of a sound to achieve specific transformations, such as adding, removing, or replacing auditory elements. In this paper, we propose an exemplar-based analogy model for audio texture manipulation. Instead of conditioning on text-based instructions, our method uses paired speech examples, where one clip represents the original sound and another illustrates the desired transformation. The model learns to apply the same transformation to new input, allowing for the manipulation of sound textures. We construct a quadruplet dataset representing various editing tasks, and train a latent diffusion model in a self-supervised manner. We show through quantitative evaluations and perceptual studies that our model outperforms text-conditioned baselines and generalizes well to real-world, out-of-distribution, and non-speech scenarios.
We manipulate input speech based on an exemplar pair, where the pair defines the desired transformation such as adding, removing, or replacing specific sound elements.
</p>
</div>
</div>
</div>
<!--/ Abstract. -->
<!--/ Analogy. -->
</div>
</section>


<section class="section">
<div class="container is-max-desktop">
<!-- Analogy. -->
<!-- Abstract. -->
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Manipulation by Analogy</h2>
<h2 class="title is-3">Abstract</h2>
<div class="content has-text-justified">
<!-- <video controls="controls" poster="./static/poster/analogy.png"> -->
<video width="100%" autoplay loop muted playsinline>
<source src="./static/videos/teaser.mp4" type="video/mp4">
</video>
<p>
We manipulate input speech based on an exemplar pair, where the pair defines the desired transformation such as adding, removing, or replacing specific sound elements.
Audio texture manipulation involves modifying the perceptual characteristics of a sound to achieve specific transformations, such as adding, removing, or replacing auditory elements. In this paper, we propose an exemplar-based analogy model for audio texture manipulation. Instead of conditioning on text-based instructions, our method uses paired speech examples, where one clip represents the original sound and another illustrates the desired transformation. The model learns to apply the same transformation to new input, allowing for the manipulation of sound textures. We construct a quadruplet dataset representing various editing tasks, and train a latent diffusion model in a self-supervised manner. We show through quantitative evaluations and perceptual studies that our model outperforms text-conditioned baselines and generalizes well to real-world, out-of-distribution, and non-speech scenarios.
</p>
</div>
</div>
</div>
<!--/ Analogy. -->
<!--/ Abstract. -->
</div>
</section>



<section class="section">
<div class="container is-max-desktop">
<!-- Addition In-Domain. -->
Expand Down Expand Up @@ -321,8 +320,8 @@ <h2 class="title">BibTeX</h2>
<pre><code>@article{,
author = {Cheng, Kan Jen and Li, Tingle and Anumanchipalli, Gopala},
title = {Audio Texture Manipulation by Exemplar-Based Analogy},
journal = {arXiv},
year = {2025},
booktitle = {2025 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}
}</code></pre>
</div>
</div>
Expand All @@ -334,10 +333,10 @@ <h2 class="title">BibTeX</h2>
<div class="container">
<div class="content has-text-centered">
<a class="icon-link"
href="">
href="https://arxiv.org/pdf/2501.12385">
<i class="fas fa-file-pdf"></i>
</a>
<a class="icon-link" href="" class="external-link" disabled>
<a class="icon-link" href="https://github.com/Berkeley-Speech-Group/audio-texture-analogy" class="external-link" disabled>
<i class="fab fa-github"></i>
</a>
</div>
Expand Down

0 comments on commit f17f57d

Please sign in to comment.