Tag

GCN

1 views collected around this technical thread.

Baidu Geek Talk
Baidu Geek Talk
Jun 18, 2025 · Artificial Intelligence

How Graph Algorithms Power Anti‑Fraud in Marketing and E‑Commerce

This article explores how black‑market cheating in marketing campaigns and e‑commerce is detected using graph‑based techniques such as same‑person mining, label propagation, Fraudar, and GCN models, and discusses future directions like multimodal data fusion and real‑time dynamic graph computation.

FraudarGCNanti-fraud
0 likes · 18 min read
How Graph Algorithms Power Anti‑Fraud in Marketing and E‑Commerce
DataFunSummit
DataFunSummit
Mar 23, 2024 · Artificial Intelligence

Graph Neural Networks for Real-World Complex Scenarios

This article presents a comprehensive overview of recent graph neural network research, covering adversarial representation learning for network embedding, block‑model guided GCN, enhanced class‑discriminative GNNs, self‑supervised contrastive GNNs, experimental results, and conclusions, highlighting their significance in real‑world applications.

GCNGraph Neural Networksadversarial learning
0 likes · 13 min read
Graph Neural Networks for Real-World Complex Scenarios
Architect
Architect
May 31, 2023 · Artificial Intelligence

Applying Graph Neural Networks for Anti‑Cheat in Activity Scenarios

This article presents how graph neural network models such as GCN and SCGCN are employed to detect and recall cheating groups in user‑invitation (master‑apprentice) activity scenarios, addressing the lack of relational features and low sample purity, and demonstrates significant recall improvements through multi‑graph fusion techniques.

GCNSCGCNactivity modeling
0 likes · 12 min read
Applying Graph Neural Networks for Anti‑Cheat in Activity Scenarios
Top Architect
Top Architect
May 25, 2023 · Artificial Intelligence

A Brief Overview of Graph Neural Networks: GCN, GraphSAGE, GAT, GAE and DiffPool

This article provides an introductory overview of graph neural networks, explaining their motivation, basic concepts, and detailing classic models such as GCN, GraphSAGE, GAT, Graph Auto‑Encoder, and DiffPool, along with their advantages, limitations, and experimental results on various benchmark datasets.

DiffPoolGATGCN
0 likes · 20 min read
A Brief Overview of Graph Neural Networks: GCN, GraphSAGE, GAT, GAE and DiffPool
Architect
Architect
May 24, 2023 · Artificial Intelligence

A Comprehensive Overview of Graph Neural Networks: Models, Techniques, and Applications

Graph Neural Networks (GNNs) have become a research hotspot, and this article provides an intuitive overview of classic GNN models such as GCN, GraphSAGE, GAT, graph auto‑encoders, and DiffPool, discussing their architectures, advantages, limitations, and experimental results across various benchmark datasets.

DiffPoolGATGCN
0 likes · 18 min read
A Comprehensive Overview of Graph Neural Networks: Models, Techniques, and Applications
Bilibili Tech
Bilibili Tech
Oct 11, 2022 · Fundamentals

Precise Testing Technology: Definition, Implementation, and Practice

Precise testing technology uses static code scanning and dynamic tracing to build a Neo4j call‑graph, automatically recommends test scopes and cases via diff analysis and weighted relationships—including call‑count, module, text similarity, and GCN—thereby improving test adequacy, cutting regression cycles, and dramatically reducing test execution time.

Dynamic AnalysisGCNcode coverage
0 likes · 9 min read
Precise Testing Technology: Definition, Implementation, and Practice
ByteDance Terminal Technology
ByteDance Terminal Technology
Jan 11, 2022 · Information Security

Graph-Based Detection of Malicious Webpages: Methods, Experiments, and Future Work

This article presents a comprehensive study on detecting malicious webpages using heterogeneous graph structures and Graph Convolutional Networks, detailing background challenges, technical approaches, model iterations, optimization techniques for large‑scale deployment, experimental results, and directions for future research.

DetectionGCNGraph Neural Networks
0 likes · 9 min read
Graph-Based Detection of Malicious Webpages: Methods, Experiments, and Future Work
ByteDance Terminal Technology
ByteDance Terminal Technology
Jan 7, 2022 · Information Security

Graph-Based Detection of Malicious Webpages: Methods, Experiments, and Future Directions

This article presents a comprehensive study on detecting malicious webpages by constructing heterogeneous graphs from URL redirection and textual features, applying Graph Convolutional Networks and Cluster‑Text‑GCN models, detailing optimization techniques for large‑scale deployment, and outlining future research directions.

GCNGraph Neural NetworksInformation Security
0 likes · 11 min read
Graph-Based Detection of Malicious Webpages: Methods, Experiments, and Future Directions
DataFunTalk
DataFunTalk
Sep 28, 2021 · Artificial Intelligence

Graph Modeling and GCN Exploration at 极验: Evolution, Offline and Real‑time Solutions

The talk presents an overview of graph neural network development, explains 极验's graph modeling research and evolution, and details offline and real‑time GCN solutions, including self‑supervised training, large‑scale handling, and performance comparisons, highlighting practical applications in fraud detection and risk control.

GCNGraph Neural Networksanomaly detection
0 likes · 26 min read
Graph Modeling and GCN Exploration at 极验: Evolution, Offline and Real‑time Solutions
Didi Tech
Didi Tech
Jun 4, 2021 · Artificial Intelligence

Graph Convolutional Network for Shared Bike Demand Forecasting: Time Series Modeling and Multi‑Task Learning

The paper presents a graph convolutional network approach that leverages multi‑task learning and spectral graph convolutions to forecast shared‑bike inflow, outflow, and demand gaps across a city’s non‑Euclidean parking network, demonstrating improved accuracy over traditional time‑series baselines while noting scalability and directional graph limitations.

GCNdemand forecastinggraph neural network
0 likes · 13 min read
Graph Convolutional Network for Shared Bike Demand Forecasting: Time Series Modeling and Multi‑Task Learning
DataFunTalk
DataFunTalk
Jan 31, 2021 · Artificial Intelligence

Applying Graph Algorithms and Graph Convolutional Networks for Advertising Anti‑Fraud at 58.com

This article explains how various graph algorithms—including connected components, label propagation, Louvain community detection, and Graph Convolutional Networks—are built on large‑scale user‑behavior graphs using Spark GraphX to detect and mitigate advertising fraud, detailing methodology, implementation, and experimental results.

GCNLouvainSpark GraphX
0 likes · 13 min read
Applying Graph Algorithms and Graph Convolutional Networks for Advertising Anti‑Fraud at 58.com
58 Tech
58 Tech
Nov 18, 2020 · Artificial Intelligence

Applying Graph Algorithms and Graph Convolutional Networks to Advertising Anti‑Fraud

This article describes how graph theory and graph convolutional neural networks are leveraged to model user‑IP relationships, detect fraudulent advertising clusters, and improve detection accuracy and recall through a combination of unsupervised graph algorithms and supervised GCN training in a large‑scale ad‑anti‑fraud system.

GCNGraph Neural NetworksSpark GraphX
0 likes · 14 min read
Applying Graph Algorithms and Graph Convolutional Networks to Advertising Anti‑Fraud
HomeTech
HomeTech
Mar 4, 2020 · Artificial Intelligence

Video Multi-Label Classification Using Graph Convolutional Networks

This paper introduces a method for video multi-label classification that incorporates label correlation features using graph convolutional networks, significantly improving classification performance.

GCNInceptionV3NeXtVLAD
0 likes · 7 min read
Video Multi-Label Classification Using Graph Convolutional Networks
DataFunTalk
DataFunTalk
Dec 25, 2019 · Artificial Intelligence

Exploring Depth in Graph Convolutional Networks (GCN): Architecture, Experiments, and Future Work

This article examines the challenges of deepening Graph Convolutional Networks (GCN), introduces ResGCN, DenseGCN, and skip‑neighbor designs to enable deeper architectures, presents experimental results showing improved performance with 28‑layer models, and outlines future research directions.

GCNGraph Neural NetworksResidual Networks
0 likes · 7 min read
Exploring Depth in Graph Convolutional Networks (GCN): Architecture, Experiments, and Future Work
DataFunTalk
DataFunTalk
Mar 27, 2019 · Artificial Intelligence

Understanding Graph Convolutional Networks through Heat Diffusion and Laplacian Operators

The article explains how the heat diffusion equation and the Laplacian operator on graphs provide a physical intuition for Graph Convolutional Networks, showing the equivalence between continuous‑space Fourier analysis and discrete‑space message passing, and linking these concepts to semi‑supervised learning and GraphSAGE implementations.

GCNGraph Neural NetworksLaplacian
0 likes · 19 min read
Understanding Graph Convolutional Networks through Heat Diffusion and Laplacian Operators