← Search

Ethan Fetaya

30 accepted papers

2026

Beyond Transcription: Mechanistic Interpretability in ASR

AAAI 2026technical

Interpretability methods have recently gained significant attention, particularly in the context of large language models, enabling insights into linguistic representations, error detection, and model behaviors such as hallucinations and repetitions. However, these techniques remain underexplored in

Cited by 0SourcePDFScholar
2026

Expert Merging in Sparse Mixture of Experts with Nash Bargaining

ICLR 2026poster

Existing expert merging strategies for Sparse Mixture of Experts (SMoE) typically rely on input-dependent or input-independent averaging of expert parameters, but often lack a principled weighting mechanism. In this work, we reinterpret expert merging through the lens of game theory, revealing coope…

Cited by 0SourcecodeScholar
2025

Inverse Problem Sampling in Latent Space Using Sequential Monte Carlo

ICML 2025poster

In image processing, solving inverse problems is the task of finding plausible reconstructions of an image that was corrupted by some (usually known) degradation operator. Commonly, this process is done using a generative image model that can guide the reconstruction towards solutions that appear na…

Cited by 1SourcePDFScholar
2024

Bayesian Uncertainty for Gradient Aggregation in Multi-Task Learning

ICML 2024poster

As machine learning becomes more prominent there is a growing demand to perform several inference tasks in parallel. Multi-task learning (MTL) addresses this challenge by learning a single model that solves several tasks simultaneously and efficiently. Often optimizing MTL models entails first compu…

2024

Equivariant Deep Weight Space Alignment

ICML 2024poster

Permutation symmetries of deep networks make basic operations like model merging and similarity estimation challenging. In many cases, aligning the weights of the networks, i.e., finding optimal permutations between their weights, is necessary. Unfortunately, weight alignment is an NP-hard problem.…

2024

Improved Generalization of Weight Space Networks via Augmentations

ICML 2024poster

Learning in deep weight spaces (DWS), where neural networks process the weights of other neural networks, is an emerging research direction, with applications to 2D and 3D neural fields (INRs, NeRFs), as well as making inferences about other types of neural networks. Unfortunately, weight space mode…

2024

LipVoicer: Generating Speech from Silent Videos Guided by Lip Reading

ICLR 2024poster

Lip-to-speech involves generating a natural-sounding speech synchronized with a soundless video of a person talking. Despite recent advances, current methods still cannot produce high-quality speech with high levels of intelligibility for challenging and realistic datasets such as LRS3. In this work…

2023

Auxiliary Learning as an Asymmetric Bargaining Game

ICML 2023poster

Auxiliary learning is an effective method for enhancing the generalization capabilities of trained models, particularly when dealing with small datasets. However, this approach may present several difficulties: (i) optimizing multiple objectives can be more challenging, and (ii) how to balance the a…

2023

Equivariant Architectures for Learning in Deep Weight Spaces

ICML 2023oral

Designing machine learning architectures for processing neural networks in their raw weight matrix form is a newly introduced research direction. Unfortunately, the unique symmetry structure of deep weight spaces makes this design very challenging. If successful, such architectures would be capable…

2022

Multi-Task Learning as a Bargaining Game

ICML 2022spotlight

In Multi-task learning (MTL), a joint model is trained to simultaneously make predictions for several tasks. Joint training reduces computation costs and improves data efficiency; however, since the gradients of these different tasks may conflict, training a joint model for MTL often yields lower pe…

2021

Auxiliary Learning by Implicit Differentiation

ICLR 2021poster

Training neural networks with auxiliary tasks is a common practice for improving the performance on a main task of interest. Two main challenges arise in this multi-task learning setting: (i) designing useful auxiliary tasks; and (ii) combining auxiliary tasks into a single coherent loss. Here, we p…

2021

From Local Structures to Size Generalization in Graph Neural Networks

ICML 2021spotlight

Graph neural networks (GNNs) can process graphs of different sizes, but their ability to generalize across sizes, specifically from small to large graphs, is still not well understood. In this paper, we identify an important type of data where generalization from small to large graphs is challenging…

Cited by 161SourcePDFScholar
2021

GP-Tree: A Gaussian Process Classifier for Few-Shot Incremental Learning

ICML 2021spotlight

Gaussian processes (GPs) are non-parametric, flexible, models that work well in many tasks. Combining GPs with deep learning methods via deep kernel learning (DKL) is especially compelling due to the strong representational power induced by the network. However, inference in GPs, whether with or wit…

2021

Personalized Federated Learning With Gaussian Processes

NeurIPS 2021poster

Federated learning aims to learn a global model that performs well on client devices with limited cross-client communication. Personalized federated learning (PFL) further extends this setup to handle data heterogeneity between clients by learning personalized models. A key challenge in this setting…

2021

Personalized Federated Learning using Hypernetworks

ICML 2021spotlight

Personalized federated learning is tasked with training machine learning models for multiple clients, each with its own data distribution. The goal is to train personalized models collaboratively while accounting for data disparities across clients and reducing communication costs. We propose a nove…

2020

Understanding the Limitations of Conditional Generative Models

ICLR 2020poster

Class-conditional generative models hold promise to overcome the shortcomings of their discriminative counterparts. They are a natural choice to solve discriminative tasks in a robust manner as they jointly optimize for predictive performance and accurate modeling of the input distribution. In this…

Cited by 59SourceScholar
2019

Incremental Few-Shot Learning with Attention Attractor Networks

NeurIPS 2019poster

Machine learning classifiers are often trained to recognize a set of pre-defined classes. However, in many applications, it is often desirable to have the flexibility of learning additional concepts, with limited data and without re-training on the full training set. This paper addresses this proble…

2018

Neural Guided Constraint Logic Programming for Program Synthesis

NeurIPS 2018poster

Synthesizing programs using example input/outputs is a classic problem in artificial intelligence. We present a method for solving Programming By Example (PBE) problems by using a neural model to guide the search of a constraint logic programming system called miniKanren. Crucially, the neural model…

2018

Neural Relational Inference for Interacting Systems

ICML 2018oral

Interacting systems are prevalent in nature, from dynamical systems in physics to complex societal dynamics. The interplay of components can give rise to complex behavior, which can often be explained using a simple model of the system’s constituent parts. In this work, we introduce the neural relat…

2018

Reviving and Improving Recurrent Back-Propagation

ICML 2018oral

In this paper, we revisit the recurrent back-propagation (RBP) algorithm, discuss the conditions under which it applies as well as how to satisfy them in deep neural networks. We show that RBP can be unstable and propose two variants based on conjugate gradient on the normal equations (CG-RBP) and N…

2016

Unsupervised Ensemble Learning with Dependent Classifiers

AISTATS 2016poster

In unsupervised ensemble learning, one obtains predictions from multiple sources or classifiers, yet without knowing the reliability and expertise of each source, and with no labeled data to assess it. The task is to combine these possibly conflicting predictions into an accurate meta-learner. Most w…

Cited by 58SourcePDFScholar