Tag

style transfer

1 views collected around this technical thread.

Baidu Geek Talk
Baidu Geek Talk
Jul 24, 2024 · Artificial Intelligence

AI-Driven Fusion of Peking Opera Characters with Ink-Wash Painting Style Using PaddleGAN

Li Yilin’s AI project blends Peking Opera characters with traditional ink‑wash painting by using PaddleHub for style transfer and PaddleGAN’s First‑Order Motion model for facial motion, then adds music and Wav2Lip lip‑sync, producing videos that modernize Chinese heritage and gauge public cultural awareness.

AIPaddleGANPeking Opera
0 likes · 9 min read
AI-Driven Fusion of Peking Opera Characters with Ink-Wash Painting Style Using PaddleGAN
DataFunTalk
DataFunTalk
Sep 18, 2023 · Artificial Intelligence

AIGA: AI‑Generated Action for Game AI Bots – From AIGC to Human‑like and Stylized Agents

The article details NetEase Fuxi's research on AI‑Generated Action (AIGA) for game AI bots, covering the shift from AIGC to AIGA, advances in making bots more human‑like and stylized, and the application of RLHF fine‑tuning to bridge objective metrics with subjective player experience.

AIAIGAHuman-like Bots
0 likes · 20 min read
AIGA: AI‑Generated Action for Game AI Bots – From AIGC to Human‑like and Stylized Agents
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 24, 2023 · Artificial Intelligence

Neural Style Transfer with PyTorch: Theory and Implementation

This article introduces neural style transfer, explains its underlying principles using VGG19 feature extraction, content and style loss definitions, and provides a complete PyTorch implementation with code for loading images, extracting features, computing Gram matrices, and optimizing the output image.

PyTorchcomputer visiondeep learning
0 likes · 14 min read
Neural Style Transfer with PyTorch: Theory and Implementation
DataFunSummit
DataFunSummit
Apr 1, 2023 · Artificial Intelligence

Overview of Understanding and Editing Vision Models in the ModelScope Community

This article introduces ModelScope's community‑released visual models, detailing the categorization of understanding versus editing models, the two‑stage coarse‑to‑fine segmentation pipeline for matting, and four editing applications—style transfer, portrait beautification, skin enhancement, and anime‑style conversion—while also previewing upcoming sky‑replacement and video‑matting models.

AIModelScopeVisual Editing
0 likes · 9 min read
Overview of Understanding and Editing Vision Models in the ModelScope Community
Kuaishou Tech
Kuaishou Tech
Apr 18, 2022 · Artificial Intelligence

SSAN: A Novel Dual‑Stream Network for Domain‑Generalized Face Anti‑Spoofing

This paper proposes SSAN, a novel dual‑stream network that separates content and style features to achieve domain‑generalized face anti‑spoofing, employing adversarial learning for content, contrastive learning for style, and a large‑scale evaluation protocol across twelve public datasets, achieving state‑of‑the‑art performance.

SSANcontrastive learningdomain generalization
0 likes · 16 min read
SSAN: A Novel Dual‑Stream Network for Domain‑Generalized Face Anti‑Spoofing
IT Services Circle
IT Services Circle
Apr 13, 2022 · Artificial Intelligence

Introducing DualStyleGAN, RQ‑VAE Transformer, and VFD: Recent CVPR 2022 Open‑Source Algorithms

Jack Cui presents three recently open‑sourced CVPR 2022 algorithms—DualStyleGAN for high‑resolution portrait style transfer, RQ‑VAE Transformer for improved text‑to‑image generation, and VFD for deep‑fake detection—detailing their functionality, usage options, and providing links to code repositories and demo platforms.

AIDeepfake DetectionGenerative Models
0 likes · 5 min read
Introducing DualStyleGAN, RQ‑VAE Transformer, and VFD: Recent CVPR 2022 Open‑Source Algorithms
DataFunSummit
DataFunSummit
Jan 25, 2022 · Artificial Intelligence

Intelligent Lyric Generation for Music: Techniques, Models, and Future Directions

This article explores how AI and natural language processing technologies are applied to music lyric creation, covering background challenges, rhyme retrieval methods, advanced language models such as SongNet, decoding strategies, style transfer, and a multi‑level generation platform that aims to streamline professional songwriting.

AI lyric generationMusic AINatural Language Processing
0 likes · 14 min read
Intelligent Lyric Generation for Music: Techniques, Models, and Future Directions
DataFunSummit
DataFunSummit
Dec 3, 2020 · Artificial Intelligence

GAN Fundamentals, Variants, and Practical Applications in Image Style Transfer and Handwriting Font Generation

This article provides a comprehensive overview of Generative Adversarial Networks, covering their original formulation, training dynamics, loss functions, major variants such as DCGAN and WGAN, and practical implementations for image‑to‑image translation, style transfer, and handwriting font synthesis at Laiye Technology.

GANGenerative Adversarial NetworksImage Translation
0 likes · 28 min read
GAN Fundamentals, Variants, and Practical Applications in Image Style Transfer and Handwriting Font Generation
Laiye Technology Team
Laiye Technology Team
Nov 25, 2020 · Artificial Intelligence

Comprehensive Overview of GANs: History, Improvements, Applications, and Handwriting Style Transfer

This article provides an in‑depth overview of Generative Adversarial Networks (GANs), covering their original formulation, major variants such as DCGAN and WGAN, challenges like mode collapse, image‑to‑image translation techniques (cGAN, pix2pix, CycleGAN), and practical handwriting style‑transfer implementations using BicycleGAN and Zi2Zi.

GANGenerative Adversarial NetworksImage-to-Image Translation
0 likes · 27 min read
Comprehensive Overview of GANs: History, Improvements, Applications, and Handwriting Style Transfer
DataFunTalk
DataFunTalk
Jun 8, 2020 · Artificial Intelligence

Recap of Baidu ACL 2020 Paper Sharing Session – Papers 4 to 6

The Baidu ACL 2020 paper sharing live session recap presents three NLP research papers—on unsupervised style transfer, sentiment‑knowledge‑enhanced pre‑training, and conversational recommendation over multi‑type dialogs—detailing their novel models, methodologies, and key contributions.

ACL 2020Conversational RecommendationNLP
0 likes · 4 min read
Recap of Baidu ACL 2020 Paper Sharing Session – Papers 4 to 6
Python Programming Learning Circle
Python Programming Learning Circle
Apr 18, 2020 · Artificial Intelligence

Implementing Neural Style Transfer with VGG16 and L‑BFGS Optimization

This article explains how to build a neural style‑transfer application by preprocessing input and style images, loading a pretrained VGG16 network, defining content, style, and total‑variation losses, and finally optimizing the output image using the L‑BFGS algorithm.

CNNL-BFGSVGG16
0 likes · 5 min read
Implementing Neural Style Transfer with VGG16 and L‑BFGS Optimization
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Sep 26, 2019 · Artificial Intelligence

Turn AI Into a Gallery‑Ready Painter with Docker and Style Transfer

Learn how to turn an AI robot into a gallery‑ready painter by setting up Docker and nvidia‑docker, installing GPU drivers, and running a neural‑style transfer pipeline that blends photographs with Monet’s brushstrokes, producing high‑quality artwork in minutes.

AI artDockerGPU
0 likes · 8 min read
Turn AI Into a Gallery‑Ready Painter with Docker and Style Transfer