← Search

Aviv Navon

14 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
2025

GradMetaNet: An Equivariant Architecture for Learning on Gradients

NeurIPS 2025poster

Gradients of neural networks encode valuable information for optimization, editing, and analysis of models. Therefore, practitioners often treat gradients as inputs to task-specific algorithms, e.g., using gradient statistics for pruning or optimization. Recent works explore *learning* algorithms th…

Cited by 0SourceScholar
2025

Whisper in Medusa's Ear: Multi-head Efficient Decoding for Transformer-based ASR

ICASSP 2025accepted

Large transformer-based models have significant potential for speech transcription and translation. Their self-attention mechanisms and parallel processing enable them to capture complex patterns and dependencies in audio sequences. However, this potential comes with challenges, as these large and c…

Cited by 0SourceScholar
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

Open-Vocabulary Keyword-Spotting with Adaptive Instance Normalization

ICASSP 2024accepted

Open vocabulary keyword spotting is a crucial and challenging task in automatic speech recognition (ASR) that focuses on detecting user-defined keywords within a spoken utterance. Keyword spotting methods commonly map the audio utterance and keyword into a joint embedding space to obtain some affini…

Cited by 0SourceScholar
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

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…