Jason37437/SEED

Model

4

stars

10

commits

2

linked in READMEs

Jun 23, 2026

updated

document-forgery-detection
image-manipulation
image-segmentation
lora
pytorch
safetensors
SEED
tampering-detection
vision-transformer

README

SEED Detector

This repository contains the official detector model for SEED, presented in the paper SEED: Simple ViT and Evolving Harness for Explainable Text Forgery Detection.

SEED Detector is a lightweight vision transformer model for document forgery detection. It localizes tampered regions in document images and classifies images as real or forged.

Architecture

ComponentDetail
BackboneDINOv3 ViT-L/16
FinetuningLoRA (rank=1, attention + MLP)
Queries1 mask query
Decoder blocks4
Input size512 × 512
Parameters~304M (only ~1M trainable with LoRA)

Usage

Repository: GitHub | Checkpoint: Jason37437/SEED / Google Drive

from model.hf_wrapper import EoMTForTamperingDetection

model = EoMTForTamperingDetection.from_pretrained("Jason37437/SEED")
model.eval()

# The model outputs:
#   - mask_logits: per-query segmentation masks
#   - class_logits: per-query foreground/background scores  
#   - image_logits: image-level real vs forged classification

Performance

Localization (pixel-level F1)

DatasetF1
T-SROIE0.782
OSTF0.718
TPIC-130.798
RTM0.178
Avg0.619

Detection (image-level F1)

DatasetF1
T-SROIE0.738
OSTF0.832
TPIC-130.930
RTM0.207
Avg0.677

Citation

@article{wong2026seed,
  title={SEED: Simple ViT and Evolving Harness for Explainable Text Forgery Detection},
  author={Wong, Kahim and others},
  journal={arXiv preprint arXiv:2606.21138},
  year={2026}
}

License

MIT License.

Contributors

Jason37437

9 commits

nielsr

1 commits

Jason37437/SEED

Model

4

stars

10

commits

2

linked in READMEs

Jun 23, 2026

updated

document-forgery-detection
image-manipulation
image-segmentation
lora
pytorch
safetensors
SEED
tampering-detection
vision-transformer

README

SEED Detector

This repository contains the official detector model for SEED, presented in the paper SEED: Simple ViT and Evolving Harness for Explainable Text Forgery Detection.

SEED Detector is a lightweight vision transformer model for document forgery detection. It localizes tampered regions in document images and classifies images as real or forged.

Architecture

ComponentDetail
BackboneDINOv3 ViT-L/16
FinetuningLoRA (rank=1, attention + MLP)
Queries1 mask query
Decoder blocks4
Input size512 × 512
Parameters~304M (only ~1M trainable with LoRA)

Usage

Repository: GitHub | Checkpoint: Jason37437/SEED / Google Drive

from model.hf_wrapper import EoMTForTamperingDetection

model = EoMTForTamperingDetection.from_pretrained("Jason37437/SEED")
model.eval()

# The model outputs:
#   - mask_logits: per-query segmentation masks
#   - class_logits: per-query foreground/background scores  
#   - image_logits: image-level real vs forged classification

Performance

Localization (pixel-level F1)

DatasetF1
T-SROIE0.782
OSTF0.718
TPIC-130.798
RTM0.178
Avg0.619

Detection (image-level F1)

DatasetF1
T-SROIE0.738
OSTF0.832
TPIC-130.930
RTM0.207
Avg0.677

Citation

@article{wong2026seed,
  title={SEED: Simple ViT and Evolving Harness for Explainable Text Forgery Detection},
  author={Wong, Kahim and others},
  journal={arXiv preprint arXiv:2606.21138},
  year={2026}
}

License

MIT License.

Contributors

Jason37437

9 commits

nielsr

1 commits