paper-with-me

Papers

Efficient Large-Scale Structured Learning

2013-06-01 · CVPR 2013 6 · Steve Branson, Oscar Beijbom, Serge Belongie

We introduce an algorithm, SVM-IS, for structured SVM learning that is computationally scalable to very large datasets and complex structural representations. We show that structured learning is at least as fast-and often much faster-than methods based on binary classification for problems such as deformable part models, object detection, and multiclass classification, while achieving accuracies that are at least as good. Our method allows problem-specific structural knowledge to exploited for faster optimization by integrating with a user-defined importance sampling function. We demonstrate fast train times on two challenging largescale datasets for two very different problems: ImageNet for multiclass classification and CUB-200-2011 for deformable part model training. Our method is shown to be 10-50 times faster than SVMstruct for cost-sensitive multiclass classification while being about as fast as the fastest 1-vs-all methods for multiclass classification. For deformable part model training, it is shown to be 50-1000 times faster than methods based on SVMstruct, mining hard negatives, and Pegasos-style stochastic gradient descent. Source code of our method is publicly available.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationClassificationGeneral Classificationobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Self-Correction Distillation for Structured Data Question Answering

2025-11-11 · Yushan Zhu, Wen Zhang, Long Jin, Mengshu Sun 외 arxiv

Structured data question answering (QA), including table QA, Knowledge Graph (KG) QA, and temporal KG QA, is a pivotal research area. Advances in large language models (LLMs) have driven significant progress in unified s…

Question Answering

A PubMed-Scale Dataset of Structured Biomedical Abstracts

2026-06-09 · Chia-Hsuan Chang, Haerin Song, Brian Ondov, Hua Xu arxiv

Structured abstracts are important for biomedical literature processing, by facilitating information retrieval, text mining, and knowledge synthesis. However, a vast portion of abstracts indexed in PubMed remain unstruct…

Information ExtractionInformation Retrieval

Scalable Multi-Class Bayesian Support Vector Machines for Structured and Unstructured Data

2018-06-07 · Martin Wistuba, Ambrish Rawat

We introduce a new Bayesian multi-class support vector machine by formulating a pseudo-likelihood for a multi-class hinge loss in the form of a location-scale mixture of Gaussians. We derive a variational-inference-based…

Active LearningGeneral ClassificationVariational Inference

Factorized Structured Regression for Large-Scale Varying Coefficient Models

2022-05-25 · David Rügamer, Andreas Bender, Simon Wiegrebe, Daniel Racek 외

Recommender Systems (RS) pervade many aspects of our everyday digital life. Proposed to work at scale, state-of-the-art RS allow the modeling of thousands of interactions and facilitate highly individualized recommendati…

Recommendation Systemsregression

Tag-Weighted Topic Model For Large-scale Semi-Structured Documents

2015-07-30 · Shuangyin Li, Jiefei Li, Guan Huang, Ruiyang Tan 외

To date, there have been massive Semi-Structured Documents (SSDs) during the evolution of the Internet. These SSDs contain both unstructured features (e.g., plain text) and metadata (e.g., tags). Most previous works focu…

Distributed ComputingTAGtext-classificationText Classification+1