Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Convolution Properties I01:20

Convolution Properties I

Convolution computations can be simplified by utilizing their inherent properties.
The commutative property reveals that the input and the impulse response of an LTI (Linear Time-Invariant) system can be interchanged without affecting the output:
Convolution: Math, Graphics, and Discrete Signals01:24

Convolution: Math, Graphics, and Discrete Signals

In any LTI (Linear Time-Invariant) system, the convolution of two signals is denoted using a convolution operator, assuming all initial conditions are zero. The convolution integral can be divided into two parts: the zero-input or natural response and the zero-state or forced response, with t0 indicating the initial time.
To simplify the convolution integral, it is assumed that both the input signal and impulse response are zero for negative time values. The graphical convolution process...
Linear Approximation in Frequency Domain01:26

Linear Approximation in Frequency Domain

Linear systems are characterized by two main properties: superposition and homogeneity. Superposition allows the response to multiple inputs to be the sum of the responses to each individual input. Homogeneity ensures that scaling an input by a scalar results in the response being scaled by the same scalar.
In contrast, nonlinear systems do not inherently possess these properties. However, for small deviations around an operating point, a nonlinear system can often be approximated as linear.
Vector Algebra: Method of Components01:08

Vector Algebra: Method of Components

It is cumbersome to find the magnitudes of vectors using the parallelogram rule or using the graphical method to perform mathematical operations like addition, subtraction, and multiplication. There are two ways to circumvent this algebraic complexity. One way is to draw the vectors to scale, as in navigation, and read approximate vector lengths and angles (directions) from the graphs. The other way is to use the method of components.
In many applications, the magnitudes and directions of...
Fast Fourier Transform01:10

Fast Fourier Transform

The Fast Fourier Transform (FFT) is a computational algorithm designed to compute the Discrete Fourier Transform (DFT) efficiently. By breaking down the calculations into smaller, manageable sections, the FFT significantly reduces the computational complexity involved. Direct computation of an N-point DFT requires N2 complex multiplications, whereas the FFT algorithm needs only (N/2)log⁡2N multiplications, offering a much faster performance.
The computational efficiency of the FFT becomes...
Implicit Differentiation01:25

Implicit Differentiation

In classical mechanics, motion is often described through relationships between spatial coordinates and time. A car moving along a straight highway with constant acceleration serves as a simple case where velocity is an explicit function of time. This scenario results in a linear equation, enabling straightforward analysis using basic differentiation techniques.In contrast, a satellite in circular orbit follows a path defined by an implicit function. The position of the satellite is constrained...

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

The Sound of Water: Inferring Physical Properties from Pouring Liquids.

IEEE transactions on pattern analysis and machine intelligence·2026
Same author

Identifying scoliosis in a population-based adult cohort: automation of a validated method based on total body dual energy X-ray absorptiometry scans.

European spine journal : official publication of the European Spine Society, the European Spinal Deformity Society, and the European Section of the Cervical Spine Research Society·2026
Same author

Detect+Track: robust and flexible software tools for improved tracking and behavioural analysis of fish.

Royal Society open science·2025
Same author

EPIC-SOUNDS: A Large-Scale Dataset of Actions That Sound.

IEEE transactions on pattern analysis and machine intelligence·2025
Same author

Automated detection of spinal bone marrow oedema in axial spondyloarthritis: training and validation using two large phase 3 trial datasets.

Rheumatology (Oxford, England)·2025
Same author

Neural Feature Fusion Fields: 3D Distillation of Self-Supervised 2D Image Representations.

Proceedings. International Conference on 3D Vision·2024
Same journal

Relation DETR+: Exploring Explicit Position Relation Prior for Dense Prediction.

IEEE transactions on pattern analysis and machine intelligence·2026
Same journal

RBF++: Quantifying and Optimizing Reasoning Boundaries across Measurable and Unmeasurable Capabilities for Chain-of-Thought Reasoning.

IEEE transactions on pattern analysis and machine intelligence·2026
Same journal

CAFE: Cross-View Adaptive Fusion and Cluster Center Enhancement for Robust Multi-View Clustering.

IEEE transactions on pattern analysis and machine intelligence·2026
Same journal

DIVER: Reinforced Diffusion Breaks Imitation Bottlenecks in End-to-End Autonomous Driving.

IEEE transactions on pattern analysis and machine intelligence·2026
Same journal

Ethics-Aware Safe Reinforcement Learning for Rare-Event Risk Control in Interactive Urban Driving.

IEEE transactions on pattern analysis and machine intelligence·2026
Same journal

Learning Shape Anchors for Holistic Indoor Scene Understanding.

IEEE transactions on pattern analysis and machine intelligence·2026
See all related articles

Related Experiment Videos

Efficient additive kernels via explicit feature maps.

Andrea Vedaldi1, Andrew Zisserman

  • 1Department of Engineering Science, University of Oxford, Parks Road, Oxford OX1 3PJ, United Kingdom. vedaldirobots.ox.ac.uk

IEEE Transactions on Pattern Analysis and Machine Intelligence
|August 3, 2011
PubMed
Summary
This summary is machine-generated.

This study introduces explicit feature maps for nonlinear Support Vector Machines (SVMs), enabling faster computation for large-scale computer vision tasks. These approximations maintain performance while significantly reducing training and testing times.

Related Experiment Videos

Area of Science:

  • Computer Vision
  • Machine Learning
  • Kernel Methods

Background:

  • Large-scale nonlinear Support Vector Machines (SVMs) are computationally expensive.
  • Approximation by linear SVMs using feature maps offers significant speed advantages.
  • Commonly used kernels in computer vision, like intersection, Hellinger's, and χ2, are often nonlinear.

Purpose of the Study:

  • To develop explicit feature maps for additive kernels to enable their use in large-scale SVM problems.
  • To provide approximate finite-dimensional feature maps for efficient computation.
  • To analyze and quantify the approximation error.

Main Methods:

  • Deriving explicit feature maps for additive homogeneous kernels.
  • Employing spectral analysis to create approximate finite-dimensional feature maps.
  • Quantifying approximation error and its dependence on approximation order.

Main Results:

  • Explicit feature maps were derived for additive homogeneous kernels, including closed-form expressions for common kernels.
  • Approximate feature maps were generated, showing error independent of data dimension and exponentially fast decay with approximation order for kernels like χ2.
  • Approximations demonstrated indistinguishable performance from full kernels, significantly reducing SVM train/test times.

Conclusions:

  • The proposed explicit feature maps enable efficient large-scale application of nonlinear SVMs with additive kernels.
  • The approximations offer a favorable trade-off between computational efficiency and predictive accuracy.
  • The method provides a data-independent approximation, outperforming or matching other data-dependent and independent methods on benchmark datasets.