中文
相关论文

相关论文: MixSA: Training-free Reference-based Sketch Extrac…

200 篇论文

Sketches reflect the drawing style of individual artists; therefore, it is important to consider their unique styles when extracting sketches from color images for various applications. Unfortunately, most existing sketch extraction methods…

计算机视觉与模式识别 · 计算机科学 2024-07-22 Chang Wook Seo , Amirsaman Ashtari , Junyong Noh

Sketch colorization plays an important role in animation and digital illustration production tasks. However, existing methods still meet problems in that text-guided methods fail to provide accurate color and style reference, hint-guided…

计算机视觉与模式识别 · 计算机科学 2025-02-28 Dingkun Yan , Xinrui Wang , Zhuoru Li , Suguru Saito , Yusuke Iwasawa , Yutaka Matsuo , Jiaxian Guo

Generating sketches guided by reference styles requires precise transfer of stroke attributes, such as line thickness, deformation, and texture sparsity, while preserving semantic structure and content fidelity. To this end, we propose…

计算机视觉与模式识别 · 计算机科学 2025-10-21 Rui Yang , Huining Li , Yiyi Long , Xiaojun Wu , Shengfeng He

Recent advances in large language models highlighted the excessive quadratic cost of self-attention. Despite the significant research efforts, subquadratic attention methods still suffer from inferior performance in practice. We hypothesize…

机器学习 · 计算机科学 2025-05-02 Piotr Piękos , Róbert Csordás , Jürgen Schmidhuber

Despite the success in large-scale text-to-image generation and text-conditioned image editing, existing methods still struggle to produce consistent generation and editing results. For example, generation approaches usually fail to…

计算机视觉与模式识别 · 计算机科学 2023-04-18 Mingdeng Cao , Xintao Wang , Zhongang Qi , Ying Shan , Xiaohu Qie , Yinqiang Zheng

Sketch recognition remains a significant challenge due to the limited training data and the substantial intra-class variance of freehand sketches for the same object. Conventional methods for this task often rely on the availability of the…

计算机视觉与模式识别 · 计算机科学 2020-12-04 Ying Zheng , Hongxun Yao , Xiaoshuai Sun , Shengping Zhang , Sicheng Zhao , Fatih Porikli

Sketching enables many exciting applications, notably, image retrieval. The fear-to-sketch problem (i.e., "I can't sketch") has however proven to be fatal for its widespread adoption. This paper tackles this "fear" head on, and for the…

计算机视觉与模式识别 · 计算机科学 2022-03-29 Ayan Kumar Bhunia , Subhadeep Koley , Abdullah Faiz Ur Rahman Khilji , Aneeshan Sain , Pinaki Nath Chowdhury , Tao Xiang , Yi-Zhe Song

Diffusion models achieved unprecedented fidelity and diversity for synthesizing image, video, 3D assets, etc. However, subject mixing is an unresolved issue for diffusion-based image synthesis, particularly for synthesizing multiple…

计算机视觉与模式识别 · 计算机科学 2025-03-26 Weimin Qiu , Jieke Wang , Meng Tang

In this paper, we propose a novel abstraction-aware sketch-based image retrieval framework capable of handling sketch abstraction at varied levels. Prior works had mainly focused on tackling sub-factors such as drawing style and order, we…

计算机视觉与模式识别 · 计算机科学 2024-03-22 Subhadeep Koley , Ayan Kumar Bhunia , Aneeshan Sain , Pinaki Nath Chowdhury , Tao Xiang , Yi-Zhe Song

We introduce a new architecture for personalization of text-to-image diffusion models, coined Mixture-of-Attention (MoA). Inspired by the Mixture-of-Experts mechanism utilized in large language models (LLMs), MoA distributes the generation…

计算机视觉与模式识别 · 计算机科学 2024-05-07 Kuan-Chieh Wang , Daniil Ostashev , Yuwei Fang , Sergey Tulyakov , Kfir Aberman

Recent advances in vision-language models have facilitated progress in sketch generation. However, existing specialized methods primarily focus on generic synthesis and lack mechanisms for precise control over sketch styles. In this work,…

计算机视觉与模式识别 · 计算机科学 2025-11-07 Tengjie Li , Shikui Tu , Lei Xu

Recent advances in generative diffusion models have shown a notable inherent understanding of image style and semantics. In this paper, we leverage the self-attention features from pretrained diffusion networks to transfer the visual…

计算机视觉与模式识别 · 计算机科学 2025-02-28 Yang Zhou , Xu Gao , Zichong Chen , Hui Huang

Recent remarkable improvements in large-scale text-to-image generative models have shown promising results in generating high-fidelity images. To further enhance editability and enable fine-grained generation, we introduce a…

计算机视觉与模式识别 · 计算机科学 2023-04-20 Kangyeol Kim , Sunghyun Park , Junsoo Lee , Jaegul Choo

Supervised fine-tuning (SFT) is widely used to inject new knowledge into language models, but it often degrades pretrained capabilities such as reasoning and general-domain performance. We argue this forgetting arises because fine-tuning…

计算与语言 · 计算机科学 2026-05-22 Jiarui Liu , Lechen Zhang , Yongjin Yang , Yinghui He , Yingheng Wang , Weihao Xuan , Zhijing Jin , Mona Diab

Reference-based sketch colorization methods have garnered significant attention due to their potential applications in the animation production industry. However, most existing methods are trained with image triplets of sketch, reference,…

计算机视觉与模式识别 · 计算机科学 2025-04-10 Dingkun Yan , Xinrui Wang , Yusuke Iwasawa , Yutaka Matsuo , Suguru Saito , Jiaxian Guo

Example-guided image synthesis has been recently attempted to synthesize an image from a semantic label map and an exemplary image. In the task, the additional exemplary image serves to provide style guidance that controls the appearance of…

计算机视觉与模式识别 · 计算机科学 2019-12-02 Haitian Zheng , Haofu Liao , Lele Chen , Wei Xiong , Tianlang Chen , Jiebo Luo

Despite the impressive generative capabilities of diffusion models, existing diffusion model-based style transfer methods require inference-stage optimization (e.g. fine-tuning or textual inversion of style) which is time-consuming, or…

计算机视觉与模式识别 · 计算机科学 2024-03-21 Jiwoo Chung , Sangeek Hyun , Jae-Pil Heo

Knowledge distillation extracts general knowledge from a pre-trained teacher network and provides guidance to a target student network. Most studies manually tie intermediate features of the teacher and student, and transfer knowledge…

机器学习 · 计算机科学 2021-02-08 Mingi Ji , Byeongho Heo , Sungrae Park

Unlike the conventional Knowledge Distillation (KD), Self-KD allows a network to learn knowledge from itself without any guidance from extra networks. This paper proposes to perform Self-KD from image Mixture (MixSKD), which integrates…

计算机视觉与模式识别 · 计算机科学 2022-08-12 Chuanguang Yang , Zhulin An , Helong Zhou , Linhang Cai , Xiang Zhi , Jiwen Wu , Yongjun Xu , Qian Zhang

Example-guided image synthesis has recently been attempted to synthesize an image from a semantic label map and an exemplary image. In the task, the additional exemplar image provides the style guidance that controls the appearance of the…

计算机视觉与模式识别 · 计算机科学 2020-04-22 Haitian Zheng , Haofu Liao , Lele Chen , Wei Xiong , Tianlang Chen , Jiebo Luo
‹ 上一页 1 2 3 10 下一页 ›