paper-with-me

Papers

GraphKD: Exploring Knowledge Distillation Towards Document Object Detection with Structured Graph Creation

2024-02-17 · Ayan Banerjee, Sanket Biswas, Josep Lladós, Umapada Pal

Object detection in documents is a key step to automate the structural elements identification process in a digital or scanned document through understanding the hierarchical structure and relationships between different elements. Large and complex models, while achieving high accuracy, can be computationally expensive and memory-intensive, making them impractical for deployment on resource constrained devices. Knowledge distillation allows us to create small and more efficient models that retain much of the performance of their larger counterparts. Here we present a graph-based knowledge distillation framework to correctly identify and localize the document objects in a document image. Here, we design a structured graph with nodes containing proposal-level features and edges representing the relationship between the different proposal regions. Also, to reduce text bias an adaptive node sampling strategy is designed to prune the weight distribution and put more weightage on non-text nodes. We encode the complete graph as a knowledge representation and transfer it from the teacher to the student through the proposed distillation loss by effectively capturing both local and global information concurrently. Extensive experimentation on competitive benchmarks demonstrates that the proposed framework outperforms the current state-of-the-art approaches. The code will be available at: https://github.com/ayanban011/GraphKD.

📄 PDF Abstract BibTeX arXiv:2402.11401

Code (1)

ayanban011/graphkd 공식 구현 pytorch

Tasks

Knowledge Distillationobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Improving Neural Topic Models with Wasserstein Knowledge Distillation

2023-03-27 · Suman Adhya, Debarshi Kumar Sanyal

Topic modeling is a dominant method for exploring document collections on the web and in digital libraries. Recent approaches to topic modeling use pretrained contextualized language models and variational autoencoders. …

Knowledge DistillationTopic Models

Exploring the Limits of Simple Learners in Knowledge Distillation for Document Classification with DocBERT

2020-07-01 · WS 2020 7 · Ashutosh Adhikari, Achyudh Ram, Raphael Tang, William L. Hamilton 외

Fine-tuned variants of BERT are able to achieve state-of-the-art accuracy on many natural language processing tasks, although at significant computational costs. In this paper, we verify BERT{'}s effectiveness for docume…

Document ClassificationGeneral ClassificationKnowledge DistillationModel Compression

Double Reverse Regularization Network Based on Self-Knowledge Distillation for SAR Object Classification

2023-11-26 · Bo Xu, Hao Zheng, Zhigang Hu, Liu Yang 외

In current synthetic aperture radar (SAR) object classification, one of the major challenges is the severe overfitting issue due to the limited dataset (few-shot) and noisy data. Considering the advantages of knowledge d…

Knowledge DistillationSelf-Knowledge Distillation

Training Plug-n-Play Knowledge Modules with Deep Context Distillation

2025-03-11 · Lucas Caccia, Alan Ansell, Edoardo Ponti, Ivan Vulić 외

Dynamically integrating new or rapidly evolving information after (Large) Language Model pre-training remains challenging, particularly in low-data scenarios or when dealing with private and specialized documents. In-con…

In-Context LearningLanguage ModelingLanguage ModellingLarge Language Model+3

Exploring Inconsistent Knowledge Distillation for Object Detection with Data Augmentation

2022-09-20 · Jiawei Liang, Siyuan Liang, Aishan Liu, Ke Ma 외

Knowledge Distillation (KD) for object detection aims to train a compact detector by transferring knowledge from a teacher model. Since the teacher model perceives data in a way different from humans, existing KD methods…

Data AugmentationKnowledge Distillationobject-detectionObject Detection