paper-with-me

Papers

FastMapSVM: Classifying Complex Objects Using the FastMap Algorithm and Support-Vector Machines

2022-04-07 · Malcolm C. A. White, Kushal Sharma, Ang Li, T. K. Satish Kumar, Nori Nakata

Neural Networks and related Deep Learning methods are currently at the leading edge of technologies used for classifying objects. However, they generally demand large amounts of time and data for model training; and their learned models can sometimes be difficult to interpret. In this paper, we advance FastMapSVM -- an interpretable Machine Learning framework for classifying complex objects -- as an advantageous alternative to Neural Networks for general classification tasks. FastMapSVM extends the applicability of Support-Vector Machines (SVMs) to domains with complex objects by combining the complementary strengths of FastMap and SVMs. FastMap is an efficient linear-time algorithm that maps complex objects to points in a Euclidean space while preserving pairwise domain-specific distances between them. We demonstrate the efficiency and effectiveness of FastMapSVM in the context of classifying seismograms. We show that its performance, in terms of precision, recall, and accuracy, is comparable to that of other state-of-the-art methods. However, compared to other methods, FastMapSVM uses significantly smaller amounts of time and data for model training. It also provides a perspicuous visualization of the objects and the classification boundaries between them. We expect FastMapSVM to be viable for classification tasks in many other real-world domains.

📄 PDF Abstract BibTeX arXiv:2204.05112

Code (1)

malcolmw/fastmapsvm 공식 구현

Tasks

General ClassificationInterpretable Machine Learning

Similar Papers 제목 키워드 기반

Revisiting FastMap: New Applications

2025-03-14 · Ang Li

FastMap was first introduced in the Data Mining community for generating Euclidean embeddings of complex objects. In this dissertation, we first present FastMap to generate Euclidean embeddings of graphs in near-linear t…

Community Detection

Embedding Directed Graphs in Potential Fields Using FastMap-D

2020-06-04 · Sriram Gopalakrishnan, Liron Cohen, Sven Koenig, T. K. Satish Kumar

Embedding undirected graphs in a Euclidean space has many computational benefits. FastMap is an efficient embedding algorithm that facilitates a geometric interpretation of problems posed on undirected graphs. However, E…

The FastMap Algorithm for Shortest Path Computations

2017-06-08 · Liron Cohen, Tansel Uras, Shiva Jahangiri, Aliyah Arunasalam 외

We present a new preprocessing algorithm for embedding the nodes of a given edge-weighted undirected graph into a Euclidean space. The Euclidean distance between any two nodes in this space approximates the length of the…

FastMap: Fast Queries Initialization Based Vectorized HD Map Reconstruction Framework

2025-03-07 · Haotian Hu, Jingwei Xu, Fanyi Wang, Toyota Li 외

Reconstruction of high-definition maps is a crucial task in perceiving the autonomous driving environment, as its accuracy directly impacts the reliability of prediction and planning capabilities in downstream modules. C…

Autonomous DrivingComputational EfficiencyDecoder

FastMap: Revisiting Dense and Scalable Structure from Motion

2025-05-07 · Jiahao Li, Haochen Wang, Muhammad Zubair Irshad, Igor Vasiljevic 외

We propose FastMap, a new global structure from motion method focused on speed and simplicity. Previous methods like COLMAP and GLOMAP are able to estimate high-precision camera poses, but suffer from poor scalability wh…

GPU