--- license: apache-2.0 language: - en pretty_name: AITIR Asymmetric Text Annotations tags: - infrared-small-target-detection - multimodal - vision-language - text-annotations ---
Official asymmetric text annotations for infrared small target detection.
--- ## ๐ Description This repository provides the official asymmetric text annotations used to construct the **Asymmetric Image-Text Infrared (AITIR)** dataset introduced in: **ADGNet: Asymmetric Dual-text Guided Network for Infrared Small Target Detection**, accepted by **ACM Multimedia 2026**. The released annotations cover three infrared small target detection datasets: - **IRSTD-1K** - **NUDT-SIRST** - **SIRST** This repository contains text annotations only. The original infrared images and ground-truth masks are not included. --- ## ๐ท๏ธ Annotation Design Each infrared image is associated with two asymmetric text prompts. ### Fixed Target Prompt A concise and image-independent target prompt is shared across all images: ```text an infrared image featuring one or multiple target ``` ### Detailed Background Prompt Each image is assigned an image-dependent background prompt following the template: ```text an infrared [S] image with [C] ``` where: - `[S]` describes the global infrared scene. - `[C]` describes local structures, thermal clutter, and potential distractors. Example: ```text an infrared cloudy sky image with faint dark cloud structures and bright illuminated building tops ``` --- ## ๐ Annotation Coverage | Dataset | Fixed Target Prompt | Detailed Background Prompt | | :--------: | :-----------------: | :------------------------: | | IRSTD-1K | โ | โ | | NUDT-SIRST | โ | โ | | SIRST | โ | โ | --- ## ๐ Repository Structure The asymmetric text annotations are organized by dataset and data split: ```text MM26-ADGNet-AITIR-Text/ โโโ IRSTD-1K/ โ โโโ text/ โ โโโ train_fg.json โ โโโ train_bg.json โ โโโ test_fg.json โ โโโ test_bg.json โโโ NUDT-SIRST/ โ โโโ text/ โ โโโ train_fg.json โ โโโ train_bg.json โ โโโ test_fg.json โ โโโ test_bg.json โโโ SIRST/ โโโ text/ โโโ train_fg.json โโโ train_bg.json โโโ test_fg.json โโโ test_bg.json ``` --- ## ๐งพ Annotation Files Each dataset contains four JSON annotation files: | File | Description | | :-------------- | :------------------------------------------------- | | `train_fg.json` | Target prompts for the training split | | `train_bg.json` | Detailed background prompts for the training split | | `test_fg.json` | Target prompts for the testing split | | `test_bg.json` | Detailed background prompts for the testing split | Here, `fg` denotes the foreground or target prompt, while `bg` denotes the detailed background prompt. --- ## ๐ Usage Download the annotations and place the corresponding JSON files under the `text/` directory of each original dataset: ```text datasets/ โโโ IRSTD-1K/ โ โโโ images/ โ โโโ masks/ โ โโโ img_idx/ โ โโโ text/ โ โโโ train_fg.json โ โโโ train_bg.json โ โโโ test_fg.json โ โโโ test_bg.json โโโ NUDT-SIRST/ โ โโโ images/ โ โโโ masks/ โ โโโ img_idx/ โ โโโ text/ โ โโโ train_fg.json โ โโโ train_bg.json โ โโโ test_fg.json โ โโโ test_bg.json โโโ SIRST/ โโโ images/ โโโ masks/ โโโ img_idx/ โโโ text/ โโโ train_fg.json โโโ train_bg.json โโโ test_fg.json โโโ test_bg.json ``` > [!NOTE] > The JSON entries correspond to the samples in the respective training or testing split. Please keep the provided filenames and directory structure unchanged when using them with the official ADGNet implementation. ## โ ๏ธ Notes - This repository provides text annotations only. - The original infrared images and ground-truth masks must be obtained separately. - The annotations are written in English. - Users must comply with the licenses and terms of use of the original datasets. - Annotation filenames must match the corresponding infrared image filenames. --- ## ๐ Citation If you find this project useful in your research, please consider citing our paper: ```bibtex ``` Please also consider checking out and citing our other related work: ```bibtex ```