← Search

Roger Wattenhofer

54 accepted papers

2026

HyperCool: Reducing Encoding Cost in Overfitted Codecs with Hypernetworks

ICASSP 2026oral

Overfitted image codecs like Cool-chic achieve strong compression by tailoring lightweight models to individual images, but their encoding is slow and computationally expensive. To accelerate encoding, Non-Overfitted (N-O) Cool-chic replaces the per-image optimization with a learned inference model,…

Cited by 0SourcePDFScholar
2026

SALSA-V: Shortcut-Augmented Long-form Synchronized Audio from Videos

ICML 2026poster

We propose SALSA-V, a multimodal video-to-audio generation model capable of synthesizing highly synchronized, high-fidelity long-form audio from silent video content. Our approach introduces a masked diffusion objective, enabling audio-conditioned generation and the seamless synthesis of audio seque…

Cited by 0SourceScholar
2026

Text-to-Scene with Large Reasoning Models

AAAI 2026technical

Prompt-driven scene synthesis allows users to generate complete 3D environments from textual descriptions. Current text-to-scene methods often struggle with complex geometries and object transformations, and tend to show weak adherence to complex instructions. We address these limitations by introdu

Cited by 0SourcePDFScholar
2025

ACORD: An Expert-Annotated Retrieval Dataset for Legal Contract Drafting

ACL 2025long

Contract clause retrieval is foundational to contract drafting because lawyers rarely draft contracts from scratch; instead, they locate and revise the most relevant precedent clauses. We introduce the Atticus Clause Retrieval Dataset (ACORD), the first expert-annotated benchmark specifically design…

Cited by 0SourcePDFScholar
2025

Benchmarking Music Generation Models and Metrics via Human Preference Studies

ICASSP 2025accepted

Recent advancements have brought generated music closer to human-created compositions, yet evaluating these models remains challenging. While human preference is the gold standard for assessing quality, translating these subjective judgments into objective metrics, particularly for text-audio alignm…

Cited by 0SourceScholar
2025

Bootstrapping Language-Audio Pre-training for Music Captioning

ICASSP 2025accepted

We introduce BLAP, a model capable of generating high-quality captions for music. BLAP leverages a fine-tuned CLAP audio encoder and a pre-trained Flan-T5 large language model. To achieve effective cross-modal alignment between music and language, BLAP utilizes a Querying Transformer, allowing us to…

Cited by 0SourceScholar
2025

Coarse-to-Fine Text-to-Music Latent Diffusion

ICASSP 2025accepted

We introduce DiscoDiff, a text-to-music generative model that utilizes two latent diffusion models to produce high-fidelity 44.1kHz music hierarchically. Our approach significantly enhances audio quality through a coarse-to-fine generation strategy, leveraging residual vector quantization from the D…

Cited by 0SourceScholar
2025

Contrastive Lyrics Alignment with a Timestamp-Informed Loss

ICASSP 2025accepted

Recent multimodal methods for lyrics alignment have relied on large datasets. Our approach introduces a box loss that directly incorporates timestamp information into the loss function, enabling precise alignment and competitive results even with limited training data. We also address the noise pres…

Cited by 0SourceScholar
2025

EuroSpeech: A Multilingual Speech Corpus

NeurIPS 2025spotlight

Recent progress in speech processing has highlighted that high-quality performance across languages requires substantial training data for each individual language. While existing multilingual datasets cover many languages, they often contain insufficient data for each language, leading to models tr…

Cited by 0SourceScholar
2025

ExGra-Med: Extended Context Graph Alignment for Medical Vision-Language Models

NeurIPS 2025poster

State-of-the-art medical multi-modal LLMs (med-MLLMs), such as LLaVA-Med and BioMedGPT, primarily depend on scaling model size and data volume, with training driven largely by autoregressive objectives. However, we reveal that this approach can lead to weak vision-language alignment, making these mo…

Cited by 0SourceScholar
2025

Generating Vocals from Lyrics and Musical Accompaniment

ICASSP 2025accepted

In this work, we introduce AutoSing, a novel framework designed to generate diverse and high-quality singing voices from provided lyrics and musical accompaniment. AutoSing extends an existing semantic token-based text-to-speech approach by incorporating musical accompaniment as an additional condit…

Cited by 0SourceScholar
2025

High-Fidelity Music Vocoder using Neural Audio Codecs

ICASSP 2025accepted

While neural vocoders have made significant progress in high-fidelity speech synthesis, their application on polyphonic music has remained underexplored. In this work, we propose DisCoder, a neural vocoder that leverages a generative adversarial encoder-decoder architecture informed by a neural audi…

Cited by 0SourceScholar
2025

How Many Tokens Do 3D Point Cloud Transformer Architectures Really Need?

NeurIPS 2025poster

Recent advances in 3D point cloud transformers have led to state-of-the-art results in tasks such as semantic segmentation and reconstruction. However, these models typically rely on dense token representations, incurring high computational and memory costs during training and inference. In this wor…

Cited by 0SourcecodeScholar
2025

Mind the Gap: Removing the Discretization Gap in Differentiable Logic Gate Networks

NeurIPS 2025poster

Modern neural networks exhibit state-of-the-art performance on many existing benchmarks, but their high computational requirements and energy usage cause researchers to explore more efficient solutions for real-world deployment. Differentiable logic gate networks (DLGNs) learns a large network o…

Cited by 0SourceScholar
2025

Recommender Systems for Democracy: Toward Adversarial Robustness in Voting Advice Applications

IJCAI 2025

Voting advice applications (VAAs) help millions of voters understand which political parties or candidates best align with their views. This paper explores the potential risks these applications pose to the democratic process when targeted by adversarial entities. In particular, we expose 11 manipul

Cited by 0SourcePDFScholar
2025

SAO-Instruct: Free-form Audio Editing using Natural Language Instructions

NeurIPS 2025poster

Generative models have made significant progress in synthesizing high-fidelity audio from short textual descriptions. However, editing existing audio using natural language has remained largely underexplored. Current approaches either require the complete description of the edited audio or are const…

Cited by 0SourceScholar
2025

Scalable Evaluation and Neural Models for Compositional Generalization

NeurIPS 2025poster

Compositional generalization—a key open challenge in modern machine learning—requires models to predict unknown combinations of known concepts. However, assessing compositional generalization remains a fundamental challenge due to the lack of standardized evaluation protocols and the limitations of…

Cited by 0SourceScholar
2024

Can an AI Agent Safely Run a Government? Existence of Probably Approximately Aligned Policies

NeurIPS 2024poster

While autonomous agents often surpass humans in their ability to handle vast and complex data, their potential misalignment (i.e., lack of transparency regarding their true objective) has thus far hindered their use in critical applications such as social decision processes. More importantly, existi…

Cited by 0SourcePDFScholar
2024

CoRe-GD: A Hierarchical Framework for Scalable Graph Visualization with GNNs

ICLR 2024poster

Graph Visualization, also known as Graph Drawing, aims to find geometric embeddings of graphs that optimize certain criteria. Stress is a widely used metric; stress is minimized when every pair of nodes is positioned at their shortest path distance. However, stress optimization presents computationa…

2024

Efficient and Scalable Graph Generation through Iterative Local Expansion

ICLR 2024poster

In the realm of generative models for graphs, extensive research has been conducted. However, most existing methods struggle with large graphs due to the complexity of representing the entire joint distribution across all node pairs and capturing both global and local graph structures simultaneously…

2024

GraphChef: Decision-Tree Recipes to Explain Graph Neural Networks

ICLR 2024poster

We propose a new self-explainable Graph Neural Network (GNN) model: GraphChef. GraphChef integrates decision trees into the GNN message passing framework. Given a dataset, GraphChef returns a set of rules (a recipe) that explains each class in the dataset unlike existing GNNs and explanation methods…

Cited by 11SourcePDFScholar
2024

PUZZLES: A Benchmark for Neural Algorithmic Reasoning

NeurIPS 2024poster

Algorithmic reasoning is a fundamental cognitive ability that plays a pivotal role in problem-solving and decision-making processes. Reinforcement Learning (RL) has demonstrated remarkable proficiency in tasks such as motor control, handling perceptual input, and managing stochastic environments. Th…

2024

Provably Powerful Graph Neural Networks for Directed Multigraphs

AAAI 2024technical

This paper analyses a set of simple adaptations that transform standard message-passing Graph Neural Networks (GNN) into provably powerful directed multigraph neural networks. The adaptations include multigraph port numbering, ego IDs, and reverse message passing. We prove that the combination of th…

Cited by 25SourcePDFScholar
2023

Agent-based Graph Neural Networks

ICLR 2023poster

We present a novel graph neural network we call AgentNet, which is designed specifically for graph-level tasks. AgentNet is inspired by sublinear algorithms, featuring a computational complexity that is independent of the graph size. The architecture of AgentNet differs fundamentally from the archit…

2023

Bert is Robust! A Case Against Word Substitution-Based Adversarial Attacks

ICASSP 2023accepted

In this work, we investigate the robustness of BERT using four word substitution-based attacks. We combine a human evaluation of individual word substitutions and probabilistic analysis to show that most of the adversarial examples from the four studied attacks do not preserve enough semantics from…

Cited by 0SourceScholar
2023

DISCO-10M: A Large-Scale Music Dataset

NeurIPS 2023poster

Music datasets play a crucial role in advancing research in machine learning for music. However, existing music datasets suffer from limited size, accessibility, and lack of audio resources. To address these shortcomings, we present DISCO-10M, a novel and extensive music dataset that surpasses the l…

Cited by 18SourcePDFScholar
2022

A Deep Learning Approach for the Segmentation of Electroencephalography Data in Eye Tracking Applications

ICML 2022spotlight

The collection of eye gaze information provides a window into many critical aspects of human cognition, health and behaviour. Additionally, many neuroscientific studies complement the behavioural information gained from eye tracking with the high temporal resolution and neurophysiological markers pr…

2022

Beyond prompting: Making Pre-trained Language Models Better Zero-shot Learners by Clustering Representations

EMNLP 2022main

Recent work has demonstrated that pre-trained language models (PLMs) are zero-shot learners. However, most existing zero-shot methods involve heavy human engineering or complicated self-training pipelines, hindering their application to new situations. In this work, we show that zero-shot text class…

2022

FACT: Learning Governing Abstractions Behind Integer Sequences

NeurIPS 2022accept

Integer sequences are of central importance to the modeling of concepts admitting complete finitary descriptions. We introduce a novel view on the learning of such concepts and lay down a set of benchmarking tasks aimed at conceptual understanding by machine learning models. These tasks indirectly a…

Cited by 5SourcePDFScholar
2022

Improving Brain Decoding Methods and Evaluation

ICASSP 2022accepted

Brain decoding, understood as the process of mapping brain activities to the stimuli that generated them, has been an active research area in the last years. In the case of language stimuli, recent studies have shown that it is possible to decode fMRI scans into an embedding of the word a subject is…

Cited by 0SourceScholar
2022

SPECTRE: Spectral Conditioning Helps to Overcome the Expressivity Limits of One-shot Graph Generators

ICML 2022spotlight

We approach the graph generation problem from a spectral perspective by first generating the dominant parts of the graph Laplacian spectrum and then building a graph matching these eigenvalues and eigenvectors. Spectral conditioning allows for direct modeling of the global and local graph structure…

2022

Self-Supervised Contrastive Learning with Adversarial Perturbations for Defending Word Substitution-based Attacks

NAACL 2022findings

In this paper, we present an approach to improve the robustness of BERT language models against word substitution-based adversarial attacks by leveraging adversarial perturbations for self-supervised contrastive learning. We create a word-level adversarial attack generating hard positives on-the-fly…

2021

A Plug-and-Play Method for Controlled Text Generation

EMNLP 2021finding

Large pre-trained language models have repeatedly shown their ability to produce fluent text. Yet even when starting from a prompt, generation can continue in many plausible directions. Current decoding methods with the goal of controlling generation, e.g., to ensure specific words are included, eit…

2021

Compressed Representation of Cepstral Coefficients via Recurrent Neural Networks for Informed Speech Enhancement

ICASSP 2021accepted

Speech enhancement is one of the biggest challenges in hearing prosthetics. In face-to-face communication devices have to estimate the signal of interest, but playback of speech signals from an electronic device opens up new opportunities. Audio signals can be enriched with hidden data, which can su…

Cited by 0SourceScholar
2021

DropGNN: Random Dropouts Increase the Expressiveness of Graph Neural Networks

NeurIPS 2021spotlight

This paper studies Dropout Graph Neural Networks (DropGNNs), a new approach that aims to overcome the limitations of standard GNN frameworks. In DropGNNs, we execute multiple runs of a GNN on the input graph, with some of the nodes randomly and independently dropped in each of these runs. Then, we c…

2021

EEGEyeNet: a Simultaneous Electroencephalography and Eye-tracking Dataset and Benchmark for Eye Movement Prediction

NeurIPS 2021poster

We present a new dataset and benchmark with the goal of advancing research in the intersection of brain activities and eye movements. Our dataset, EEGEyeNet, consists of simultaneous Electroencephalography (EEG) and Eye-tracking (ET) recordings from 356 different subjects collected from three differ…

Cited by 55SourcecodeScholar
2021

KM-BART: Knowledge Enhanced Multimodal BART for Visual Commonsense Generation

ACL 2021long

We present Knowledge Enhanced Multimodal BART (KM-BART), which is a Transformer-based sequence-to-sequence model capable of reasoning about commonsense knowledge from multimodal inputs of images and texts. We adapt the generative BART architecture (Lewis et al., 2020) to a multimodal model with visu…

2020

A Geometry-Inspired Attack for Generating Natural Language Adversarial Examples

COLING 2020main

Generating adversarial examples for natural language is hard, as natural language consists of discrete symbols, and examples are often of variable lengths. In this paper, we propose a geometry-inspired attack for generating natural language adversarial examples. Our attack generates adversarial exam…

2020

On Identifiability in Transformers

ICLR 2020poster

In this paper we delve deep in the Transformer architecture by investigating two of its core components: self-attention and contextual embeddings. In particular, we study the identifiability of attention weights and token embeddings, and the aggregation of context into hidden tokens. We show that, f…

Cited by 237SourceScholar