Skip to content

kilianFatras/kilianFatras.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<title>Kilianf Fatras</title> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','http://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-48368675-1', 'auto'); ga('send', 'pageview'); </script>
<script type='text/javascript'> var proba_imgs = [ .1,.9] var images = [ //"photos/id_circle2.png", //"photos/id_circle4.png", "images/kilian.png" //"images/wedgemount.jpg" ]; var swapIndexA = Math.floor(Math.random() * images.length); var swapIndexB = Math.floor(Math.random() * images.length); var temp = images[swapIndexA]; images[swapIndexA] = images[swapIndexB]; images[swapIndexB] = temp; document.write(""); </script>

Kilian Fatras

PhD Student
IRISA-INRIA Rennes & Obelix

    <div class="col-xs-13 col-sm-8 col-md-8">
      <div class="row">
        <hr>
          <p>Welcome to my personal website !</p>
          <p>
            I am a PhD candidate under the supervision of Pr. <a href="http://people.irisa.fr/Nicolas.Courty/">Nicolas Courty</a> and Pr. <a href="https://remi.flamary.com/">Rémi Flamary</a> at IRISA-INRIA Panama and Obelix. My research focuses on optimal transport, machine learning and optimization. </p>


            <p>
            I graduated from both Ecole Polytechnique and ENSTA ParisTech in applied mathematics and machine learning.
            I was also an exchange student at UC Berkeley during the fall of 2018. For my final master internship, I was an intern at the University of British Columbia under the supervision of Pr. <a href="http://www.cs.ubc.ca/~schmidtm/">Mark Schmidt</a>.
            </p>
          <p>You can find my <a href="pdf/cv_kilian_fatras.pdf" class="">resume</a> here.</p>
        </div>
        <div class="row"><a name="research_interests"></a>
        <hr class="bigHr">
        <center><h3>Research interests</h3></center>
        <hr>
            <p>
            My work focuses on <b>optimization for machine learning</b> and the interaction between <b>optimal transport and machine learning</b>.
            </p>
      </div>
      <div class="row"><a name="papers"></a>
      <hr class="bigHr">
      <center><h3>Papers</h3></center>
      <hr>

      <h4 style="margin-bottom:30px"><i>Optimal Transport</i></h4>


  <p> <i><strong> [NEW!] Pushing the right boundaries matters!

Wasserstein Adversarial Training for Label Noise
Bharath Damodaran*, Kilian Fatras*, Sylvain Lobry, Remi Flamary, Devis Tuia and Nicolas Courty
Preprint
* equal contribution

       <div class="panel-group" id="accordion">

Abstract: Noisy labels often occur in vision datasets, especially when they are issued from crowdsourcing or Web scraping. In this paper, we propose a new regularization method which enables one to learn robust classifiers in presence of noisy data. To achieve this goal, we augment the virtual adversarial loss with a Wasserstein distance. This distance allows us to take into account specific relations between classes by leveraging on the geometric properties of this optimal transport distance. Notably, we encode the class similarities in the ground cost that is used to compute the Wasserstein distance. As a consequence, we can promote smoothness between classes that are very dissimilar, while keeping the classification decision function sufficiently complex for similar classes. While designing this ground cost can be left as a problem-specific modeling task, we show in this paper that using the semantic relations between classes names already leads to good results.Our proposed Wasserstein Adversarial Training (WAT) outperforms state of the art on four datasets corrupted with noisy labels: three classical benchmarks and one real case in remote sensing image semantic segmentation.

<pre>

@article{damodaran2019wat, author = {Bhushan Damodaran, Bharath and Fatras, Kilian and Lobry, Sylvain and Flamary, Rémi and Tuia, Devis and Courty, Nicolas}, title = {Pushing the right boundaries matters! Wasserstein Adversarial Training for Label Noise}, year = {2019 (Submited)} }

  <h4 style="margin-bottom:30px"><i>Optimization</i></h4>
   <p> <i><strong> Proximal Splitting Meets Variance Reduction</strong></i><br>
        <i>Fabian Pedregosa, Kilian Fatras and Mattia Casotto.</i><br>
       Proceedings of the 22nd International Conference on Artificial Intelligence and Statistics <a href="http://www.aistats.org/">(AISTATS)</a>, 2019<br>

       <div class="panel-group" id="accordion">

Abstract: Despite the rise to fame of incremental variance-reduced methods in recent years, their use in nonsmooth optimization is still limited to few simple cases. This is due to the fact that existing methods require to evaluate the proximity operator for the nonsmooth terms, which can be a costly operation for complex penalties. In this work we introduce two variance-reduced incremental methods based on SAGA and SVRG that can efficiently take into account complex penalties which can be expressed as a sum of proximal terms. This includes penalties such as total variation, group lasso with overlap and trend filtering, to name a few. Furthermore, we also develop sparse variants of the proposed algorithms which can take advantage of sparsity in the input data. Like other incremental methods, it only requires to evaluate the gradient of a single sample per iteration, and so is ideally suited for large scale applications. We provide a convergence rate analysis for the proposed methods and show that they converge with a fixed step-size, achieving in some cases the same asymptotic rate as their full gradient variants. Empirical benchmarks on 3 different datasets illustrate the practical advantages of the proposed methods.

<pre>

@InProceedings{Pedregosa2019PSVR, author = {Pedregosa, Fabian and Fatras, Kilian and Casotto, Mattia}, title = {Proximal Splitting Meets Variance Reduction}, booktitle = {AISTATS}, year = {2019} note = {(to appear)} }


          <div class="row">
            <hr class="bigHr">
            <center><h3><a name="Workshops"></a>Workshops</h3></center>
            <hr>
            This section is empty for the moment !
          </div>
          <div class="row">
            <hr class="bigHr">
            <center><h3><a name="Projects"></a>Projects and Volunteering</h3></center>
            <hr>
                    <p>Here is a list of my volunteering activities and the different projects I contributed to:</p>
                <ol style="list-style-type:circle">
                    <li><b>Python for Optimal Transport <a href="https://pot.readthedocs.io/en/stable/">(POT)</a> </b> is an open source library for optimal transport in Python.</li>

                    <li><b>Reviewer</b> for <b><a href="http://www.jmlr.org/">JMLR</a></b>.</li>
                </ol>
            </div>
          <div class="row">
            <hr class="bigHr">
            <center><h3><a name="contact"></a>Contacts</h3></center>
            <hr>
            <address>
                <div>
                <p>I use several networks, do not hesitate to reach me out !
                </p>
                </div>

            </address>
          </div>
            <div id="social-link">
              <a href="https://www.linkedin.com/in/kilianfatras" style="text-decoration:none;"><span style="font: 80% Arial,sans-serif; color:#0783B6;"><img src="./icons/linkedin.png" height="20" width="20" alt="See LinkedIn profile" style="vertical-align:middle;" border="0" onmouseover="this.src='./icons/mouseoverlinkedin.png';" onmouseout="this.src='./icons/linkedin.png';" ></span></a>
              <a href="https://github.com/kilianFatras" style="text-decoration:none;"><span style="font: 80% Arial,sans-serif; color:#0783B6;"><img src="./icons/Octocat.png" height="20" width="20" alt="See GitHub profile" style="vertical-align:middle;" border="0" onmouseover="this.src='./icons/GitHub-Mark-32px.png';" onmouseout="this.src='./icons/Octocat.png';" ></span></a>
              <a href="https://twitter.com/FatrasKilian" style="text-decoration:none;"><span style="font: 80% Arial,sans-serif; color:#0783B6;"><img src="./icons/Twitter_Logo_Blue.png" height="20" width="20" alt="Send an email" style="vertical-align:middle;" border="0" onmouseover="this.src='./icons/Twitter_Logo_WhiteOnImage.png';" onmouseout="this.src='./icons/Twitter_Logo_Blue.png';" ></span></a>
              <a href="mailto:kilian dot fatras at gmail dot com" style="text-decoration:none;"><span style="font: 80% Arial,sans-serif; color:#0783B6;"><img src="./icons/mail.png" height="20" width="20" alt="Send an email" style="vertical-align:middle;" border="0" onmouseover="this.src='./icons/mouseovermail.png';" onmouseout="this.src='./icons/mail.png';" ></span></a>
            </div>
          </div>
        </div>
      <footer>&copy; 2018</footer>
    <!-- Bootstrap core JavaScript
    ================================================== -->
    <!-- Placed at the end of the document so the pages load faster -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
    <script type='text/javascript' src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
    <script src="offcanvas.js"></script>
    <script src="code.js"></script>
    </div>
  </body>
</html>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published