AI、伪造图片一滑便知,拆解代码显示谷歌相册酝酿 AI 检测功能
IT酷哥 8 月 14 日消息,科技媒体 Android Authority 今天提前拆解了谷歌相册 7.41 版本的 APK 安装包,其中代码显示谷歌正在为这款应用酝酿“AI 照片检测”功能。
这个新功能代号是“threepio”,其相关代码如下:
<stringname="photos_threepio_education_impl_dialog_title">Seehowaphotowasmade</string><stringname="photos_threepio_infopanel_action_type_ai_title">EditedwithAItools</string><stringname="photos_threepio_infopanel_action_type_multiple_ai_title">EditedwithmultipleAItools</string><stringname="photos_threepio_infopanel_action_type_multiple_non_ai_title">Editedwithmultiplenon-AItools</string><stringname="photos_threepio_infopanel_action_type_multiple_unknown_ai_title">MayhavebeeneditedwithmultipleAItools</string><stringname="photos_threepio_infopanel_action_type_non_ai_title">Editedwithnon-AItools</string><stringname="photos_threepio_infopanel_action_type_unknown_ai_title">MayhavebeeneditedwithAItools</string><stringname="photos_threepio_infopanel_origin_type_ai_title">MediamadewithAI</string><stringname="photos_threepio_infopanel_origin_type_camera_combined_title">Mediacapturedwithacamera,multipleimageswerecombined</string><stringname="photos_threepio_infopanel_origin_type_camera_title">Mediacapturedwithacamerawithoutsoftwareadjustments</string><stringname="photos_threepio_infopanel_origin_type_parts_ai_title">PartsofthismediawasmadewithAI</string>这串代码显示“AI 照片检测”将可以检测以下内容:
是否使用了 AI 工具(如 AI 擦除)编辑
是否使用了非 AI 工具
是否使用了多个 AI 工具
图片是由 AI 创建、相机拍摄,或由多张图片合成
图片部分内容是否由 AI 生成 / 是否是深度伪造
用户在图库内浏览图片时,上滑即可查询图片是否由 AI / 深度伪造生成,IT酷哥附相关提示语如下:
“由 AI 创建的媒体”
“使用 AI 工具编辑”
“使用多个 AI 工具编辑”
“使用多个非 AI 工具编辑”
“由非 AI 工具制作的媒体”
“由相机拍摄”
“由相机拍摄且无软件调整”