[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"doc-detail-134799-en":3,"doc-seo-134799-105":30,"detail-sidebar-cat-0-en-105":96},{"code":4,"msg":5,"data":6},0,"success",{"doc_id":7,"user_id":8,"nickname":9,"user_avatar":10,"doc_module":4,"category_id":11,"category_name":12,"doc_title":13,"doc_description":14,"doc_content":15,"file_id":16,"file_url":17,"file_type":18,"file_size":19,"view_count":20,"is_deleted":4,"is_public":20,"is_downloadable":20,"audit_status":20,"page_count":21,"language":22,"language_code":23,"site_id":24,"html_lang":23,"table_of_contents":25,"faqs":26,"seo_title":27,"seo_description":14,"update_tm":28,"read_time":29},134799,549768702563,"Fahsai","https://ap-avatar.wpscdn.com/avatar/8000c4aa63b76e948b?x-image-process=image/resize,m_fixed,w_180,h_180&k=1786536092046926083",8,"Research & Report","APISR: Anime Production Inspired Real-World Anime Super-Resolution - Supplementary Material - 训练数据与实现细节","APISR provides supplementary technical material for anime-focused image super-resolution, detailing dataset construction, network training choices, and degradation modeling. The document introduces an API SR dataset with 3,740 high-quality images, then specifies generator training architecture adjustments, hand-drawn line enhancement using XDoG-derived edge maps with outlier filtering and passive dilation, and a balanced twin perceptual loss using ResNet50 feature comparisons. It further explains prediction-oriented compression settings across image and video codecs and reports additional comparative and ablation visual results.","APISR: Anime Production Inspired Real-World Anime Super-Resolution  \nSupplementary Material  \nIn this supplementary material, Sec. A first presents more statistics and details of our proposed anime image SR training dataset. Then, Sec. B shows details about our implementations in super-resolution (SR) network training. Specifically, Sec. B.1 presents the image SR network we used in our training. Sec. B.2 presents details of post-processing techniques we use on the pseudo-GT preparation for hand-drawn line enhancement. Sec. B.3 presents figures and details of the ResNet50 [10] perceptual loss for our proposed balanced twin perceptual loss. Sec. B.4 provides the hyperparameter setting for our proposed prediction-oriented compression and shuffled resize module in the degradation model. Finally, Sec. C provides more visual results of comparisons among SOTA methods and ablation studies.  \nA. API Dataset Details  \nOur Anime Production-oriented Image (API) SR dataset contains 3,740 high-quality and informative images. This quantity is roughly the same quantity as the previous photorealistic SR training dataset size [26, 29], which includes DIV2K [1], Flickr2K [20], and OutdoorSceneTraining [24] . The aspect ratio and resolution information before scaling are shown in Fig. 1.  \nB. Implementation Details  \nB.1. Training Network Details  \nThe generator network we deploy is GRL [14], a SOTA image SR network (CVPR 2023) . GRL leverages interconnected relationships within various layers of image structures through a Transformer-based framework, attaining improvement in multiple tasks of SR and image restoration. The model we chose is its tiny version, which has 0.91M parameters. To better adapt the real-world SR task, we changed its upsampler module from the default pixel shuffle strategy to the nearest neighbor interpolation with the convolution layer approach, which is used for the base model version but not for the tiny version in their proposed methods. We change the upsampler because the nearest neighbor interpolation with the convolution layer is claimed to show fewer artifacts in the upsampling process than the pixel shuffle strategy. The final network parameter is 1.03M, which is the smallest network among all image and videobased SOTA methods that we compare.  \nB.2. Hand-drawn line enhancement Details  \nIn the hand-drawn line enhancement, we have proposed outlier filter and passive dilate techniques to obtain a clean XDoG-extracted [27] hand-drawn line edge map. XDoG is widely used in paired dataset preparation in anime colorization [4, 5, 11, 23] . The extracted edge map by XDoG is a binary output, where the white pixel stands for the active edge map region and the black pixel stands for the unrelated region.  \nFor the outlier filter, we use breadth-first search in eight directions to recursively detect the surrounding pixels of all white pixels and turn white pixel regions into black pixels if the total quantity of connected white pixels is less than the threshold. We empirically set the threshold as 32 .  \nFor the dilation, we passively replace the black pixel with the white pixel if it has more than 3 white pixel neighbors, which is different from independent kernel-based active dilation methods in [7, 9, 13] that directly spread the surrounding neighbors to be white pixels if the central pixel is white. Compared to active dilation methods, our proposed passive dilation is more concentrated on the handdrawn lines region instead of covering unrelated pixel information (see Fig. 3) . Thus, we name our methods as passive dilatation.  \nIn the implementation, we will do an unsharp mask for the whole image first to increase overall visualization sharpness and then apply two extra turns of sharpening to the hand-drawn lines specifically based on the pipeline design mentioned above. More implementation details can be found in our released code.  \nB.3. Balanced Twin Perceptual Loss Details  \nAs shown in Fig. 2, our proposed middle-laye","cbCaijBix8vbwpGB","https://ap.wps.com/l/cbCaijBix8vbwpGB","pdf",8859986,1,9,"English","en",105,"# API Dataset Details\n# Implementation Details\n## Training Network Details\n## Hand-drawn line enhancement Details\n## Balanced Twin Perceptual Loss Details\n## Degradation Details\n# Visual Results","[{\"question\":\"APISR 的数据集规模与特点是什么？\",\"answer\":\"API SR 数据集包含 3,740 张高质量且信息量充分的动漫相关图像。文中给出了缩放前的宽高比与分辨率统计，并与先前的真实感超分训练数据集规模进行对比说明。\"},{\"question\":\"训练网络在 GRL 上做了哪些关键实现调整？\",\"answer\":\"使用 GRL 的 tiny 版本作为生成器，并将默认的 upsampler（像素洗牌）替换为“最近邻插值 + 卷积层”的组合，以减少上采样过程中的伪影。最终参数规模为 1.03M，并强调其与对比方法相比的紧凑性。\"},{\"question\":\"手绘线增强部分如何从 XDoG 得到更干净的线条边缘图？\",\"answer\":\"先用 XDoG 提取二值边缘图，然后通过 outlier filter 以连通白像素数量阈值递归剔除离群区域；再采用 passive dilate 根据白邻居数量对黑像素进行被动替换，从而更集中地扩展手绘线条区域。\"},{\"question\":\"退化模型中的预测导向压缩设置如何覆盖图像与视频？\",\"answer\":\"预测导向压缩同时使用带预测机制的图像压缩（WebP、AVIF）以及单帧视频压缩。文中给出 JPEG/WebP/AVIF 与 MPEG2/MPEG4/H.264/H.265 的质量参数范围、CRF 或 qscale 控制策略，并说明 preset 的取值概率分布。\"}]","APISR: Anime Production Inspired Real-World Anime Super-Resolution - Supplementary Material - 训练数据与实现细节 | PDF",1787299675,23,{"code":4,"msg":31,"data":32},"ok",{"site_id":24,"language":23,"slug":33,"title":13,"keywords":34,"description":14,"schema_data":35,"social_meta":91,"head_meta":93,"extra_data":95,"updated_unix":28},"apisr-anime-production-inspired-real-world-anime-super-resolution-supplementary-material-training-data-and-implementation-details","",{"@graph":36,"@context":90},[37,54,69],{"@type":38,"itemListElement":39},"BreadcrumbList",[40,44,48,51],{"item":41,"name":42,"@type":43,"position":20},"https://docshare.wps.com","Home","ListItem",{"item":45,"name":46,"@type":43,"position":47},"https://docshare.wps.com/document/","Document",2,{"item":49,"name":12,"@type":43,"position":50},"https://docshare.wps.com/document/research-report/",3,{"item":52,"name":13,"@type":43,"position":53},"https://docshare.wps.com/document/apisr-anime-production-inspired-real-world-anime-super-resolution-supplementary-material-training-data-and-implementation-details/134799/",4,{"url":52,"name":13,"@type":55,"author":56,"headline":13,"publisher":58,"fileFormat":61,"inLanguage":23,"description":14,"dateModified":62,"datePublished":63,"encodingFormat":61,"isAccessibleForFree":64,"interactionStatistic":65},"DigitalDocument",{"name":9,"@type":57},"Person",{"url":41,"name":59,"@type":60},"DocShare","Organization","application/pdf","2026-08-23","2026-08-21",true,{"@type":66,"interactionType":67,"userInteractionCount":20},"InteractionCounter",{"@type":68},"ViewAction",{"@type":70,"mainEntity":71},"FAQPage",[72,78,82,86],{"name":73,"@type":74,"acceptedAnswer":75},"APISR 的数据集规模与特点是什么？","Question",{"text":76,"@type":77},"API SR 数据集包含 3,740 张高质量且信息量充分的动漫相关图像。文中给出了缩放前的宽高比与分辨率统计，并与先前的真实感超分训练数据集规模进行对比说明。","Answer",{"name":79,"@type":74,"acceptedAnswer":80},"训练网络在 GRL 上做了哪些关键实现调整？",{"text":81,"@type":77},"使用 GRL 的 tiny 版本作为生成器，并将默认的 upsampler（像素洗牌）替换为“最近邻插值 + 卷积层”的组合，以减少上采样过程中的伪影。最终参数规模为 1.03M，并强调其与对比方法相比的紧凑性。",{"name":83,"@type":74,"acceptedAnswer":84},"手绘线增强部分如何从 XDoG 得到更干净的线条边缘图？",{"text":85,"@type":77},"先用 XDoG 提取二值边缘图，然后通过 outlier filter 以连通白像素数量阈值递归剔除离群区域；再采用 passive dilate 根据白邻居数量对黑像素进行被动替换，从而更集中地扩展手绘线条区域。",{"name":87,"@type":74,"acceptedAnswer":88},"退化模型中的预测导向压缩设置如何覆盖图像与视频？",{"text":89,"@type":77},"预测导向压缩同时使用带预测机制的图像压缩（WebP、AVIF）以及单帧视频压缩。文中给出 JPEG/WebP/AVIF 与 MPEG2/MPEG4/H.264/H.265 的质量参数范围、CRF 或 qscale 控制策略，并说明 preset 的取值概率分布。","https://schema.org",{"og:url":52,"og:type":92,"og:title":13,"og:site_name":59,"og:description":14},"article",{"robots":94,"canonical":52},"index,follow",{"doc_id":7,"site_id":24},{"code":4,"msg":5,"data":97},[98,102,106,110,115,120,125,128,132,135,139],{"id":20,"doc_module":4,"doc_module_name":46,"category_name":99,"show_sort_weight":100,"slug":101},"Story & Novel",90,"story-novel",{"id":47,"doc_module":4,"doc_module_name":46,"category_name":103,"show_sort_weight":104,"slug":105},"Literature",80,"literature",{"id":53,"doc_module":4,"doc_module_name":46,"category_name":107,"show_sort_weight":108,"slug":109},"Exam",70,"exam",{"id":111,"doc_module":4,"doc_module_name":46,"category_name":112,"show_sort_weight":113,"slug":114},5,"Comic",60,"comic",{"id":116,"doc_module":4,"doc_module_name":46,"category_name":117,"show_sort_weight":118,"slug":119},6,"Technology",50,"technology",{"id":121,"doc_module":4,"doc_module_name":46,"category_name":122,"show_sort_weight":123,"slug":124},7,"Healthcare",40,"healthcare",{"id":11,"doc_module":4,"doc_module_name":46,"category_name":12,"show_sort_weight":126,"slug":127},30,"research-report",{"id":21,"doc_module":4,"doc_module_name":46,"category_name":129,"show_sort_weight":130,"slug":131},"Religion & Spirituality",20,"religion-spirituality",{"id":130,"doc_module":4,"doc_module_name":46,"category_name":133,"show_sort_weight":130,"slug":134},"World Cup","world-cup",{"id":136,"doc_module":4,"doc_module_name":46,"category_name":137,"show_sort_weight":136,"slug":138},10,"Lifestyle","lifestyle",{"id":140,"doc_module":4,"doc_module_name":46,"category_name":141,"show_sort_weight":111,"slug":142},19,"General","general"]