Search Results for author: Jie Hao

Found 33 papers, 9 papers with code

OPPO’s Machine Translation Systems for WMT20

no code implementations WMT (EMNLP) 2020 Tingxun Shi, Shiyu Zhao, Xiaopu Li, Xiaoxue Wang, Qian Zhang, Di Ai, Dawei Dang, Xue Zhengshan, Jie Hao

In this paper we demonstrate our (OPPO’s) machine translation systems for the WMT20 Shared Task on News Translation for all the 22 language pairs.

Machine Translation Translation

Contextual Rephrase Detection for Reducing Friction in Dialogue Systems

no code implementations EMNLP 2021 Zhuoyi Wang, Saurabh Gupta, Jie Hao, Xing Fan, Dingcheng Li, Alexander Hanbo Li, Chenlei Guo

Rephrase detection is used to identify the rephrases and has long been treated as a task with pairwise input, which does not fully utilize the contextual information (e. g. users’ implicit feedback).

Friction

RAST: Domain-Robust Dialogue Rewriting as Sequence Tagging

no code implementations EMNLP 2021 Jie Hao, Linfeng Song, LiWei Wang, Kun Xu, Zhaopeng Tu, Dong Yu

The task of dialogue rewriting aims to reconstruct the latest dialogue utterance by copying the missing content from the dialogue context.

Dialogue Rewriting Text Generation

Boosting the Transferability of Audio Adversarial Examples with Acoustic Representation Optimization

no code implementations25 Mar 2025 Weifei Jin, Junjie Su, Hejia Wang, Yulin Ye, Jie Hao

We evaluate our approach on three modern ASR models, and the experimental results demonstrate that our method significantly improves the transferability of adversarial examples generated by previous methods while preserving the audio quality.

Automatic Speech Recognition Automatic Speech Recognition (ASR) +1

Personalized Federated Fine-tuning for Heterogeneous Data: An Automatic Rank Learning Approach via Two-Level LoRA

no code implementations5 Mar 2025 Jie Hao, Yuman Wu, Ali Payani, Myungjin Lee, Mingrui Liu

Given the pretrained language model whose weight is frozen, our algorithm aims to learn two levels of adaptation simultaneously: the first level aims to learn a common adapter for all clients, while the second level fosters individual client personalization.

Language Modeling Language Modelling +2

On the Convergence of Adam-Type Algorithm for Bilevel Optimization under Unbounded Smoothness

no code implementations5 Mar 2025 Xiaochuan Gong, Jie Hao, Mingrui Liu

In particular, we study stochastic bilevel optimization problems where the lower-level function is strongly convex and the upper-level objective is nonconvex with potentially unbounded smoothness.

Bilevel Optimization LEMMA +1

A Nearly Optimal Single Loop Algorithm for Stochastic Bilevel Optimization under Unbounded Smoothness

1 code implementation28 Dec 2024 Xiaochuan Gong, Jie Hao, Mingrui Liu

This complexity result is nearly optimal up to logarithmic factors without mean-square smoothness of the stochastic gradient oracle.

Bilevel Optimization Meta-Learning +3

Embodied Image Quality Assessment for Robotic Intelligence

1 code implementation25 Dec 2024 Jianbo Zhang, Chunyi Li, Liang Yuan, Guoquan Zheng, Jie Hao, Guangtao Zhai

Image quality assessment (IQA) of user-generated content (UGC) is a critical technique for human quality of experience (QoE).

Common Sense Reasoning Image Quality Assessment

MVKTrans: Multi-View Knowledge Transfer for Robust Multiomics Classification

no code implementations13 Nov 2024 Shan Cong, Zhiling Sang, Hongwei Liu, Haoran Luo, Xin Wang, Hong Liang, Jie Hao, Xiaohui Yao

In this paper, we propose the multi-view knowledge transfer learning (MVKTrans) framework, which transfers intra- and inter-omics knowledge in an adaptive manner by reviewing data heterogeneity and suppressing bias transfer, thereby enhancing classification performance.

Transfer Learning

Mitigating Unauthorized Speech Synthesis for Voice Protection

1 code implementation28 Oct 2024 Zhisheng Zhang, Qianyi Yang, Derui Wang, Pengyang Huang, Yuxin Cao, Kai Ye, Jie Hao

With just a few speech samples, it is possible to perfectly replicate a speaker's voice in recent years, while malicious voice exploitation (e. g., telecom fraud for illegal financial gain) has brought huge hazards in our daily lives.

Data Augmentation Face Swapping +4

An Accelerated Algorithm for Stochastic Bilevel Optimization under Unbounded Smoothness

1 code implementation28 Sep 2024 Xiaochuan Gong, Jie Hao, Mingrui Liu

We prove that our algorithm achieves an oracle complexity of $\widetilde{O}(1/\epsilon^3)$ to find an $\epsilon$-stationary point, when the lower-level stochastic gradient's variance is $O(\epsilon)$.

Bilevel Optimization LEMMA +2

Multiobjective Vehicle Routing Optimization with Time Windows: A Hybrid Approach Using Deep Reinforcement Learning and NSGA-II

no code implementations18 Jul 2024 Rixin Wu, Ran Wang, Jie Hao, Qiang Wu, Ping Wang, Dusit Niyato

Notably, the weight-aware strategy significantly reduces the training time of DRL while achieving better results, enabling a single DRL model to solve the entire multiobjective optimization problem.

Deep Reinforcement Learning Multiobjective Optimization

STOC-TOT: Stochastic Tree-of-Thought with Constrained Decoding for Complex Reasoning in Multi-Hop Question Answering

no code implementations4 Jul 2024 Zhenyu Bi, Daniel Hajialigol, Zhongkai Sun, Jie Hao, Xuan Wang

In this paper, we propose STOC-TOT, a stochastic tree-of-thought reasoning prompting method with constrained decoding for MHQA and conduct a detailed comparison with other reasoning prompts on different question types and reasoning types.

Hallucination Multi-hop Question Answering +1

Bilevel Optimization under Unbounded Smoothness: A New Algorithm and Convergence Analysis

1 code implementation17 Jan 2024 Jie Hao, Xiaochuan Gong, Mingrui Liu

When the upper-level problem is nonconvex and unbounded smooth, and the lower-level problem is strongly convex, we prove that our algorithm requires $\widetilde{\mathcal{O}}(1/\epsilon^4)$ iterations to find an $\epsilon$-stationary point in the stochastic setting, where each iteration involves calling a stochastic gradient or Hessian-vector product oracle.

Bilevel Optimization Hyperparameter Optimization +3

Multiobjective Hydropower Reservoir Operation Optimization with Transformer-Based Deep Reinforcement Learning

no code implementations11 Jul 2023 Rixin Wu, Ran Wang, Jie Hao, Qiang Wu, Ping Wang

Due to shortage of water resources and increasing water demands, the joint operation of multireservoir systems for balancing power generation, ecological protection, and the residential water supply has become a critical issue in hydropower management.

Decoder Deep Reinforcement Learning +2

Improving Mandarin Speech Recogntion with Block-augmented Transformer

2 code implementations24 Jul 2022 Xiaoming Ren, Huifeng Zhu, Liuwei Wei, Minghui Wu, Jie Hao

In this work, we believe that the output information of each block in the encoder and decoder is not completely inclusive, in other words, their output information may be complementary.

Automatic Speech Recognition Automatic Speech Recognition (ASR) +4

Robust Dialogue Utterance Rewriting as Sequence Tagging

1 code implementation29 Dec 2020 Jie Hao, Linfeng Song, LiWei Wang, Kun Xu, Zhaopeng Tu, Dong Yu

The task of dialogue rewriting aims to reconstruct the latest dialogue utterance by copying the missing content from the dialogue context.

Dialogue Rewriting Text Generation

Multi-Granularity Self-Attention for Neural Machine Translation

no code implementations IJCNLP 2019 Jie Hao, Xing Wang, Shuming Shi, Jinfeng Zhang, Zhaopeng Tu

Current state-of-the-art neural machine translation (NMT) uses a deep multi-head self-attention network with no explicit phrase information.

Machine Translation NMT +1

Towards Better Modeling Hierarchical Structure for Self-Attention with Ordered Neurons

no code implementations IJCNLP 2019 Jie Hao, Xing Wang, Shuming Shi, Jinfeng Zhang, Zhaopeng Tu

Recent studies have shown that a hybrid of self-attention networks (SANs) and recurrent neural networks (RNNs) outperforms both individual architectures, while not much is known about why the hybrid models work.

Inductive Bias Machine Translation +1

Modeling Recurrence for Transformer

no code implementations NAACL 2019 Jie Hao, Xing Wang, Baosong Yang, Long-Yue Wang, Jinfeng Zhang, Zhaopeng Tu

In addition to the standard recurrent neural network, we introduce a novel attentive recurrent network to leverage the strengths of both attention and recurrent networks.

Machine Translation Translation

Adversarial adaptive 1-D convolutional neural networks for bearing fault diagnosis under varying working condition

no code implementations1 May 2018 Bo Zhang, Wei Li, Jie Hao, Xiao-Li Li, Meng Zhang

The layers between the source and target feature extractor are partially untied during the training stage to take both training efficiency and domain adaptation into consideration.

Domain Adaptation Fault Diagnosis

Cannot find the paper you are looking for? You can Submit a new open access paper.