paper-with-me

Papers

Utilizing Autoregressive Networks for Full Lifecycle Data Generation of Rolling Bearings for RUL Prediction

2024-01-02 · Junliang Wang, Qinghua Zhang, Guanhua Zhu, Guoxi Sun

The prediction of rolling bearing lifespan is of significant importance in industrial production. However, the scarcity of high-quality, full lifecycle data has been a major constraint in achieving precise predictions. To address this challenge, this paper introduces the CVGAN model, a novel framework capable of generating one-dimensional vibration signals in both horizontal and vertical directions, conditioned on historical vibration data and remaining useful life. In addition, we propose an autoregressive generation method that can iteratively utilize previously generated vibration information to guide the generation of current signals. The effectiveness of the CVGAN model is validated through experiments conducted on the PHM 2012 dataset. Our findings demonstrate that the CVGAN model, in terms of both MMD and FID metrics, outperforms many advanced methods in both autoregressive and non-autoregressive generation modes. Notably, training using the full lifecycle data generated by the CVGAN model significantly improves the performance of the predictive model. This result highlights the effectiveness of the data generated by CVGans in enhancing the predictive power of these models.

📄 PDF Abstract BibTeX arXiv:2401.01119

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Autoregressive Image Generation Needs Only a Few Lines of Cached Tokens

2025-12-04 · Ziran Qin, Youru Lv, Mingbao Lin, Zeren Zhang 외 arxiv

Autoregressive (AR) visual generation has emerged as a powerful paradigm for image and multimodal synthesis, owing to its scalability and generality. However, existing AR image generation suffers from severe memory bottl…

Text-to-Image Generation

Memory-Managed Long-Context Attention: Bounded Editable Memory with a Hard Lifecycle and Calibrated Sparse Fallback

2026-06-27 · Junyi Zou, Avrova Donz arxiv

We study memory-managed long-context attention: explicit bounded memory with a learned query-independent writer, lifecycle control, query-aware reading, calibrated sparse fallback, and frozen-LLM generation from raw evid…

Entity Resolution

CodeFuse-13B: A Pretrained Multi-lingual Code Large Language Model

2023-10-10 · Peng Di, Jianguo Li, Hang Yu, Wei Jiang 외

Code Large Language Models (Code LLMs) have gained significant attention in the industry due to their wide applications in the full lifecycle of software engineering. However, the effectiveness of existing models in unde…

Code GenerationCode TranslationHumanEvalLanguage Modeling+2

DCARL: A Divide-and-Conquer Framework for Autoregressive Long-Trajectory Video Generation

2026-03-25 · Junyi Ouyang, Wenbin Teng, Gonglin Chen, Yajie Zhao 외 arxiv

Long-trajectory video generation is a crucial yet challenging task for world modeling primarily due to the limited scalability of existing video diffusion models (VDMs). Autoregressive models, while offering infinite rol…

Video Generation

Cascaded Text Generation with Markov Transformers

2020-06-01 · NeurIPS 2020 12 · Yuntian Deng, Alexander M. Rush

The two dominant approaches to neural text generation are fully autoregressive models, using serial beam search decoding, and non-autoregressive models, using parallel decoding with no output dependencies. This work prop…

Machine TranslationText GenerationTranslation