DaTaobao Tech
Author

DaTaobao Tech

Official account of DaTaobao Technology

553
Articles
0
Likes
1.4k
Views
0
Comments
Recent Articles

Latest from DaTaobao Tech

100 recent articles max
DaTaobao Tech
DaTaobao Tech
Mar 3, 2025 · Artificial Intelligence

How Taobao’s “Faxiang” AI Model Revolutionizes E‑Commerce Video Generation

Taobao’s AIGC video generation platform, built on a large‑scale “Faxiang” model that evolved from UNet to DiT, leverages over 2 billion curated e‑commerce videos, expert alignment, Lora fine‑tuning, and multi‑control capabilities to deliver diverse, high‑quality product videos that dramatically boost conversion metrics across the marketplace.

AI video generationAIGCe-commerce
0 likes · 11 min read
How Taobao’s “Faxiang” AI Model Revolutionizes E‑Commerce Video Generation
DaTaobao Tech
DaTaobao Tech
Feb 28, 2025 · Artificial Intelligence

AIGC Content Analysis Agent for E‑commerce

We introduce an AIGC‑driven content analysis agent for Taobao that automatically builds a fine‑grained feature taxonomy, multimodally labels images, videos and text, mines causal quality features, and deploys auto‑prompt, memory and LoRA‑based training pipelines, achieving over 90% labeling accuracy, 80% labor savings and double‑digit CTR gains while cutting video generation cost to 25% of GPT‑4o.

AIGCPrompt Optimizationcontent analysis
0 likes · 18 min read
AIGC Content Analysis Agent for E‑commerce
DaTaobao Tech
DaTaobao Tech
Feb 26, 2025 · Artificial Intelligence

How Taobao’s AI Turns Static Clothing Images into Seamless Virtual Try‑On Videos

This article analyzes Taobao’s AIGC video virtual try‑on pipeline, detailing the challenges of frame‑level realism and continuity, the upgraded DiT‑based model, 3D‑VAE compression, large‑scale data collection, template‑matching mechanisms, and the resulting product capabilities for automated marketing and personalized shopper experiences.

AI video generationContent Generatione-commerce
0 likes · 13 min read
How Taobao’s AI Turns Static Clothing Images into Seamless Virtual Try‑On Videos
DaTaobao Tech
DaTaobao Tech
Feb 24, 2025 · Artificial Intelligence

AIGC Video Generation Techniques for E‑commerce: Lip‑Sync, Head/Body Driving, and Business Applications

The article surveys recent AIGC video generation advances for Taobao e‑commerce, detailing lip‑sync models like Wav2Lip and MuseTalk, head‑driven systems such as Hallo and EchoMimic, body‑driven pipelines including AnimateAnyone and Tango, and a four‑stage production workflow that boosts click‑through rates and enables virtual try‑on.

AIGCVideo Generationdeep learning
0 likes · 21 min read
AIGC Video Generation Techniques for E‑commerce: Lip‑Sync, Head/Body Driving, and Business Applications
DaTaobao Tech
DaTaobao Tech
Feb 21, 2025 · Artificial Intelligence

AI-Powered Face Swapping for the Spring Festival Gala: System Design and Deployment

The paper details the design and deployment of an AI‑driven face‑swap platform for the 2025 CCTV Spring Festival Gala, featuring a dual‑model SDXL pipeline with ControlNet and LoRA fine‑tuning, optimized preprocessing and GPU‑specific acceleration to achieve sub‑3‑second latency at over 10 k QPS, supporting scaling, throttling, and multi‑region load balancing, and ultimately serving ten million users and generating hundreds of millions of personalized gala images.

AI engineeringAIGCModel Optimization
0 likes · 28 min read
AI-Powered Face Swapping for the Spring Festival Gala: System Design and Deployment
DaTaobao Tech
DaTaobao Tech
Feb 19, 2025 · Frontend Development

Canvas Engine for AIGC‑Enabled Product Design

TMIC’s Canvas Engine combines a Konva‑based front‑end canvas framework with AIGC model interfaces to give merchants low‑level, undoable editing tools—such as template loading, intelligent image adjustments, magic eraser, filters, and watermarking—while exposing an SDK and JSON protocol for easy integration and future AI‑driven extensions.

AIGCCanvas EngineFront-end Development
0 likes · 16 min read
Canvas Engine for AIGC‑Enabled Product Design
DaTaobao Tech
DaTaobao Tech
Feb 14, 2025 · Mobile Development

Resolving SurfaceView Flash Black Issues in Taobao Shopping Cart with Hybrid Architecture

The black‑flash in Taobao’s shopping‑cart tab occurs because SurfaceView’s independent surface is destroyed during fragment removal or activity switches, and four remedies are offered: keep the fragment alive with show/hide, capture and display a screenshot, toggle between ImageView and SurfaceView via Weex APIs, or convert SurfaceView to TextureView temporarily, each with performance, memory, and latency trade‑offs.

AndroidFragmentPerformance
0 likes · 10 min read
Resolving SurfaceView Flash Black Issues in Taobao Shopping Cart with Hybrid Architecture
DaTaobao Tech
DaTaobao Tech
Feb 12, 2025 · Mobile Development

Optimizing Fragment Transition Animations in Android: Analysis and Solutions

The article examines why Android fragment transition animations lag compared to activity animations and proposes three remedies—delaying heavy UI work, feeding data frame‑by‑frame via Choreographer callbacks, and using an asynchronous SurfaceView snapshot—to achieve smoother, deterministic UI performance on low‑end devices.

AndroidFragmentPerformance
0 likes · 13 min read
Optimizing Fragment Transition Animations in Android: Analysis and Solutions
DaTaobao Tech
DaTaobao Tech
Feb 10, 2025 · Mobile Development

Exploring Taobao Transaction Terminal Hybrid Architecture and Performance Optimization

The article presents a hybrid native‑container/Weex 2.0 architecture for Taobao’s transaction terminal that tackles native development inefficiencies by using configuration‑driven modules for container, instance, data, resource, and logic management, achieving up to 70% latency reduction and outlining rollout and future optimization plans.

TaobaoWeexhybrid architecture
0 likes · 17 min read
Exploring Taobao Transaction Terminal Hybrid Architecture and Performance Optimization
DaTaobao Tech
DaTaobao Tech
Feb 7, 2025 · R&D Management

Non-Functional Quality Delivery and Code Documentation Practices

The article highlights how vague requirements, weak architecture, and inconsistent team habits undermine non‑functional quality, then offers Java‑focused guidance on using concise comments, proper Javadoc, self‑documenting code, clear exception versus business‑error handling, and balancing standard interfaces with targeted specialization to improve maintainability and performance.

JavaNon-functional qualitybest practices
0 likes · 19 min read
Non-Functional Quality Delivery and Code Documentation Practices