paper-with-me

Papers

Encoder-Decoder Generative Adversarial Nets for Suffix Generation and Remaining Time Prediction of Business Process Models

2020-07-30 · Farbod Taymouri, Marcello La Rosa

This paper proposes an encoder-decoder architecture grounded on Generative Adversarial Networks (GANs), that generates a sequence of activities and their timestamps in an end-to-end way. GANs work well with differentiable data such as images. However, a suffix is a sequence of categorical items. To this end, we use the Gumbel-Softmax distribution to get a differentiable continuous approximation. The training works by putting one neural network against the other in a two-player game (hence the "adversarial" nature), which leads to generating suffixes close to the ground truth. From the experimental evaluation it emerges that the approach is superior to the baselines in terms of the accuracy of the predicted suffixes and corresponding remaining times, despite using a naive feature encoding and only engineering features based on control flow and events completion time.

📄 PDF Abstract BibTeX arXiv:2007.16030

Code (0)

등록된 구현이 없습니다.

Tasks

Decoder

Similar Papers 제목 키워드 기반

Training Generative Reversible Networks

2018-06-05 · Robin Tibor Schirrmeister, Patryk Chrabąszcz, Frank Hutter, Tonio Ball

Generative models with an encoding component such as autoencoders currently receive great interest. However, training of autoencoders is typically complicated by the need to train a separate encoder and decoder model tha…

Decoder

Generative modeling with one recursive network

2021-01-01 · Benjamin Lincoln Brimacombe

We propose to train a multilayer perceptron simultaneously as an encoder and a decoder in order to create a high quality generative model. In one call a network is optimized as either an encoder or decoder, and in a seco…

Decoder

Generative networks as inverse problems with fractional wavelet scattering networks

2020-07-28 · Jiasong Wu, Jing Zhang, Fuzhi Wu, Youyong Kong 외

Deep learning is a hot research topic in the field of machine learning methods and applications. Generative Adversarial Networks (GANs) and Variational Auto-Encoders (VAEs) provide impressive image generations from Gauss…

DecoderImage Generation

Learning Inverse Mapping by Autoencoder based Generative Adversarial Nets

2017-03-29 · Junyu Luo, Yong Xu, Chenwei Tang, Jiancheng Lv

The inverse mapping of GANs'(Generative Adversarial Nets) generator has a great potential value.Hence, some works have been developed to construct the inverse function of generator by directly learning or adversarial lea…

Decoder

Encoder-Decoder Model for Suffix Prediction in Predictive Monitoring

2022-11-29 · Efrén Rama-Maneiro, Pablo Monteagudo-Lago, Juan C. Vidal, Manuel Lama

Predictive monitoring is a subfield of process mining that aims to predict how a running case will unfold in the future. One of its main challenges is forecasting the sequence of activities that will occur from a given p…

DecoderHeuristic SearchRepresentation Learning