paper-with-me

Papers

Thoughts on a Recursive Classifier Graph: a Multiclass Network for Deep Object Recognition

2014-04-02 · Marius Leordeanu, Rahul Sukthankar

We propose a general multi-class visual recognition model, termed the Classifier Graph, which aims to generalize and integrate ideas from many of today's successful hierarchical recognition approaches. Our graph-based model has the advantage of enabling rich interactions between classes from different levels of interpretation and abstraction. The proposed multi-class system is efficiently learned using step by step updates. The structure consists of simple logistic linear layers with inputs from features that are automatically selected from a large pool. Each newly learned classifier becomes a potential new feature. Thus, our feature pool can consist both of initial manually designed features as well as learned classifiers from previous steps (graph nodes), each copied many times at different scales and locations. In this manner we can learn and grow both a deep, complex graph of classifiers and a rich pool of features at different levels of abstraction and interpretation. Our proposed graph of classifiers becomes a multi-class system with a recursive structure, suitable for deep detection and recognition of several classes simultaneously.

📄 PDF Abstract BibTeX arXiv:1404.2903

Code (0)

등록된 구현이 없습니다.

Tasks

Object Recognition

Similar Papers 제목 키워드 기반

Complexity Agnostic Recursive Decomposition of Thoughts

2025-12-10 · Kaleem Ullah Qasim, Jiashu Zhang, Hafiz Saif Ur Rehman arxiv

Large language models often fail on multi-step reasoning due to fixed reasoning strategies that ignore problem specific difficulty. We introduce CARD (Complexity Agnostic Recursive Decomposition), a framework that predic…

Incorporating Structural Alternatives and Sharing into Hierarchy for Multiclass Object Recognition and Detection

2015-02-03 · CVPR 2013 6 · Xiaolong Wang, Liang Lin, Lichao Huang, Shuicheng Yan

This paper proposes a reconfigurable model to recognize and detect multiclass (or multiview) objects with large variation in appearance. Compared with well acknowledged hierarchical models, we study two advanced capabili…

Object Recognitionvalid

Multiclass Total Variation Clustering

2013-06-05 · NeurIPS 2013 12 · Xavier Bresson, Thomas Laurent, David Uminsky, James H. von Brecht

Ideas from the image processing literature have recently motivated a new set of clustering algorithms that rely on the concept of total variation. While these algorithms perform well for bi-partitioning tasks, their recu…

Clustering

Adaptive Graph of Thoughts: Test-Time Adaptive Reasoning Unifying Chain, Tree, and Graph Structures

2025-02-07 · Tushar Pandey, Ara Ghukasyan, Oktay Goktas, Santosh Kumar Radha

Large Language Models (LLMs) have demonstrated impressive reasoning capabilities, yet their performance is highly dependent on the prompting strategy and model scale. While reinforcement learning and fine-tuning have bee…

Mathematical Problem-Solvingreinforcement-learningReinforcement Learning

Aligning Multiclass Neural Network Classifier Criterion with Task Performance via $F_β$-Score

2024-05-31 · Nathan Tsoi, Deyuan Li, Taesoo Daniel Lee, Marynel Vázquez

Multiclass neural network classifiers are typically trained using cross-entropy loss. Following training, the performance of this same neural network is evaluated using an application-specific metric based on the multicl…

Binary Classification