paper-with-me

Papers

ASU-CNN: An Efficient Deep Architecture for Image Classification and Feature Visualizations

2023-05-28 · Jamshaid Ul Rahman, Faiza Makhdoom, Dianchen Lu

Activation functions play a decisive role in determining the capacity of Deep Neural Networks as they enable neural networks to capture inherent nonlinearities present in data fed to them. The prior research on activation functions primarily focused on the utility of monotonic or non-oscillatory functions, until Growing Cosine Unit broke the taboo for a number of applications. In this paper, a Convolutional Neural Network model named as ASU-CNN is proposed which utilizes recently designed activation function ASU across its layers. The effect of this non-monotonic and oscillatory function is inspected through feature map visualizations from different convolutional layers. The optimization of proposed network is offered by Adam with a fine-tuned adjustment of learning rate. The network achieved promising results on both training and testing data for the classification of CIFAR-10. The experimental results affirm the computational feasibility and efficacy of the proposed model for performing tasks related to the field of computer vision.

📄 PDF Abstract BibTeX arXiv:2305.19146

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage Classification

Methods 이 논문이 사용한 방법론

ASU 2023
Adam 설명 없음

Similar Papers 제목 키워드 기반

Unlocking Feature Visualization for Deep Network with MAgnitude Constrained Optimization

2023-09-21 · NeurIPS 2023 11

Feature visualization has gained significant popularity as an explainability method, particularly after the influential work by Olah et al. in 2017. Despite its success, its widespread adoption has been limited due to is…

Illuminated Decision Trees with Lucid

2019-09-03 · David Mott, Richard Tomsett

The Lucid methods described by Olah et al. (2018) provide a way to inspect the inner workings of neural networks trained on image classification tasks using feature visualization. Such methods have generally been applied…

image-classificationImage Classification

Picasso: A Modular Framework for Visualizing the Learning Process of Neural Network Image Classifiers

2017-05-16 · Ryan Henderson, Rasmus Rothe

Picasso is a free open-source (Eclipse Public License) web application written in Python for rendering standard visualizations useful for analyzing convolutional neural networks. Picasso ships with occlusion maps and sal…

Deep LearningGeneral Classification

Feature CAM: Interpretable AI in Image Classification

2024-03-08 · Frincy Clement, Ji Yang, Irene Cheng

Deep Neural Networks have often been called the black box because of the complex, deep architecture and non-transparency presented by the inner layers. There is a lack of trust to use Artificial Intelligence in critical …

Classificationimage-classificationImage Classification

This Looks Like Those: Illuminating Prototypical Concepts Using Multiple Visualizations

2023-09-21 · NeurIPS 2023 11

We present ProtoConcepts, a method for interpretable image classification combining deep learning and case-based reasoning using prototypical parts. Existing work in prototype-based image classification uses a "this look…