The document presents approximate tree kernels as a faster alternative to parse tree kernels for machine learning with tree-structured data. Parse tree kernels have quadratic computational complexity that makes them impractical for large trees. Approximate tree kernels speed up computation by selectively ignoring subtrees based on a selection function. Experimental results on synthetic and real-world datasets show approximate tree kernels achieve similar performance to parse tree kernels while reducing runtime by up to three orders of magnitude and memory usage from gigabytes to kilobytes.
Related topics: