← Search

Fei Sha

43 accepted papers

2025

Diff4Steer: Steerable Diffusion Prior for Generative Music Retrieval with Semantic Guidance

ICASSP 2025accepted

Modern music retrieval systems often rely on fixed representations of user preferences, limiting their ability to capture users’ diverse and uncertain retrieval needs. To address this limitation, we introduce Diff4Steer, a novel generative retrieval framework that employs lightweight diffusion model…

Cited by 0SourceScholar
2025

Graders Should Cheat: Privileged Information Enables Expert-Level Automated Evaluations

EMNLP 2025

Auto-evaluating language models (LMs), *i.e*., using a grader LM to evaluate the candidate LM, is an appealing way to accelerate the evaluation process and the cost associated with it. But this presents a paradox: how can we trust the grader LM, which is presumably weaker than the candidate LM, to a

Cited by 0SourcePDFScholar
2024

A Systematic Comparison of Syllogistic Reasoning in Humans and Language Models

NAACL 2024long

A central component of rational behavior is logical inference: the process of determining which conclusions follow from a set of premises. Psychologists have documented several ways in which humans’ inferences deviate from the rules of logic. Do language models, which are trained on text generated b…

2024

DySLIM: Dynamics Stable Learning by Invariant Measure for Chaotic Systems

ICML 2024poster

Learning dynamics from dissipative chaotic systems is notoriously difficult due to their inherent instability, as formalized by their positive Lyapunov exponents, which exponentially amplify errors in the learned dynamics. However, many of these systems exhibit ergodicity and an attractor: a compact…

2024

The Impact of Depth on Compositional Generalization in Transformer Language Models

NAACL 2024long

To process novel sentences, language models (LMs) must generalize compositionally—combine familiar elements in new ways. What aspects of a model’s structure promote compositional generalization? Focusing on transformers, we test the hypothesis, motivated by theoretical and empirical work, that deepe…

Cited by 10SourcePDFScholar
2024

V2Meow: Meowing to the Visual Beat via Video-to-Music Generation

AAAI 2024technical

Video-to-music generation demands both a temporally localized high-quality listening experience and globally aligned video-acoustic signatures. While recent music generation models excel at the former through advanced audio codecs, the exploration of video-acoustic signatures has been confined to sp…

Cited by 12SourcePDFScholar
2023

Debias Coarsely, Sample Conditionally: Statistical Downscaling through Optimal Transport and Probabilistic Diffusion Models

NeurIPS 2023spotlight

We introduce a two-stage probabilistic framework for statistical downscaling using unpaired data. Statistical downscaling seeks a probabilistic map to transform low-resolution data from a biased coarse-grained numerical scheme to high-resolution data that is consistent with a high-fidelity scheme. O…

2023

Encyclopedic VQA: Visual Questions About Detailed Properties of Fine-Grained Categories

ICCV 2023poster

We propose Encyclopedic-VQA, a large scale visual question answering (VQA) dataset featuring visual questions about detailed properties of fine-grained categories and instances. It contains 221k unique question+answer pairs each matched with (up to) 5 images, resulting in a total of 1M VQA samples.…

Cited by 38PDFcodeScholar
2023

Evolve Smoothly, Fit Consistently: Learning Smooth Latent Dynamics For Advection-Dominated Systems

ICLR 2023top-25%

We present a data-driven, space-time continuous framework to learn surrogate models for complex physical systems described by advection-dominated partial differential equations. Those systems have slow-decaying Kolmogorov n-width that hinders standard methods, including reduced order modeling, from…

Cited by 18SourcePDFScholar
2023

FiDO: Fusion-in-Decoder optimized for stronger performance and faster inference

ACL 2023findings

Fusion-in-Decoder (FiD) is a powerful retrieval-augmented language model that sets the state-of-the-art on many knowledge-intensive NLP tasks. However, the architecture used for FiD was chosen by making minimal modifications to a standard T5 model, which our analysis shows to be highly suboptimal fo…

Cited by 32SourcePDFScholar
2023

Neural Ideal Large Eddy Simulation: Modeling Turbulence with Neural Stochastic Differential Equations

NeurIPS 2023poster

We introduce a data-driven learning framework that assimilates two powerful ideas: ideal large eddy simulation (LES) from turbulence closure modeling and neural stochastic differential equations (SDE) for stochastic modeling. The ideal LES models the LES flow by treating each full-order trajectory a…

Cited by 8SourcePDFScholar
2023

Pre-computed memory or on-the-fly encoding? A hybrid approach to retrieval augmentation makes the most of your compute

ICML 2023poster

Retrieval-augmented language models such as Fusion-in-Decoder are powerful, setting the state of the art on a variety of knowledge-intensive tasks. However, they are also expensive, due to the need to encode a large number of retrieved passages. Some work avoids this cost by pre-encoding a text corp…

Cited by 14SourcePDFScholar
2023

User-defined Event Sampling and Uncertainty Quantification in Diffusion Models for Physical Dynamical Systems

ICML 2023poster

Diffusion models are a class of probabilistic generative models that have been widely used as a prior for image processing tasks like text conditional generation and inpainting. We demonstrate that these models can be adapted to make predictions and provide uncertainty quantification for chaotic dyn…

Cited by 22SourcePDFScholar
2022

Evaluating the Impact of Model Scale for Compositional Generalization in Semantic Parsing

EMNLP 2022main

Despite their strong performance on many tasks, pre-trained language models have been shown to struggle on out-of-distribution compositional generalization. Meanwhile, recent work has shown considerable improvements on many NLP tasks from model scaling. Can scaling up model size also improve composi…

Cited by 56SourcePDFScholar
2022

Generate-and-Retrieve: Use Your Predictions to Improve Retrieval for Semantic Parsing

COLING 2022main

A common recent approach to semantic parsing augments sequence-to-sequence models by retrieving and appending a set of training samples, called exemplars. The effectiveness of this recipe is limited by the ability to retrieve informative exemplars that help produce the correct parse, which is especi…

Cited by 17SourcePDFScholar
2022

Improving Compositional Generalization with Latent Structure and Data Augmentation

NAACL 2022long

Generic unstructured neural networks have been shown to struggle on out-of-distribution compositional generalization. Compositional data augmentation via example recombination has transferred some prior knowledge about compositionality to such black-box neural models for several semantic parsing tas…

2022

Mention Memory: incorporating textual knowledge into Transformers through entity mention attention

ICLR 2022poster

Natural language understanding tasks such as open-domain question answering often require retrieving and assimilating factual information from multiple sources. We propose to address this problem by integrating a semi-parametric representation of a large text corpus into a Transformer model as a sou…

2022

Policy Learning and Evaluation with Randomized Quasi-Monte Carlo

AISTATS 2022poster

Hard integrals arise frequently in reinforcement learning, for example when computing expectations in policy evaluation and policy iteration. They are often analytically intractable and typically estimated with Monte Carlo methods, whose sampling contributes to high variance in policy values and gra…

Cited by 8SourcePDFScholar
2022

Possibility Before Utility: Learning And Using Hierarchical Affordances

ICLR 2022spotlight

Reinforcement learning algorithms struggle on tasks with complex hierarchical dependency structures. Humans and other intelligent agents do not waste time assessing the utility of every high-level action in existence, but instead only consider ones they deem possible in the first place. By focusing…

2021

Randomized Entity-wise Factorization for Multi-Agent Reinforcement Learning

ICML 2021oral

Multi-agent settings in the real world often involve tasks with varying types and quantities of agents and non-agent entities; however, common patterns of behavior often emerge among these agents/entities. Our method aims to leverage these commonalities by asking the question: “What is the expected…

2021

ReadTwice: Reading Very Large Documents with Memories

NAACL 2021long

Knowledge-intensive tasks such as question answering often require assimilating information from different sections of large inputs such as books or article collections. We propose ReadTwice, a simple and effective technique that combines several strengths of prior approaches to model long-range dep…

Cited by 15SourcePDFScholar
2021

Systematic Generalization on gSCAN: What is Nearly Solved and What is Next?

EMNLP 2021main

We analyze the grounded SCAN (gSCAN) benchmark, which was recently proposed to study systematic generalization for grounded language understanding. First, we study which aspects of the original benchmark can be solved by commonly used methods in multi-modal research. We find that a general-purpose T…

2020

Few-Shot Learning via Embedding Adaptation With Set-to-Set Functions

CVPR 2020poster

Learning with limited data is a key challenge for visual recognition. Many few-shot learning methods address this challenge by learning an instance embedding function from seen classes and apply the function to instances from unseen classes with limited labels. This style of transfer learning is tas…

Cited by 940PDFcodeScholar
2018

Synthesized Policies for Transfer and Adaptation across Tasks and Environments

NeurIPS 2018spotlight

The ability to transfer in reinforcement learning is key towards building an agent of general artificial intelligence. In this paper, we consider the problem of learning to simultaneously transfer across both environments and tasks, probably more importantly, by learning from only sparse (environmen…

2017

An Empirical Study on The Properties of Random Bases for Kernel Methods

NeurIPS 2017poster

Kernel machines as well as neural networks possess universal function approximation properties. Nevertheless in practice their ways of choosing the appropriate function class differ. Specifically neural networks learn a representation by adapting their basis functions to the data and the task at han…

2017

FastMask: Segment Multi-Scale Object Candidates in One Shot

CVPR 2017spotlight

Objects appear to scale differently in natural images. This fact requires methods dealing with object-centric tasks (e.g. object proposal) to have robust performance over variances in object scales. In the paper, we present a novel segment proposal framework, namely FastMask, which takes advantage o…

Cited by 40PDFcodeScholar
2016

A comparison between deep neural nets and kernel acoustic models for speech recognition

ICASSP 2016accepted

We study large-scale kernel methods for acoustic modeling and compare to DNNs on performance metrics related to both acoustic modeling and recognition. Measuring perplexity and frame-level classification accuracy, kernel-based acoustic models are as effective as their DNN counterparts. However, on t…

Cited by 0SourceScholar
2016

Summary Transfer: Exemplar-Based Subset Selection for Video Summarization

CVPR 2016poster

Video summarization has unprecedented importance to help us digest, browse, and search today's ever-growing video collections. We propose a novel subset selection technique that leverages supervision in the form of human-created summaries to perform automatic keyframe-based video summarization. The…

Cited by 271PDFScholar
2016

Supervised Word Mover's Distance

NeurIPS 2016oral

Accurately measuring the similarity between text documents lies at the core of many real world applications of machine learning. These include web-search ranking, document recommendation, multi-lingual document matching, and article categorization. Recently, a new document metric, the word mover's d…

2015

Exponential Integration for Hamiltonian Monte Carlo

ICML 2015poster

We investigate numerical integration of ordinary differential equations (ODEs) for Hamiltonian Monte Carlo (HMC). High-quality integration is crucial for designing efficient and effective proposals for HMC. While the standard method is leapfrog (Stormer-Verlet) integration, we propose the use of an…