paper-with-me

홈 › Papers

An Efficient Framework for Enhancing Discriminative Models via Diffusion Techniques

2024-12-12 · Chunxiao Li, Xiaoxiao Wang, Boming Miao, Chuanlong Xie, Zizhe Wang, Yao Zhu

Image classification serves as the cornerstone of computer vision, traditionally achieved through discriminative models based on deep neural networks. Recent advancements have introduced classification methods derived from generative models, which offer the advantage of zero-shot classification. However, these methods suffer from two main drawbacks: high computational overhead and inferior performance compared to discriminative models. Inspired by the coordinated cognitive processes of rapid-slow pathway interactions in the human brain during visual signal recognition, we propose the Diffusion-Based Discriminative Model Enhancement Framework (DBMEF). This framework seamlessly integrates discriminative and generative models in a training-free manner, leveraging discriminative models for initial predictions and endowing deep neural networks with rethinking capabilities via diffusion models. Consequently, DBMEF can effectively enhance the classification accuracy and generalization capability of discriminative models in a plug-and-play manner. We have conducted extensive experiments across 17 prevalent deep model architectures with different training methods, including both CNN-based models such as ResNet and Transformer-based models like ViT, to demonstrate the effectiveness of the proposed DBMEF. Specifically, the framework yields a 1.51\% performance improvement for ResNet-50 on the ImageNet dataset and 3.02\% on the ImageNet-A dataset. In conclusion, our research introduces a novel paradigm for image classification, demonstrating stable improvements across different datasets and neural networks. The code is available at https://github.com/ChunXiaostudy/DBMEF.

📄 PDF Abstract BibTeX arXiv:2412.09063

Code (0)

등록된 구현이 없습니다.

Tasks

Classificationimage-classificationImage Classificationzero-shot-classificationZero-Shot Learning

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Kaiming Initialization 설명 없음
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…
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…

Similar Papers 제목 키워드 기반

DDAE++: Enhancing Diffusion Models Towards Unified Generative and Discriminative Learning

2025-05-16 · Weilai Xiang, Hongyu Yang, Di Huang, Yunhong Wang

While diffusion models have gained prominence in image synthesis, their generative pre-training has been shown to yield discriminative representations, paving the way towards unified visual generation and understanding. …

DenoisingImage Generation

Enhancing Frequency Forgery Clues for Diffusion-Generated Image Detection

2025-11-01 · Daichi Zhang, Tong Zhang, Shiming Ge, Sabine Süsstrunk arxiv

Diffusion models have achieved remarkable success in image synthesis, but the generated high-quality images raise concerns about potential malicious use. Existing detectors often struggle to capture discriminative clues …

Enhancing Haptic Distinguishability of Surface Materials with Boosting Technique

2020-10-05 · Priyadarshini K, Subhasis Chaudhuri

Discriminative features are crucial for several learning applications, such as object detection and classification. Neural networks are extensively used for extracting discriminative features of images and speech signals…

ClusteringGeneral Classificationobject-detectionObject Detection+1

SARD: Segmentation-Aware Anomaly Synthesis via Region-Constrained Diffusion with Discriminative Mask Guidance

2025-08-05 · Yanshu Wang, Xichen Xu, Xiaoning Lei, Guoyang Xie arxiv

Synthesizing realistic and spatially precise anomalies is essential for enhancing the robustness of industrial anomaly detection systems. While recent diffusion-based methods have demonstrated strong capabilities in mode…

Anomaly Detection

HiDiff: Hybrid Diffusion Framework for Medical Image Segmentation

2024-07-03 · Tao Chen, Chenhui Wang, Zhihao Chen, Yiming Lei 외

Medical image segmentation has been significantly advanced with the rapid development of deep learning (DL) techniques. Existing DL-based segmentation models are typically discriminative; i.e., they aim to learn a mappin…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation