Configuration Parsing Warning:Config file config.json cannot be fetched (too big)
- Patch-ioner_siglip2_base_patch16_512_COCO_Captions - Patch-ioner Configuration
- π Paper Information
- π― Model Overview
- π Performance
- π Detailed Results
- π Quick Start
- π Repository Contents
- π§ Installation
- π‘ Usage Examples
- ποΈ Model Configuration
- π Training Details
- π Citation
- π€ Contributing
- π License
- π Issues and Support
- π Related Models
- π Paper Information
Patch-ioner_siglip2_base_patch16_512_COCO_Captions - Patch-ioner Configuration
This repository contains a pre-trained DECAP model from the Patch-ioner framework for dense image captioning and controllable visual description.
π Paper Information
Title: "One Patch to Caption Them All: A Unified Zero-Shot Captioning Framework"
Authors: Lorenzo Bianchi, Giacomo Pacini, Fabio Carrara, Nicola Messina, Giuseppe Amato, Fabrizio Falchi
ArXiv: https://arxiv.org/abs/2510.02898
Project Page: https://paciosoft.com/Patch-ioner/
π― Model Overview
- Model Type: DECAP
- Configuration: siglip2_base_patch16_512.k.yaml
- Vision Backbone: siglip2_base_patch16_512
- Language Model: GPT-2
- Input Resolution: 512x512
- Prefix Size: 768
DeCap Configuration
- Memory Bank Size: 500,000 entries
- Projection Type: coco
- Linear Talk2DINO: False
π Performance
| Task | METEOR | CIDEr | SPICE |
|---|---|---|---|
| Narratives | TBD | TBD | TBD |
| Image Captioning | TBD | TBD | TBD |
| Dense Captioning | TBD | TBD | TBD |
| Controllable Captioning | TBD | TBD | TBD |
π Detailed Results
Detailed evaluation results will be added here, including:
- Per-task performance metrics
- Comparison with baseline methods
- Ablation study results
- Qualitative examples
π Quick Start
from patch_ioner import load_model, Patchioner
# Load the model
config_path = "config.yaml"
model = load_model(config_path)
# Run inference
image_path = "your_image.jpg"
results = model.forward(image_path)
print(results)
π Repository Contents
config.yaml: Model configuration filecoco_karpathy-009.pt: Pre-trained model weightsREADME.md: This file
π§ Installation
pip install git+https://github.com/Ruggero1912/Patch-ioner
π‘ Usage Examples
Refer to the Patch-ioner repository for updated usage examples.
ποΈ Model Configuration
- Prefix Size: 768
- Memory Bank Size: 500,000 entries
- Normalization: False
- Resize Dimension: 512
- Crop Dimension: 512
π Training Details
- Training Dataset: COCO Captions
- Training Epochs: TBD
- Batch Size: TBD
- Learning Rate: TBD
- Optimizer: AdamW
π Citation
If you use this model in your research, please cite our paper, refer to the Project Page for updated citation template.
π€ Contributing
We welcome contributions to improve the Patch-ioner framework. Please see the main repository for contribution guidelines.
π License
See the main repository for detailed license information.
π Issues and Support
For issues related to this model or the Patch-ioner framework, please:
- Check the main repository for existing issues
- Open a new issue with detailed information about your problem
- Contact the authors.
π Related Models
Explore other Patch-ioner model configurations:
- Patch-ioner_mlp - MLP-based DeCap model
- Patch-ioner_viecap - VieCap controllable captioning
- Patch-ioner_clipcap - ClipCap integration
More models available in Ruggero1912's models
This model is part of the Patch-ioner framework for dense image captioning and controllable visual description.
- Downloads last month
- -
Space using Ruggero1912/Patch-ioner_siglip2_base_patch16_512_COCO_Captions 1
Paper for Ruggero1912/Patch-ioner_siglip2_base_patch16_512_COCO_Captions
Evaluation results
- METEOR on COCO Captionsself-reportednan
- SPICE on COCO Captionsself-reportednan
- BLEU-4 on COCO Captionsself-reportednan
- ROUGE-L on COCO Captionsself-reportednan