paper-with-me

Papers

Does resistance to style-transfer equal Global Shape Bias? Measuring network sensitivity to global shape configuration

2023-10-11 · Ziqi Wen, Tianqin Li, Zhi Jing, Tai Sing Lee

Deep learning models are known to exhibit a strong texture bias, while human tends to rely heavily on global shape structure for object recognition. The current benchmark for evaluating a model's global shape bias is a set of style-transferred images with the assumption that resistance to the attack of style transfer is related to the development of global structure sensitivity in the model. In this work, we show that networks trained with style-transfer images indeed learn to ignore style, but its shape bias arises primarily from local detail. We provide a \textbf{Disrupted Structure Testbench (DiST)} as a direct measurement of global structure sensitivity. Our test includes 2400 original images from ImageNet-1K, each of which is accompanied by two images with the global shapes of the original image disrupted while preserving its texture via the texture synthesis program. We found that \textcolor{black}{(1) models that performed well on the previous cue-conflict dataset do not fare well in the proposed DiST; (2) the supervised trained Vision Transformer (ViT) lose its global spatial information from positional embedding, leading to no significant advantages over Convolutional Neural Networks (CNNs) on DiST. While self-supervised learning methods, especially mask autoencoder significantly improves the global structure sensitivity of ViT. (3) Improving the global structure sensitivity is orthogonal to resistance to style-transfer, indicating that the relationship between global shape structure and local texture detail is not an either/or relationship. Training with DiST images and style-transferred images are complementary, and can be combined to train network together to enhance the global shape sensitivity and robustness of local features.} Our code will be hosted in github: https://github.com/leelabcnbc/DiST

📄 PDF Abstract BibTeX arXiv:2310.07555

Code (0)

등록된 구현이 없습니다.

Tasks

Image ClassificationObject RecognitionSelf-Supervised LearningSensitivityStyle TransferTexture Synthesis

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Multi-Head Attention 설명 없음
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

ABC-GS: Alignment-Based Controllable Style Transfer for 3D Gaussian Splatting

2025-03-28 · Wenjie Liu, Zhongliang Liu, Xiaoyan Yang, Man Sha 외

3D scene stylization approaches based on Neural Radiance Fields (NeRF) achieve promising results by optimizing with Nearest Neighbor Feature Matching (NNFM) loss. However, NNFM loss does not consider global style informa…

NeRFStyle Transfer

GLStyleNet: Higher Quality Style Transfer Combining Global and Local Pyramid Features

2018-11-18 · Zhizhong Wang, Lei Zhao, Wei Xing, Dongming Lu

Recent studies using deep neural networks have shown remarkable success in style transfer especially for artistic and photo-realistic images. However, the approaches using global feature correlations fail to capture smal…

Style Transfer

Towards Cross-speaker Reading Style Transfer on Audiobook Dataset

2022-08-10 · Xiang Li, Changhe Song, Xianhao Wei, Zhiyong Wu 외

Cross-speaker style transfer aims to extract the speech style of the given reference speech, which can be reproduced in the timbre of arbitrary target speakers. Existing methods on this topic have explored utilizing utte…

Style Transfer

SEM-CS: Semantic CLIPStyler for Text-Based Image Style Transfer

2023-03-11 · Chanda G Kamra, Indra Deep Mastan, Debayan Gupta

CLIPStyler demonstrated image style transfer with realistic textures using only the style text description (instead of requiring a reference style image). However, the ground semantics of objects in style transfer output…

Style Transfer

Sem-CS: Semantic CLIPStyler for Text-Based Image Style Transfer

2023-07-12 · Chanda Grover Kamra, Indra Deep Mastan, Debayan Gupta

CLIPStyler demonstrated image style transfer with realistic textures using only a style text description (instead of requiring a reference style image). However, the ground semantics of objects in the style transfer outp…

Style Transfer