paper-with-me

Papers

Histogram Layers for Neural Engineered Features

2024-03-25 · Joshua Peeples, Salim Al Kharsa, Luke Saleh, Alina Zare

In the computer vision literature, many effective histogram-based features have been developed. These engineered features include local binary patterns and edge histogram descriptors among others and they have been shown to be informative features for a variety of computer vision tasks. In this paper, we explore whether these features can be learned through histogram layers embedded in a neural network and, therefore, be leveraged within deep learning frameworks. By using histogram features, local statistics of the feature maps from the convolution neural networks can be used to better represent the data. We present neural versions of local binary pattern and edge histogram descriptors that jointly improve the feature representation and perform image classification. Experiments are presented on benchmark and real-world datasets.

📄 PDF Abstract BibTeX arXiv:2403.17176

Code (1)

advanced-vision-and-learning-lab/nehd_nlbp 공식 구현 pytorch

Tasks

image-classificationImage Classification

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Histograms of Sparse Codes for Object Detection

2013-06-01 · CVPR 2013 6 · Xiaofeng Ren, Deva Ramanan

Object detection has seen huge progress in recent years, much thanks to the heavily-engineered Histograms of Oriented Gradients (HOG) features. Can we go beyond gradients and do better than HOG? We provide an affirmative…

Dimensionality ReductionObjectobject-detectionObject Detection

Histogram Layers for Synthetic Aperture Sonar Imagery

2022-09-08 · Joshua Peeples, Alina Zare, Jeffrey Dale, James Keller

Synthetic aperture sonar (SAS) imagery is crucial for several applications, including target recognition and environmental segmentation. Deep learning models have led to much success in SAS analysis; however, the feature…

Deep Learning

Learnable Histogram: Statistical Context Features for Deep Neural Networks

2018-04-25 · Zhe Wang, Hongsheng Li, Wanli Ouyang, Xiaogang Wang

Statistical features, such as histogram, Bag-of-Words (BoW) and Fisher Vector, were commonly used with hand-crafted features in conventional classification methods, but attract less attention since the popularity of deep…

General Classificationobject-detectionObject DetectionSemantic Segmentation

Histogram Layers for Texture Analysis

2020-01-01 · Joshua Peeples, Weihuang Xu, Alina Zare

We present a histogram layer for artificial neural networks (ANNs). An essential aspect of texture analysis is the extraction of features that describe the distribution of values in local spatial regions. The proposed hi…

Texture Classification

Handcrafted Feature Fusion for Reliable Detection of AI-Generated Images

2026-01-27 · Syed Mehedi Hasan Nirob, Moqsadur Rahman, Shamim Ehsan, Summit Haque arxiv

The rapid progress of generative models has enabled the creation of highly realistic synthetic images, raising concerns about authenticity and trust in digital media. Detecting such fake content reliably is an urgent cha…

Computational EfficiencyEnsemble Learning