← Search

Tie-Yan Liu

118 accepted papers

2024

Bridging Geometric States via Geometric Diffusion Bridge

NeurIPS 2024poster

The accurate prediction of geometric state evolution in complex systems is critical for advancing scientific domains such as quantum chemistry and material modeling. Traditional experimental and computational methods face challenges in terms of environmental constraints and computational demands, wh…

Cited by 2SourcePDFScholar
2024

GeoMFormer: A General Architecture for Geometric Molecular Representation Learning

ICML 2024poster

Molecular modeling, a central topic in quantum mechanics, aims to accurately calculate the properties and simulate the behaviors of molecular systems. The molecular model is governed by physical laws, which impose geometric constraints such as invariance and equivariance to coordinate rotation and t…

2024

Long-Short-Range Message-Passing: A Physics-Informed Framework to Capture Non-Local Interaction for Scalable Molecular Dynamics Simulation

ICLR 2024poster

Computational simulation of chemical and biological systems using *ab initio* molecular dynamics has been a challenge over decades. Researchers have attempted to address the problem with machine learning and fragmentation-based methods. However, the two approaches fail to give a satisfactory descrip…

2024

Physical Consistency Bridges Heterogeneous Data in Molecular Multi-Task Learning

NeurIPS 2024poster

In recent years, machine learning has demonstrated impressive capability in handling molecular science tasks. To support various molecular properties at scale, machine learning models are trained in the multi-task learning paradigm. Nevertheless, data of different molecular properties are often not…

Cited by 1SourcePDFScholar
2024

Re-creation of Creations: A New Paradigm for Lyric-to-Melody Generation

IJCAI 2024poster

Current lyric-to-melody generation methods struggle with the lack of paired lyric-melody data to train, and the lack of adherence to composition guidelines, resulting in melodies that do not sound human-composed. To address these issues, we propose a novel paradigm called Re-creation of Creations (R…

2024

Regeneration Learning: A Learning Paradigm for Data Generation

AAAI 2024technical

Machine learning methods for conditional data generation usually build a mapping from source conditional data X to target data Y. The target Y (e.g., text, speech, music, image, video) is usually high-dimensional and complex, and contains information that does not exist in source data, which hinders…

Cited by 15SourcePDFScholar
2024

Self-Consistency Training for Density-Functional-Theory Hamiltonian Prediction

ICML 2024poster

Predicting the mean-field Hamiltonian matrix in density functional theory is a fundamental formulation to leverage machine learning for solving molecular science problems. Yet, its applicability is limited by insufficient labeled data for training. In this work, we highlight that Hamiltonian predict…

Cited by 5SourcePDFScholar
2023

$\mathcal{O}$-GNN: incorporating ring priors into molecular modeling

ICLR 2023poster

Cyclic compounds that contain at least one ring play an important role in drug design. Despite the recent success of molecular modeling with graph neural networks (GNNs), few models explicitly take rings in compounds into consideration, consequently limiting the expressiveness of the models. In this…

Cited by 0SourcePDFScholar
2023

AMOM: Adaptive Masking over Masking for Conditional Masked Language Model

AAAI 2023technical

Transformer-based autoregressive (AR) methods have achieved appealing performance for varied sequence-to-sequence generation tasks, e.g., neural machine translation, summarization, and code generation, but suffer from low inference efficiency. To speed up the inference stage, many non-autoregressive…

2023

De Novo Molecular Generation via Connection-aware Motif Mining

ICLR 2023poster

De novo molecular generation is an essential task for science discovery. Recently, fragment-based deep generative models have attracted much research attention due to their flexibility in generating novel molecules based on existing molecule fragments. However, the motif vocabulary, i.e., the collec…

2023

Deep Latent Regularity Network for Modeling Stochastic Partial Differential Equations

AAAI 2023technical

Stochastic partial differential equations (SPDEs) are crucial for modelling dynamics with randomness in many areas including economics, physics, and atmospheric sciences. Recently, using deep learning approaches to learn the PDE solution for accelerating PDE simulation becomes increasingly popular.…

Cited by 2SourcePDFScholar
2023

Extract and Attend: Improving Entity Translation in Neural Machine Translation

ACL 2023findings

While Neural Machine Translation (NMT) has achieved great progress in recent years, it still suffers from inaccurate translation of entities (e.g., person/organization name, location), due to the lack of entity training instances. When we humans encounter an unknown entity during translation, we usu…

2023

FABind: Fast and Accurate Protein-Ligand Binding

NeurIPS 2023poster

Modeling the interaction between proteins and ligands and accurately predicting their binding structures is a critical yet challenging task in drug discovery. Recent advancements in deep learning have shown promise in addressing this challenge, with sampling-based and regression-based methods emergi…

2023

Geometric Transformer with Interatomic Positional Encoding

NeurIPS 2023poster

The widespread adoption of Transformer architectures in various data modalities has opened new avenues for the applications in molecular modeling. Nevertheless, it remains elusive that whether the Transformer-based architecture can do molecular modeling as good as equivariant GNNs. In this paper,…

2023

Learning Physics-Informed Neural Networks without Stacked Back-propagation

AISTATS 2023poster

Physics-Informed Neural Network (PINN) has become a commonly used machine learning approach to solve partial differential equations (PDE). But, facing high-dimensional secondorder PDE problems, PINN will suffer from severe scalability issues since its loss includes second-order derivatives, the comp…

2023

Making Better Decision by Directly Planning in Continuous Control

ICLR 2023poster

By properly utilizing the learned environment model, model-based reinforcement learning methods can improve the sample efficiency for decision-making problems. Beyond using the learned environment model to train a policy, the success of MCTS-based methods shows that directly incorporating the learne…

2023

MolXPT: Wrapping Molecules with Text for Generative Pre-training

ACL 2023short

Generative pre-trained Transformer (GPT) has demonstrates its great success in natural language processing and related techniques have been adapted into molecular modeling. Considering that text is the most important record for scientific discovery, in this paper, we propose MolXPT, a unified langua…

2023

NeuralStagger: Accelerating Physics-constrained Neural PDE Solver with Spatial-temporal Decomposition

ICML 2023poster

Neural networks have shown great potential in accelerating the solution of partial differential equations (PDEs). Recently, there has been a growing interest in introducing physics constraints into training neural PDE solvers to reduce the use of costly data and improve the generalization ability. H…

Cited by 11SourcePDFScholar
2023

One Transformer Can Understand Both 2D & 3D Molecular Data

ICLR 2023poster

Unlike vision and language data which usually has a unique format, molecules can naturally be characterized using different chemical formulations. One can view a molecule as a 2D graph or define it as a collection of atoms located in a 3D space. For molecular representation learning, most previous w…

2023

Retrosynthetic Planning with Dual Value Networks

ICML 2023poster

Retrosynthesis, which aims to find a route to synthesize a target molecule from commercially available starting materials, is a critical task in drug discovery and materials design. Recently, the combination of ML-based single-step reaction predictors with multi-step planners has led to promising re…

2023

SoftCorrect: Error Correction with Soft Detection for Automatic Speech Recognition

AAAI 2023technical

Error correction in automatic speech recognition (ASR) aims to correct those incorrect words in sentences generated by ASR models. Since recent ASR models usually have low word error rate (WER), to avoid affecting originally correct tokens, error correction models should only modify incorrect words,…

2022

A Study of Syntactic Multi-Modality in Non-Autoregressive Machine Translation

NAACL 2022long

It is difficult for non-autoregressive translation (NAT) models to capture the multi-modal distribution of target translations due to their conditional independence assumption, which is known as the “multi-modality problem”, including the lexical multi-modality and the syntactic multi-modality. Whil…

2022

An Adaptive Deep RL Method for Non-Stationary Environments with Piecewise Stable Context

NeurIPS 2022accept

One of the key challenges in deploying RL to real-world applications is to adapt to variations of unknown environment contexts, such as changing terrains in robotic tasks and fluctuated bandwidth in congestion control. Existing works on adaptation to unknown environment contexts either assume the co…

Cited by 16SourcePDFScholar
2022

Analyzing and Mitigating Interference in Neural Architecture Search

ICML 2022spotlight

Weight sharing is a popular approach to reduce the training cost of neural architecture search (NAS) by reusing the weights of shared operators from previously trained child models. However, the rank correlation between the estimated accuracy and ground truth accuracy of those child models is low du…

Cited by 0SourcePDFScholar
2022

BinauralGrad: A Two-Stage Conditional Diffusion Probabilistic Model for Binaural Audio Synthesis

NeurIPS 2022accept

Binaural audio plays a significant role in constructing immersive augmented and virtual realities. As it is expensive to record binaural audio from the real world, synthesizing them from mono audio has attracted increasing attention. This synthesis process involves not only the basic physical warpin…

2022

DEPTS: Deep Expansion Learning for Periodic Time Series Forecasting

ICLR 2022spotlight

Periodic time series (PTS) forecasting plays a crucial role in a variety of industries to foster critical tasks, such as early warning, pre-planning, resource scheduling, etc. However, the complicated dependencies of the PTS signal on its inherent periodicity as well as the sophisticated composition…

2022

Does Momentum Change the Implicit Regularization on Separable Data?

NeurIPS 2022accept

The momentum acceleration technique is widely adopted in many optimization algorithms. However, there is no theoretical answer on how the momentum affects the generalization performance of the optimization algorithms. This paper studies this problem by analyzing the implicit regularization of moment…

Cited by 21SourcePDFScholar
2022

Finding the Dominant Winning Ticket in Pre-Trained Language Models

ACL 2022findings

The Lottery Ticket Hypothesis suggests that for any over-parameterized model, a small subnetwork exists to achieve competitive performance compared to the backbone architecture. In this paper, we study whether there is a winning lottery ticket for pre-trained language models, which allow the practit…

2022

Gradient Information Matters in Policy Optimization by Back-propagating through Model

ICLR 2022poster

Model-based reinforcement learning provides an efficient mechanism to find the optimal policy by interacting with the learned environment. In addition to treating the learned environment like a black-box simulator, a more effective way to use the model is to exploit its differentiability. Such metho…

2022

KGE-CL: Contrastive Learning of Tensor Decomposition Based Knowledge Graph Embeddings

COLING 2022main

Learning the embeddings of knowledge graphs (KG) is vital in artificial intelligence, and can benefit various downstream applications, such as recommendation and question answering. In recent years, many research efforts have been proposed for knowledge graph embedding (KGE). However, most previous…

Cited by 23SourcePDFScholar
2022

Museformer: Transformer with Fine- and Coarse-Grained Attention for Music Generation

NeurIPS 2022accept

Symbolic music generation aims to generate music scores automatically. A recent trend is to use Transformer or its variants in music generation, which is, however, suboptimal, because the full attention cannot efficiently model the typically long music sequences (e.g., over 10,000 tokens), and the e…

2022

PriorGrad: Improving Conditional Denoising Diffusion Models with Data-Dependent Adaptive Prior

ICLR 2022poster

Denoising diffusion probabilistic models have been recently proposed to generate high-quality samples by estimating the gradient of the data density. The framework assumes the prior noise as a standard Gaussian distribution, whereas the corresponding data distribution may be more complicated than th…

2022

ProphetChat: Enhancing Dialogue Generation with Simulation of Future Conversation

ACL 2022long

Typical generative dialogue models utilize the dialogue history to generate the response. However, since one dialogue utterance can often be appropriately answered by multiple distinct responses, generating a desired response solely based on the historical information is not easy. Intuitively, if th…

2022

Quantized Training of Gradient Boosting Decision Trees

NeurIPS 2022accept

Recent years have witnessed significant success in Gradient Boosting Decision Trees (GBDT) for a wide range of machine learning applications. Generally, a consensus about GBDT's training algorithms is gradients and statistics are computed based on high-precision floating points. In this paper, we in…

Cited by 31SourcePDFScholar
2022

SE(3) Equivariant Graph Neural Networks with Complete Local Frames

ICML 2022spotlight

Group equivariance (e.g. SE(3) equivariance) is a critical physical symmetry in science, from classical and quantum physics to computational biology. It enables robust and accurate prediction under arbitrary reference transformations. In light of this, great efforts have been put on encoding this sy…

2022

Target-Side Input Augmentation for Sequence to Sequence Generation

ICLR 2022poster

Autoregressive sequence generation, a prevalent task in machine learning and natural language processing, generates every target token conditioned on both a source input and previously generated target tokens. Previous data augmentation methods, which have been shown to be effective for the task, ma…

2022

TeleMelody: Lyric-to-Melody Generation with a Template-Based Two-Stage Method

EMNLP 2022main

Lyric-to-melody generation is an important task in automatic songwriting. Previous lyric-to-melody generation systems usually adopt end-to-end models that directly generate melodies from lyrics, which suffer from several issues: 1) lack of paired lyric-melody training data; 2) lack of control on gen…

2022

Tiered Reinforcement Learning: Pessimism in the Face of Uncertainty and Constant Regret

NeurIPS 2022accept

We propose a new learning framework that captures the tiered structure of many real-world user-interaction applications, where the users can be divided into two groups based on their different tolerance on exploration risks and should be treated separately. In this setting, we simultaneously maintai…

2022

Towards Deployment-Efficient Reinforcement Learning: Lower Bound and Optimality

ICLR 2022spotlight

Deployment efficiency is an important criterion for many real-world applications of reinforcement learning (RL). Despite the community's increasing interest, there lacks a formal theoretical formulation for the problem. In this paper, we propose such a formulation for deployment-efficient RL (DE-RL)…

Cited by 27SourcePDFScholar
2022

Two Coupled Rejection Metrics Can Tell Adversarial Examples Apart

CVPR 2022poster

Correctly classifying adversarial examples is an essential but challenging requirement for safely deploying machine learning models. As reported in RobustBench, even the state-of-the-art adversarially trained models struggle to exceed 67% robust test accuracy on CIFAR-10, which is far from practical…

Cited by 24PDFcodeScholar
2022

Your Transformer May Not be as Powerful as You Expect

NeurIPS 2022accept

Relative Positional Encoding (RPE), which encodes the relative distance between any pair of tokens, is one of the most successful modifications to the original Transformer. As far as we know, theoretical understanding of the RPE-based Transformers is largely unexplored. In this work, we mathematical…

2021

AdaSpeech: Adaptive Text to Speech for Custom Voice

ICLR 2021poster

Custom voice, a specific text to speech (TTS) service in commercial speech platforms, aims to adapt a source TTS model to synthesize personal voice for a target speaker using few speech from her/him. Custom voice presents two unique challenges for TTS adaptation: 1) to support diverse customers, the…

2021

Adaspeech 2: Adaptive Text to Speech with Untranscribed Data

ICASSP 2021accepted

Text to speech (TTS) is widely used to synthesize personal voice for a target speaker, where a well-trained source TTS model is fine-tuned with few paired adaptation data (speech and its transcripts) on this target speaker. However, in many scenarios, only untranscribed speech data is available for…

Cited by 0SourceScholar
2021

Co-evolution Transformer for Protein Contact Prediction

NeurIPS 2021poster

Proteins are the main machinery of life and protein functions are largely determined by their 3D structures. The measurement of the pairwise proximity between amino acids of a protein, known as inter-residue contact map, well characterizes the structural information of a protein. Protein contact pre…

2021

Curriculum Offline Imitating Learning

NeurIPS 2021poster

Offline reinforcement learning (RL) tasks require the agent to learn from a pre-collected dataset with no further interactions with the environment. Despite the potential to surpass the behavioral policies, RL-based methods are generally impractical due to the training instability and bootstrapping…

Cited by 42SourcePDFScholar
2021

DeepRapper: Neural Rap Generation with Rhyme and Rhythm Modeling

ACL 2021long

Rap generation, which aims to produce lyrics and corresponding singing beats, needs to model both rhymes and rhythms. Previous works for rap generation focused on rhyming lyrics, but ignored rhythmic beats, which are important for rap performance. In this paper, we develop DeepRapper, a Transformer-…

2021

Denoispeech: Denoising Text to Speech with Frame-Level Noise Modeling

ICASSP 2021accepted

While neural-based text to speech (TTS) models can synthesize natural and intelligible voice, they usually require high-quality speech data, which is costly to collect. In many scenarios, only noisy speech of a target speaker is available, which presents challenges for TTS model training for this sp…

Cited by 0SourceScholar
2021

Distributional Reinforcement Learning for Multi-Dimensional Reward Functions

NeurIPS 2021poster

A growing trend for value-based reinforcement learning (RL) algorithms is to capture more information than scalar value functions in the value network. One of the most well-known methods in this branch is distributional RL, which models return distribution instead of scalar value. In another line of…

2021

Do Transformers Really Perform Badly for Graph Representation?

NeurIPS 2021poster

The Transformer architecture has become a dominant choice in many domains, such as natural language processing and computer vision. Yet, it has not achieved competitive performance on popular leaderboards of graph-level prediction compared to mainstream GNN variants. Therefore, it remains a mystery…

2021

Do not Let Privacy Overbill Utility: Gradient Embedding Perturbation for Private Learning

ICLR 2021poster

The privacy leakage of the model about the training data can be bounded in the differential privacy mechanism. However, for meaningful privacy parameters, a differentially private model degrades the utility drastically when the model comprises a large number of trainable parameters. In this paper,…

Cited by 132SourcePDFScholar
2021

FastCorrect 2: Fast Error Correction on Multiple Candidates for Automatic Speech Recognition

EMNLP 2021finding

Error correction is widely used in automatic speech recognition (ASR) to post-process the generated sentence, and can further reduce the word error rate (WER). Although multiple candidates are generated by an ASR system through beam search, current error correction approaches can only correct one se…

2021

FastCorrect: Fast Error Correction with Edit Alignment for Automatic Speech Recognition

NeurIPS 2021poster

Error correction techniques have been used to refine the output sentences from automatic speech recognition (ASR) models and achieve a lower word error rate (WER) than original ASR outputs. Previous works usually use a sequence-to-sequence model to correct an ASR output sentence autoregressively, wh…

2021

FastSpeech 2: Fast and High-Quality End-to-End Text to Speech

ICLR 2021poster

Non-autoregressive text to speech (TTS) models such as FastSpeech can synthesize speech significantly faster than previous autoregressive models with comparable quality. The training of FastSpeech model relies on an autoregressive teacher model for duration prediction (to provide more information as…

2021

GraphNorm: A Principled Approach to Accelerating Graph Neural Network Training

ICML 2021spotlight

Normalization is known to help the optimization of deep neural networks. Curiously, different architectures require specialized normalization methods. In this paper, we study what normalization is effective for Graph Neural Networks (GNNs). First, we adapt and evaluate the existing methods from othe…

Cited by 230SourcePDFScholar
2021

How Does Data Augmentation Affect Privacy in Machine Learning?

AAAI 2021technical

It is observed in the literature that data augmentation can significantly mitigate membership inference (MI) attack. However, in this work, we challenge this observation by proposing new MI attacks to utilize the information of augmented data. MI attack is widely used to measure the model's inform…

2021

How could Neural Networks understand Programs?

ICML 2021spotlight

Semantic understanding of programs is a fundamental problem for programming language processing (PLP). Recent works that learn representations of code based on pre-training techniques in NLP have pushed the frontiers in this direction. However, the semantics of PL and NL have essential differences.…

2021

IOT: Instance-wise Layer Reordering for Transformer Structures

ICLR 2021poster

With sequentially stacked self-attention, (optional) encoder-decoder attention, and feed-forward layers, Transformer achieves big success in natural language processing (NLP), and many variants have been proposed. Currently, almost all these models assume that the \emph{layer order} is fixed and kep…

2021

Large Scale Private Learning via Low-rank Reparametrization

ICML 2021spotlight

We propose a reparametrization scheme to address the challenges of applying differentially private SGD on large neural networks, which are 1) the huge memory cost of storing individual gradients, 2) the added noise suffering notorious dimensional dependence. Specifically, we reparametrize each weigh…

2021

Learning Causal Semantic Representation for Out-of-Distribution Prediction

NeurIPS 2021poster

Conventional supervised learning methods, especially deep ones, are found to be sensitive to out-of-distribution (OOD) examples, largely because the learned representation mixes the semantic factor with the variation factor due to their domain-specific correlation, while only the semantic factor cau…

2021

Less is More: Pretrain a Strong Siamese Encoder for Dense Text Retrieval Using a Weak Decoder

EMNLP 2021main

Dense retrieval requires high-quality text sequence embeddings to support effective search in the representation space. Autoencoder-based language models are appealing in dense retrieval as they train the encoder to output high-quality embedding that can reconstruct the input texts. However, in this…

2021

Lightspeech: Lightweight and Fast Text to Speech with Neural Architecture Search

ICASSP 2021accepted

Text to speech (TTS) has been broadly used to synthesize natural and intelligible speech in different scenarios. Deploying TTS in various end devices such as mobile phones or embedded devices requires extremely small memory usage and inference latency. While non-autoregressive TTS models such as Fas…

Cited by 0SourceScholar
2021

MFVFD: A Multi-Agent Q-Learning Approach to Cooperative and Non-Cooperative Tasks

IJCAI 2021poster

Value function decomposition (VFD) methods under the popular paradigm of centralized training and decentralized execution (CTDE) have promoted multi-agent reinforcement learning progress. However, existing VFD methods proceed from a group's value function decomposition to only solve cooperative task…

Cited by 16SourcePDFScholar
2021

Object-Aware Regularization for Addressing Causal Confusion in Imitation Learning

NeurIPS 2021poster

Behavioral cloning has proven to be effective for learning sequential decision-making policies from expert demonstrations. However, behavioral cloning often suffers from the causal confusion problem where a policy relies on the noticeable effect of expert actions due to the strong correlation but no…

2021

On the Generative Utility of Cyclic Conditionals

NeurIPS 2021poster

We study whether and how can we model a joint distribution $p(x,z)$ using two conditional models $p(x|z)$ and $q(z|x)$ that form a cycle. This is motivated by the observation that deep generative models, in addition to a likelihood model $p(x|z)$, often also use an inference model $q(z|x)$ for extra…

2021

Optimizing Information-theoretical Generalization Bound via Anisotropic Noise of SGLD

NeurIPS 2021poster

Recently, the information-theoretical framework has been proven to be able to obtain non-vacuous generalization bounds for large models trained by Stochastic Gradient Langevin Dynamics (SGLD) with isotropic noise. In this paper, we optimize the information-theoretical generalization bound by manipu…

Cited by 8SourcePDFScholar
2021

Path-BN: Towards effective batch normalization in the Path Space for ReLU networks

UAI 2021poster

Neural networks with ReLU activation functions (abbrev. ReLU Networks), have demonstrated their success in many applications. Recently, researchers noticed that ReLU networks are positively scale-invariant (PSI) while the weights are not. This mismatch may lead to undesirable behaviors in the optimi…

Cited by 1SourcePDFScholar
2021

R-Drop: Regularized Dropout for Neural Networks

NeurIPS 2021poster

Dropout is a powerful and widely used technique to regularize the training of deep neural networks. Though effective and performing well, the randomness introduced by dropout causes unnegligible inconsistency between training and inference. In this paper, we introduce a simple consistency training s…

2021

Recovering Latent Causal Factor for Generalization to Distributional Shifts

NeurIPS 2021poster

Distributional shifts between training and target domains may degrade the prediction accuracy of learned models, mainly because these models often learn features that possess only correlation rather than causal relation with the output. Such a correlation, which is known as ``spurious correlation''…

2021

Return-Based Contrastive Representation Learning for Reinforcement Learning

ICLR 2021poster

Recently, various auxiliary tasks have been proposed to accelerate representation learning and improve sample efficiency in deep reinforcement learning (RL). However, existing auxiliary tasks do not take the characteristics of RL problems into consideration and are unsupervised. By leveraging return…

Cited by 58SourcePDFScholar
2021

Speech-T: Transducer for Text to Speech and Beyond

NeurIPS 2021poster

Neural Transducer (e.g., RNN-T) has been widely used in automatic speech recognition (ASR) due to its capabilities of efficiently modeling monotonic alignments between input and output sequences and naturally supporting streaming inputs. Considering that monotonic alignments are also critical to tex…

Cited by 21SourcePDFScholar
2021

Stable, Fast and Accurate: Kernelized Attention with Relative Positional Encoding

NeurIPS 2021poster

The attention module, which is a crucial component in Transformer, cannot scale efficiently to long sequences due to its quadratic complexity. Many works focus on approximating the dot-then-exponentiate softmax function in the original attention, leading to sub-quadratic or even linear-complexity Tr…

Cited by 54SourcePDFScholar
2021

Stylized Dialogue Generation with Multi-Pass Dual Learning

NeurIPS 2021poster

Stylized dialogue generation, which aims to generate a given-style response for an input context, plays a vital role in intelligent dialogue systems. Considering there is no parallel data between the contexts and the responses of target style S_1, existing works mainly use back translation to genera…

2021

Temporally Correlated Task Scheduling for Sequence Learning

ICML 2021spotlight

Sequence learning has attracted much research attention from the machine learning community in recent years. In many applications, a sequence learning task is usually associated with multiple temporally correlated auxiliary tasks, which are different in terms of how much input information to use or…

2021

The Implicit Bias for Adaptive Optimization Algorithms on Homogeneous Neural Networks

ICML 2021oral

Despite their overwhelming capacity to overfit, deep neural networks trained by specific optimization algorithms tend to generalize relatively well to unseen data. Recently, researchers explained it by investigating the implicit bias of optimization algorithms. A remarkable progress is the work (Lyu…

2021

UWSpeech: Speech to Speech Translation for Unwritten Languages

AAAI 2021technical

Existing speech to speech translation systems heavily rely on the text of target language: they usually translate source language either to target text and then synthesize target speech from text, or directly to target speech with target text for auxiliary training. However, those methods cannot be…

2021

UniDrop: A Simple yet Effective Technique to Improve Transformer without Extra Cost

NAACL 2021long

Transformer architecture achieves great success in abundant natural language processing tasks. The over-parameterization of the Transformer model has motivated plenty of works to alleviate its overfitting for superior performances. With some explorations, we find simple techniques such as dropout, c…

2021

Universal Trading for Order Execution with Oracle Policy Distillation

AAAI 2021technical

As a fundamental problem in algorithmic trading, order execution aims at fulfilling a specific trading order, either liquidation or acquirement, for a given instrument. Towards effective execution strategy, recent years have witnessed the shift from the analytical view with model-based market assump…

Cited by 60SourcePDFScholar
2020

Gradient Perturbation is Underrated for Differentially Private Convex Optimization

IJCAI 2020poster

Gradient perturbation, widely used for differentially private optimization, injects noise at every iterative update to guarantee differential privacy. Previous work first determines the noise level that can satisfy the privacy requirement and then analyzes the utility of noisy gradient updates as…

Cited by 0SourcePDFScholar
2020

MPNet: Masked and Permuted Pre-training for Language Understanding

NeurIPS 2020poster

BERT adopts masked language modeling (MLM) for pre-training and is one of the most successful pre-training models. Since BERT neglects dependency among predicted tokens, XLNet introduces permuted language modeling (PLM) for pre-training to address this problem. However, XLNet does not leverage the f…

2020

RD$^2$: Reward Decomposition with Representation Decomposition

NeurIPS 2020poster

Reward decomposition, which aims to decompose the full reward into multiple sub-rewards, has been proven beneficial for improving sample efficiency in reinforcement learning. Existing works on discovering reward decomposition are mostly policy dependent, which constrains diverse or disentangled beha…

2020

Semi-Supervised Neural Architecture Search

NeurIPS 2020poster

Neural architecture search (NAS) relies on a good controller to generate better architectures or predict the accuracy of given architectures. However, training the controller requires both abundant and high-quality pairs of architectures and their accuracy, while it is costly to evaluate an architec…

2020

Task-Level Curriculum Learning for Non-Autoregressive Neural Machine Translation

IJCAI 2020poster

Non-autoregressive translation (NAT) achieves faster inference speed but at the cost of worse accuracy compared with autoregressive translation (AT). Since AT and NAT can share model structure and AT is an easier task than NAT due to the explicit dependency on previous target-side tokens, a natural…

2019

Almost Unsupervised Text to Speech and Automatic Speech Recognition

ICML 2019oral

Text to speech (TTS) and automatic speech recognition (ASR) are two dual tasks in speech processing and both achieve impressive performance thanks to the recent advance in deep learning and large amount of aligned speech and text data. However, the lack of aligned data poses a major practical proble…

Cited by 131SourcePDFScholar
2019

Distributional Reward Decomposition for Reinforcement Learning

NeurIPS 2019poster

Many reinforcement learning (RL) tasks have specific properties that can be leveraged to modify existing RL algorithms to adapt to those tasks and further improve performance, and a general class of such properties is the multiple reward channel. In those environments the full reward can be decompos…

Cited by 23SourcePDFScholar
2019

FastSpeech: Fast, Robust and Controllable Text to Speech

NeurIPS 2019poster

Neural network based end-to-end text to speech (TTS) has significantly improved the quality of synthesized speech. Prominent methods (e.g., Tacotron 2) usually first generate mel-spectrogram from text, and then synthesize speech from the mel-spectrogram using vocoder such as WaveNet. Compared with t…

2019

Fully Parameterized Quantile Function for Distributional Reinforcement Learning

NeurIPS 2019poster

Distributional Reinforcement Learning (RL) differs from traditional RL in that, rather than the expectation of total returns, it estimates distributions and has achieved state-of-the-art performance on Atari Games. The key challenge in practical distributional RL algorithms lies in how to parameteri…

Cited by 203SourcePDFScholar
2019

G-SGD: Optimizing ReLU Neural Networks in its Positively Scale-Invariant Space

ICLR 2019poster

It is well known that neural networks with rectified linear units (ReLU) activation functions are positively scale-invariant. Conventional algorithms like stochastic gradient descent optimize the neural networks in the vector space of weights, which is, however, not positively scale-invariant. This…

Cited by 35SourcePDFScholar
2019

MASS: Masked Sequence to Sequence Pre-training for Language Generation

ICML 2019oral

Pre-training and fine-tuning, e.g., BERT \citep{devlin2018bert}, have achieved great success in language understanding by transferring knowledge from rich-resource pre-training task to the low/zero-resource downstream tasks. Inspired by the success of BERT, we propose MAsked Sequence to Sequence pre…

2019

Multilingual Neural Machine Translation with Knowledge Distillation

ICLR 2019poster

Multilingual machine translation, which translates multiple languages with a single model, has attracted much attention due to its efficiency of offline training and online serving. However, traditional multilingual translation usually yields inferior accuracy compared with the counterpart using ind…

2019

Neural Machine Translation with Soft Prototype

NeurIPS 2019poster

Neural machine translation models usually use the encoder-decoder framework and generate translation from left to right (or right to left) without fully utilizing the target-side global information. A few recent approaches seek to exploit the global information through two-pass decoding, yet have li…

2019

Normalization Helps Training of Quantized LSTM

NeurIPS 2019poster

The long-short-term memory (LSTM), though powerful, is memory and computa\x02tion expensive. To alleviate this problem, one approach is to compress its weights by quantization. However, existing quantization methods usually have inferior performance when used on LSTMs. In this paper, we first show t…

2018

FRAGE: Frequency-Agnostic Word Representation

NeurIPS 2018poster

Continuous word representation (aka word embedding) is a basic building block in many neural network-based models used in natural language processing tasks. Although it is widely accepted that words with similar semantics should be close to each other in the embedding space, we find that word embedd…

2018

Layer-Wise Coordination between Encoder and Decoder for Neural Machine Translation

NeurIPS 2018poster

Neural Machine Translation (NMT) has achieved remarkable progress with the quick evolvement of model structures. In this paper, we propose the concept of layer-wise coordination for NMT, which explicitly coordinates the learning of hidden representations of the encoder and decoder together layer by…

2018

Learning to Teach with Dynamic Loss Functions

NeurIPS 2018poster

Teaching is critical to human society: it is with teaching that prospective students are educated and human civilization can be inherited and advanced. A good teacher not only provides his/her students with qualified teaching materials (e.g., textbooks), but also sets up appropriate learning objecti…

Cited by 149SourcePDFScholar
2017

Asynchronous Stochastic Gradient Descent with Delay Compensation

ICML 2017poster

With the fast development of deep learning, it has become common to learn big neural networks using massive training data. Asynchronous Stochastic Gradient Descent (ASGD) is widely adopted to fulfill this task for its efficiency, which is, however, known to suffer from the problem of delayed gradien…

Cited by 359SourcePDFScholar
2017

Decoding with Value Networks for Neural Machine Translation

NeurIPS 2017poster

Neural Machine Translation (NMT) has become a popular technology in recent years, and beam search is its de facto decoding method due to the shrunk search space and reduced computational complexity. However, since it only searches for local optima at each time step through one-step forward looking,…

2017

Deliberation Networks: Sequence Generation Beyond One-Pass Decoding

NeurIPS 2017poster

The encoder-decoder framework has achieved promising progress for many sequence generation tasks, including machine translation, text summarization, dialog system, image captioning, etc. Such a framework adopts an one-pass forward process while decoding and generating a sequence, but lacks the delib…

2017

Finite Sample Analysis of the GTD Policy Evaluation Algorithms in Markov Setting

NeurIPS 2017poster

In reinforcement learning (RL), one of the key components is policy evaluation, which aims to estimate the value function (i.e., expected long-term accumulated reward) of a policy. With a good policy evaluation method, the RL algorithms will estimate the value function more accurately and find a bet…

Cited by 48SourcePDFScholar
2017

LightGBM: A Highly Efficient Gradient Boosting Decision Tree

NeurIPS 2017poster

Gradient Boosting Decision Tree (GBDT) is a popular machine learning algorithm, and has quite a few effective implementations such as XGBoost and pGBRT. Although many engineering optimizations have been adopted in these implementations, the efficiency and scalability are still unsatisfactory when th…

2016

A Communication-Efficient Parallel Algorithm for Decision Tree

NeurIPS 2016poster

Decision tree (and its extensions such as Gradient Boosting Decision Trees and Random Forest) is a widely used machine learning algorithm, due to its practical effectiveness and model interpretability. With the emergence of big data, there is an increasing need to parallelize the training process of…

Cited by 193SourcePDFScholar
2016

Dual Learning for Machine Translation

NeurIPS 2016poster

While neural machine translation (NMT) is making good progress in the past two years, tens of millions of bilingual sentence pairs are needed for its training. However, human labeling is very costly. To tackle this training data bottleneck, we develop a dual-learning mechanism, which can enable an N…

2016

LightRNN: Memory and Computation-Efficient Recurrent Neural Networks

NeurIPS 2016poster

Recurrent neural networks (RNNs) have achieved state-of-the-art performances in many natural language processing tasks, such as language modeling and machine translation. However, when the vocabulary is large, the RNN model will become very big (e.g., possibly beyond the memory capacity of a GPU dev…

Cited by 73SourcePDFScholar