Layout-Generation / layout-generation

Layout Generation and Baseline implementations
MIT License
140 stars 23 forks source link

Layout Transformer Quantitative Evaluation #6

Closed abhijeet00 closed 2 years ago

abhijeet00 commented 2 years ago
Screenshot 2021-11-18 at 5 02 34 PM

Overlap, IOU, and Alignment loss of the Layout transformer is close to 1 for all these metrics. Also, there is a high difference in metrics values between other models.

As per layout_completion function in Layout_Transformer.ipynb , a training set(starting two elements of each file) was used for layout generation. There is high chances that model is memorising the training dataset.

Can you please get the metrics for validation set to check if the metrics values are same for layout transformer?

Thank you!

23yashm commented 2 years ago

The hardware on which we ran the code is not available with us at the moment, so we can't calculate the metrics. As soon we get the hardware back, we will calculate it.

But earlier, we generated some of the documents (using one of the element from documents outside the training set). Below are the results.

output_5 (on unseen data)

The predicted documents have a great diversity and are not similar to the inputs, so we can say that the model is not overfitting.

Thank You!