paper-with-me

홈 › Papers

NASiam: Efficient Representation Learning using Neural Architecture Search for Siamese Networks

2023-01-31 · Alexandre Heuillet, Hedi Tabia, Hichem Arioui

Siamese networks are one of the most trending methods to achieve self-supervised visual representation learning (SSL). Since hand labeling is costly, SSL can play a crucial part by allowing deep learning to train on large unlabeled datasets. Meanwhile, Neural Architecture Search (NAS) is becoming increasingly important as a technique to discover novel deep learning architectures. However, early NAS methods based on reinforcement learning or evolutionary algorithms suffered from ludicrous computational and memory costs. In contrast, differentiable NAS, a gradient-based approach, has the advantage of being much more efficient and has thus retained most of the attention in the past few years. In this article, we present NASiam, a novel approach that uses for the first time differentiable NAS to improve the multilayer perceptron projector and predictor (encoder/predictor pair) architectures inside siamese-networks-based contrastive learning frameworks (e.g., SimCLR, SimSiam, and MoCo) while preserving the simplicity of previous baselines. We crafted a search space designed explicitly for multilayer perceptrons, inside which we explored several alternatives to the standard ReLU activation function. We show that these new architectures allow ResNet backbone convolutional models to learn strong representations efficiently. NASiam reaches competitive performance in both small-scale (i.e., CIFAR-10/CIFAR-100) and large-scale (i.e., ImageNet) image classification datasets while costing only a few GPU hours. We discuss the composition of the NAS-discovered architectures and emit hypotheses on why they manage to prevent collapsing behavior. Our code is available at https://github.com/aheuillet/NASiam.

📄 PDF Abstract BibTeX arXiv:2302.00059

Code (1)

aheuillet/nasiam 공식 구현 pytorch

Tasks

Contrastive LearningEvolutionary AlgorithmsGPUimage-classificationImage ClassificationNeural Architecture SearchRepresentation Learning

Methods 이 논문이 사용한 방법론

Bitcoin Customer Service Number +1-833-534-1729 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Average Pooling 설명 없음
NT-Xent NT-Xent, or Normalized Temperature-scaled Cross Entropy Loss, is a loss function. Let $\text{sim}\left(\mathbf{u}, \mathbf{v}\right) =…
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…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…
Random Gaussian Blur Random Gaussian Blur is an image data augmentation technique where we randomly blur the image using a Gaussian distribution. Image Source:…
Random Resized Crop 설명 없음

Similar Papers 제목 키워드 기반

Siamese SIREN: Audio Compression with Implicit Neural Representations

2023-06-22 · Luca A. Lanzendörfer, Roger Wattenhofer

Implicit Neural Representations (INRs) have emerged as a promising method for representing diverse data modalities, including 3D shapes, images, and audio. While recent research has demonstrated successful applications o…

Audio Compression

Siamese Convolutional Networks for Cognate Identification

2016-12-01 · COLING 2016 12 · Taraka Rama

In this paper, we present phoneme level Siamese convolutional networks for the task of pair-wise cognate identification. We represent a word as a two-dimensional matrix and employ a siamese convolutional network for lear…

Gated Siamese Convolutional Neural Network Architecture for Human Re-Identification

2016-07-28 · Rahul Rama Varior, Mrinal Haloi, Gang Wang

Matching pedestrians across multiple camera views, known as human re-identification, is a challenging research problem that has numerous applications in visual surveillance. With the resurgence of Convolutional Neural Ne…

Person Re-Identification

SiamJEPA: On the Role of Siamese Student Encoders in JEPA

2026-07-04 · Makoto Yamada hf

Recently, Joint Embedding Predictive Architectures (JEPAs) have attracted significant attention in the computer vision and machine learning communities as a promising framework for self-supervised representation learning…

Representation Learning

SiameseNorm: Breaking the Barrier to Reconciling Pre/Post-Norm

2026-02-08 · Tianyu Li, Dongchen Han, Zixuan Cao, Haofeng Huang 외 arxiv

The long-standing tension between Pre- and Post-Norm remains an open problem in Transformer architecture, reflecting a fundamental trade-off between training stability and representational capacity. Prior attempts to com…