paper-with-me

Papers

Face Identification with Second-Order Pooling

2014-06-26 · Fumin Shen, Chunhua Shen, Heng Tao Shen

Automatic face recognition has received significant performance improvement by developing specialised facial image representations. On the other hand, generic object recognition has rarely been applied to the face recognition. Spatial pyramid pooling of features encoded by an over-complete dictionary has been the key component of many state-of-the-art image classification systems. Inspired by its success, in this work we develop a new face image representation method inspired by the second-order pooling in Carreira et al. [1], which was originally proposed for image segmentation. The proposed method differs from the previous methods in that, we encode the densely extracted local patches by a small-size dictionary; and the facial image signatures are obtained by pooling the second-order statistics of the encoded features. We show the importance of pooling on encoded features, which is bypassed by the original second-order pooling method to avoid the high computational cost. Equipped with a simple linear classifier, the proposed method outperforms the state-of-the-art face identification performance by large margins. For example, on the LFW databases, the proposed method performs better than the previous best by around 13% accuracy.

📄 PDF Abstract BibTeX arXiv:1406.6818

Code (0)

등록된 구현이 없습니다.

Tasks

Face IdentificationFace Recognitionimage-classificationImage ClassificationImage SegmentationObject RecognitionSemantic Segmentation

Methods 이 논문이 사용한 방법론

Spatial Pyramid Pooling Spatial Pyramid Pooling (SPP) is a pooling layer that removes the fixed-size constraint of the network, i.e. a CNN does not require a fixed-size input image. Specifically, we…

Similar Papers 제목 키워드 기반

Second-Order Pooling for Graph Neural Networks

2020-07-20 · Zhengyang Wang, Shuiwang Ji

Graph neural networks have achieved great success in learning node representations for graph tasks such as node classification and link prediction. Graph representation learning requires graph pooling to obtain graph rep…

Graph ClassificationGraph Representation LearningLink PredictionNode Classification+1

PCANet-II: When PCANet Meets the Second Order Pooling

2017-09-30 · Lei Tian, Xiaopeng Hong, Guoying Zhao, Chunxiao Fan 외

PCANet, as one noticeable shallow network, employs the histogram representation for feature pooling. However, there are three main problems about this kind of pooling method. First, the histogram-based pooling method bin…

Statistically Motivated Second Order Pooling

2018-01-23 · Kaicheng Yu, Mathieu Salzmann

Second-order pooling, a.k.a.~bilinear pooling, has proven effective for deep learning based visual recognition. However, the resulting second-order networks yield a final representation that is orders of magnitude larger…

Voronoi-based Second-order Descriptor with Whitened Metric in LiDAR Place Recognition

2026-03-16 · Jaein Kim, Hee Bin Yoo, Dong-Sig Han, Byoung-Tak Zhang arxiv

The pooling layer plays a vital role in aggregating local descriptors into the metrizable global descriptor in the LiDAR Place Recognition (LPR). In particular, the second-order pooling is capable of capturing higher-ord…

Pooling Faces: Template based Face Recognition with Pooled Face Images

2016-07-06 · Tal Hassner, Iacopo Masi, Jungyeon Kim, Jongmoo Choi 외

We propose a novel approach to template based face recognition. Our dual goal is to both increase recognition accuracy and reduce the computational and storage costs of template matching. To do this, we leverage on an ap…

Face IdentificationFace RecognitionTemplate Matching