Transformer-Explainability VS deep-text-recognition-benchmark

Compare Transformer-Explainability vs deep-text-recognition-benchmark and see what are their differences.

Transformer-Explainability

[CVPR 2021] Official PyTorch implementation for Transformer Interpretability Beyond Attention Visualization, a novel method to visualize classifications by Transformer based networks. (by hila-chefer)

deep-text-recognition-benchmark

PyTorch code of my ICDAR 2021 paper Vision Transformer for Fast and Efficient Scene Text Recognition (ViTSTR) (by roatienza)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Transformer-Explainability deep-text-recognition-benchmark
1 1
1,664 278
- -
0.0 2.2
3 months ago 24 days ago
Jupyter Notebook Jupyter Notebook
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Transformer-Explainability

Posts with mentions or reviews of Transformer-Explainability. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-25.
  • [Project] Recent Class Activation Map Methods for CNNs and Vision Transformers
    2 projects | /r/MachineLearning | 25 Apr 2021
    Not exactly the same but since you mentioned using ViT's attention outputs as a 2D feature map for the CAM you can consider this paper (Transformer Interpretability Beyond Attention Visualization) where they study the question of how to choose/mix the attention scores in a way that can be visualized (so similar to the CAMs). Maybe it can lead to better results. https://arxiv.org/abs/2012.09838 https://github.com/hila-chefer/Transformer-Explainability

deep-text-recognition-benchmark

Posts with mentions or reviews of deep-text-recognition-benchmark. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-11.
  • Building an Internet Scale Meme Search Engine
    5 projects | news.ycombinator.com | 11 Jan 2023
    https://github.com/roatienza/deep-text-recognition-benchmark (available weights are for tasks that seem similar to OCR so there is a good chance you can use it out of the box). With a good gpu it should process hundreds to thousands image per seconds, so you likely can build your index in less than a day. (Maybe you can even port it to your iphone stack :) )

    https://github.com/microsoft/GenerativeImage2Text (You'll probably have to train on your custom dataset that you have constituted)

    There are tons of other freely available solutions that you can get with a search for things with keywords like "image to text ocr" "transformers" "visual transformers"...

What are some alternatives?

When comparing Transformer-Explainability and deep-text-recognition-benchmark you can also consider the following projects:

pytorch-grad-cam - Advanced AI Explainability for computer vision. Support for CNNs, Vision Transformers, Classification, Object detection, Segmentation, Image similarity and more.

GenerativeImage2Text - GIT: A Generative Image-to-text Transformer for Vision and Language

shap - A game theoretic approach to explain the output of any machine learning model.

Calliar - A dataset for online Arabic calligraphy. A collection of 2500 annotated calligraphic styles.

T2T-ViT - ICCV2021, Tokens-to-Token ViT: Training Vision Transformers from Scratch on ImageNet

sonic - 🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.

multi-label-sentiment-classifier - How to build a multi-label sentiment classifiers with Tez and PyTorch

ocrit - Simple command-line utility for performing OCR using Apple's Vision framework

HugsVision - HugsVision is a easy to use huggingface wrapper for state-of-the-art computer vision

macOCR - Get any text on your screen into your clipboard.

tf-metal-experiments - TensorFlow Metal Backend on Apple Silicon Experiments (just for fun)

Transformers-Tutorials - This repository contains demos I made with the Transformers library by HuggingFace.