中文
相关论文

相关论文: Denoising based Sequence-to-Sequence Pre-training …

200 篇论文

While there is a large body of research studying deep learning methods for text generation from structured data, almost all of it focuses purely on English. In this paper, we study the effectiveness of machine translation based pre-training…

计算与语言 · 计算机科学 2020-04-07 Mihir Kale , Scott Roy

Prior studies on text-to-text generation typically assume that the model could figure out what to attend to in the input and what to include in the output via seq2seq learning, with only the parallel training data and no additional…

计算与语言 · 计算机科学 2021-09-06 Yuning Mao , Wenchang Ma , Deren Lei , Jiawei Han , Xiang Ren

Neural text-to-speech (TTS) models can synthesize natural human speech when trained on large amounts of transcribed speech. However, collecting such large-scale transcribed data is expensive. This paper proposes an unsupervised pre-training…

音频与语音处理 · 电气工程与系统科学 2023-03-29 Seongyeon Park , Myungseo Song , Bohyung Kim , Tae-Hyun Oh

Text simplification (TS) rephrases long sentences into simplified variants while preserving inherent semantics. Traditional sequence-to-sequence models heavily rely on the quantity and quality of parallel sentences, which limits their…

计算与语言 · 计算机科学 2020-05-01 Yanbin Zhao , Lu Chen , Zhi Chen , Kai Yu

To achieve deep natural language understanding, syntactic constituent parsing plays a crucial role and is widely required by many artificial intelligence systems for processing both text and speech. A recent approach involves using standard…

计算与语言 · 计算机科学 2026-05-14 Daniel Fernández-González , Cristina Outeiriño Cid

BERT (Bidirectional Encoder Representations from Transformers) and related pre-trained Transformers have provided large gains across many language understanding tasks, achieving a new state-of-the-art (SOTA). BERT is pre-trained on two…

Existing video segmenter and grounder approaches, exemplified by Sa2VA, directly fuse features within segmentation models. This often results in an undesirable entanglement of dynamic visual information and static semantics, thereby…

计算机视觉与模式识别 · 计算机科学 2025-07-01 Dang Jisheng , Wu Xudong , Wang Bimei , Lv Ning , Chen Jiayu , Jingwen Zhao , Yichu liu , Jizhao Liu , Juncheng Li , Teng Wang

Programming Knowledge Tracking (PKT) aims to dynamically diagnose learners' mastery levels of programming knowledge based on their coding activities, facilitating more effective and personalized programming education. However, current PKT…

软件工程 · 计算机科学 2025-06-16 Weibo Gao , Qi Liu , Rui Li , Yuze Zhao , Hao Wang , Linan Yre , Fangzhou Yao , Zheng Zhang

In this work, we propose ParaNet, a non-autoregressive seq2seq model that converts text to spectrogram. It is fully convolutional and brings 46.7 times speed-up over the lightweight Deep Voice 3 at synthesis, while obtaining reasonably good…

计算与语言 · 计算机科学 2020-07-01 Kainan Peng , Wei Ping , Zhao Song , Kexin Zhao

In this paper, we propose a new progressive pre-training method for image understanding tasks which leverages RGB-D datasets. The method utilizes Multi-Modal Contrastive Masked Autoencoder and Denoising techniques. Our proposed approach…

计算机视觉与模式识别 · 计算机科学 2024-09-17 Muhammad Abdullah Jamal , Omid Mohareri

We propose a new paradigm to automatically generate training data with accurate labels at scale using the text-to-image synthesis frameworks (e.g., DALL-E, Stable Diffusion, etc.). The proposed approach1 decouples training data generation…

计算机视觉与模式识别 · 计算机科学 2023-09-13 Yunhao Ge , Jiashu Xu , Brian Nlong Zhao , Neel Joshi , Laurent Itti , Vibhav Vineet

We present in this paper a novel denoising training method to speedup DETR (DEtection TRansformer) training and offer a deepened understanding of the slow convergence issue of DETR-like methods. We show that the slow convergence results…

计算机视觉与模式识别 · 计算机科学 2022-12-09 Feng Li , Hao Zhang , Shilong Liu , Jian Guo , Lionel M. Ni , Lei Zhang

Transient Electromagnetic (TEM) method is widely used in various geophysical applications, providing valuable insights into subsurface properties. However, time-domain TEM signals are often submerged in various types of noise. While recent…

计算机视觉与模式识别 · 计算机科学 2025-10-16 Meng Yang , Kecheng Chen , Wei Luo , Xianjie Chen , Yong Jia , Mingyue Wang , Fanqiang Lin

Current state-of-the-art machine translation systems are based on encoder-decoder architectures, that first encode the input sequence, and then generate an output sequence based on the input encoding. Both are interfaced with an attention…

计算与语言 · 计算机科学 2018-11-02 Maha Elbayad , Laurent Besacier , Jakob Verbeek

The sequence-to-sequence (seq2seq) task aims at generating the target sequence based on the given input source sequence. Traditionally, most of the seq2seq task is resolved by the Encoder-Decoder framework which requires an encoder to…

计算与语言 · 计算机科学 2023-04-11 Zihao Fu , Wai Lam , Qian Yu , Anthony Man-Cho So , Shengding Hu , Zhiyuan Liu , Nigel Collier

We propose the novel adaptation of a pre-trained seq2seq model for readability assessment. We prove that a seq2seq model - T5 or BART - can be adapted to discern which text is more difficult from two given texts (pairwise). As an…

计算与语言 · 计算机科学 2024-06-18 Bruce W. Lee , Jason Hyung-Jong Lee

This paper describes a method based on a sequence-to-sequence learning (Seq2Seq) with attention and context preservation mechanism for voice conversion (VC) tasks. Seq2Seq has been outstanding at numerous tasks involving sequence modeling…

音频与语音处理 · 电气工程与系统科学 2018-11-13 Kou Tanaka , Hirokazu Kameoka , Takuhiro Kaneko , Nobukatsu Hojo

Semantic segmentation labels are expensive and time consuming to acquire. Hence, pretraining is commonly used to improve the label-efficiency of segmentation models. Typically, the encoder of a segmentation model is pretrained as a…

计算机视觉与模式识别 · 计算机科学 2022-05-24 Emmanuel Brempong Asiedu , Simon Kornblith , Ting Chen , Niki Parmar , Matthias Minderer , Mohammad Norouzi

The input and output of most text generation tasks can be transformed to two sequences of tokens and they can be modeled using sequence-to-sequence learning modeling tools such as Transformers. These models are usually trained by maximizing…

计算与语言 · 计算机科学 2022-12-09 Xingxing Zhang , Yiran Liu , Xun Wang , Pengcheng He , Yang Yu , Si-Qing Chen , Wayne Xiong , Furu Wei

Pre-trained Transformer language models (LM) have become go-to text representation encoders. Prior research fine-tunes deep LMs to encode text sequences such as sentences and passages into single dense vector representations for efficient…

计算与语言 · 计算机科学 2021-09-22 Luyu Gao , Jamie Callan