Skip to content

Commit

Permalink
amcl and manipose updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Victorletzelter committed Nov 30, 2024
1 parent 314e5b1 commit 246bdab
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions _publications/2024_annealing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: publication
title: "Annealed Multiple Choice Learning: Overcoming limitations of Winner-takes-all with annealing"
image: assets/img/publications/2024_annealing/annealing.png
image2: assets/img/publications/2024_annealing/amcl_gif.gif
hide: false
category: [reliability, deep-learning]
authors: David Perera*, Victor Letzelter*, Théo Mariotte, Adrien Cortés, Mickael Chen, Slim Essid, Gaël Richard
Expand Down Expand Up @@ -57,6 +58,11 @@ permalink: /publications/annealing/

<p align="justify">We introduce Annealed Multiple Choice Learning (aMCL) which combines simulated annealing with MCL. MCL is a learning framework handling ambiguous tasks by predicting a small set of plausible hypotheses. These hypotheses are trained using the Winner-takes-all (WTA) scheme, which promotes the diversity of the predictions. However, this scheme may converge toward an arbitrarily suboptimal local minimum, due to the greedy nature of WTA. We overcome this limitation using annealing, which enhances the exploration of the hypothesis space during training. We leverage insights from statistical physics and information theory to provide a detailed description of the model training trajectory. Additionally, we validate our algorithm by extensive experiments on synthetic datasets, on the standard UCI benchmark, and on speech separation.</p>

<hr>
<div class="publication-teaser">
<img src="../../{{ page.image2 }}" alt="annealing"/>
</div>

<hr>
<hr>

Expand Down
4 changes: 2 additions & 2 deletions _publications/2024_manipose.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ venue: NeurIPS
venue_long: Advances in Neural Information Processing Systems
year: 2024
month: 12
code_url:
code_url: https://github.com/cedricrommel/manipose
paper_url: https://arxiv.org/abs/2312.06386
blog_url:
slides_url:
Expand All @@ -21,7 +21,7 @@ permalink: /publications/manipose/
<!-- Simple call of authors -->
<!-- <h3 align="center"> {{page.authors}} </h3> -->
<!-- Alternatively you can add links to author pages -->
<h3 align="center"> <a href="https://cedricrommel.github.io/">Cédric Rommel</a> &nbsp;&nbsp; <a href="https://scholar.google.com/citations?user=YhTdZh8AAAAJ&hl=en&oi=ao">Victor Letzelter</a> &nbsp;&nbsp; <a href="https://nerminsamet.github.io/">Nermin Samet</a> &nbsp;&nbsp; <a href="http://imagine.enpc.fr/~marletr/">Renaud Marlet</a> &nbsp;&nbsp; <a href="https://cord.isir.upmc.fr/">Matthieu Cord</a> &nbsp;&nbsp; <a href="https://ptrckprz.github.io/">Patrick Pérez<a href="https://eduardovalle.com/">Eduardo Valle</a></h3>
<h3 align="center"> <a href="https://cedricrommel.github.io/">Cédric Rommel</a> &nbsp;&nbsp; <a href="https://scholar.google.com/citations?user=YhTdZh8AAAAJ&hl=en&oi=ao">Victor Letzelter</a> &nbsp;&nbsp; <a href="https://nerminsamet.github.io/">Nermin Samet</a> &nbsp;&nbsp; <a href="http://imagine.enpc.fr/~marletr/">Renaud Marlet</a> &nbsp;&nbsp; <a href="https://cord.isir.upmc.fr/">Matthieu Cord</a> &nbsp;&nbsp; <a href="https://ptrckprz.github.io/">Patrick Pérez</a> &nbsp;&nbsp; <a href="https://eduardovalle.com/">Eduardo Valle</a></h3>


<h3 align="center"> {{page.venue}} {{page.year}} </h3>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/publications/2024_annealing/annealing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 246bdab

Please sign in to comment.