AI Paper English F.o.R.

人工知能(AI)に関する論文を英語リーディング教本のFrame of Reference(F.o.R.)を使いこなして読むブログです。

2019-09-01から1ヶ月間の記事一覧

SIFT | Abstract 第6文

This approach to recognition can robustly identify objects among clutter and occlusion while achieving near real-time performance. David G. Lowe, "Distinctive Image Features from Scale-Invariant Keypoints" https://www.cs.ubc.ca/~lowe/paper…

SIFT | Abstract 第5文

The recognition proceeds by matching individual features to a database of features from known objects using a fast nearest-neighbor algorithm, followed by a Hough transform to identify clusters belonging to a single object, and finally per…

SIFT | Abstract 第4文

This paper also describes an approach to using these features for object recognition. David G. Lowe, "Distinctive Image Features from Scale-Invariant Keypoints" https://www.cs.ubc.ca/~lowe/papers/ijcv04.pdf ディープラーニングではなく2004年…

SIFT | Abstract 第3文

The features are highly distinctive, in the sense that a single feature can be correctly matched with high probability against a large database of features from many images. David G. Lowe, "Distinctive Image Features from Scale-Invariant K…

SIFT | Abstract 第2文

The features are invariant to image scale and rotation, and are shown to provide robust matching across a a substantial range of affine distortion, change in 3D viewpoint, addition of noise, and change in illumination. David G. Lowe, "Dist…

SIFT | Abstract 第1文

This paper presents a method for extracting distinctive invariant features from images that can be used to perform reliable matching between different views of an object or scene. David G. Lowe, "Distinctive Image Features from Scale-Invar…

HOG | Abstract 第4文

HOG

The new approach gives near-perfect separation on the original MIT pedestrian database, so we introduce a more challenging dataset containing over 1800 annotated human images with a large range of pose variations and backgrounds. Navneet D…

HOG | Abstract 第3文

HOG

We study the influence of each stage of the computation on performance, concluding that fine-scale gradients, fine orientation binning, relatively coarse spatial binning, and high-quality local contrast normalization in overlapping descrip…

HOG | Abstract 第2文

HOG

After reviewing existing edge and gradient based descriptors, we show experimentally that grids of Histograms of Oriented Gradient (HOG) descriptors significantly outperform existing feature sets for human detection. Navneet Dalal and Bill…

HOG | Abstract 第1文

HOG

We study the question of feature sets for robust visual object recognition, adopting linear SVM based human detection as a test case. Navneet Dalal and Bill Triggs, "Histograms of Oriented Gradients for Human Detection" https://lear.inrial…

ZFNet | Abstract 第7文

We show our ImageNet model generalizes well to other datasets: when the softmax classifier is retrained, it convincingly beats the current state-of-the-art results on Caltech-101 and Caltech-256 datasets. Matthew D Zeiler, Rob Fergus, "Vis…