Tag

VGG16

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Jan 3, 2025 · Artificial Intelligence

Visualizing Convolutional Neural Network Features with 40 Lines of Python Code

This article demonstrates how to visualize convolutional features of a VGG‑16 network using only about 40 lines of Python code, explains the underlying concepts, walks through generating patterns by maximizing filter activations, and provides a complete implementation with hooks, loss functions, and multi‑scale optimization.

CNNFeature VisualizationHooks
0 likes · 15 min read
Visualizing Convolutional Neural Network Features with 40 Lines of Python Code
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 9, 2022 · Artificial Intelligence

Detailed Explanation of Fully Convolutional Networks (FCN) for Semantic Segmentation

This article provides a comprehensive, beginner‑friendly overview of semantic segmentation, focusing on the pioneering Fully Convolutional Network (FCN) architecture, its variants (FCN‑32s, FCN‑16s, FCN‑8s), underlying concepts, loss computation, and practical tips for working with the VOC dataset.

AlexNetFCNVGG16
0 likes · 14 min read
Detailed Explanation of Fully Convolutional Networks (FCN) for Semantic Segmentation
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
iQIYI Technical Product Team
iQIYI Technical Product Team
Feb 21, 2020 · Artificial Intelligence

Top-1 Solution for the 2019 CCF Big Data & Computing Intelligence Competition: Video Copyright Detection

The Hengyang Data team won the 2019 CCF Big Data & Computing Intelligence video‑copyright detection contest by extracting VGG16‑based image features with Gaussian‑R‑MAC weighting, using a graph‑based NSG nearest‑neighbor search and a frame‑matching algorithm to locate infringing segments within three‑second precision, even under severe cropping and other transformations.

CCF competitionVGG16Video Copyright Detection
0 likes · 9 min read
Top-1 Solution for the 2019 CCF Big Data & Computing Intelligence Competition: Video Copyright Detection
HomeTech
HomeTech
Aug 7, 2019 · Artificial Intelligence

Near-Duplicate Video Retrieval: Framework, Feature Extraction, Metric Learning, and Model Optimization

This article presents a comprehensive study of near‑duplicate video retrieval, covering the definition of near‑duplicate videos, motivations for deduplication, challenges, a two‑stage offline/online processing framework, keyframe and VGG16‑based feature extraction, metric‑learning loss functions, training procedures, dataset preparation, evaluation metrics, and model enhancements using LSTM and attention mechanisms.

AttentionLSTMVGG16
0 likes · 12 min read
Near-Duplicate Video Retrieval: Framework, Feature Extraction, Metric Learning, and Model Optimization