paper-with-me

Papers

Inverting Visual Representations with Convolutional Networks

2015-06-09 · CVPR 2016 6 · Alexey Dosovitskiy, Thomas Brox

Feature representations, both hand-designed and learned ones, are often hard to analyze and interpret, even when they are extracted from visual data. We propose a new approach to study image representations by inverting them with an up-convolutional neural network. We apply the method to shallow representations (HOG, SIFT, LBP), as well as to deep networks. For shallow representations our approach provides significantly better reconstructions than existing methods, revealing that there is surprisingly rich information contained in these features. Inverting a deep network trained on ImageNet provides several insights into the properties of the feature representation learned by the network. Most strikingly, the colors and the rough contours of an image can be reconstructed from activations in higher network layers and even from the predicted class probabilities.

📄 PDF Abstract BibTeX arXiv:1506.02753

Code (2)

JepsonWong/CNN_Visualization
nsom/conv_inv pytorch

Similar Papers 제목 키워드 기반

Understanding Deep Image Representations by Inverting Them

2014-11-26 · CVPR 2015 6 · Aravindh Mahendran, Andrea Vedaldi

Image representations, from SIFT and Bag of Visual Words to Convolutional Neural Networks (CNNs), are a crucial component of almost any image understanding system. Nevertheless, our understanding of them remains limited.…

Leaping Into Memories: Space-Time Deep Feature Synthesis

2023-03-17 · ICCV 2023 1 · Alexandros Stergiou, Nikos Deligiannis

The success of deep learning models has led to their adaptation and adoption by prominent video understanding methods. The majority of these approaches encode features in a joint space-time modality for which the inner w…

DiversityVideo Understanding

Involution: Inverting the Inherence of Convolution for Visual Recognition

2021-03-10 · CVPR 2021 1 · Duo Li, Jie Hu, Changhu Wang, Xiangtai Li 외

Convolution has been the core ingredient of modern neural networks, triggering the surge of deep learning in vision. In this work, we rethink the inherent principles of standard convolution for vision tasks, specifically…

Image Classification

Unlocking Visual Secrets: Inverting Features with Diffusion Priors for Image Reconstruction

2024-12-11 · Sai Qian Zhang, Ziyun Li, Chuan Guo, Saeed Mahloujifar 외

Inverting visual representations within deep neural networks (DNNs) presents a challenging and important problem in the field of security and privacy for deep learning. The main goal is to invert the features of an unide…

Image GenerationImage Reconstruction

Inverting Transformer-based Vision Models

2024-12-09 · Jan Rathjens, Shirin Reyhanian, David Kappel, Laurenz Wiskott

Understanding the mechanisms underlying deep neural networks in computer vision remains a fundamental challenge. While many previous approaches have focused on visualizing intermediate representations within deep neural …