Downloads · 30 days
0
Kimsure99/TALENT
TALENT is a image segmentation model from Kimsure99. Use it for the image segmentation task on the model card, and read the license before you ship it in a product. The card lists the license as apache-2.0.
TALENT is a framework for Referring Image Segmentation (RIS) designed to address the "non-target activation" (NTA) issue in parameter-efficient tuning. It introduces a Rectified Cost Aggregator (RCA) to aggregate text…
Downloads · 30 days
0
Access
Public
Updated Apr 3, 2026
Repo size
3.5 GB
Likes
0
Public
Click a slice to open those files.
.pth3.5 GB · 100%
From the Hugging Face model README
TALENT is a framework for Referring Image Segmentation (RIS) designed to address the "non-target activation" (NTA) issue in parameter-efficient tuning. It introduces a Rectified Cost Aggregator (RCA) to aggregate text-referred features and a Target-aware Learning Mechanism (TLM) to calibrate activation into accurate target localization.
To evaluate the model, follow the installation instructions in the GitHub repository and run the following script:
bash run_scripts/test.sh
To visualize the results, you can set the visualize flag to True in the configuration file.
The code for TALENT is based on CRIS, ETRIS, and previous TALENT implementations. We thank the authors for their open-sourced code.
If you find this work useful, please cite:
@article{talent2026,
title={TALENT: Target-aware Efficient Tuning for Referring Image Segmentation},
author={Shuo Jin, Siyue Yu, Bingfeng Zhang, Chao Yao, Meiqin Liu, Jimin Xiao},
journal={arXiv preprint arXiv:2604.00609},
year={2026}
}