近日,科技媒体Android Authority提前解析了谷歌相册7.41版本APK安装包,发现其暗含一项名为“AI照片检测”的全新功能。

据透露,该功能的内部代号为“threepio”,其核心代码如下:
<string name="photos_threepio_education_impl_dialog_title">See how a photo was made</string> <string name="photos_threepio_infopanel_action_type_ai_title">Edited with AI tools</string> <string name="photos_threepio_infopanel_action_type_multiple_ai_title">Edited with multiple AI tools</string> <string name="photos_threepio_infopanel_action_type_multiple_non_ai_title">Edited with multiple non-AI tools</string> <string name="photos_threepio_infopanel_action_type_multiple_unknown_ai_title">May have been edited with multiple AI tools</string> <string name="photos_threepio_infopanel_action_type_non_ai_title">Edited with non-AI tools</string> <string name="photos_threepio_infopanel_action_type_unknown_ai_title">May have been edited with AI tools</string> <string name="photos_threepio_infopanel_origin_type_ai_title">Media made with AI</string> <string name="photos_threepio_infopanel_origin_type_camera_combined_title">Media captured with a camera, multiple images were combined</string> <string name="photos_threepio_infopanel_origin_type_camera_title">Media captured with a camera without software adjustments</string> <string name="photos_threepio_infopanel_origin_type_parts_ai_title">Parts of this media was made with AI</string>
从上述代码可以看出,“AI照片检测”功能主要具备以下检测能力:
-
识别图片是否经过AI工具(如AI擦除)编辑
-
判断是否使用非AI工具处理
-
检测是否经由多个AI工具编辑
-
区分图片是AI生成、相机拍摄,还是多图合成
-
识别图片部分是否为AI生成或深度伪造内容

当用户在相册中浏览图片时,只需向上滑动即可快速检测该图片是否由AI或深度伪造技术生成。系统将显示以下提示信息:
-
“由 AI 创建的媒体”
-
“使用 AI 工具编辑”
-
“使用多个 AI 工具编辑”
-
“使用多个非 AI 工具编辑”
-
“由非 AI 工具制作的媒体”
-
“由相机拍摄”
-
“由相机拍摄且无软件调整”
© 版权声明
文章版权归作者所有,未经允许请勿转载。