paper-with-me

Papers

Evolving CNN Architectures: From Custom Designs to Deep Residual Models for Diverse Image Classification and Detection Tasks

2026-01-03 · Mahmudul Hasan, Mabsur Fatin Bin Hossain arxiv

This paper presents a comparative study of a custom convolutional neural network (CNN) architecture against widely used pretrained and transfer learning CNN models across five real-world image datasets. The datasets span binary classification, fine-grained multiclass recognition, and object detection scenarios. We analyze how architectural factors, such as network depth, residual connections, and feature extraction strategies, influence classification and localization performance. The results show that deeper CNN architectures provide substantial performance gains on fine-grained multiclass datasets, while lightweight pretrained and transfer learning models remain highly effective for simpler binary classification tasks. Additionally, we extend the proposed architecture to an object detection setting, demonstrating its adaptability in identifying unauthorized auto-rickshaws in real-world traffic scenes. Building upon a systematic analysis of custom CNN architectures alongside pretrained and transfer learning models, this study provides practical guidance for selecting suitable network designs based on task complexity and resource constraints.

📄 PDF Abstract BibTeX arXiv:2601.01099

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationImage ClassificationTransfer LearningObject Detection

Similar Papers 제목 키워드 기반

Accelerated Training through Iterative Gradient Propagation Along the Residual Path

2025-01-28 · Erwan Fagnou, Paul Caillon, Blaise Delattre, Alexandre Allauzen

Despite being the cornerstone of deep learning, backpropagation is criticized for its inherent sequentiality, which can limit the scalability of very deep models. Such models faced convergence issues due to vanishing gra…

Lens Factory: Automatic Lens Generation Using Off-the-shelf Components

2015-06-30 · Libin Sun, Brian Guenter, Neel Joshi, Patrick Therien 외

Custom optics is a necessity for many imaging applications. Unfortunately, custom lens design is costly (thousands to tens of thousands of dollars), time consuming (10-12 weeks typical lead time), and requires specialize…

Strassen Multisystolic Array Hardware Architectures

2025-02-14 · Trevor E. Pogue, Nicola Nicolici

While Strassen's matrix multiplication algorithm reduces the complexity of naive matrix multiplication, general-purpose hardware is not suitable for achieving the algorithm's promised theoretical speedups. This leaves th…

CustomNet: Zero-shot Object Customization with Variable-Viewpoints in Text-to-Image Diffusion Models

2023-10-30 · Ziyang Yuan, Mingdeng Cao, Xintao Wang, Zhongang Qi 외

Incorporating a customized object into image generation presents an attractive feature in text-to-image generation. However, existing optimization-based and encoder-based methods are hindered by drawbacks such as time-co…

Image GenerationNovel View SynthesisObjectText to Image Generation+1

dLLM: Simple Diffusion Language Modeling

2026-02-26 · Zhanhui Zhou, Lingjie Chen, Hanghang Tong, Dawn Song arxiv

Although diffusion language models (DLMs) are evolving quickly, many recent models converge on a set of shared components. These components, however, are distributed across ad-hoc research codebases or lack transparent i…