Link Spam Detection via Smooth Classification Function

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current methods for detecting link spam in web search engines are inefficient, as they rely heavily on human judgment and can be biased, making it impractical to identify and remove spam from search results effectively.

Innovation Solution

A spam detection system that uses a classifier trained on labeled normal and spam web pages, employing a random walk component to calculate stationary probabilities and a smooth classification function to classify web pages as spam or normal, taking into account the structure of directed graphs and penalizing abrupt changes in classification values.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If human experts are used to identify web spam, then detection accuracy is improved, but productivity deteriorates due to the impracticality of manually detecting large numbers of spam pages

Engineering Contradiction:
Improvespam detection accuracyVSAvoidspam detection efficiency
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The patent uses a trained classifier model that copies the decision-making capability of human experts. The classifier is trained on examples of spam and normal pages labeled by experts, then automatically applies this learned knowledge to classify new pages without requiring continuous human intervention, thus maintaining accuracy while improving productivity

Inventive Principle:
Principle #26Copying

Solution Approach 2:

The system enables automatic spam detection through a self-service classifier that processes and classifies web pages autonomously. The classifier serves itself by automatically learning from training data and then independently classifying new pages, eliminating the need for continuous human expert involvement in the detection process

Inventive Principle:
Principle #25Self-service

2Productivity

If automated classification is used to identify spam, then productivity is improved, but measurement precision deteriorates due to potential misclassification of related pages

Engineering Contradiction:
Improvespam detection efficiencyVSAvoidclassification accuracy
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The patent applies different treatment to different regions of the feature space. The smooth classification function adjusts its behavior locally based on the density and distribution of training examples, allowing more nuanced classification decisions in regions where pages are closely related, thereby reducing misclassification while maintaining overall productivity

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The classification function is designed to be smooth and adaptive rather than rigid. It dynamically adjusts classification boundaries based on the local structure of the data, allowing the system to maintain high productivity while improving precision by making context-sensitive classification decisions

Inventive Principle:
Principle #15Dynamics

3Ease of operation

If traditional link analysis algorithms are used to rank web pages, then ease of operation is improved, but reliability deteriorates due to susceptibility to spam manipulation techniques

Engineering Contradiction:
Improveranking algorithm simplicityVSAvoidranking accuracy against spam
Core Design Contradiction:
Ease of operationVSReliability

Solution Approach 1:

The patent introduces a smooth classification function as an intermediary layer between the simple link analysis algorithm and the final ranking. This intermediary processes the basic link analysis results and refines them by applying learned patterns from training data, maintaining the simplicity of the underlying algorithm while improving reliability against spam manipulation

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS8805754B2Link spam detection using smooth classification function
Publication Date: 2014.08.12 MICROSOFT TECHNOLOGY LICENSING LLC
  • US8805754B2 patent drawing
  • US8805754B2 patent drawing
  • US8805754B2 patent drawing

AI summary

A spam detection system is disclosed. The system includes a classifier training component that receives a first set of training pages labeled as normal pages and a second set of training pages labeled as spam pages. The training component trains a web page classifier based on both the first set of training pages and the second set of training pages. A spam detector then receives unlabeled web pages uses the web page classifier to classify the unlabeled web pages as spam pages or normal pages.