Tagged articles

Deep Learning

1276 articles · Page 6 of 13
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 11, 2022 · Artificial Intelligence

GANomaly: Theory and Source Code Analysis

This article explains the GANomaly model for semi‑supervised anomaly detection, detailing its generator‑encoder‑discriminator architecture, loss functions, testing phase scoring, and provides annotated PyTorch source code to help readers implement and understand the approach.

Deep LearningEncoder-DecoderGaN
0 likes · 15 min read
GANomaly: Theory and Source Code Analysis
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 8, 2022 · Artificial Intelligence

Wasserstein GAN (WGAN): Theory and Hands‑On Implementation

This article explains why traditional GANs suffer from training instability, introduces the Wasserstein (Earth‑Mover) distance as a smoother alternative, derives the WGAN objective, discusses Lipschitz constraints, and provides practical PyTorch code modifications to convert a vanilla GAN into a stable WGAN.

Deep LearningGaNMachine Learning
0 likes · 21 min read
Wasserstein GAN (WGAN): Theory and Hands‑On Implementation
AntTech
AntTech
Sep 27, 2022 · Artificial Intelligence

Ant Group’s Research Institute Publishes Four NeurIPS 2022 Papers on Advanced Computer Vision and AI

Ant Group’s Ant Technology Research Institute had four papers from its Visual Intelligence Lab accepted at NeurIPS 2022, covering rank diminishing in deep networks, geometry‑aware 3D image synthesis, dynamic discriminators for GANs, and uncertainty‑aware hierarchical refinement for incremental classification, highlighting the institute’s cutting‑edge AI research.

AI researchDeep LearningGANs
0 likes · 8 min read
Ant Group’s Research Institute Publishes Four NeurIPS 2022 Papers on Advanced Computer Vision and AI
DataFunTalk
DataFunTalk
Sep 25, 2022 · Artificial Intelligence

Personalized News Recommendation System Based on Knowledge Graphs

This talk presents a personalized news recommendation system that leverages knowledge graphs to enhance recommendation accuracy, explainability, and user interest modeling, detailing background, graph construction methods, multi‑task deep learning architecture, experimental results, and future research directions.

Deep LearningExplainabilityGraph Construction
0 likes · 22 min read
Personalized News Recommendation System Based on Knowledge Graphs
Zhengtong Technical Team
Zhengtong Technical Team
Sep 22, 2022 · Artificial Intelligence

How YOLOv5 Powers Real‑Time City Management Video Analysis

This article explains the background, workflow, and technical details of using the YOLOv5 one‑stage object detection algorithm to enable fast, accurate video analytics for urban management, covering data augmentation, backbone design, FPN‑PAN neck, and prediction output processing.

AIDeep LearningYOLOv5
0 likes · 8 min read
How YOLOv5 Powers Real‑Time City Management Video Analysis
HomeTech
HomeTech
Sep 20, 2022 · Artificial Intelligence

Deep Learning for Image Classification: Classic Networks, Attention Mechanisms, and Their Application to Fine‑Grained Classification and Automotive Series Recognition

This article reviews the evolution of deep‑learning image‑classification networks, surveys attention mechanisms for fine‑grained tasks, describes the CVPR 2022 FGVC9 competition solution using RegNetY and random attention cropping, and discusses its deployment in automotive series recognition along with future challenges.

Attention MechanismsCVPRDeep Learning
0 likes · 19 min read
Deep Learning for Image Classification: Classic Networks, Attention Mechanisms, and Their Application to Fine‑Grained Classification and Automotive Series Recognition
Java Architect Essentials
Java Architect Essentials
Sep 18, 2022 · Industry Insights

Why AI Porn Detection Still Struggles: Key Challenges and the Need for Human Moderators

AI-powered porn detection leverages deep neural networks to classify images, but faces serious hurdles such as visual similarity with benign content, subjective standards of obscenity, and vulnerabilities stemming from training data, making human moderators indispensable for reliable content safety.

AI moderationDeep Learningcontent safety
0 likes · 3 min read
Why AI Porn Detection Still Struggles: Key Challenges and the Need for Human Moderators
Programmer DD
Programmer DD
Sep 13, 2022 · Artificial Intelligence

Why AI Porn Detection Still Struggles: Key Challenges Explained

AI-based porn detection uses deep neural networks to classify images, but faces tough hurdles such as visual similarity with benign content, subjective standards for nudity, and vulnerabilities from training‑data dependence, meaning human moderators remain essential for reliable safety.

AI moderationDeep Learningcomputer vision
0 likes · 3 min read
Why AI Porn Detection Still Struggles: Key Challenges Explained
DataFunTalk
DataFunTalk
Sep 13, 2022 · Artificial Intelligence

Intelligent Question Answering in QQ Browser Search: Background, Key Technologies, and Frontier Research

This article presents an in‑depth overview of intelligent question answering in QQ Browser search, covering its background, the core KBQA and DeepQA technologies, system architecture, challenges, recent advances such as end‑to‑end, knowledge‑guided and multimodal QA, and practical Q&A for deployment.

AIDeep LearningKnowledge Graph
0 likes · 22 min read
Intelligent Question Answering in QQ Browser Search: Background, Key Technologies, and Frontier Research
Huolala Tech
Huolala Tech
Sep 10, 2022 · Artificial Intelligence

How AI Transforms Freight Safety: Real‑Time Risk Detection and Intervention

This article explains how AI technologies enable end‑to‑end freight safety monitoring, from pre‑trip and in‑trip risk identification to targeted interventions and governance, addressing challenges such as long‑tail data, small‑sample learning, fine‑grained classification, and multi‑level filtering.

AIDeep Learningfreight safety
0 likes · 12 min read
How AI Transforms Freight Safety: Real‑Time Risk Detection and Intervention
DataFunSummit
DataFunSummit
Sep 9, 2022 · Artificial Intelligence

Wuliang: Tencent's Deep Learning Framework for Real‑Time Large‑Scale Recommendation

The presentation by Tencent expert Yuan Yi details the Wuliang deep learning system for recommendation, covering its background, technical challenges such as massive data and real‑time requirements, the parameter‑server based solutions for training and inference, model compression techniques, and continuous online deployment strategies.

Deep LearningLarge‑Scale Trainingparameter server
0 likes · 14 min read
Wuliang: Tencent's Deep Learning Framework for Real‑Time Large‑Scale Recommendation
Bilibili Tech
Bilibili Tech
Sep 9, 2022 · Artificial Intelligence

Visual Lossless Deep Learning Pre‑processing for Video Transcoding Using DCT‑Based Low‑Rank Loss and a Lightweight Model

A visual‑lossless deep‑learning pre‑processor that employs a DCT‑based low‑rank loss and an ultra‑lightweight CPU‑friendly model achieves up to 20% bitrate reduction for 1080p videos while preserving high‑frequency details, enabling real‑time transcoding and bandwidth savings for popular content on Bilibili.

AIDCTDeep Learning
0 likes · 11 min read
Visual Lossless Deep Learning Pre‑processing for Video Transcoding Using DCT‑Based Low‑Rank Loss and a Lightweight Model
DataFunSummit
DataFunSummit
Sep 4, 2022 · Artificial Intelligence

Sparse Features in Machine Learning: Challenges, NVIDIA Ampere Structured Sparsity, Knowledge Distillation, and GAN Model Compression

This talk explores the challenges and opportunities of leveraging sparsity in machine learning models, covering fine‑grained and coarse‑grained sparsity, NVIDIA Ampere’s 2:4 structured sparsity, knowledge‑distillation techniques for converting unstructured to structured sparsity, and model compression strategies for generative adversarial networks.

Deep LearningGPU AccelerationGaN
0 likes · 14 min read
Sparse Features in Machine Learning: Challenges, NVIDIA Ampere Structured Sparsity, Knowledge Distillation, and GAN Model Compression
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Sep 1, 2022 · Artificial Intelligence

How Uni‑Fold + Alibaba PAI Boost Protein Structure Prediction to 6.6k Amino Acids

DeepMind’s AlphaFold inspired Uni‑Fold, now accelerated with Alibaba Cloud’s PAI platform, can predict protein structures up to 6.6k amino acids—covering 99.992% of known sequences—delivering ten‑minute inference for SARS‑CoV‑2 spike trimers and setting new performance benchmarks for AI‑driven structural biology.

AI accelerationAlibaba PAIBioinformatics
0 likes · 7 min read
How Uni‑Fold + Alibaba PAI Boost Protein Structure Prediction to 6.6k Amino Acids
ByteDance Terminal Technology
ByteDance Terminal Technology
Sep 1, 2022 · Artificial Intelligence

Hybrid Computer Vision and Deep Learning for Automated UI Background Color Extraction and Assertion

This article presents a hybrid pipeline combining traditional computer vision techniques and deep learning models to automatically extract and verify text background colors in UI automation screenshots, effectively addressing challenges like limited training data and complex borders to significantly reduce manual inspection costs while achieving high accuracy and robustness in production environments.

Deep LearningUI automationautomated testing
0 likes · 10 min read
Hybrid Computer Vision and Deep Learning for Automated UI Background Color Extraction and Assertion
iQIYI Technical Product Team
iQIYI Technical Product Team
Aug 26, 2022 · Industry Insights

How iQ Dubbing Cuts Film Dubbing Time by Over 3× Using Deep‑Learning AI

iQ Dubbing, iQIYI’s AI‑driven dubbing platform, leverages deep‑learning models to automate voice‑over, international voice extraction, and sound‑effect creation, reducing dubbing turnaround from months to under a week and boosting efficiency more than threefold, as recognized by the 2022 ChinaMM Innovation Product award.

AI dubbingDeep Learningindustry insight
0 likes · 4 min read
How iQ Dubbing Cuts Film Dubbing Time by Over 3× Using Deep‑Learning AI
DataFunSummit
DataFunSummit
Aug 23, 2022 · Artificial Intelligence

Graph Deep Learning for Content Risk Control and APT Detection

This article presents a comprehensive overview of Tencent AI Lab's graph‑based approaches for detecting misinformation and advanced persistent threats, detailing the challenges of modeling news content and social context, the design of the Post‑User Interaction Network (PSIN), experimental results on large multi‑topic datasets, and a novel graph‑pretraining pipeline for APT detection.

APT detectionDeep LearningSocial Network Analysis
0 likes · 12 min read
Graph Deep Learning for Content Risk Control and APT Detection
Tencent Cloud Developer
Tencent Cloud Developer
Aug 23, 2022 · Artificial Intelligence

Brain-Computer Interface Competition Showcases AI-Powered Mind-Controlled Technology

The Tencent Cloud‑backed “Tencent Cloud Cup” BCI competition, part of the World Robot Contest, drew over 250 teams from 26 provinces and three countries to tackle brain‑computer tasks like spelling and emotion detection, demonstrating typing, wheelchair and robotic arm applications, with the winning Chinese university team typing 81 characters in 285 seconds and results set for 5G deployment and publication in Brain Science Advances.

AI CompetitionDeep LearningRobotics
0 likes · 8 min read
Brain-Computer Interface Competition Showcases AI-Powered Mind-Controlled Technology
DaTaobao Tech
DaTaobao Tech
Aug 19, 2022 · Artificial Intelligence

SepLUT: Separable Lookup Tables for Real-time Image Enhancement

SepLUT, a new separable lookup‑table framework, splits color enhancement into a 1‑D LUT for independent adjustments and a 3‑D LUT for correlated changes, predicted by a lightweight CNN, enabling quantizable, real‑time ISP performance with state‑of‑the‑art results on the FiveK benchmark.

Deep Learningcomputer visionimage enhancement
0 likes · 12 min read
SepLUT: Separable Lookup Tables for Real-time Image Enhancement
Hulu Beijing
Hulu Beijing
Aug 19, 2022 · Artificial Intelligence

Disney’s M5 Model: Multi‑Modal, Multi‑Interest, Multi‑Scenario Boost for Streaming Recommendations

Disney’s Content Discovery team introduces M5, a multi‑modal, multi‑interest, multi‑scenario recall model that enhances VOD and live streaming recommendations by leveraging rich metadata, user behavior, and contextual features, outperforming baseline methods with significant hit‑ratio gains across Hulu and Disney+.

Deep LearningM5 modelMulti-modal
0 likes · 22 min read
Disney’s M5 Model: Multi‑Modal, Multi‑Interest, Multi‑Scenario Boost for Streaming Recommendations
FunTester
FunTester
Aug 18, 2022 · Artificial Intelligence

How AI Can Automate UI Testing: Building Image‑Based Anomaly Detection

This article examines the evolution of mobile UI testing toward AI‑driven approaches, outlines the challenges of large‑scale apps, and details a practical workflow for constructing image‑based anomaly datasets, training a ResNet‑18 model, and iterating on detection performance.

AI testingDeep LearningUI automation
0 likes · 13 min read
How AI Can Automate UI Testing: Building Image‑Based Anomaly Detection
Model Perspective
Model Perspective
Aug 15, 2022 · Artificial Intelligence

Understanding Recurrent Neural Networks: From Vanilla RNN to LSTM with Keras

This article introduces recurrent neural networks (RNNs) and their ability to handle sequential data, explains the limitations of vanilla RNNs, presents the LSTM architecture with its gates, and provides complete Keras code for data loading, model building, and training both vanilla RNN and LSTM models.

Deep LearningKerasLSTM
0 likes · 5 min read
Understanding Recurrent Neural Networks: From Vanilla RNN to LSTM with Keras
JD Cloud Developers
JD Cloud Developers
Aug 15, 2022 · Artificial Intelligence

How FCA Doubles BERT’s Inference Speed with Less Than 1% Accuracy Loss

This article explains how the Fine‑ and Coarse‑Granularity Hybrid Self‑Attention (FCA) mechanism reduces BERT’s computational cost by over 50% while keeping accuracy loss under 1%, detailing the method, experimental results, and its significance for efficient large‑scale language models.

BERTDeep LearningFCA
0 likes · 8 min read
How FCA Doubles BERT’s Inference Speed with Less Than 1% Accuracy Loss
Model Perspective
Model Perspective
Aug 6, 2022 · Artificial Intelligence

Understanding Activation Functions in Artificial Neural Networks

This article introduces artificial neural networks, explains the role of artificial neurons and their weighted connections, and provides an overview of common activation functions—including linear, nonlinear ramp, threshold/step, and sigmoid forms—highlighting their characteristics and typical saturation values.

Deep LearningMachine Learningactivation function
0 likes · 2 min read
Understanding Activation Functions in Artificial Neural Networks
Model Perspective
Model Perspective
Aug 3, 2022 · Artificial Intelligence

Explore the Most Popular Machine Learning Algorithms: A Comprehensive Guide

This article provides a thorough overview of the most widely used machine learning algorithms, classifying them by learning style and problem type, and highlighting popular methods such as supervised, unsupervised, semi‑supervised, regression, instance‑based, regularization, decision‑tree, Bayesian, clustering, association rule, neural network, deep learning, dimensionality‑reduction, and ensemble techniques.

AlgorithmsDeep LearningMachine Learning
0 likes · 10 min read
Explore the Most Popular Machine Learning Algorithms: A Comprehensive Guide
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Aug 3, 2022 · Artificial Intelligence

Unlock AI-Powered Makeup Transfer: Copy Any Look to Your Photo in Three Steps

This article introduces an AI-powered makeup transfer technique that copies makeup from any reference image onto a user's photo, explains its advantages over traditional sticker-based apps, outlines a three‑step workflow, and provides sample Python code runnable on Huawei Cloud ModelArts.

AI makeup transferDeep LearningHuawei Cloud
0 likes · 4 min read
Unlock AI-Powered Makeup Transfer: Copy Any Look to Your Photo in Three Steps
Zuoyebang Tech Team
Zuoyebang Tech Team
Jul 29, 2022 · Artificial Intelligence

Boosting Chinese‑English Code‑Switching Speech Recognition with Language ID and LM Enhancements

This report details a series of experiments on Chinese‑English mixed‑language speech recognition, introducing language‑identification loss and language‑model integration to improve acoustic modeling, reduce mixed error rates, and achieve significant gains over a baseline end‑to‑end ASR system.

Code-SwitchingDeep Learninglanguage identification
0 likes · 16 min read
Boosting Chinese‑English Code‑Switching Speech Recognition with Language ID and LM Enhancements
GuanYuan Data Tech Team
GuanYuan Data Tech Team
Jul 28, 2022 · Artificial Intelligence

Unlocking Reinforcement Learning: Core Concepts, Algorithms, and Real‑World Applications

This article introduces reinforcement learning by defining agents, environments, rewards, and policies, explains key concepts such as Markov Decision Processes and Bellman equations, and surveys major algorithms—including dynamic programming, Monte‑Carlo, TD learning, policy gradients, Q‑learning, DQN, and evolution strategies—while highlighting practical challenges and notable case studies like AlphaGo Zero.

Deep LearningEvolution StrategiesMDP
0 likes · 27 min read
Unlocking Reinforcement Learning: Core Concepts, Algorithms, and Real‑World Applications
ITPUB
ITPUB
Jul 21, 2022 · Artificial Intelligence

From Blur to Brilliance: How AI‑Powered Image Quality Assessment Transformed 58.com’s Recruitment Images

This article reviews image quality assessment fundamentals, modern CNN‑based IQA models, and their deployment at 58.com to automatically score, filter, and rank millions of recruitment photos, achieving a drop in low‑quality images from 9% to zero while boosting overall accuracy to 94.7%.

Business ApplicationCNNDeep Learning
0 likes · 19 min read
From Blur to Brilliance: How AI‑Powered Image Quality Assessment Transformed 58.com’s Recruitment Images
JD Tech
JD Tech
Jul 21, 2022 · Artificial Intelligence

Improving JD Retail Recommendation Advertising Ranking with Variational Feature Learning, User Interest Network Optimization, and Global Collaborative Modeling

This article presents JD's comprehensive technical solution for boosting recommendation ad ranking by addressing cold‑start, shallow user interest extraction, and insufficient global data through a variational feature learning framework, enhanced user‑interest networks, and full‑domain collaborative modeling, achieving over 1% AUC gain and notable revenue growth.

CTR predictionDeep LearningE‑commerce
0 likes · 21 min read
Improving JD Retail Recommendation Advertising Ranking with Variational Feature Learning, User Interest Network Optimization, and Global Collaborative Modeling
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Jul 20, 2022 · Artificial Intelligence

AI Boosts Ship‑Sea Target Detection: Lessons from the First Innovation Competition

The inaugural Ship‑Sea Data Intelligent Application Innovation Competition, co‑hosted by Taihu Laboratory, Huawei and Wuxi authorities, showcased cutting‑edge AI techniques—such as multi‑scale training, TTA, knowledge distillation, and model pruning—to improve surface and underwater target detection for vessels, nets, buoys, and marine life, while offering transparent rankings, research funding, and a platform for advancing maritime AI.

AIDeep LearningMaritime
0 likes · 7 min read
AI Boosts Ship‑Sea Target Detection: Lessons from the First Innovation Competition
NetEase Smart Enterprise Tech+
NetEase Smart Enterprise Tech+
Jul 19, 2022 · Artificial Intelligence

How NER Dominated NLPCC 2022: Techniques Behind the Winning Model

This article reviews the recent NLPCC 2022 NER competition, explains the evolution of named entity recognition, details the five major modeling paradigms, and describes the winning team’s relation‑classification approach, data‑augmentation strategy, experimental results, and its practical deployment in NetEase Cloud Commerce services.

Artificial IntelligenceCompetitionData Augmentation
0 likes · 13 min read
How NER Dominated NLPCC 2022: Techniques Behind the Winning Model
JD Tech
JD Tech
Jul 18, 2022 · Artificial Intelligence

AI-Powered Visual Defect Detection for Mobile App UI Testing: Methodology, Data Construction, Model Training, and Evaluation

This article presents an end‑to‑end AI‑driven visual testing solution for mobile applications, detailing the business pain points, data set construction, CNN‑based model design, training procedures, performance evaluation with ROC and confusion matrices, and future directions for improving defect detection accuracy.

Deep LearningUI testingcomputer vision
0 likes · 14 min read
AI-Powered Visual Defect Detection for Mobile App UI Testing: Methodology, Data Construction, Model Training, and Evaluation
DaTaobao Tech
DaTaobao Tech
Jul 13, 2022 · Artificial Intelligence

MNN 2.0: A Unified Edge‑Cloud Deep Learning Framework Overview

MNN 2.0 transforms Alibaba’s lightweight deep‑learning engine into a unified edge‑cloud framework, delivering ultra‑small binaries, broad model‑format support, and aggressive CPU/GPU/DSP/NPU optimizations—including SIMD, Winograd, quantization, and sparse computation—while providing Python‑style APIs for preprocessing, inference, and on‑device training.

Deep LearningMNNedge computing
0 likes · 18 min read
MNN 2.0: A Unified Edge‑Cloud Deep Learning Framework Overview
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Jul 12, 2022 · Artificial Intelligence

How Whale Enables Efficient Giant Model Training on Heterogeneous GPUs

The article introduces Whale, an open‑source distributed training framework that unifies multiple parallelism strategies, uses hardware‑aware load balancing to accelerate giant models like BERT‑Large and the trillion‑parameter M6 on heterogeneous GPU clusters, and details its architecture, planning, and real‑world performance gains.

Deep LearningLarge ModelsParallelism
0 likes · 11 min read
How Whale Enables Efficient Giant Model Training on Heterogeneous GPUs
DataFunTalk
DataFunTalk
Jul 9, 2022 · Artificial Intelligence

User Behavior Sequence Based Transaction Anti‑Fraud Detection

This presentation explains how leveraging user behavior sequences with supervised and unsupervised deep learning models, including end‑to‑end and two‑stage architectures, improves transaction fraud detection by identifying distinct patterns of account takeover and stolen‑card activities and outlines the engineering deployment pipeline.

Deep LearningSupervised LearningUser Behavior
0 likes · 12 min read
User Behavior Sequence Based Transaction Anti‑Fraud Detection
Meituan Technology Team
Meituan Technology Team
Jul 6, 2022 · Artificial Intelligence

Engineering Practices for Large-Scale Deep Learning Models in Meituan Takeaway Advertising

The article details Meituan's engineering journey from small DNNs to hundred‑gigabyte deep learning models for food‑delivery ads, analyzing online latency and offline efficiency challenges and presenting distributed storage, CPU/GPU acceleration, OpenVINO, TensorRT, CodeGen, and data‑pipeline optimizations that dramatically improve throughput, memory usage, and sample‑building speed.

CPU accelerationDeep LearningGPU Acceleration
0 likes · 45 min read
Engineering Practices for Large-Scale Deep Learning Models in Meituan Takeaway Advertising
Alimama Tech
Alimama Tech
Jul 6, 2022 · Artificial Intelligence

How Mixed‑Curvature Graph Embeddings Boost E‑commerce Ad Retrieval

This article presents AMCAD, an adaptive mixed‑curvature graph embedding system that models heterogeneous e‑commerce search ad graphs in non‑Euclidean spaces, detailing its sample construction, three‑stage model architecture, offline and online experiments, and demonstrating significant performance gains over Euclidean baselines.

Deep LearningE‑commerceadvertisement retrieval
0 likes · 13 min read
How Mixed‑Curvature Graph Embeddings Boost E‑commerce Ad Retrieval
Bilibili Tech
Bilibili Tech
Jul 1, 2022 · Artificial Intelligence

Quality‑Controlled Scene‑Adaptive Video Transcoding System at Bilibili

Bilibili’s quality‑controlled scene‑adaptive transcoding system automatically splits videos into shot‑level segments, predicts optimal encoding parameters with a deep‑learning model, applies two‑pass VMAF‑targeted encoding and ROI‑aware bitrate allocation, achieving stable visual quality, 99% accuracy, and roughly 15% bitrate reduction.

Deep LearningROI encodingVMAF
0 likes · 25 min read
Quality‑Controlled Scene‑Adaptive Video Transcoding System at Bilibili
360 Quality & Efficiency
360 Quality & Efficiency
Jul 1, 2022 · Artificial Intelligence

Building an End-to-End Image Search System with Milvus and VGG

This article presents a complete image‑search solution that extracts visual features with the VGG16 model, stores them in the Milvus vector database, and provides a set of web APIs for training, querying, counting, searching, and deleting image vectors, all deployed via Docker containers.

AIDeep LearningMilvus
0 likes · 7 min read
Building an End-to-End Image Search System with Milvus and VGG
AntTech
AntTech
Jun 24, 2022 · Artificial Intelligence

Hierarchical Residual Network for Multi‑Granularity Classification (HRN) – CVPR 2022 Paper Overview

This article presents a CVPR 2022 paper by Zhejiang University and Ant Group that introduces a label‑relation‑tree‑based Hierarchical Residual Network (HRN) for improving multi‑granularity image classification, detailing its motivation, architecture, composite loss design, extensive experiments on fine‑grained datasets, and practical impact on content‑security applications.

CVPR2022Deep LearningHierarchical Classification
0 likes · 12 min read
Hierarchical Residual Network for Multi‑Granularity Classification (HRN) – CVPR 2022 Paper Overview
DataFunSummit
DataFunSummit
Jun 21, 2022 · Artificial Intelligence

JiuGe: An Automatic Chinese Classical Poetry Generation System – Algorithms and Research Overview

This article presents the JiuGe system developed by THUNLP for automatically generating Chinese classical poetry, detailing its research motivations, model architecture—including salient‑clue, working‑memory, topic‑memory, style‑transfer and reinforcement‑learning components—implementation, applications, and future directions.

Artificial IntelligenceDeep LearningKnowledge Graph
0 likes · 18 min read
JiuGe: An Automatic Chinese Classical Poetry Generation System – Algorithms and Research Overview
DataFunTalk
DataFunTalk
Jun 15, 2022 · Artificial Intelligence

Data Interaction Based Click‑Through Rate Model (RIM): Review, Architecture, and Experimental Insights

This article reviews the evolution of click‑through rate (CTR) prediction models from early logistic regression and factorization machines to deep neural networks, introduces the data‑interaction based RIM (Retrieval & Interaction Machine) architecture with its search and prediction modules, and presents extensive experimental comparisons and future research directions.

CTRDeep LearningRIM
0 likes · 14 min read
Data Interaction Based Click‑Through Rate Model (RIM): Review, Architecture, and Experimental Insights
DataFunSummit
DataFunSummit
Jun 14, 2022 · Artificial Intelligence

Practical Acceleration of Deep Model Inference: Case Studies and Optimization Techniques

This talk presents practical methods for accelerating deep model inference, detailing two case studies—text QA and speech QA—along with their technical challenges, and outlines optimization strategies such as model compression, multi‑operator fusion, matrix multiplication tuning, quantization, and dynamic batching.

Deep LearningDynamic BatchingInference Acceleration
0 likes · 12 min read
Practical Acceleration of Deep Model Inference: Case Studies and Optimization Techniques
DaTaobao Tech
DaTaobao Tech
Jun 14, 2022 · Artificial Intelligence

Six Alibaba CVPR 2022 Papers: Summaries and Open‑Source Releases

Alibaba’s DaTaobao team presented six CVPR 2022 papers—covering video restoration, real‑time image enhancement, human‑object interaction detection, indirect illumination modeling, editable NeRFs, and robust NeRF reconstruction—with all code and models open‑sourced, and invites viewers to a live stream for detailed walkthroughs.

CVPRDeep LearningNeRF
0 likes · 5 min read
Six Alibaba CVPR 2022 Papers: Summaries and Open‑Source Releases
Xiaohongshu Tech REDtech
Xiaohongshu Tech REDtech
Jun 13, 2022 · Artificial Intelligence

Neighbor Transformer (NFormer): Robust Person Re-identification via Interactive Multi‑image Modeling

Neighbor Transformer (NFormer) introduces interactive multi‑image modeling for person re‑identification, using Landmark Agent Attention and Reciprocal Neighbor Softmax to efficiently fuse features across images, achieving state‑of‑the‑art accuracy and tighter embedding clusters on multiple benchmark datasets.

Deep Learningcomputer visionlandmark agent attention
0 likes · 8 min read
Neighbor Transformer (NFormer): Robust Person Re-identification via Interactive Multi‑image Modeling
ITPUB
ITPUB
Jun 9, 2022 · Artificial Intelligence

How 58’s Multi‑Label Image Recognition Boosts Semantic Search and Recommendations

This article details the design, data pipeline, model architecture, loss functions, and evaluation metrics of a large‑scale multi‑label image classification system built for 58.com, showing how it improves semantic similarity detection, recommendation, and content moderation across diverse business domains.

Deep Learningasymmetric losscomputer vision
0 likes · 18 min read
How 58’s Multi‑Label Image Recognition Boosts Semantic Search and Recommendations
Code DAO
Code DAO
May 31, 2022 · Artificial Intelligence

How Deep Convolutional Networks Boost Image Super-Resolution: A Paper Review

This article reviews the seminal SRCNN paper, detailing its contributions, architecture, training pipeline, hyper‑parameters, and extensive experiments that show how a shallow fully‑convolutional network achieves superior PSNR and runtime compared to traditional sparse‑coding and bicubic methods.

CNNDeep LearningPSNR
0 likes · 12 min read
How Deep Convolutional Networks Boost Image Super-Resolution: A Paper Review
DataFunTalk
DataFunTalk
May 28, 2022 · Artificial Intelligence

Adversarial Examples for Captcha: Techniques, Applications, and Future Directions

This article presents a comprehensive overview of adversarial example research applied to captcha systems, covering the definition and history of adversarial attacks, geometric‑aware generation frameworks, FGSM‑based attack variants, experimental results, trade‑offs between image quality and attack strength, and future work such as AdvGAN integration.

AI safetyDeep LearningFGSM
0 likes · 14 min read
Adversarial Examples for Captcha: Techniques, Applications, and Future Directions
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
May 27, 2022 · Artificial Intelligence

Multimodal Model for Game Frame Rate Prediction

This article explains how a multimodal deep learning model combines static and temporal game data to predict frame rates, helping identify performance bottlenecks and improve client smoothness through feature fusion, data pipelines, and real‑time inference in modern games.

AIDeep Learningfeature engineering
0 likes · 7 min read
Multimodal Model for Game Frame Rate Prediction
Hulu Beijing
Hulu Beijing
May 26, 2022 · Artificial Intelligence

Why Vector Retrieval Outperforms Keyword Search for Personalized Video Discovery

This article explains how modern video platforms combine traditional keyword retrieval with deep‑learning‑based vector retrieval, detailing model architectures, attention mechanisms, personalization features, offline experiments, and online A/B results that show significant improvements in recall, relevance, and user experience.

Deep Learninginformation retrievalkeyword-search
0 likes · 18 min read
Why Vector Retrieval Outperforms Keyword Search for Personalized Video Discovery
AntTech
AntTech
May 24, 2022 · Artificial Intelligence

WPipe: Group‑Based Interleaved Pipeline Parallelism for Large‑Scale DNN Training

The paper introduces WPipe, a group‑based interleaved pipeline parallelism method that reduces memory overhead and weight‑update latency compared with PipeDream‑2BW, achieving up to 1.4× speed‑up and 36% lower memory usage while preserving model accuracy on large‑scale DNNs.

Deep LearningMemory EfficiencyPipeline Parallelism
0 likes · 13 min read
WPipe: Group‑Based Interleaved Pipeline Parallelism for Large‑Scale DNN Training
DataFunTalk
DataFunTalk
May 23, 2022 · Artificial Intelligence

A Survey of Deep Matching Models for Search and Recommendation

This article surveys recent deep learning approaches for matching in search and recommendation systems, presenting a unified view of matching, categorizing methods into representation learning and matching function learning, and detailing model architectures from input to output layers, while highlighting broader applications such as QA and image captioning.

Deep Learningmatchingrecommendation
0 likes · 4 min read
A Survey of Deep Matching Models for Search and Recommendation
DataFunTalk
DataFunTalk
May 14, 2022 · Artificial Intelligence

Introducing DGL: An Efficient, User‑Friendly, Open Graph Deep Learning Platform

This article presents an overview of graph data and graph neural networks, explains the core concepts of message‑passing GNNs, highlights DGL’s flexible API, high‑performance system design, large‑scale training capabilities and open‑source ecosystem, and outlines future plans and community resources.

DGLDeep Learninggraph data
0 likes · 17 min read
Introducing DGL: An Efficient, User‑Friendly, Open Graph Deep Learning Platform
DataFunTalk
DataFunTalk
May 14, 2022 · Artificial Intelligence

Call for Papers: 4th International Workshop on Deep Learning Practice for High‑Dimensional Sparse Data (DLP‑KDD 2022)

The 4th International Workshop on Deep Learning Practice for High‑Dimensional Sparse and Imbalanced Data (DLP‑KDD 2022) invites submissions on deep‑learning systems, data representation, and user modeling for large‑scale sparse data, with a deadline of May 26, 2022 and acceptance notifications by June 20, 2022.

AIDeep LearningSparse Data
0 likes · 5 min read
Call for Papers: 4th International Workshop on Deep Learning Practice for High‑Dimensional Sparse Data (DLP‑KDD 2022)
Code DAO
Code DAO
May 12, 2022 · Artificial Intelligence

How Activation Functions Work in Deep Learning

This article explains the role of activation functions in deep learning, covering their definition, why they are needed, the main categories—including linear, binary step, and various non‑linear functions such as Sigmoid, TanH, ReLU, Leaky ReLU, ELU, Softmax and Swish—along with each function's mathematical form, advantages, disadvantages, and practical usage recommendations.

Deep LearningNeural NetworkReLU
0 likes · 13 min read
How Activation Functions Work in Deep Learning
Baidu Geek Talk
Baidu Geek Talk
May 6, 2022 · Artificial Intelligence

Artificial Intelligence Development History and Pre‑training Model Trends

From the 1940s birth of computers to today's ultra‑large pre‑training models like Baidu’s ERNIE 3.0, AI has progressed through three development waves, now driven by algorithms, compute and data, with pre‑training lowering application barriers and evolving toward larger, multimodal, and more generalizable systems.

Artificial IntelligenceDeep LearningMachine Learning
0 likes · 11 min read
Artificial Intelligence Development History and Pre‑training Model Trends
DataFunTalk
DataFunTalk
May 4, 2022 · Artificial Intelligence

Advances in Recommendation Models: CTR Prediction, Continuous Feature Embedding, Interaction Modeling, and Distributed Training

This article reviews the evolution of recommendation models from early collaborative filtering to modern deep learning approaches, discusses core challenges such as CTR prediction, outlines user‑behavior and combination‑feature modeling techniques, introduces large‑embedding training and continuous‑feature embedding methods like AutoDis, and presents distributed training frameworks such as ScaleFreeCTR, concluding with future research directions.

CTR predictionDeep Learningembedding
0 likes · 21 min read
Advances in Recommendation Models: CTR Prediction, Continuous Feature Embedding, Interaction Modeling, and Distributed Training
Tencent Cloud Developer
Tencent Cloud Developer
Apr 27, 2022 · Artificial Intelligence

Alignment-Uniformity Representation Learning for Zero-shot Video Classification (AURL)

The AURL framework, presented by Pu Shi, introduces alignment‑uniformity aware representation learning for zero‑shot video classification, achieving up to 28 % top‑1 accuracy gains on UCF101 and HMDB51, and has already boosted business metrics in Tencent’s advertising, search, and video‑channel recommendation systems.

AlignmentDeep Learningcomputer vision
0 likes · 19 min read
Alignment-Uniformity Representation Learning for Zero-shot Video Classification (AURL)
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 26, 2022 · Artificial Intelligence

Unlocking Vision AI: Inside Alibaba’s EasyCV All‑in‑One Self‑Supervised & Transformer Framework

EasyCV is Alibaba’s open‑source, PyTorch‑based visual modeling platform that unifies self‑supervised learning and Transformer techniques, offering a comprehensive algorithm suite, pre‑trained models, high‑performance training/inference optimizations, extensible architecture, and seamless cloud deployment for a wide range of computer‑vision tasks.

AI FrameworkAlibabaDeep Learning
0 likes · 16 min read
Unlocking Vision AI: Inside Alibaba’s EasyCV All‑in‑One Self‑Supervised & Transformer Framework
Code DAO
Code DAO
Apr 24, 2022 · Artificial Intelligence

How Transfer Learning Accelerates Deep Learning Across Vision, NLP, and Reinforcement Learning

The article explains how transfer learning reduces data and time requirements in deep learning by reusing pretrained models for vision, natural language processing, and reinforcement learning, while discussing challenges such as overfitting, the need for progressive networks, entropy regularization, domain adaptation, multi‑task learning, and model distillation.

Deep LearningDomain AdaptationReinforcement Learning
0 likes · 10 min read
How Transfer Learning Accelerates Deep Learning Across Vision, NLP, and Reinforcement Learning
360 Quality & Efficiency
360 Quality & Efficiency
Apr 22, 2022 · Artificial Intelligence

Audio Quality Assessment Using a BiLSTM Deep Learning Model

This article presents a no‑reference audio quality assessment system that leverages a bidirectional LSTM network to extract spectral features via FFT and predict perceptual scores, describing the architecture, technical advantages, data preparation, loss design, and TensorFlow implementation.

BiLSTMDeep LearningSignal Processing
0 likes · 8 min read
Audio Quality Assessment Using a BiLSTM Deep Learning Model
Programmer DD
Programmer DD
Apr 18, 2022 · Artificial Intelligence

Unlocking Captcha Secrets: How the Open‑Source ddddocr Python Library Works

This article introduces the open‑source Python library ddddocr, explains its evolution from version 1.2.0 to 1.4.3—including OCR, target detection, and slider recognition features—and shows how it leverages deep‑learning and OpenCV to simplify captcha solving for developers.

CAPTCHADeep LearningOCR
0 likes · 4 min read
Unlocking Captcha Secrets: How the Open‑Source ddddocr Python Library Works
GuanYuan Data Tech Team
GuanYuan Data Tech Team
Apr 14, 2022 · Artificial Intelligence

Mastering Time Series Forecasting: From Moving Averages to Transformers

Time series forecasting, essential across weather, finance, and commerce, involves tasks like classification, clustering, anomaly detection, and especially prediction; this article explores its definitions, evaluation metrics, traditional methods, machine‑learning approaches, deep‑learning models such as TFT, and emerging AutoML tools, offering practical insights and best practices.

AutoMLDeep LearningGBDT
0 likes · 27 min read
Mastering Time Series Forecasting: From Moving Averages to Transformers
DataFunSummit
DataFunSummit
Apr 12, 2022 · Artificial Intelligence

Intelligent Auction Mechanisms for Alibaba Display Advertising: AIDA Framework, Deep GSP, and Neural Auction

This article presents the evolution of Alibaba's display advertising auction mechanisms, introducing the AIDA decision‑allocation framework, the Deep GSP multi‑objective smart auction, and the end‑to‑end Neural Auction, while discussing their economic theory, engineering platformization, business impact, and future research directions.

AIDeep LearningE‑commerce
0 likes · 18 min read
Intelligent Auction Mechanisms for Alibaba Display Advertising: AIDA Framework, Deep GSP, and Neural Auction
Kuaishou Tech
Kuaishou Tech
Apr 11, 2022 · Artificial Intelligence

Kuaishou's Custom Video Matting Solution: Interactive Object Segmentation for Mobile Creators

Kuaishou's audio‑video technology team presents a self‑developed custom video matting system that combines foreground, interactive, and video object segmentation to let creators extract arbitrary subjects without green screens, featuring adaptive cropping, multi‑stage training, and deployment across Android and iOS devices.

Deep LearningKuaishoucomputer vision
0 likes · 15 min read
Kuaishou's Custom Video Matting Solution: Interactive Object Segmentation for Mobile Creators
Baidu Geek Talk
Baidu Geek Talk
Apr 8, 2022 · Artificial Intelligence

Golang Object Pool for Reducing GC Pressure, FFmpeg Concurrency Control, and Paddle Static vs. Dynamic Graphs

The article explains how Go's lock‑free sync.Pool can cut garbage‑collection overhead, shows practical FFmpeg thread‑parameter tuning that balances CPU use and latency for video filtering versus encoding, and compares PaddlePaddle's static and dynamic graph modes, including debugging tips and conversion to static.

Deep LearningDynamic GraphStatic Graph
0 likes · 13 min read
Golang Object Pool for Reducing GC Pressure, FFmpeg Concurrency Control, and Paddle Static vs. Dynamic Graphs
Kuaishou Large Model
Kuaishou Large Model
Apr 6, 2022 · Artificial Intelligence

How Transformers Revolutionize Image Style Transfer: Introducing StyTr²

This article reviews the limitations of traditional CNN‑based image stylization, explains how Transformer architectures overcome these issues with global context and self‑attention, and presents the novel StyTr² method with content‑aware positional encoding that achieves superior, detail‑preserving style transfer results.

Deep LearningTransformercomputer vision
0 likes · 8 min read
How Transformers Revolutionize Image Style Transfer: Introducing StyTr²
Kuaishou Tech
Kuaishou Tech
Apr 6, 2022 · Artificial Intelligence

StyTr²: A Transformer‑Based Approach for Image Style Transfer

The paper proposes StyTr², a Transformer‑based image style transfer method that uses content‑aware positional encoding to preserve details and improve feature representation, achieving high‑quality stylization with better content structure and style patterns.

Deep Learningcomputer visioncontent-aware positional encoding
0 likes · 7 min read
StyTr²: A Transformer‑Based Approach for Image Style Transfer
DataFunTalk
DataFunTalk
Apr 6, 2022 · Artificial Intelligence

AIDA Advertising Intelligent Decision and Allocation Framework: Evolution of Smart Auction Mechanisms

This article introduces the AIDA framework for Alibaba's display advertising, detailing the business background, multi‑objective optimization challenges, the design of Deep GSP and Neural Auction mechanisms powered by deep learning and reinforcement learning, and outlines future technical and platform directions while also announcing recruitment opportunities.

AIAdvertisingDeep Learning
0 likes · 16 min read
AIDA Advertising Intelligent Decision and Allocation Framework: Evolution of Smart Auction Mechanisms
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Apr 1, 2022 · Artificial Intelligence

Learning OCR for Game Text Recognition: From Data Preparation to CRNN Model Training

This article documents the author’s step‑by‑step journey of building an OCR system for recognizing Chinese characters in a card‑game UI, covering game selection, technical background, data generation, deep‑learning model training with CRNN, real‑image data collection, optimization attempts, and final performance evaluation.

CRNNData AugmentationDeep Learning
0 likes · 15 min read
Learning OCR for Game Text Recognition: From Data Preparation to CRNN Model Training
Python Programming Learning Circle
Python Programming Learning Circle
Mar 31, 2022 · Artificial Intelligence

Comprehensive PyTorch Code Snippets: Configuration, Tensor Operations, Model Definition, Training, and Best Practices

This article provides a thorough collection of commonly used PyTorch code snippets covering environment setup, reproducibility, GPU configuration, tensor manipulation, model building, data preprocessing, training and evaluation loops, custom loss functions, regularization techniques, learning‑rate scheduling, checkpointing, and practical tips for efficient deep‑learning development.

Deep LearningGPUPython
0 likes · 37 min read
Comprehensive PyTorch Code Snippets: Configuration, Tensor Operations, Model Definition, Training, and Best Practices
Cyber Elephant Tech Team
Cyber Elephant Tech Team
Mar 30, 2022 · Artificial Intelligence

Can AI Make Real-Life Invisibility Cloaks? Inside the STTN Video Restoration Breakthrough

This article reviews the challenges of video inpainting, surveys traditional methods, and introduces the Spatial‑Temporal Transformer Network (STTN) that leverages multi‑scale attention and a Temporal Patch‑GAN discriminator, detailing its architecture, loss functions, training on Youtube‑VOS, and impressive restoration results.

AI video restorationDeep LearningVideo Inpainting
0 likes · 10 min read
Can AI Make Real-Life Invisibility Cloaks? Inside the STTN Video Restoration Breakthrough
Baidu Geek Talk
Baidu Geek Talk
Mar 28, 2022 · Artificial Intelligence

Robust Input Visualization Methods for Vision Transformers

The paper proposes a robust Grad‑CAM‑inspired visualization for Vision Transformers that combines attention weights and gradients to generate class‑specific saliency maps, demonstrates superior alignment with discriminative regions across ViT, Swin and Volo models, and shows a 76% false‑positive reduction in Baidu’s porn‑content risk control system.

Deep LearningGrad-CAMInput Visualization
0 likes · 11 min read
Robust Input Visualization Methods for Vision Transformers
DataFunSummit
DataFunSummit
Mar 26, 2022 · Artificial Intelligence

Deep Learning‑Based Design of Financial Index Funds Using Graph Neural Networks

This talk presents a deep‑learning framework that formulates financial index‑fund construction as a sparse portfolio optimization problem, solves the mixed‑integer programming via a two‑stage graph‑neural‑network pipeline, and demonstrates superior tracking performance and scalability on large‑scale index datasets.

AI financeDeep Learningfinancial index funds
0 likes · 16 min read
Deep Learning‑Based Design of Financial Index Funds Using Graph Neural Networks
Laiye Technology Team
Laiye Technology Team
Mar 25, 2022 · Artificial Intelligence

Laiye OCR Error‑Correction Model: Architecture, Implementation, and Evaluation

This article describes Laiye's OCR error‑correction system, detailing the background challenges of Chinese character recognition, the analysis of three possible solutions, the chosen post‑processing approach, model architecture, training data, loss design, online inference, and experimental results showing a measurable performance boost.

Chinese textDeep LearningError Correction
0 likes · 13 min read
Laiye OCR Error‑Correction Model: Architecture, Implementation, and Evaluation
Meituan Technology Team
Meituan Technology Team
Mar 24, 2022 · Artificial Intelligence

Cyclic Generative Adversarial Networks for Probability Density Estimation – Academic Salon by Tsinghua University & Meituan Digital Life

The Tsinghua‑Meituan Digital Life Joint Research Institute’s academic salon will feature Associate Professor Jiang Rui presenting a cyclic generative adversarial network for probability density estimation, demonstrating how merging statistical models with deep‑learning techniques can solve core statistical problems and foster industry‑academia innovation.

Artificial IntelligenceDeep LearningGenerative Adversarial Networks
0 likes · 4 min read
Cyclic Generative Adversarial Networks for Probability Density Estimation – Academic Salon by Tsinghua University & Meituan Digital Life
JD Cloud Developers
JD Cloud Developers
Mar 21, 2022 · Artificial Intelligence

ViTAEv2 Breaks ImageNet Real Record with 91.2% Accuracy – How a 600M‑Parameter Model Redefines Few‑Shot Learning

JD Research Institute and the University of Sydney introduced ViTAEv2, a 600‑million‑parameter deep learning model that achieved a world‑leading 91.2% top‑1 accuracy on ImageNet Real without external data, demonstrating strong few‑shot learning, reducing labeling costs, and promising advances across many computer‑vision tasks.

AI modelDeep LearningImageNet
0 likes · 4 min read
ViTAEv2 Breaks ImageNet Real Record with 91.2% Accuracy – How a 600M‑Parameter Model Redefines Few‑Shot Learning
DataFunSummit
DataFunSummit
Mar 16, 2022 · Artificial Intelligence

Semantic Search Recall Techniques at JD: Dual‑Tower Model, Graph Model, Synonym Recall, and Joint Index Training

This article presents JD's end‑to‑end semantic search recall pipeline, covering multi‑stage recall, a dual‑tower embedding model with multi‑head attention, a heterogeneous graph neural network (SearchGCN), a transformer‑based synonym generation system, and a joint index‑training approach that integrates product quantization to improve recall accuracy and efficiency.

Deep LearningGraph Neural Networkdual-tower model
0 likes · 17 min read
Semantic Search Recall Techniques at JD: Dual‑Tower Model, Graph Model, Synonym Recall, and Joint Index Training
DataFunTalk
DataFunTalk
Mar 16, 2022 · Artificial Intelligence

Parameter-Efficient Sparsity Training for the PLUG Large-Scale Language Model

This article presents the PLUG 270‑billion‑parameter Chinese language model and introduces a parameter‑efficient sparsity training (PST) framework that combines unstructured and structured pruning with low‑rank decomposition to dramatically reduce model size while preserving downstream performance.

Deep LearningLarge Language ModelsPLUG
0 likes · 13 min read
Parameter-Efficient Sparsity Training for the PLUG Large-Scale Language Model
Tencent Cloud Developer
Tencent Cloud Developer
Mar 15, 2022 · Artificial Intelligence

Comprehensive Overview of Ranking Models in Recommendation Systems

The article provides a thorough guide to ranking in recommendation systems, detailing the pipeline architecture, sample handling challenges, extensive feature engineering categories, the evolution from collaborative filtering to deep and attention‑based models, and key optimization trade‑offs between memorization, generalization, and efficient user‑interest modeling.

CTR predictionDeep LearningModel Optimization
0 likes · 19 min read
Comprehensive Overview of Ranking Models in Recommendation Systems
DataFunTalk
DataFunTalk
Mar 12, 2022 · Artificial Intelligence

NetEase Cloud Music Advertising System: Algorithm Practice and Model Evolution

This article presents a comprehensive overview of NetEase Cloud Music's advertising system, detailing its architecture, core challenges, CTR and CVR prediction models, feature engineering, model evolution from LR to deep learning, user vector modeling, and practical recommendations for improving ad performance.

AdvertisingCTR predictionDeep Learning
0 likes · 15 min read
NetEase Cloud Music Advertising System: Algorithm Practice and Model Evolution
DeWu Technology
DeWu Technology
Mar 11, 2022 · Artificial Intelligence

Deep Learning in Face Recognition

The article surveys deep‑learning‑based face‑recognition systems, detailing detection, preprocessing, and recognition pipelines, describing evaluation metrics such as TAR, FAR, and Rank‑K, reviewing major datasets like LFW, MS‑Celeb‑1M and VGGFace2, and comparing leading architectures—including FaceNet, CenterLoss, SphereFace and InsightFace—while highlighting their strengths, limitations, real‑world applications, and seminal research references.

AIDeep Learningdatasets
0 likes · 14 min read
Deep Learning in Face Recognition
DaTaobao Tech
DaTaobao Tech
Mar 11, 2022 · Artificial Intelligence

How Alibaba’s MNN Engine Achieves 350% CPU Speedup and Sparse Acceleration

Alibaba’s MNN, a lightweight high‑performance deep‑learning inference engine, earned top honors in China’s 2022 “Science & Innovation China” awards, and delivers impressive gains such as 350% speedup on X86 CPUs, 2.1‑2.3× acceleration on ARM with sparse models, plus integrated OpenCV/Numpy functionality for edge AI deployment.

AI deploymentAlibabaDeep Learning
0 likes · 4 min read
How Alibaba’s MNN Engine Achieves 350% CPU Speedup and Sparse Acceleration
DataFunTalk
DataFunTalk
Mar 9, 2022 · Artificial Intelligence

Semantic Search Recall Techniques at JD: Dual‑Tower Model, Graph Model, Synonym Recall, and Index Joint Training

The talk presents JD's end‑to‑end semantic search recall pipeline, covering multi‑stage retrieval, a dual‑tower embedding model with multi‑head attention, a heterogeneous graph neural network for low‑frequency items, automatic synonym generation via transformer models, and a joint training approach that integrates product quantization directly into the model to improve accuracy and efficiency.

Deep LearningGraph Neural Networkdual-tower model
0 likes · 16 min read
Semantic Search Recall Techniques at JD: Dual‑Tower Model, Graph Model, Synonym Recall, and Index Joint Training
DataFunSummit
DataFunSummit
Mar 6, 2022 · Artificial Intelligence

The Evolution of Embedding Techniques: From Word2Vec to Graph Neural Networks

This article traces the development of embedding methods—from the early word2vec model through item2vec, DeepWalk, Node2vec, EGES, HERec, GraphRT, and target‑fitting approaches like DSSM and YouTube recommendation—highlighting how sequence‑construction and target‑fitting paradigms have shaped modern recommendation systems and AI applications.

Deep LearningItem2VecRecommendation Systems
0 likes · 26 min read
The Evolution of Embedding Techniques: From Word2Vec to Graph Neural Networks
Alibaba Cloud Native
Alibaba Cloud Native
Mar 5, 2022 · Cloud Native

How Fluid Accelerates Cloud‑Native Deep Learning Training

Fluid, an open‑source CNCF project co‑developed by Alibaba Cloud and Nanjing University, introduces a dataset abstraction and elastic caching architecture that automatically optimizes I/O for cloud‑native deep‑learning training jobs, and its research was accepted as a full paper at the prestigious ICDE 2022 conference.

Data AccelerationDeep LearningICDE
0 likes · 6 min read
How Fluid Accelerates Cloud‑Native Deep Learning Training
IT Services Circle
IT Services Circle
Mar 2, 2022 · Artificial Intelligence

Curated Open‑Source Face Recognition Projects Overview

This article presents a curated collection of open‑source face recognition projects—including OpenFace, face_recognition, InsightFace, RetinaFace, SCRFD, FaceNet, Deepface, and CompreFace—detailing their features, GitHub stars, usage examples, and code snippets for Python and TensorFlow implementations.

Artificial IntelligenceDeep LearningPython
0 likes · 5 min read
Curated Open‑Source Face Recognition Projects Overview
DataFunSummit
DataFunSummit
Mar 1, 2022 · Artificial Intelligence

Alibaba's Smart Supply‑Chain Forecasting: Scenarios, Algorithm R&D, and Application Cases

This article details Alibaba's exploration of intelligent supply‑chain forecasting, covering scenario classification, three generations of prediction algorithms, the self‑developed Falcon model, performance evaluation, and real‑world cases such as Double 11 and live‑streaming, highlighting challenges and practical solutions.

AIDeep LearningMachine Learning
0 likes · 18 min read
Alibaba's Smart Supply‑Chain Forecasting: Scenarios, Algorithm R&D, and Application Cases
DataFunSummit
DataFunSummit
Feb 26, 2022 · Artificial Intelligence

Graph-Based Sparse Behavior Recall Models for Content Recommendation

This article presents a comprehensive study of graph‑based recall techniques for content recommendation, detailing how knowledge‑graph‑augmented user‑behavior graphs and novel attention‑driven models such as GADM, SGGA, and SGGGA improve performance for users with sparse interaction histories.

Attention MechanismDeep LearningKnowledge Graph
0 likes · 11 min read
Graph-Based Sparse Behavior Recall Models for Content Recommendation
iQIYI Technical Product Team
iQIYI Technical Product Team
Feb 25, 2022 · Artificial Intelligence

Short Video Content Tagging: Multimodal AI Model Framework and Applications

The framework tags short videos by fusing text, image and audio‑video features through specialized extraction, classification, generative and retrieval modules, then ranking candidates with a multimodal BERT model, delivering accurate, business‑specific tags that boost recommendation, search and advertising.

Deep LearningMultimodal AIcontent tagging
0 likes · 10 min read
Short Video Content Tagging: Multimodal AI Model Framework and Applications
Kuaishou Tech
Kuaishou Tech
Feb 18, 2022 · Game Development

Motion Retargeting Techniques for High‑Quality Virtual Character Driving

The article surveys motion retargeting, describing its importance for virtual characters, outlining traditional geometric methods and recent deep‑learning approaches, presenting a customized Interaction Mesh‑based solution from Kuaishou Y‑tech, and discussing performance, limitations, and future research directions.

Deep Learningmotion retargetingvirtual characters
0 likes · 11 min read
Motion Retargeting Techniques for High‑Quality Virtual Character Driving
DataFunTalk
DataFunTalk
Feb 18, 2022 · Artificial Intelligence

Travel Intent Prediction in E-commerce: Algorithm Strategies, Multi‑source Behavior Modeling, and Model Design

This talk presents Alibaba's travel intent prediction system, detailing the unique challenges of low‑frequency, multi‑source travel behavior, the multi‑granular CNN and time‑attention model architecture, experimental comparisons with baselines, and how integrated user interest modeling improves recommendation performance.

Deep LearningMachine Learningattention
0 likes · 11 min read
Travel Intent Prediction in E-commerce: Algorithm Strategies, Multi‑source Behavior Modeling, and Model Design
Baidu Geek Talk
Baidu Geek Talk
Feb 17, 2022 · Artificial Intelligence

AI-Powered Sports Video Applications: Figure Skating Action Recognition, Multimodal Classification, and Football Highlight Clipping

The article showcases three AI‑driven sports video solutions—real‑time figure‑skating action recognition with ST‑GCN, multimodal video classification merging text, image and audio via ERNIE and TextCNN, and automated football highlight clipping using TSN‑BMN‑LSTM—each achieving over 85% accuracy, fully open‑source on PaddlePaddle with one‑click notebooks and a live developer session.

AIDeep LearningMultimodal Classification
0 likes · 8 min read
AI-Powered Sports Video Applications: Figure Skating Action Recognition, Multimodal Classification, and Football Highlight Clipping
DataFunSummit
DataFunSummit
Feb 14, 2022 · Artificial Intelligence

Evolution of 58 Local Service Recommendation Algorithms and Future Directions

This article presents a comprehensive overview of 58's local service recommendation system, detailing the characteristics of its recommendation scenarios, the evolution of tag and post recommendation pipelines, the underlying deep‑learning models such as Bi‑LSTM, ATRank, DeepFM and ESMM, and outlines future research directions.

ATRankCTRCVR
0 likes · 16 min read
Evolution of 58 Local Service Recommendation Algorithms and Future Directions