question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[New Model] DocFormer: End-to-End Transformer for Document Understanding

See original GitHub issue

🌟 New model addition

Model description

See “DocFormer: End-to-End Transformer for Document Understanding”, Appalaraju et al (ICCV 2021) on CVF and arXiv

DocFormer is a multi-modal transformer model for 2D/visual documents from Amazon (where, fair disclosure, I also currently work but not in research) - which I would characterize at a high level as being broadly along the same use cases as LayoutLMv2 (already in transformers), but achieving better (state-of-the-art) results with smaller datasets per the benchmarks in the paper.

I’ve found this kind of multi-modal, spatial/linguistic model very useful in the past (actually released an AWS sample and blog post with Hugging Face LayoutLMv1 earlier this year) and would love the improvements from DocFormer could be available through HF Transformers.

Open source status

  • the model implementation is available: (give details)
  • the model weights are available: (give details)
    • Not currently as far as I can tell?
  • who are the authors: (mention them, if possible by @gh-username)
    • Srikar Appalaraju, Bhavan Jasani, Bhargava Urala Kota, Yusheng Xie, and R. Manmatha - all of AWS AI. Not sure of GitHub usernames
    • @shabie for the currently available implementation

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
pzdkncommented, Jun 14, 2022

Any updates on this?

2reactions
uakarshcommented, Dec 4, 2021

As an update, the authors would be sharing the Textract OCR for the RVL CDIP Dataset, and as soon as they release it, we would try to achieve the benchmark performance as mentioned in the paper. However, we are also trying from our end, to make our own OCR part, and then perfrom pre train and fine tune

Read more comments on GitHub >

github_iconTop Results From Across the Web

End-to-End Transformer for Document Understanding - arXiv
Abstract: We present DocFormer -- a multi-modal transformer based architecture for the task of Visual Document Understanding (VDU).
Read more >
DocFormer: End-to-End Transformer for Document ...
We present DocFormer - a multi-modal transformer based architecture for the task of Visual Document Un- derstanding (VDU). VDU is a challenging problem ......
Read more >
shabie/docformer - GitHub
DocFormer is a multi-modal transformer based architecture for the task of Visual Document Understanding (VDU). In addition, DocFormer is pre-trained in an ...
Read more >
DocFormer: End-to-end transformer for document understanding
We present DocFormer - a multi-modal transformer based architecture for the task of Visual Document Understanding (VDU). VDU is a challenging problem which ......
Read more >
(PDF) DocFormer: End-to-End Transformer for Document ...
We present DocFormer -- a multi-modal transformer based architecture for the task of Visual Document Understanding (VDU).
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found