Arrow Research search

Author name cluster

Samuel Lavoie

Possible papers associated with this exact author name in Arrow. This page groups case-insensitive exact name matches and is not a full identity disambiguation profile.

11 papers
2 author rows

Possible papers

11

NeurIPS Conference 2025 Conference Paper

Compositional Discrete Latent Code for High Fidelity, Productive Diffusion Models

  • Samuel Lavoie
  • Michael Noukhovitch
  • Aaron Courville

We argue that diffusion models' success in modeling complex distributions is, for the most part, coming from their conditioning. This paper investigates the representation used to condition diffusion models from the perspective that ideal representations should improve modeling the data distribution, be easy to generate, and be compositional to allow generalizing outside the training distribution. We introduce Discrete Latent Code (DLC), an image representation derived from Simplicial Embeddings trained with a self-supervised learning objective. DLCs are sequences of discrete tokens, as opposed to the standard continuous image embeddings. They are easy to generate and their compositionality enables sampling of novel images beyond the training distribution. Diffusion models trained with DLCs improve generation fidelity, establishing a new state-of-the-art for unconditional image generation on ImageNet. Additionally, we show that composing DLCs allows the image generator to produce interesting out-of-distribution samples that coherently combine the semantics of images in diverse ways. Finally, we showcase how DLCs can enable text-to-image generation by leveraging large-scale pretrained language models. Using only 9M image-caption pairs, we efficiently finetune a text diffusion model to generate novel DLCs that produces samples outside of the data distribution used to train the image generator.

ICRA Conference 2024 Conference Paper

Mechanism Design for New Sensors Field Deployment by LineRanger Powerline Robot

  • Pierre-Luc Richard
  • Jonathan Bellemare
  • Philippe Hamelin
  • Camille Hébert
  • Ghislain Lambert
  • Samuel Lavoie
  • Sébastien Leprohon
  • Matthieu Montfrond

Powerline robotics is slowly becoming key tools for electric utilities. Contrary to drones that are usually limited to inspection tasks, wheeled robots like LineRanger can perform a broader range of applications. In this paper, a suite of mechanical devices is featured, as several new asset management tasks were recently added to LineRanger’s capabilities. While previous applications focused on non-contact inspection (visual, electro-magnetic, etc.), the new tasks at hand involved reaching adjacent conductors to probe line components with micro-Ohmmeter, installing and retrieving custom build sensors for multi-day line monitoring, and assessing aging conductors surface properties, to refine their thermal model and optimize the line capacity during heat waves. All three applications were recently field validated onto LineRanger, and mechanical design insights shall be presented for each module.

ICML Conference 2024 Conference Paper

Modeling Caption Diversity in Contrastive Vision-Language Pretraining

  • Samuel Lavoie
  • Polina Kirichenko
  • Mark Ibrahim
  • Mahmoud Assran
  • Andrew Gordon Wilson
  • Aaron C. Courville
  • Nicolas Ballas

There are a thousand ways to caption an image. Contrastive Language Pretraining (CLIP) on the other hand, works by mapping an image and its caption to a single vector – limiting how well CLIP-like models can represent the diverse ways to describe an image. In this work, we introduce Llip, Latent Language Image Pretraining, which models the diversity of captions that could match an image. Llip’s vision encoder outputs a set of visual features that are mixed into a final representation by conditioning on information derived from the text. We show that Llip outperforms non-contextualized baselines like CLIP and SigLIP on a variety of tasks even with large-scale encoders. Llip improves zero-shot classification by an average of 2. 9% zero-shot classification benchmarks with a ViT-G/14 encoder. Specifically, Llip attains a zero-shot top-1 accuracy of 83. 5% on ImageNet outperforming a similarly sized CLIP by 1. 4%. We also demonstrate improvement on zero-shot retrieval on MS-COCO by 6. 0%. We provide a comprehensive analysis of the components introduced by the method and demonstrate that Llip leads to richer visual representations.

NeurIPS Conference 2023 Conference Paper

Improving Compositional Generalization using Iterated Learning and Simplicial Embeddings

  • Yi Ren
  • Samuel Lavoie
  • Michael Galkin
  • Danica J. Sutherland
  • Aaron C. Courville

Compositional generalization, the ability of an agent to generalize to unseen combinations of latent factors, is easy for humans but hard for deep neural networks. A line of research in cognitive science has hypothesized a process, "iterated learning, " to help explain how human language developed this ability; the theory rests on simultaneous pressures towards compressibility (when an ignorant agent learns from an informed one) and expressivity (when it uses the representation for downstream tasks). Inspired by this process, we propose to improve the compositional generalization of deep networks by using iterated learning on models with simplicial embeddings, which can approximately discretize representations. This approach is further motivated by an analysis of compositionality based on Kolmogorov complexity. We show that this combination of changes improves compositional generalization over other approaches, demonstrating these improvements both on vision tasks with well-understood latent factors and on real molecular graph prediction tasks where the latent structure is unknown.

NeurIPS Conference 2023 Conference Paper

Language Model Alignment with Elastic Reset

  • Michael Noukhovitch
  • Samuel Lavoie
  • Florian Strub
  • Aaron C. Courville

Finetuning language models with reinforcement learning (RL), e. g. from human feedback (HF), is a prominent method for alignment. But optimizing against a reward model can improve on reward while degrading performance in other areas, a phenomenon known as reward hacking, alignment tax, or language drift. First, we argue that commonly-used test metrics are insufficient and instead measure how different algorithms tradeoff between reward and drift. The standard method modified the reward with a Kullback-Lieber (KL) penalty between the online and initial model. We propose Elastic Reset, a new algorithm that achieves higher reward with less drift without explicitly modifying the training objective. We periodically reset the online model to an exponentially moving average (EMA) of itself, then reset the EMA model to the initial model. Through the use of an EMA, our model recovers quickly after resets and achieves higher reward with less drift in the same number of steps. We demonstrate that fine-tuning language models with Elastic Reset leads to state-of-the-art performance on a small scale pivot-translation benchmark, outperforms all baselines in a medium-scale RLHF-like IMDB mock sentiment task and leads to a more performant and more aligned technical QA chatbot with LLaMA-7B. Code available https: //github. com/mnoukhov/elastic-reset

ICLR Conference 2023 Conference Paper

Simplicial Embeddings in Self-Supervised Learning and Downstream Classification

  • Samuel Lavoie
  • Christos Tsirigotis
  • Max Schwarzer
  • Ankit Vani
  • Michael Noukhovitch
  • Kenji Kawaguchi
  • Aaron C. Courville

Simplicial Embeddings (SEM) are representations learned through self-supervised learning (SSL), wherein a representation is projected into $L$ simplices of $V$ dimensions each using a \texttt{softmax} operation. This procedure conditions the representation onto a constrained space during pretraining and imparts an inductive bias for group sparsity. For downstream classification, we formally prove that the SEM representation leads to better generalization than an unnormalized representation. Furthermore, we empirically demonstrate that SSL methods trained with SEMs have improved generalization on natural image datasets such as CIFAR-100 and ImageNet. Finally, when used in a downstream classification task, we show that SEM features exhibit emergent semantic coherence where small groups of learned features are distinctly predictive of semantically-relevant classes.

ICLR Conference 2021 Conference Paper

Integrating Categorical Semantics into Unsupervised Domain Translation

  • Samuel Lavoie
  • Faruk Ahmed
  • Aaron C. Courville

While unsupervised domain translation (UDT) has seen a lot of success recently, we argue that mediating its translation via categorical semantic features could broaden its applicability. In particular, we demonstrate that categorical semantics improves the translation between perceptually different domains sharing multiple object categories. We propose a method to learn, in an unsupervised manner, categorical semantic features (such as object labels) that are invariant of the source and target domains. We show that conditioning the style encoder of unsupervised domain translation methods on the learned categorical semantics leads to a translation preserving the digits on MNIST$\leftrightarrow$SVHN and to a more realistic stylization on Sketches$\to$Reals.

ICLR Conference 2019 Conference Paper

Learning deep representations by mutual information estimation and maximization

  • R. Devon Hjelm
  • Alex Fedorov
  • Samuel Lavoie
  • Karan Grewal
  • Philip Bachman
  • Adam Trischler
  • Yoshua Bengio

This work investigates unsupervised learning of representations by maximizing mutual information between an input and the output of a deep neural network encoder. Importantly, we show that structure matters: incorporating knowledge about locality in the input into the objective can significantly improve a representation's suitability for downstream tasks. We further control characteristics of the representation by matching to a prior distribution adversarially. Our method, which we call Deep InfoMax (DIM), outperforms a number of popular unsupervised learning methods and compares favorably with fully-supervised learning on several classification tasks in with some standard architectures. DIM opens new avenues for unsupervised learning of representations and is an important step towards flexible formulations of representation learning objectives for specific end-goals.

ICRA Conference 2018 Conference Paper

LineDrone Technology: Landing an Unmanned Aerial Vehicle on a Power Line

  • François Mirallès
  • Philippe Hamelin
  • Ghislain Lambert
  • Samuel Lavoie
  • Nicolas Pouliot
  • Matthieu Montfrond
  • Serge Montambault

This paper presents the design of a multirotor unmanned aerial vehicle (UAV) capable of landing semiautomatically on a power line while carrying a payload. The vehicle then rolls along the line to perform an inspection. Special attention is given to the vehicle's onboard vision system, which consists of a monocular camera and LiDAR used together to compute the pose of the vehicle relative to the power line. Landing assistance is provided to the pilot by a position-based visual controller that aligns and keeps the vehicle centered along the power line. The pilot remains in control of vertical and longitudinal movement during descent. The proposed approach was tested on a full-scale test line and shows promise for future applications of high value to the electric industry such as non-destructive testing of power transmission lines.

IROS Conference 2011 Conference Paper

Kinematic and dynamic analysis of a novel 6-DOF serial manipulator for underground distribution power lines

  • Jean-François Allan
  • Samuel Lavoie
  • Stephane Reiher
  • Ghislain Lambert

This paper presents a new 6-DOF serial manipulator with five revolute joints and one prismatic joint, designed to operate equipment inside Hydro-Que¿bec underground distribution vaults. The manipulator is an upgraded model developed after field testing a 6-DOF wrist-partitioned serial manipulator prototype. The new manipulator architecture is intended to solve space constraint problems in some vaults. This paper covers the geometrical model of the new manipulator, an analytical solution for the inverse kinematic equations, the dynamic model used to compute torques/forces at the actuators, and simulations performed with MATLAB and CATIA. The manipulator is the only robot application in the world designed to operate equipment on underground distribution power lines.

IROS Conference 2010 Conference Paper

R&D phases of a mobile robot prototype applied to underground distribution lines

  • Jean-François Allan
  • Stephane Reiher
  • Ghislain Lambert
  • Samuel Lavoie

This video summarizes the R&D phases of the first robot prototype designed to operate and maintain equipment in vaults for Hydro-Québec's underground distribution lines, carried out between 2003 and 2009. Detailed segments discuss project's context, proof of concept, simulations, description and design of robotic platform subsystems, prototype testing at IREQ in the lab and in an outdoor vault, field testing in Montreal on a Joslyn switch in a de-energized vault, and the future of the project.

v2026.09.13