paper-with-me

홈 › Papers

Bilinear classifiers for visual recognition

2009-12-01 · NeurIPS 2009 12 · Hamed Pirsiavash, Deva Ramanan, Charless C. Fowlkes

We describe an algorithm for learning bilinear SVMs. Bilinear classifiers are a discriminative variant of bilinear models, which capture the dependence of data on multiple factors. Such models are particularly appropriate for visual data that is better represented as a matrix or tensor, rather than a vector. Matrix encodings allow for more natural regularization through rank restriction. For example, a rank-one scanning-window classifier yields a separable filter. Low-rank models have fewer parameters and so are easier to regularize and faster to score at run-time. We learn low-rank models with bilinear classifiers. We also use bilinear classifiers for transfer learning by sharing linear factors between different classification tasks. Bilinear classifiers are trained with biconvex programs. Such programs are optimized with coordinate descent, where each coordinate step requires solving a convex program - in our case, we use a standard off-the-shelf SVM solver. We demonstrate bilinear SVMs on difficult problems of people detection in video sequences and action classification of video sequences, achieving state-of-the-art results in both.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Action ClassificationGeneral ClassificationTransfer Learning

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Compact Bilinear Pooling

2015-11-19 · CVPR 2016 6 · Yang Gao, Oscar Beijbom, Ning Zhang, Trevor Darrell

Bilinear models has been shown to achieve impressive performance on a wide range of visual tasks, such as semantic segmentation, fine grained recognition and face recognition. However, bilinear features are high dimensio…

Face RecognitionFew-Shot LearningGeneral Classificationimage-classification+2

Hierarchical Bilinear Pooling for Fine-Grained Visual Recognition

2018-07-26 · ECCV 2018 9 · Chaojian Yu, Xinyi Zhao, Qi Zheng, Peng Zhang 외

Fine-grained visual recognition is challenging because it highly relies on the modeling of various semantic parts and fine-grained feature learning. Bilinear pooling based models have been shown to be effective at fine-g…

Fine-Grained Visual Recognition

Hadamard Product for Low-rank Bilinear Pooling

2016-10-14 · Jin-Hwa Kim, Kyoung-Woon On, Woosang Lim, Jeonghee Kim 외

Bilinear models provide rich representations compared with linear models. They have been applied in various visual tasks, such as object recognition, segmentation, and visual question-answering, to get state-of-the-art p…

Visual Question AnsweringVisual Question Answering (VQA)

Grassmann Pooling as Compact Homogeneous Bilinear Pooling for Fine-Grained Visual Classification

2018-09-01 · ECCV 2018 9 · Xing Wei, Yue Zhang, Yihong Gong, Jiawei Zhang 외

Designing discriminative and invariant features is the key to visual recognition. Recently, the bilinear pooled feature matrix of Convolutional Neural Network (CNN) has shown to achieve state-of-the-art performance on a …

Fine-Grained Image ClassificationFine-Grained Visual RecognitionGeneral Classificationimage-classification+1

Text-Embedded Bilinear Model for Fine-Grained Visual Recognition

2020-10-12 · Liang Sun, Xiang Guan, Yang Yang, Lei Zhang

Fine-grained visual recognition, which aims to identify subcategories of the same base-level category, is a challenging task because of its large intra-class variances and small inter-class variances. Human beings can p…

Fine-Grained Image RecognitionFine-Grained Visual RecognitionObject Recognition