Configuration Parsing Warning:Config file config.json cannot be fetched (too big)

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 file
  • coco_karpathy-009.pt: Pre-trained model weights
  • README.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:

  1. Check the main repository for existing issues
  2. Open a new issue with detailed information about your problem
  3. Contact the authors.

πŸ”— Related Models

Explore other Patch-ioner model configurations:

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
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

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