← Search

Louis-Philippe Morency

58 accepted papers

2026

Act2See: Emergent Active Visual Perception for Video Reasoning

CVPR 2026

Vision-Language Models (VLMs) typically rely on static initial frames for video reasoning, restricting their ability to incorporate essential dynamic information as the reasoning process evolves. Existing methods that augment Chain-of-Thought (CoT) with additional frame information often exhibit sub

Cited by 0SourcecodeScholar
2026

From Reproduction to Replication: Evaluating Research Agents with Progressive Code Masking

ICLR 2026poster

Recent progress in autonomous code generation has fueled excitement around AI agents capable of accelerating scientific discovery by running experiments. However, there is currently no benchmark that evaluates whether such agents can implement scientific ideas when given varied amounts of code as a…

Cited by 0SourcecodeScholar
2026

Propose, Solve, Verify: Self-Play Through Formal Verification

ICML 2026poster

Training models through self-play alone (without any human data) has been a longstanding goal in AI, but its effectiveness for training large language models remains unclear, particularly in code generation where rewards based on unit tests are brittle and prone to error propagation. We study self-p…

Cited by 0SourceScholar
2026

Social Human Robot Embodied Conversation (SHREC) Dataset: Benchmarking Foundational Models’ Social Reasoning

RSS 2026poster

Our work focuses on the social reasoning capabilities of foundational models for real-world human–robot interactions. We introduce the Social Human Robot Embodied Conversation (SHREC) Dataset, a large-scale benchmark of 400 real-world human-robot interaction videos and over 10K annotations, capturin…

Cited by 0SourceScholar
2025

AV-Flow: Transforming Text to Audio-Visual Human-like Interactions

ICCV 2025poster

We introduce AV-Flow, an audio-visual generative model that animates photo-realistic 4D talking avatars given only text input. In contrast to prior work that assumes an existing speech signal, we synthesize speech and vision jointly. We demonstrate human-like speech synthesis, synchronized lip motio…

Cited by 0SourcePDFScholar
2025

Aligning Dialogue Agents with Global Feedback via Large Language Model Multimodal Reward Decomposition

EMNLP 2025

We propose a large language model based reward decomposition framework for aligning dialogue agents using only a single session-level feedback signal. We leverage the reasoning capabilities of a frozen, pretrained large language model (LLM) to infer fine-grained local implicit rewards by decomposing

Cited by 0SourcePDFScholar
2025

ONLY: One-Layer Intervention Sufficiently Mitigates Hallucinations in Large Vision-Language Models

ICCV 2025poster

Recent Large Vision-Language Models (LVLMs) have introduced a new paradigm for understanding and reasoning about image input through textual responses. Although they have achieved remarkable performance across a range of multi-modal tasks, they face the persistent challenge of hallucination, which i…

2025

Self-Correcting Decoding with Generative Feedback for Mitigating Hallucinations in Large Vision-Language Models

ICLR 2025poster

While recent Large Vision-Language Models (LVLMs) have shown remarkable performance in multi-modal tasks, they are prone to generating hallucinatory text responses that do not align with the given visual input, which restricts their practical applicability in real-world scenarios. In this work, insp…

2025

Social Genome: Grounded Social Reasoning Abilities of Multimodal Models

EMNLP 2025

Social reasoning abilities are crucial for AI systems to effectively interpret and respond to multimodal human communication and interaction within social contexts. We introduce Social Genome, the first benchmark for fine-grained, grounded social reasoning abilities of multimodal models. Social Geno

Cited by 0SourcePDFScholar
2024

Advancing Social Intelligence in AI Agents: Technical Challenges and Open Questions

EMNLP 2024main

Building socially-intelligent AI agents (Social-AI) is a multidisciplinary, multimodal research goal that involves creating agents that can sense, perceive, reason about, learn from, and respond to affect, behavior, and cognition of other agents (human or artificial). Progress towards Social-AI has…

2024

Global Reward to Local Rewards: Multimodal-Guided Decomposition for Improving Dialogue Agents

EMNLP 2024main

We describe an approach for aligning an LLM based dialogue agent for long-term social dialogue, where there is only a single global score given by the user at the end of the session. In this paper, we propose the usage of denser naturally-occurring multimodal communicative signals as local implicit…

2024

HEMM: Holistic Evaluation of Multimodal Foundation Models

NeurIPS 2024poster

Multimodal foundation models that can holistically process text alongside images, video, audio, and other sensory modalities are increasingly used in a variety of real-world applications. However, it is challenging to characterize and study progress in multimodal foundation models, given the range o…

2024

MMoE: Enhancing Multimodal Models with Mixtures of Multimodal Interaction Experts

EMNLP 2024main

Advances in multimodal models have greatly improved how interactions relevant to various tasks are modeled. Today’s multimodal models mainly focus on the correspondence between images and text, using this for tasks like image-text matching. However, this covers only a subset of real-world interactio…

2024

Multimodal Learning Without Labeled Multimodal Data: Guarantees and Applications

ICLR 2024poster

In many machine learning systems that jointly learn from multiple modalities, a core research question is to understand the nature of multimodal interactions: how modalities combine to provide new task-relevant information that was not present in either alone. We study this challenge of interaction…

2024

Optimizing Language Models for Human Preferences is a Causal Inference Problem

UAI 2024poster

As large language models (LLMs) see greater use in academic and commercial settings, there is increasing interest in methods that allow language models to generate texts aligned with human preferences. In this paper, we present an initial exploration of language model optimization for human preferen…

Cited by 3SourcePDFScholar
2024

SOTOPIA: Interactive Evaluation for Social Intelligence in Language Agents

ICLR 2024spotlight

*Humans are social beings*; we pursue social goals in our daily interactions, which is a crucial aspect of social intelligence. Yet, AI systems' abilities in this realm remain elusive. We present SOTOPIA, an open-ended environment to simulate complex social interactions between artificial agents and…

Cited by 148SourcePDFScholar
2024

Think Twice: Perspective-Taking Improves Large Language Models’ Theory-of-Mind Capabilities

ACL 2024long

Human interactions are deeply rooted in the interplay of thoughts, beliefs, and desires made possible by Theory of Mind (ToM): our cognitive ability to understand the mental states of ourselves and others. Although ToM may come naturally to us, emulating it presents a challenge to even the most adva…

2023

Continual Learning for Personalized Co-speech Gesture Generation

ICCV 2023poster

Co-speech gestures are a key channel of human communication, making them important for personalized chat agents to generate. In the past, gesture generation models assumed that data for each speaker is available all at once, and in large amounts. However in practical scenarios, speaker data comes se…

Cited by 6PDFScholar
2023

Cross-modal Attention Congruence Regularization for Vision-Language Relation Alignment

ACL 2023long

Despite recent progress towards scaling up multimodal vision-language models, these models are still known to struggle on compositional generalization benchmarks such as Winoground. We find that a critical component lacking from current vision-language models is relation-level alignment: the ability…

Cited by 13SourcePDFScholar
2023

Difference-Masking: Choosing What to Mask in Continued Pretraining

EMNLP 2023long findings

The self-supervised objective of masked prediction has led to promising performance gains on a variety of downstream tasks. However, while most approaches randomly mask tokens, there is strong intuition that deciding what to mask can substantially improve learning outcomes. We investigate this in co…

Cited by 0SourcecodeScholar
2023

Factorized Contrastive Learning: Going Beyond Multi-view Redundancy

NeurIPS 2023poster

In a wide range of multimodal tasks, contrastive learning has become a particularly appealing approach since it can successfully learn representations from abundant unlabeled data with only pairing information (e.g., image-caption or video-audio pairs). Underpinning these approaches is the assumptio…

2023

Language Models Get a Gender Makeover: Mitigating Gender Bias with Few-Shot Data Interventions

ACL 2023short

Societal biases present in pre-trained large language models are a critical issue as these models have been shown to propagate biases in countless downstream applications, rendering them unfair towards specific groups of people. Since large-scale retraining of these models from scratch is both time…

2023

Lecture Presentations Multimodal Dataset: Towards Understanding Multimodality in Educational Videos

ICCV 2023poster

Many educational videos use slide presentations, a sequence of visual pages that contain text and figures accompanied by spoken language, which are constructed and presented carefully in order to optimally transfer knowledge to students. Previous studies in multimedia and psychology attribute the ef…

Cited by 11PDFcodeScholar
2023

MultiViz: Towards Visualizing and Understanding Multimodal Models

ICLR 2023poster

The promise of multimodal models for real-world applications has inspired research in visualizing and understanding their internal mechanics with the end goal of empowering stakeholders to visualize model behavior, perform model debugging, and promote trust in machine learning models. However, moder…

2023

Nano: Nested Human-in-the-Loop Reward Learning for Few-shot Language Model Control

ACL 2023findings

Pretrained language models have demonstrated extraordinary capabilities in language generation. However, real-world tasks often require controlling the distribution of generated text in order to mitigate bias, promote fairness, and achieve personalization. Existing techniques for controlling the dis…

2023

Quantifying & Modeling Multimodal Interactions: An Information Decomposition Framework

NeurIPS 2023poster

The recent explosion of interest in multimodal applications has resulted in a wide selection of datasets and methods for representing and integrating information from different modalities. Despite these empirical advances, there remain fundamental research questions: How can we quantify the interact…

2023

SenteCon: Leveraging Lexicons to Learn Human-Interpretable Language Representations

ACL 2023findings

Although deep language representations have become the dominant form of language featurization in recent years, in many settings it is important to understand a model’s decision-making process. This necessitates not only an interpretable model but also interpretable features. In particular, language…

2023

Text-Transport: Toward Learning Causal Effects of Natural Language

EMNLP 2023long main

As language technologies gain prominence in real-world settings, it is important to understand *how* changes to language affect reader perceptions. This can be formalized as the *causal effect* of varying a linguistic attribute (e.g., sentiment) on a reader’s response to the text. In this paper, we…

Cited by 0SourcecodeScholar
2023

Understanding Masked Autoencoders via Hierarchical Latent Variable Models

CVPR 2023highlight

Masked autoencoder (MAE), a simple and effective self-supervised learning framework based on the reconstruction of masked image regions, has recently achieved prominent success in a variety of vision tasks. Despite the emergence of intriguing empirical observations on MAE, a theoretically principled…

2022

Beyond Additive Fusion: Learning Non-Additive Multimodal Interactions

EMNLP 2022finding

Multimodal fusion addresses the problem of analyzing spoken words in the multimodal context, including visual expressions and prosodic cues. Even when multimodal models lead to performance improvements, it is often unclear whether bimodal and trimodal interactions are learned or whether modalities a…

Cited by 9SourcePDFScholar
2022

Conditional Contrastive Learning with Kernel

ICLR 2022poster

Conditional contrastive learning frameworks consider the conditional sampling procedure that constructs positive or negative data pairs conditioned on specific variables. Fair contrastive learning constructs negative pairs, for example, from the same gender (conditioning on sensitive information), w…

2022

HOLM: Hallucinating Objects with Language Models for Referring Expression Recognition in Partially-Observed Scenes

ACL 2022long

AI systems embodied in the physical world face a fundamental challenge of partial observability; operating with only a limited view and knowledge of the environment. This creates challenges when AI systems try to reason about language and its relationship with the environment: objects referred to th…

2022

Learning Weakly-supervised Contrastive Representations

ICLR 2022poster

We argue that a form of the valuable information provided by the auxiliary information is its implied data clustering information. For instance, considering hashtags as auxiliary information, we can hypothesize that an Instagram image will be semantically more similar with the same hashtags. With th…

2022

Low-Resource Adaptation for Personalized Co-Speech Gesture Generation

CVPR 2022poster

Personalizing an avatar for co-speech gesture generation from spoken language requires learning the idiosyncrasies of a person's gesture style from a small amount of data. Previous methods in gesture generation require large amounts of data for each speaker, which is often infeasible. We propose an…

Cited by 30PDFScholar
2022

PACS: A Dataset for Physical Audiovisual Commonsense Reasoning

ECCV 2022poster

"In order for AI to be safely deployed in real-world scenarios such as hospitals, schools, and the workplace, it must be able to robustly reason about the physical world. Fundamental to this reasoning is physical common sense: understanding the physical properties and affordances of available object…

2022

Paraphrasing Is All You Need for Novel Object Captioning

NeurIPS 2022accept

Novel object captioning (NOC) aims to describe images containing objects without observing their ground truth captions during training. Due to the absence of caption annotation, captioning models cannot be directly optimized via sequence-to-sequence training or CIDEr optimization. As a result, we pr…

Cited by 5SourcePDFScholar
2022

Uncertainty Quantification with Pre-trained Language Models: A Large-Scale Empirical Analysis

EMNLP 2022finding

Pre-trained language models (PLMs) have gained increasing popularity due to their compelling prediction performance in diverse natural language processing (NLP) tasks. When formulating a PLM-based prediction pipeline for NLP tasks, it is also crucial for the pipeline to minimize the calibration erro…

2021

Humor Knowledge Enriched Transformer for Understanding Multimodal Humor

AAAI 2021technical

Recognizing humor from a video utterance requires understanding the verbal and non-verbal components as well as incorporating the appropriate context and external knowledge. In this paper, we propose Humor Knowledge enriched Transformer (HKT) that can capture the gist of a multimodal humorous expres…

2021

Learning Language and Multimodal Privacy-Preserving Markers of Mood from Mobile Data

ACL 2021long

Mental health conditions remain underdiagnosed even in countries with common access to advanced medical care. The ability to accurately and efficiently predict mood from easily collectible data has several important implications for the early detection, intervention, and treatment of mental health d…

Cited by 21SourcePDFScholar
2021

MTAG: Modal-Temporal Attention Graph for Unaligned Human Multimodal Language Sequences

NAACL 2021long

Human communication is multimodal in nature; it is through multiple modalities such as language, voice, and facial expressions, that opinions and emotions are expressed. Data in this domain exhibits complex multi-relational and temporal interactions. Learning from this data is a fundamentally challe…

2021

MultiBench: Multiscale Benchmarks for Multimodal Representation Learning

NeurIPS 2021poster

Learning multimodal representations involves integrating information from multiple heterogeneous sources of data. It is a challenging yet crucial area with numerous real-world applications in multimedia, affective computing, robotics, finance, human-computer interaction, and healthcare. Unfortunatel…

Cited by 186SourceScholar
2021

Self-supervised Learning from a Multi-view Perspective

ICLR 2021poster

As a subset of unsupervised representation learning, self-supervised representation learning adopts self-defined signals as supervision and uses the learned representation for downstream tasks, such as object detection and image captioning. Many proposed approaches for self-supervised learning follo…

2021

Self-supervised Representation Learning with Relative Predictive Coding

ICLR 2021poster

This paper introduces Relative Predictive Coding (RPC), a new contrastive representation learning objective that maintains a good balance among training stability, minibatch size sensitivity, and downstream task performance. The key to the success of RPC is two-fold. First, RPC introduces the relati…

2021

StylePTB: A Compositional Benchmark for Fine-grained Controllable Text Style Transfer

NAACL 2021long

Text style transfer aims to controllably generate text with targeted stylistic changes while maintaining core meaning from the source sentence constant. Many of the existing style transfer benchmarks primarily focus on individual high-level semantic changes (e.g. positive to negative), which enable…

2021

Towards Understanding and Mitigating Social Biases in Language Models

ICML 2021spotlight

As machine learning methods are deployed in real-world settings such as healthcare, legal systems, and social science, it is crucial to recognize how they shape social biases and stereotypes in these sensitive decision-making processes. Among such real-world deployments are large-scale pretrained la…

2020

Diverse and Admissible Trajectory Prediction through Multimodal Context Understanding

ECCV 2020poster

Multi-agent trajectory forecasting in autonomous driving requires an agent to accurately anticipate the behaviors of the surrounding vehicles and pedestrians, for safe and reliable decision-making. Due to partial observability in these dynamical scenes, directly obtaining the posterior distribution…

2020

Neural Methods for Point-wise Dependency Estimation

NeurIPS 2020spotlight

Since its inception, the neural estimation of mutual information (MI) has demonstrated the empirical success of modeling expected dependency between high-dimensional random variables. However, MI is an aggregate statistic and cannot be used to measure point-wise dependency between different events.…

2020

Style Transfer for Co-Speech Gesture Animation: A Multi-Speaker Conditional-Mixture Approach

ECCV 2020poster

How can we teach robots or virtual assistants to gesture naturally? Can we go further and adapt the gesturing style to follow a specific speaker? Gestures that are naturally timed with corresponding speech during human communication are called co-speech gestures. A key challenge, called gesture styl…

2019

Deep Gamblers: Learning to Abstain with Portfolio Theory

NeurIPS 2019poster

We deal with the selective classification problem (supervised-learning problem with a rejection option), where we want to achieve the best performance at a certain level of coverage of the data. We transform the original $m$-class classification problem to (m+1)-class where the (m+1)-th class repres…

2019

Learning Factorized Multimodal Representations

ICLR 2019poster

Learning multimodal representations is a fundamentally complex research problem due to the presence of multiple heterogeneous sources of information. Although the presence of multiple modalities provides additional valuable information, there are two key challenges to address when learning from mult…

2019

Social-IQ: A Question Answering Benchmark for Artificial Social Intelligence

CVPR 2019oral

As intelligent systems increasingly blend into our everyday life, artificial social intelligence becomes a prominent area of research. Intelligent systems must be socially intelligent in order to comprehend human intents and maintain a rich level of interaction with humans. Human language offers a u…

Cited by 159PDFcodeScholar
2019

Video Relationship Reasoning Using Gated Spatio-Temporal Energy Graph

CVPR 2019poster

Visual relationship reasoning is a crucial yet challenging task for understanding rich interactions across visual concepts. For example, a relationship \ man, open, door\ involves a complex relation \ open\ between concrete entities \ man, door\ . While much of the existing work has studied this p…

Cited by 127PDFcodeScholar
2018

Speaker-Follower Models for Vision-and-Language Navigation

NeurIPS 2018poster

Navigation guided by natural language instructions presents a challenging reasoning problem for instruction followers. Natural language instructions typically identify only a few high-level decisions and landmarks rather than complete low-level motor behaviors; much of the missing information must b…

Cited by 589SourcePDFScholar
2017

Temporal Attention-Gated Model for Robust Sequence Classification

CVPR 2017poster

Typical techniques for sequence classification are designed for well-segmented sequences which have been edited to remove noisy or irrelevant parts. Therefore, such methods cannot be easily applied on noisy sequences expected in real-world applications. In this paper, we present the Temporal Attent…

Cited by 103PDFcodeScholar
2015

Acoustic and para-verbal indicators of persuasiveness in social multimedia

ICASSP 2015accepted

Persuasive communication and interaction play an important and pervasive role in many aspects of our lives. With the rapid growth of social multimedia websites such as YouTube, it has become more important and useful to understand persuasiveness in the context of online social multimedia content. In…

Cited by 0SourceScholar
2015

Reduced vowel space is a robust indicator of psychological distress: A cross-corpus analysis

ICASSP 2015accepted

Reduced frequency range in vowel production is a well documented speech characteristic of individuals' with psychological and neurological disorders. Depression is known to influence motor control and in particular speech production. The assessment and documentation of reduced vowel space and associ…

Cited by 0SourceScholar