ByteDance/Q-Insight 已完整同步
Model Description
This is a huggingface model card for Q-Insight family 👋
- Q-Insight paper: https://arxiv.org/pdf/2503.22679
- VQ-Insight paper: https://arxiv.org/pdf/2506.18564
- RALI paper: https://arxiv.org/pdf/2510.11369
- Code: https://github.com/bytedance/Q-Insight
License
This project is licensed under the Apache-2.0 License. It is finetuned from Qwen2.5-VL-7B-Instruct under Apache-2.0.
Citation
If you find the code helpful in your research or work, please cite the following papers:
@inproceedings{li2025qinsight,
title={Q-insight: Understanding image quality via visual reinforcement learning},
author={Li, Weiqi and Zhang, Xuanyu and Zhao, Shijie and Zhang, Yabin and Li, Junlin and Zhang, Li and Zhang, Jian},
booktitle={Advances in Neural Information Processing Systems},
year={2025}
}
@inproceedings{zhang2025vqinsight,
title={VQ-Insight: Teaching VLMs for AI-Generated Video Quality Understanding via Progressive Visual Reinforcement Learning},
author={Zhang, Xuanyu and Li, Weiqi and Zhao, Shijie and Li, Junlin and Zhang, Li and Zhang, Jian},
booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
year={2026}
}
@inproceedings{zhao2025reasoning,
title={Reasoning as Representation: Rethinking Visual Reinforcement Learning in Image Quality Assessment},
author={Zhao, Shijie and Zhang, Xuanyu and Li, Weiqi and Li, Junlin and Zhang, Li and Xue, Tianfan and Zhang, Jian},
booktitle={Proceedings of the International Conference on Learning Representations (ICLR)},
year={2026}
}
92 个文件
浏览文件数据集版权信息
本数据集的许可证为 Apache License 2.0。如有违反相关条款,请联系 WEHUB,我们将及时处理。 查看许可证
下载数据集
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_ext_3002_72acf33e18 --revision 8dc8e4c3c119fe589c1f48143126d7e2be2f19c7 --output ./ds_ext_3002_72acf33e18
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_3002_72acf33e18 --revision 8dc8e4c3c119fe589c1f48143126d7e2be2f19c7 --output ./ds_ext_3002_72acf33e18
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_3002_72acf33e18 --revision 8dc8e4c3c119fe589c1f48143126d7e2be2f19c7 --output ./ds_ext_3002_72acf33e18 --overwrite
仅包含匹配路径
wehub datasets download ds_ext_3002_72acf33e18 --revision 8dc8e4c3c119fe589c1f48143126d7e2be2f19c7 --output ./ds_ext_3002_72acf33e18 --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_3002_72acf33e18 --revision 8dc8e4c3c119fe589c1f48143126d7e2be2f19c7 --output ./ds_ext_3002_72acf33e18 --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_3002_72acf33e18 --revision 8dc8e4c3c119fe589c1f48143126d7e2be2f19c7 --output ./ds_ext_3002_72acf33e18 --jobs 8
完整帮助:wehub datasets download --help